TimeUnit笔记
TimeUnit 简介
TimeUnit是java.util.concurrent包下的一个枚举类,其主要封装了时间单位之间的转换以及基于这些时间上对线程的基本操作(sleep,join,wait),其对时间操作提供了较好的可读性,同时也是对枚举语法理解的一个较好的例子。
http://www.importnew.com/7219.html
http://www.bianceng.cn/Programming/Java/201312/38938.htm
http://blog.csdn.net/kjfcpua/article/details/7288742
http://www.oschina.net/code/snippet_54100_55
自己:
1.Spring mvc 复习 要深入 源码层次 源码层次!!!!
3.TimeUnit.HOURS.sleep(1);
4.spring @Async 注解
5.File configFile = ResourceUtils.getFile("classpath:./weixinService.properties");
时间: 2024-10-12 14:09:08