07 2020 档案
关于ThreadLocal的一道面试题
摘要:1 public class TestThreadLocalNpe { 2 private static ThreadLocal<Long> threadLocal = new ThreadLocal(); 3 4 public static void set() { 5 threadLocal.s 阅读全文
posted @ 2020-07-20 13:30 十七年蝉 阅读(484) 评论(0) 推荐(1)