04 2018 档案

摘要:APACHE 日志查看与分析 假设apache日志格式为: 118.78.199.98 – - [09/Jan/2010:00:59:59 +0800] “GET /Public/Css/index.css HTTP/1.1″ 304 – “http://www.a.cn/common/index. 阅读全文
posted @ 2018-04-24 16:12 菜的掉渣 阅读(403) 评论(0) 推荐(0)
摘要:1 array( 16 "tablename"=>"k_company", 17 "use_field"=>"id,title", 18 "condition"=>"id=%d", 19 "primary_key"=>"id", 20 ), 21 22 );... 阅读全文
posted @ 2018-04-18 11:03 菜的掉渣 阅读(460) 评论(0) 推荐(0)
摘要:1 /** 2 * GET 请求 3 * 4 * @param string $url 5 */ 6 private function http_get($url) 7 { 8 $oCurl = curl_init(); 9 if (stripos($url, "https://") !== FALSE) { 10 c... 阅读全文
posted @ 2018-04-18 11:02 菜的掉渣 阅读(417) 评论(0) 推荐(0)