摘要: 参考:https://blog.csdn.net/u013820054/article/details/52043977 阅读全文
posted @ 2018-07-08 20:45 mohecun 阅读(128) 评论(0) 推荐(0)
摘要: class Test implements Runnable { private boolean flag; //flag标签,让t1和t2线程执行不同代码 public Test(boolean flag) { this.flag=flag; } public void run() { if (flag) ... 阅读全文
posted @ 2018-07-08 17:14 mohecun 阅读(127) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2018-07-08 15:38 mohecun 阅读(1) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/login_sonata/article/details/71001851 阅读全文
posted @ 2018-07-08 15:11 mohecun 阅读(146) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2018-07-08 14:34 mohecun 阅读(0) 评论(0) 推荐(0)