The MySQL server is running with the --secure-file-priv option so it cannot execute...解决方法
2019-02-27 错误异常 4793 views
Symfony\Component\Debug\Exception\FatalThrowableError : Call to undefined function App\Console\Commands\curl_init()
2019-02-27 错误异常 3186 views
unknown error: call function result missing 'value' for Selenium Send Keys even after chromedriver upgrade
2019-02-27 错误异常 3276 views
error: command 'clang' failed with exit status 1 on pip install TA-Lib 解决方法 安装ta-lib: brew install ta-lib
2019-02-16 错误异常 7423 views
1390 Prepared statement contains too many placeholders 应该是数据太大了,使用array_chunk 来进行分批数据库操作。代码如下:
2019-02-16 错误异常 8278 views
使用aiohttp时,遇到异常aiohttp.ClientPayloadError:Response payload is not completed 问题原因 关于异常'response payload is not completed'的官方文档: class aiohttp.ClientPayloadError
2019-02-16 错误异常 69796 views
在用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
Nginx 503 Bad Gateway, 错误日志 [error] 13153#13153: *1 connect() failed (111: Connection refused) while connecting to upstream 解决办法
2019-02-16 错误异常 6765 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