使用Runtime的addShutdownHook(thread)方法: 1 for(int
i=0; i<5; i++){ 2 System.out.println(i); 3 } 4 5 Thread th...
分类:
其他好文 时间:
2014-04-29 17:22:47
阅读次数:
311
You need to handle
theSystem.Windows.Forms.Application.ThreadExceptionevent for Windows Forms. This
article really helped me:http://bytes.com/forum/th...
分类:
移动开发 时间:
2014-04-27 21:10:16
阅读次数:
907