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 表达式,如何获取开始日期和结束日期?
使用 Quartz 调度器测试:
每个月的第一个工作日 00:00:00
0 0 0 1W * ? *
每月第 4 个工作日 06:00:00
0 0 6 4W * ? *
周六 00:00:00
0 0 0 ? * SAT *