摘要:
前言:当我们想要用ArrayList,又想要保证线程安全的时候,可以考虑使用CopyOnWriteArrayList这个类。因为如果使用Vector的话,虽然可以保证线程安全,但是因为在Vector里面是用syn... 阅读全文
posted @ 2019-02-01 21:33
白晨冬阳
阅读(78)
评论(0)
推荐(0)
摘要:
转自:https://www.jianshu.com/p/406a09136a18生命周期:https://www.cnblogs.com/lgk8023/p/6427977.htmlServlet是JavaEE... 阅读全文
posted @ 2019-02-01 10:44
白晨冬阳
阅读(94)
评论(0)
推荐(0)