摘要: 12345让他 CentoOS终端使用 Centos联网 Linux目录结构 在linux中一切皆文件 阅读全文
posted @ 2021-05-13 19:50 I_PENCIL 阅读(45) 评论(0) 推荐(0)
摘要: https://suijimimashengcheng.bmcx.com/ 阅读全文
posted @ 2021-05-13 17:05 I_PENCIL 阅读(34) 评论(0) 推荐(0)
摘要: 生产者和消费者案例01 class Queue{ private int n; boolean flag = false; public synchronized void set(int n) { if(flag) { try { wait(); } catch (InterruptedExcep 阅读全文
posted @ 2021-05-13 15:24 I_PENCIL 阅读(45) 评论(0) 推荐(0)