会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
范世强的笔记(SEC-fsq)
专注于网络安全技术 http://www.freebuf.com/author/shentouceshi https://gitee.com/fsqsec
博客园
首页
新随笔
联系
订阅
管理
2017年5月26日
java 定时器
摘要: // 设置定时器检测状态Timer timer = new Timer("timer");TimerTask timerTask = new TimerTask() { @Override public void run() { }};timer.schedule(timerTask, 0, 300
阅读全文
posted @ 2017-05-26 15:32 范世强
阅读(192)
评论(0)
推荐(0)
编辑
公告