84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
从数据库获得8000条记录,要输出到excel,这个过程应该很长,应该超过了网页请求30秒的限制,这样的话数据一多就不能打印数据了?问题解决:1.set_time_limit (0);2.ob_flush();flush();再细问一下:是时间和内存同时影响了exel的打印输出?
光阴似箭催人老,日月如移越少年。
希望可以帮到你:http://www.jianshu.com/p/6d8a99621e8b
可以在开头加上set_time_limit(0);以达到不限制超时时间的目的
set_time_limit(0);
按照楼上的就能解决,导出数据可以试试phpexcel
你要把输出内容gzip压缩一下,这样从服务端传输到浏览器的内容会少很多
希望可以帮到你:http://www.jianshu.com/p/6d8a99621e8b
可以在开头加上
set_time_limit(0);
以达到不限制超时时间的目的按照楼上的就能解决,导出数据可以试试phpexcel
你要把输出内容gzip压缩一下,这样从服务端传输到浏览器的内容会少很多