摘要:
再用Quartz 做任务调度作业时,有以下步骤: ISchedulerFactory schedFact = new StdSchedulerFactory(); IScheduler _sched; _sched = schedFact.GetScheduler(); var triggerJob 阅读全文
posted @ 2016-10-19 10:01
Hobin
阅读(304)
评论(0)
推荐(0)
摘要:
1、 CronTrigger时间格式配置说明 CronTrigger配置格式: 格式: [秒] [分] [小时] [日] [月] [周] [年] 序号 说明 是否必填 允许填写的值 允许的通配符 1 秒 是 0-59 , - * / 2 分 是 0-59 , - * / 3 小时 是 0-23 , 阅读全文
posted @ 2016-10-19 08:59
Hobin
阅读(500)
评论(0)
推荐(0)