1. 程式人生 > >jsp初始化資料庫連線池

jsp初始化資料庫連線池

將 資料庫連線池物件 設定成static

if(connPool==null)

{
System.out.println("new");
connPool = new ConnectionPool();
}

登陸頁初始化 包含該段程式碼的類