随笔分类 -  Java

摘要:Runtime.getRuntime().addShutdownHook(shutdownHook); shutdownHook()函数可以在jvm关闭的时候进行内存清理、对象销毁等操作 http://blog.csdn.net/wgw335363240/article/details/585440 阅读全文
posted @ 2016-03-15 13:33 Msnow 阅读(295) 评论(0) 推荐(0)
摘要:File.separator File.separatorChar 阅读全文
posted @ 2016-03-15 13:28 Msnow 阅读(138) 评论(0) 推荐(0)
摘要:BlockingQueue的使用 http://www.cnblogs.com/liuling/p/2013-8-20-01.html BlockingQueue深入分析 http://blog.csdn.net/tayanxunhua/article/details/20962307 java中线 阅读全文
posted @ 2016-03-14 17:53 Msnow 阅读(147) 评论(0) 推荐(0)