摘要: package com.example.demo.utils;import java.lang.reflect.Field;import java.util.concurrent.*;public class Test1 { static ThreadLocal threadLocal = new 阅读全文
posted @ 2019-12-29 10:24 覃上 阅读(172) 评论(0) 推荐(0) 编辑
摘要: Unsafe类提供了原子性操作CAS package com.example.demo.utils;import com.alibaba.druid.pool.DruidDataSource;import sun.misc.Unsafe;import java.lang.reflect.Field; 阅读全文
posted @ 2019-12-29 10:10 覃上 阅读(421) 评论(0) 推荐(0) 编辑