在用pyenv安装Python3.6的时候遇到这个错误zipimport.ZipImportError: can't decompress data; zlib not available ,是缺少zlib所致,但是,不是直接apt install zlib 对于Ubuntu16,Python3.6 sudo apt-get install zlib1g-dev
2019-02-16 错误异常 27778 views
有没有强迫症初期患者不喜欢默认的HOST NAME,然后自己Google一下,然后改成自己喜欢的名字?然后,时间长了,也不记得这码子事了
2019-02-16 错误异常 7598 views
用python操作数据库的时候,使用MySQLdb遇到一个问题,是这样的:execute方法传入单个参数,一直报错not all arguments converted during string formatting
2019-02-16 错误异常 29166 views
封装一个带签名的jar包的时候经常会发现封装后出现`java.lang.SecurityException: Invalid signature file digest for...` 这个异常, 修改jar包内容可解决
2019-02-16 错误异常 6373 views
load data infile:ERROR 29 (HY000): File '' not found (Errcode: 13 - Permission denied) 解决办法
2019-02-16 错误异常 8731 views
WARNING: The Python readline extension was not compiled. Missing the GNU readline lib? ERROR: The Python zlib extension was not compiled. Missing the zlib?
2019-02-16 错误异常 48201 views
Gmail smtp 错误 534 解决: 点击进入以下链接,Access for less secure apps设置为turn on
2019-02-16 错误异常 8852 views
Mac安装curl带SSL,PHP扩展curl,解决SSL peer handshake failed问题: PayPalConnectionException SSL peer handshake failed, the server most likely requires a client certificate to connect 其实这是很多要用到https的时候都会遇到的,升级一下PHP,把该装的都装上
2019-02-16 错误异常 9318 views