
定时器
懒水獭
懒人推动技术进步
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
java定时器
public class HelloTimer { public static ConcurrentHashMap<String, Integer> task_map = new ConcurrentHashMap<String, Integer>(); public static void main(String[] args) throws Inte...原创 2016-01-13 18:07:21 · 146 阅读 · 0 评论 -
定时器quartz时间设置
转:https://www.cnblogs.com/skyblue/p/3296350.html http://www.quartz-scheduler.org/api/previous_versions/2.0.2/org/quartz/CronTrigger.html The public interface for inspecting settings specific...原创 2017-12-07 15:08:59 · 402 阅读 · 0 评论