08 2016 档案

nginx配置之取消index.php同时不影响js,css功能
摘要:附apache: 阅读全文

posted @ 2016-08-15 15:41 liuwenbohhh 阅读(689) 评论(0) 推荐(0)

测试post接口curl
摘要:function post($url,$data=array()) { if ( !empty($data) ) { $data=http_build_query($data); } $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); cu 阅读全文

posted @ 2016-08-01 17:08 liuwenbohhh 阅读(207) 评论(0) 推荐(0)