摘要: ThreadLocal不是一个线程类,无法像Thread一样调用start()创建多线程,严格意义上说是一个线程局部变量,源码上有以下说明 / This class provides thread local variables. These variables differ from their 阅读全文
posted @ 2017-05-15 19:58 叶下梧桐 阅读(196) 评论(0) 推荐(0) 编辑