摘要: ### ThreadLocalTest ```java public class ThreadLocalTest { public static void main(String[] args) { ThreadLocal threadLoal_1 = new ThreadLocal(); new 阅读全文
posted @ 2023-06-05 23:28 bxdblog 阅读(18) 评论(0) 推荐(0) 编辑
摘要: JUC(java.util.concurrent) * atomic * AtomicBoolean * AtomicInteger * AtomicLong * AtomicReference * LongAdder * locks * AQS(AbstractQueuedSynchronizer 阅读全文
posted @ 2023-06-04 16:24 bxdblog 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-02-12 21:52 bxdblog 阅读(128) 评论(0) 推荐(0) 编辑