文件名称:usingtime
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- w_y_*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
定时器
在应用开发中,经常需要一些周期性的操作,比如每5分钟检查一下新邮件等。
对于这样的操作最方便、高效的实现方式就是使用java.util.Timer工具类。-Timer in application development, often need some periodic operations, such as every 5 minutes to check for new messages and so on. For such operations the most convenient and efficient way to achieve is to use java.util.Timer tools.
在应用开发中,经常需要一些周期性的操作,比如每5分钟检查一下新邮件等。
对于这样的操作最方便、高效的实现方式就是使用java.util.Timer工具类。-Timer in application development, often need some periodic operations, such as every 5 minutes to check for new messages and so on. For such operations the most convenient and efficient way to achieve is to use java.util.Timer tools.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
定时器\UsingTimer.java
定时器
定时器