问题描述 导出Excel php://output 直接返回response 第一次请求OK, 再请求第二次就报错了 程序代码 header('Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'); header("Content-Disposition: attachment;filename=".$Ex...
我期望使用数据库管理定时任务,这样后台新增任务的时候,不用每次到服务器重启web服务 我期望使用数据库管理定时任务,这样后台新增任务的时候,不用每次到服务器重启web服务,但是我不太清楚 https://github.com/walkor/crontab 任务组件会出现什么意外的问题 我的解决方案 1、我在Task进程管理中 每隔10秒都去扫描数据库,而且每次都重新 new Crontab();任务可以正常执行,但是...