摘要: 参数说明 Options are: -n requests Number of requests to perform (要执行的请求总数;默认1) -c concurrency Number of multiple requests to make at a time (并发数:同一时间发出的请求 阅读全文
posted @ 2020-11-16 18:35 黑键 阅读(169) 评论(0) 推荐(0)
摘要: 宝塔lnmp安装laravel报错500 1、当响应500无错误信息时,查看php.ini中display_errors是否为On 2、当出现如下错误,则是因为开启了防跨站攻击(open_basedir)配置 Warning: require(): open_basedir restriction 阅读全文
posted @ 2020-04-08 20:20 黑键 阅读(2421) 评论(0) 推荐(0)
摘要: ERR Client sent AUTH, but no password is set(客户端发送密码验证,但是未设置密码) 错误原因: windows环境下phpstudy启动redis时是不会加载配置启动的(个人验证得出),应该用是直接调用redis-server.exe而非redis-ser 阅读全文
posted @ 2019-10-18 12:27 黑键 阅读(1568) 评论(0) 推荐(0)