之前在Ubuntu上用shadowsocks,后来在Windows上却连不上。报错:此实现不是 Windows 平台 FIPS 验证的加密算法的一部分,下面是解决办法...
2019-03-23 VPN 3924 views
在执行composer update的时候提示错误 laravel/framework v5.8.3 requires ext-mbstring * -> the requested PHP extension mbstring is missing from your system. 缺少ext-mbstring,安装之后又缺少ext-dom
2019-03-19 错误异常 4524 views
集成simplemde后,表单提交时提示错误An invalid form control with name='markdown' is not focusable,因为我给textare起的name是markdown,所以这个错误关键词也会有别的提示,一起来解决这个问题
2019-03-19 前端 3666 views
laravel 使用 mix的时候 执行npm run watch/dev/production 的时候,报错ERROR: add is not COMMAND nor fully qualified CLASSNAME. 上面一行提示 Running: yarn add vue-template-compiler --dev --production=false
2019-03-18 Laravel 10135 views
laravel邮件通知,使用队列,redis驱动后失效,laravel mail notification redis driver 不执行问题,解决laravel使用redis队列不执行问题
2019-03-14 错误异常 4027 views
PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 4096 bytes)... 我们用composer update/require/install的时候应该大多数人都遇到过这个问题,如果没有,可能是你的composer用少了
2019-03-11 错误异常 4074 views
console: Unchecked runtime.lastError: The message port closed before a response was received. It is not a error from your application, just the chrome extensions cause it. Switch a browser and the error dismiss.
2019-03-02 前端 7108 views
PDOException “could not find driver” php 缺少依赖 需要安装php-mysql
2019-02-28 错误异常 2853 views
MySQL SQLSTATE[HY000] [2002] No such file or directory
2019-02-27 错误异常 5383 views
laravel admin ueditor 第二次加载不出来问题 、第二次加载报错、刷新加载失效、laravel admin 多个编辑器只有第一个加载问题 解决
2019-02-27 Laravel 3372 views
The MySQL server is running with the --secure-file-priv option so it cannot execute...解决方法
2019-02-27 错误异常 4852 views
Symfony\Component\Debug\Exception\FatalThrowableError : Call to undefined function App\Console\Commands\curl_init()
2019-02-27 错误异常 3238 views
error: command 'clang' failed with exit status 1 on pip install TA-Lib 解决方法 安装ta-lib: brew install ta-lib
2019-02-16 错误异常 7475 views
1390 Prepared statement contains too many placeholders 应该是数据太大了,使用array_chunk 来进行分批数据库操作。代码如下:
2019-02-16 错误异常 8335 views
使用aiohttp时,遇到异常aiohttp.ClientPayloadError:Response payload is not completed 问题原因 关于异常'response payload is not completed'的官方文档: class aiohttp.ClientPayloadError
2019-02-16 错误异常 70107 views