Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如,我需要一个 cron 作业来每隔两个工作日运行一次
如果 cron 作业最后一次在星期四运行,它应该在下周一运行
周三重播,周五重播,周二重播,周四重播,让比赛重新开始。
谢谢
每个工作日运行它,并让脚本在文件中设置一个标志,说明它是否在上一次运行时完成了工作。如果是这样,它会跳过当时的工作并反转标志。