05 2017 档案

摘要://登录用的curl $curlPost = 'username=admin&password=123456'; 数据 $tmp = tempnam('./tmp', 'login'); //存储的临时地址 $ch = curl_init(); curl_setopt($ch, CURLOPT_HE 阅读全文
posted @ 2017-05-26 16:41 ddxg 阅读(275) 评论(0) 推荐(0)
摘要:[转载] A PHP Error was encountered Severity: Notice Message: Only variable references should be returned by reference Filename: core/Common.php Line Num 阅读全文
posted @ 2017-05-09 18:04 ddxg 阅读(328) 评论(0) 推荐(0)
摘要:在前端用到的比较实用的插件 引入css文件 ,js文件 icheck $('input').iCheck({ checkboxClass: 'icheckbox_minimal-green', radioClass: 'iradio_minimal-green', increaseArea: '20 阅读全文
posted @ 2017-05-03 10:56 ddxg 阅读(750) 评论(0) 推荐(0)