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.
在 Quartz 中,我们可以通过调用 CronExpression.isSatisfiedBy(date) 来判断日期是否满足 cron 模式。
我可以知道如何在 cron4j 中做同样的事情吗?
谢谢!
我认为有一个
static boolean validate(java.lang.String schedulingPattern)
在 SchedulingPattern 类上。
方法是 SchedulingPattern.match(millis)