2010年6月18日
摘要: 首先说一下我的运行环境winxp+php5.2.5+apache2.2.8+5.0.27-community-nt我想测试插入5万条数据到数据库里。页面如下代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<?phpglobal$begin;g... 阅读全文
posted @ 2010-06-18 17:38 小炒花生米 阅读(32606) 评论(2) 推荐(0) 编辑
摘要: 在采集的时候遇到问题了,所以查了下,在php.ini中设置下就可以了搜索max_execution_time = 30 ; 每个脚本的最大执行时间, 按秒计的个人认为改成60秒已经很高了!可用程序修改:set_time_limit (0);=================================================语法 : void set_time_limit (int s... 阅读全文
posted @ 2010-06-18 17:07 小炒花生米 阅读(33280) 评论(1) 推荐(1) 编辑