`
Vens_07
  • 浏览: 498 次
  • 性别: Icon_minigender_1
  • 来自: 厦门
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论
文章列表
   近日(2012-12-3) 在进行(php+sqlite)数据库导出导入的时候,导入数据操作 报Fatal error: Maximum execution time of 30 seconds exceeded in *.php line *  的错误,而插入的数据不超过1000条,电脑配置也不差。    究其原因,在导入数据的时候,我没使用事务提交。导致插入几百条数据竟使用30秒以上。以下是更改后的代码!数据导入的方法来自:http://bbs.lampbrother.net/read-htm-tid-114482.html <?php    set_time_limit(0 ...
Global site tag (gtag.js) - Google Analytics