随笔分类 -  定时任务

摘要:import java.util.Date; import java.util.Timer; import java.util.TimerTask; public class TimerTest { public static void main(String[] args) { Timer timer = new Timer(); // 5s后执... 阅读全文
posted @ 2019-02-19 22:17 黑魔法os 阅读(190) 评论(0) 推荐(0)