关于 CronTrigger - Quartz 的问题
关于 http://www.opensymphony.com/quartz/wikidocs/CronTriggers%20Tutorial .html ..给出了一堆示例,但我只是不明白这一点,我将如何编写 CronTrigger 表达式来无限时间地每天每分钟运行。我已经“想出”每秒运行它,这很容易 "* * * * * ?"
我将如何编写每分钟运行的表达式让我们说..
Concerning http://www.opensymphony.com/quartz/wikidocs/CronTriggers%20Tutorial.html .. given bunch of examples and I just don't get this, how would I write CronTrigger expression to run every minute of every day for unlimited amount of time. I've "figured" out about running it every second which is easy "* * * * * ?"
how would I write expression which runs every minute lets say..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Try
That 的意思是“每分钟的第 0 秒”
Try
That means "the zero'th second of every minute"