摘要:
按指定的字符串截取 1、第一种方法: ${varible##*string} 从左向右截取最后一个string后的字符串 ${varible#*string}从左向右截取第一个string后的字符串 ${varible%%string*}从右向左截取最后一个string后的字符串 ${varibl... 阅读全文
摘要:
在安装好使用过程中出现502问题,一般是因为默认php-cgi进程是5个,可能因为phpcgi进程不够用而造成502,需要修改/usr/local/php/etc/php-fpm.conf 将其中的max_children值适当增加Nginx 502 Bad Gateway的含义是请求的PHP-CG... 阅读全文
摘要:
修改文件/etc/pam.d/system-auth#%PAM-1.0# This file is auto-generated.# User changes will be destroyed the next time authconfig is run.#auth require... 阅读全文
摘要:
http://weilei0528.blog.163.com/blog/static/206807046201321810834431Apache与Nginx的优缺点比较 1、nginx相对于apache的优点: 轻量级,同样起web 服务,比apache占用更少的内存及资源 抗并发,nginx ... 阅读全文
摘要:
http://www.cnblogs.com/kerrycode/p/3588816.html主目录下面有bin、lib等目录 bin 存放Tomcat启动、停止服务程序以及一些其他脚本程序 lib 存放Tomcat运行需要的jar包 ... 阅读全文