摘要:
原文链接:https://my.oschina.net/jiangbianwanghai/blog/473249 1.下载composer.phar curl -sS https://getcomposer.org/installer | php 2.把composer.phar移动到环境下让其变成 阅读全文
摘要:
原文链接:http://www.jb51.net/article/83647.htm 1.第一步就是看linu是否安装了mysql,经过rpm -qa|grep mysql查看到centos下安装了mysql5.1,那就开始卸载咯 2.接下来就是卸载mysql5.1了,命令:rpm -e mysql 阅读全文
摘要:
原文链接:http://www.2cto.com/os/201511/450258.html ##### PHP 编译安装 #### //查看版本 php -v 阅读全文
摘要:
原文链接:http://www.2cto.com/os/201511/450258.html ##### Apache 编译安装[root@localhost ~]# yum install gcc gcc-c++ make wget //重启 service httpd -k restart 不行 阅读全文
摘要:
基本路由: 路由前缀: 带参数的路由: 阅读全文