2016年10月

入职简单讲解

# 工作 1. 下载sublime text 2 2. sublime text 2 [SFTP插件](http://jingyan.baidu.com/article/ab69b270a0...

关于nginx伪静态

1. 实现nginx知识index.php/a/b/c这种url ```nginx location ~ .*\.php(\/.*)*$ { } ``` 2. 匹配相关url实现重定向...

php-fpm启动

1. 已安装好的 service php-fpm restart 2. 自安装的 php-fpm -D -c /etc/php.ini -y /etc/php-fpm.conf