作者derek1009 (Moose)
看板java
标题[问题] timer 与 写档问题
时间Fri Jan 13 02:28:25 2017
想请问各位高手!我想每60秒固定写档一次,想请问要如何下手?
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 1.200.195.154
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/java/M.1484245708.A.332.html
1F:推 e23882: while(true){Thread.sleep(60000); 写档();} 01/13 02:37
3F:→ Expsun: mer.html 01/13 06:54
4F:推 csieflyman: java.util.concurrent.ScheduledThreadPoolExecutor 01/16 23:55
5F:推 marsyang1: 推楼上 01/26 08:30