import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Timer;
import java.util.TimerTask;


public class TimeTask {

	/**
	 * @param args
	 * @throws ParseException 
	 */
	public static void main(String[] args) throws ParseException {
		// TODO Auto-generated method stub
		 
	    Timer timer = new Timer();   
		TimerTask task = new SynchroTimerTask(timer);
		SimpleDateFormat sf2= new SimpleDateFormat("yyyy-MM-dd");
		String year= sf2.format(new Date());
        SimpleDateFormat sf1 = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
        Date firstTime = sf1.parse(year+" 09:52:00");
        long  period = 1000 * 600;   
        System.out.println("白天----开始执行定时任务");
        timer.scheduleAtFixedRate(task, firstTime, period);
		
        
        
		
	}

}
最近下载更多
akbar2020  LV9 2022年9月4日
王者风  LV1 2022年5月3日
我是helloworld  LV23 2021年11月17日
zhuogui  LV1 2020年9月7日
guodaxia  LV14 2020年8月31日
bjf5211  LV2 2020年8月20日
曙光非衣  LV8 2020年8月18日
wei112233  LV15 2020年5月20日
jizhe123  LV1 2020年4月16日
gan857569302  LV9 2020年3月27日
最近浏览更多
kevinkg  LV12 2023年12月14日
tyyeng  LV18 2023年10月10日
科技家  LV2 2023年4月17日
a10908096 2022年11月18日
暂无贡献等级
12cq345  LV6 2022年11月15日
akbar2020  LV9 2022年8月29日
寒江雪2017  LV10 2022年7月14日
crosa_Don  LV18 2022年6月7日
夜上清元  LV8 2022年5月4日
王者风  LV1 2022年5月3日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友