摘要: http://blog.51yip.com/ 阅读全文
posted @ 2014-11-14 14:12 我来也1010 阅读(106) 评论(0) 推荐(0) 编辑
摘要: http://www.imooc.com/code/601 http://www.w3schools.com/php/default.asphttp://www.w3schools.com/php/showphp.asp?filename=demo_syntaxhttp://phpfiddle.or... 阅读全文
posted @ 2014-11-14 14:00 我来也1010 阅读(181) 评论(0) 推荐(0) 编辑
摘要: date('Y-m-d H:i:s',time()); 2014-09-01 05:06:01 date(' y-n-j G:i:s',time()); 14-9-1 5:06:01mktime(hour,minute,second,month,day,year,is_... 阅读全文
posted @ 2014-09-22 10:15 我来也1010 阅读(141) 评论(0) 推荐(0) 编辑
摘要: http://simonfenci.sinaapp.com/index.php?key=simon&wd=%E8%AF%AD%E5%8F%A5%E6%88%91%E6%98%AF 阅读全文
posted @ 2014-09-02 15:37 我来也1010 阅读(675) 评论(0) 推荐(0) 编辑
摘要: function get_dir_all_files($path){ $result=array(); $temp=array(); if(filetype($path)=='dir') { $dir=scandir($path); ... 阅读全文
posted @ 2014-08-07 11:04 我来也1010 阅读(291) 评论(0) 推荐(1) 编辑
摘要: public class CacheContainer { private static Hashtable ht = new Hashtable(); /// /// objId :缓存id,objObject:缓存对象,expires:绝... 阅读全文
posted @ 2014-07-17 02:48 我来也1010 阅读(299) 评论(0) 推荐(0) 编辑
摘要: /*以post的方式,请求url $data为数组参数 */function post($url, $data){ $postdata = http_build_query($data); $opts = array('http' => ... 阅读全文
posted @ 2014-07-14 17:02 我来也1010 阅读(160) 评论(0) 推荐(0) 编辑
摘要: =0x80) { if( (ord($sInBuf{$i})>=0x81 && ord($sInBuf{$i})=0x40 && ord($sInBuf{$i+1}) 0x7E && ord($sInBuf{$i+1})0xA0 && ord($sInB... 阅读全文
posted @ 2014-07-14 16:59 我来也1010 阅读(1298) 评论(0) 推荐(0) 编辑
摘要: 获取验证码 阅读全文
posted @ 2014-07-01 16:22 我来也1010 阅读(370) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-06-27 10:27 我来也1010 阅读(159) 评论(0) 推荐(0) 编辑