摘要:
1.编辑conf下面的nginx.conf 2.在server段里加以下两行 default_type 'text/html';charset utf-8;3.然后重启就行了 sudo nginx -s reload 阅读全文
摘要:
试试 yum install mariadb-server 然后重启下服务器 再 systemctl start mariadb.service 阅读全文
摘要:
https://www.linuxidc.com/Linux/2017-11/148769.htm (直接划到最下方看配置,适用于仅主机模式) 阅读全文
摘要:
https://blog.csdn.net/finghting321/article/details/107692568 阅读全文
摘要:
http://c.biancheng.net/linux/alias.html (能粘贴绝对不手写!!!) 阅读全文
摘要:
#!/bin/bashss -tnl | grep 6379 if [ $? -eq 0 ];then ps -ef | grep redis | awk 'NR==1 {print $2}' | xargs kill -9 && nohup /usr/local/redis/redis-serve 阅读全文
摘要:
https://www.cnblogs.com/luoSteel/p/10038954.html (不好意思,让您失望了,又是转载的!!!) 阅读全文
摘要:
https://blog.51cto.com/zouqingyun/1741263 (自己看链接吧!) 阅读全文
摘要:
http://www.mamicode.com/info-detail-2961996.html (参考链接) 阅读全文
摘要:
https://jingyan.baidu.com/article/ab69b27080c00d2ca7189fd2.html 阅读全文