就在昨天,我的云服务器被服务商强制shutdown了,原因是检测到在发送大量的攻击请求,问题指向了yapi所在的目录,经排查发现是yapi的漏洞,然而为时已晚,建议大家不要再把yapi挂公网,实在要挂,关闭注册
2021-07-05 错误异常 7043 views
github有些域名经常访问不到,curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused,我们可以通过配置hosts里面的ip域名对应关系解决
2021-01-02 错误异常 4231 views
[ErrorException] "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? 是在用composer install或者 composer update的时候出的问题,原因是composer版本过低,通常出现在升级了PHP之后
2020-10-19 错误异常 3381 views
By not providing "FindQt5Core.cmake" in CMAKE_MODULE_PATH this project hasasked CMake to find a package configuration file provided by "Qt5Core", butCMake did not find one.
2019-10-18 错误异常 8171 views
Error with make file Makefile:127: recipe for target 'all' failed
2019-10-18 错误异常 3689 views
error == cudaSuccess (xxx vs. 0) no kernel image is available for execution on the device
2019-10-18 错误异常 9893 views
连接MySQL突然提示2003连接拒绝connection refused,查看错误信息提示mysql.service: Main process exited, code=exited, status=1/FAILURE,MySQL无法启动或者重启,检查内存、磁盘
2019-07-13 错误异常 15138 views
Illuminate\Database\QueryException : SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes 解决办法,这通常是因为数据库版本导致的
2019-04-27 错误异常 4923 views
ubuntu下用imagick读PDF报错 PHP ImagickException: not authorized 原因是配置文件问题,我们需要去etc下找imagemagick的配置文件,修改policy.xml
2019-04-18 错误异常 3357 views
Python3.6.2,用pip安装Google翻译的module时候,出现错误 Command "python setup.py egg_info" failed with error code 1 in... 这是因为setuptools过期了,我们需要升级一下,方法如下...
2019-04-01 错误异常 3889 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 错误异常 4375 views
laravel邮件通知,使用队列,redis驱动后失效,laravel mail notification redis driver 不执行问题,解决laravel使用redis队列不执行问题
2019-03-14 错误异常 3896 views
PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 4096 bytes)... 我们用composer update/require/install的时候应该大多数人都遇到过这个问题,如果没有,可能是你的composer用少了
2019-03-11 错误异常 3920 views
PDOException “could not find driver” php 缺少依赖 需要安装php-mysql
2019-02-28 错误异常 2729 views
MySQL SQLSTATE[HY000] [2002] No such file or directory
2019-02-27 错误异常 5267 views