上一页 1 ··· 13 14 15 16 17
摘要: HTML页面中加入代码js.php代码:经常有网站采集cnblog博客里的文章 哈哈哈 阅读全文
posted @ 2014-07-27 16:31 osfipin 阅读(778) 评论(0) 推荐(0) 编辑
摘要: php 过滤英文标点符号 过滤中文标点符号代码 function filter_mark($text){ if(trim($text)=='')return ''; $text=preg_replace("/[[:punct:]\s]/",' ',$text); ... 阅读全文
posted @ 2014-06-12 09:03 osfipin 阅读(1511) 评论(0) 推荐(0) 编辑
摘要: PHP 后台定时循环刷新某个页面如果间隔时间过长的话 会出现apache自动停止的现象。出现的原因则是设置了 ThreadsPerChild 450 MaxConnectionsPerChild 3000错误日志报错[mpm_winnt:notice] [pid 126... 阅读全文
posted @ 2014-04-29 13:02 osfipin 阅读(1148) 评论(0) 推荐(0) 编辑
摘要: php 生成随机字符串可以指定是纯数字 还是纯字母 或者混合的。可以指定长度的。 1 function rand_zifu($what,$number){ 2 $string=''; 3 for($i = 1; $i <= $number; $i++){ 4 //混合... 阅读全文
posted @ 2014-04-17 14:52 osfipin 阅读(963) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17
我是底部