摘要: Cron表达式是一个字符串,字符串以5或6个空格隔开,分为6或7个域,每一个域代表一个含义,Cron有如下两种语法格式:Seconds Minutes Hours DayofMonth Month DayofWeek Year或 Seconds Minutes Hours DayofMonth Mo... 阅读全文
posted @ 2015-08-27 21:52 韩慧兵 阅读(5335) 评论(0) 推荐(0) 编辑
摘要: 1、spring的配置文件 2、基于xml的定时器任务package com.spring.task;/** * 基于xml的定时器 * @author hj */public cla... 阅读全文
posted @ 2015-08-27 21:49 韩慧兵 阅读(208) 评论(0) 推荐(0) 编辑