Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我发现的大多数关于连接池的代码示例都使用 Vector 来保证线程安全,并且据我所知,vector 是旧消息。所以我的问题是,什么集合最适合创建连接池?