摘要: 说明 使用方式参考:https://www.cnblogs.com/LQBlog/p/8983019.html 初始化 main public static void main(String[] args) throws InterruptedException { //<1>初始化 CountDo 阅读全文
posted @ 2021-09-03 17:56 意犹未尽 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 说明 使用方式可以参考:https://www.cnblogs.com/LQBlog/p/8983019.html 初始化 main public static void main(String[] args) throws InterruptedException, BrokenBarrierEx 阅读全文
posted @ 2021-09-03 17:56 意犹未尽 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 介绍 使用demo可以参考《Semaphore信号量》 作用:限制并发资源的并发访问数量 获取许可 main public static void main(String[] args) throws InterruptedException { //<c1>只允许10个并发同时处理 Semapho 阅读全文
posted @ 2021-09-03 16:05 意犹未尽 阅读(45) 评论(0) 推荐(0) 编辑