02 2018 档案

摘要: 阅读全文
posted @ 2018-02-28 16:53 danieldai 阅读(72) 评论(0) 推荐(0) 编辑
摘要:Tomcat Architect 1 <Server> 2 <Service> 3 <Connector /> 4 <Connector /> 5 <Engine> 6 <Host> 7 <Context /> 8 </Host> 9 </Engine> 10 </Service> 11 </Ser 阅读全文
posted @ 2018-02-09 16:13 danieldai 阅读(188) 评论(0) 推荐(0) 编辑
摘要:source from http://tutorials.jenkov.com/java-concurrency/threadlocal.html#inheritableThreadLocal Java ThreadLocal Creating a ThreadLocal Accessing a T 阅读全文
posted @ 2018-02-06 17:15 danieldai 阅读(251) 评论(0) 推荐(0) 编辑