摘要:
CountDownLatch // 减法计数器 public class CountDownLatchDemo { public static void main(String[] args) throws InterruptedException { // 总数是6 必须要执行任务的时候,再使用! 阅读全文
posted @ 2022-04-18 22:05
不写代码想写诗的虫子
阅读(37)
评论(0)
推荐(0)
摘要:
List不安全 // java.util.ConcurrentModificationException 并发修改异常! public class ListTest { public static void main(String[] args) { // 并发下ArrayList是不安全的 /** 阅读全文
posted @ 2022-04-18 21:59
不写代码想写诗的虫子
阅读(35)
评论(0)
推荐(0)

浙公网安备 33010602011771号