Cron 表达式如 26-Jun 到 5-Jun/每两天/每年重复
我需要一个 cron 表达式,它将每年在两个指定日期之间重复。
例如:5 月 26 日至 6 月 7 日之间每隔一天运行一次,并每年重复一次。
我需要写一些诸如生日提醒之类的东西。
我想出的最好的
0 0 0 26-7 5-6 ? *
办法是这行得通吗?
谢谢
I need a cron expression which will repeat every year between two specified dates.
Ex: Run between 26-May and 7-Jun every second day and repeat every year.
I need to write something like a birthday reminder.
The best I came up with is
0 0 0 26-7 5-6 ? *
Will this work?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我没有找到任何解决方案来用单个 cron 表达式解决这个问题,所以我将其分解为两个不同的表达式。
和
I didn't find any solution to solve this problem with a single cron expression, so I broke it down to two different expressions.
and