2014年6月3日

注册 jvm 关闭时操作

摘要: // 注册 jvm 关闭时操作 Runtime.getRuntime().addShutdownHook(new Thread(){ public void run() { System.out.println("关闭"); } }); 阅读全文
posted @ 2014-06-03 14:22 Love I Smile 阅读(193) 评论(0) 推荐(0) 编辑