上海迪士尼乐园在2018年8月首次推出了畅游半年卡项目,持卡人可以在2018年8月2日至2019年2月4日期间多次入园,另外享受主题餐厅及主题商店8折优惠。
Author Archive | minirplus
修复apt错误
用任何apt命令都会出现报错
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
Errors were encountered while processing: python-dnspython python-idna python-crypto python-parsedatetime python-pyasn1 python-wheel python-tz python-pkg-resources python-configargparse python-gi python-six python-augeas python-zope.interface python-psutil python-pbr python-enum34 python-cryptography python-virtualenv python-funcsigs python-zope.hookable python-dbus python-ipaddress python-pip python-pyicu python-zope.event python-xdg python-rfc3339 python-setuptools python-urllib3 python-configobj python-chardet python-acme python-openssl python-certbot python-zope.component python-certbot-apache python-mock python-requests certbot E: Sub-process /usr/bin/dpkg returned an error code (1) |
解决No module named ‘cymysql’问题
解决No module named ‘cymysql’问题
Wireguard 比OpenVPN更加先进的点对点VPN
Wireguard是一个比OpenVPN更加先进的点对点VPN系统,作用是将分布在不同数据中心的VPS通过内网连接起来,这样就可以让多台VPS在一个更加安全和方便的局域网之内进行通信。例如VPS-1需要访问VPS-2的数据库,那么无需在VPS-2上开放3306端口,VPS-1直接就可以通过内网访问VPS-2的数据库。
composer忽略环境兼容性检测
在更新SSRPanel的时候发现错误