Java Timer, TimerTask

参考:http://batitan.iteye.com/blog/253483

TimerTask 就是一个run 方法,里边有些操作;

Timer 是个线程,按各种调度方法(Timer.schedule())调度执行 TimerTask。

P.S.其他参考:

http://blog.csdn.net/ahxu/article/details/249610

http://www.oschina.net/question/136226_126079

http://www.cnblogs.com/shiyangxt/archive/2009/01/25/1380815.html

http://nileader.blog.51cto.com/1381108/392343

上一篇:[bzoj4006][JLOI2015]管道连接_斯坦纳树_状压dp


下一篇:《Java程序员由笨鸟到菜鸟》