问题标签 [executiontimeout]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
73 浏览

php - 如何使用 dompdf 单击打印 500+ pdf,而每个 pdf 可以有 n 页?

我有 100 多个项目,项目有差异数据。我想通过单击打印 n 个 pdf,每个 pdf 可以有 n 页。我正在使用 foreach 并获得结果,但是当项目有 2000 多行(1 页有 25 行)时,它会超时。这是我的代码:

/****************** HTML 查看文件 ****************************** ***********/

0 投票
0 回答
5 浏览

executiontimeout - 程序执行超时

我编写了一个程序,循环遍历 1700 行数据和 2 列。运行程序需要很长时间。有没有人可以解决这个问题?