摘要: 1 $arr[$j] ) { 10 //交换 11 $temp = $arr[$j-1]; 12 $arr[$j-1] = $arr[$j]; 13 $arr[$j] = $temp; 14 15 1... 阅读全文
posted @ 2017-05-10 14:58 zhoupufelix的博客 阅读(106) 评论(0) 推荐(0)
摘要: 1、brew search nginx 2、brew install nginx 启动nginx ,sudo nginx ;访问localhost:8080 发现已出现nginx的欢迎页面了。备注: ln -s /usr/local/sbin/nginx /usr/bin/nginx 做个软连接。常 阅读全文
posted @ 2017-05-10 11:56 zhoupufelix的博客 阅读(189) 评论(0) 推荐(0)