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
我想每周一凌晨两点执行一个PHP文件(程序会导出一个excel),然后将这个文件自动通过邮件发送
小伙看你根骨奇佳,潜力无限,来学PHP伐。
可以用crontab设置定时任务,用mutt命令发送带附件的邮件。
crontab
mutt
liunx下的 crontab 服务它支持的格式如下:分 时 天 月 周
因此按你的需求可用下面的方式
0 2 * * 1 php index.php
可以用这个网站给的工具测试写的定时规则是否符合要求网址:http://tool.lu/crontab
可以用
crontab
设置定时任务,用mutt
命令发送带附件的邮件。liunx下的 crontab 服务
它支持的格式如下:
分 时 天 月 周
因此按你的需求可用下面的方式
可以用这个网站给的工具测试写的定时规则是否符合要求
网址:http://tool.lu/crontab