03 2017 档案

摘要:1 <?php 2 3 /** 4 * API 5 * User: sgfoot 6 * Date: 2017/3/20 7 * Time: 18:05 8 */ 9 class apiCurl 10 { 11 private $config = array( 12 'key' => '7D86A7 阅读全文
posted @ 2017-03-21 10:58 扶摇上青天 阅读(1109) 评论(0) 推荐(0)
摘要:rsync -az --exclude-from=/data/sh/exclude_www.test.txt --delete /data/wwwroot/www.test.cc/ root@ip:/data/wwwroot/www.test.cc/ exclude_www.test.txt: .s 阅读全文
posted @ 2017-03-16 17:01 扶摇上青天 阅读(143) 评论(0) 推荐(0)
摘要:#启动php-fpm服务 #配置nginx.conf 再配置 再编辑: 阅读全文
posted @ 2017-03-16 16:37 扶摇上青天 阅读(664) 评论(0) 推荐(0)
摘要:if($filter['mode']) { switch ($filter['mode']) { case 1://今天的数据 $time_start = date("Y-m-d H:i:s",mktime(0, 0 , 0, date('m'),date('d'),... 阅读全文
posted @ 2017-03-06 17:10 扶摇上青天 阅读(290) 评论(0) 推荐(0)
摘要:开启rewrite 日志 error_log /data/log/nginx/error.log notice; 位于最外层,大约在文件的前几行 再在http{}括号里增加一行:rewrite_log on; 重写的日志将写入/data/log/nginx/error.log 关键代码 在http{ 阅读全文
posted @ 2017-03-01 15:51 扶摇上青天 阅读(7427) 评论(0) 推荐(0)