摘要: package test.run; public class TraditionalThreadCommunication { private Business bus = new Business(); public static void main(String[] args) { final 阅读全文
posted @ 2016-05-23 18:32 Jessi_JIA 阅读(181) 评论(0) 推荐(0) 编辑
摘要: package test.run; public class testRun { public static void main(String[] args) { Thread td1 = new Thread( new Runnable() { public void run() { exit:f 阅读全文
posted @ 2016-05-23 15:06 Jessi_JIA 阅读(104) 评论(0) 推荐(0) 编辑
摘要: package test.run; import java.util.Timer;import java.util.TimerTask; public class TimerTest { public static void main(String[] args) { class MyTimerTa 阅读全文
posted @ 2016-05-23 15:05 Jessi_JIA 阅读(115) 评论(0) 推荐(0) 编辑