下载此文档

cron表达式支持旬的改造.docx


文档分类:文学/艺术/军事/历史 | 页数:约82页 举报非法文档有奖
1/82
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/82 下载此文档
文档列表 文档介绍
.专业整理 .
("OCT", new Integer(9));
("NOV", new Integer(10));
. 学****帮手 .
.专业整理 .
("DEC", new Integer(11));
("SUN", new Integer(1));
("MON", new Integer(2));
("TUE", new Integer(3));
("WED", new Integer(4));
("THU", new Integer(5));
("FRI", new Integer(6));
("SAT", new Integer(7));
}
private String cronExpression = null;
private TimeZone timeZone = null;
protected transient TreeSet seconds;
protected transient TreeSet minutes;
protected transient TreeSet hours;
protected transient TreeSet daysOfMonth;
protected transient TreeSet months;
protected transient TreeSet daysOfWeek;
protected transient TreeSet years;
protected transient MonLdaySet monLdaySet;
. 学****帮手 .
.专业整理 .
protected transient boolean lastdayOfWeek = false;
protected transient int nthdayOfWeek = 0;
protected transient int nthdayOfXun = 0;
protected transient boolean lastdayOfMonth = false;
protected transient boolean nearestWeekday = false;
protected transient boolean expressionParsed = false;
protected transient boolean isLastDayOfXun = false;
/**
Constructs a new <CODE>CronExpression</CODE> based on the specified
parameter.
*
* ***@param cronExpression
* String representation of the cron expression the new object
* should represent
* if the string expression cannot be parsed into a valid
* <CODE>CronExpression</CODE>
*/
public CronExpression(String cronExpression) throws ParseException {
if (cronExpression == null) {
. 学****帮手 .
.

cron表达式支持旬的改造 来自淘豆网www.taodocs.com转载请标明出处.

相关文档 更多>>
非法内容举报中心
文档信息
  • 页数82
  • 收藏数0 收藏
  • 顶次数0
  • 上传人zhaojr1943
  • 文件大小62 KB
  • 时间2022-03-30