09 2019 档案
摘要:原文链接:https://www.jianshu.com/p/6884bbd5b111 下载https://github.com/eaglewu/swoole-ide-helper的源码 将代码包含到PhpStorm的Settings->Languages & Frameworks->PHP->in
阅读全文
摘要:原文链接:http://www.manongjc.com/article/126567.html 编辑iptables配置文件,将文件内容更改为如下,则具备了ip地址白名单功能#vim /etc/sysconfig/iptables *filter :INPUT ACCEPT [0:0] :FORW
阅读全文
摘要:参考链接:https://blog.csdn.net/zhaoerduo/article/details/51076456 今天在研究easyswoole,在测试服务器上启动easyswoole后提示PHP Warning: mysqli::__construct(): (HY000/2002):
阅读全文
摘要:参考链接1:https://www.cnblogs.com/flzs/p/10161969.html; 参考链接2:https://jingyan.baidu.com/article/455a9950a4fea0a16727787e.html; 1.设置远程用户访问权限( // 任何远程主机都可以访
阅读全文
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES/NO) 解决方案1.停止mysql
摘要:原文链接:https://cloud.tencent.com/developer/article/1188636 1.停止mysql数据库 /etc/init.d/mysql stop (或者直接 kill -9 [PID] 杀进程!) 这里的路径填自己mysql安装路径 2.执行如下命令 mysq
阅读全文
摘要:原文链接:https://blog.csdn.net/xujialei0704/article/details/80362602 下载redis,解压,编译: $ wget http://download.redis.io/releases/redis-4.0.6.tar.gz$ tar xzf r
阅读全文
摘要:原文链接:https://blog.csdn.net/Johnson_llguo/article/details/83970798 Cannot find config.m4. Make sure that you run '/usr/local/php/bin/phpize' in the top
阅读全文
摘要:/etc/init.d/php-fpm restart
阅读全文
摘要:原文:https://www.cnblogs.com/shihaiming/p/11044740.html 一、事务的基本要素(ACID) 1、原子性(Atomicity):事务开始后所有操作,要么全部做完,要么全部不做,不可能停滞在中间环节。事务执行过程中出错,会回滚到事务开始前的状态,所有的操作
阅读全文
摘要:原文链接:https://blog.csdn.net/yuanxiang01/article/details/81508699 今天在使用root用户删除服务器上的一个名为default文件夹时,被系统告知:rm: cannot remove ‘default/.user.ini’: Operati
阅读全文