Dict.CN 在线词典, 英语学习, 在线翻译 ------------- MyGitee 朱秋贵内科诊所 My腾云code
摘要: 超时中断;生产者/消费者队列 public class Demo09 implements Runnable { public static ReentrantLock lock = new ReentrantLock(); //锁 相当于一份公共资源 public static void main 阅读全文
posted @ 2019-12-23 18:15 cn2024 阅读(111) 评论(0) 推荐(0) 编辑
摘要: synchronized 对象锁:synchronized修饰普通方法或者synchronized(this) 如下: public class SynTest{ private synchronized void test1(){} private void test2(){ synchroniz 阅读全文
posted @ 2019-12-23 17:27 cn2024 阅读(148) 评论(0) 推荐(0) 编辑