設計模式之代理模式(實現本身的數據庫鏈接池)

在動手寫本身的數據庫鏈接池的時候咱們先來了解什麼是數據庫鏈接池: 模擬一個數據庫鏈接池:java public class SimpleConnectionPool { private static List<Connection> listConnection = new ArrayList<Connection>(); //初始化10個連接對象 static {
相關文章
相關標籤/搜索