- 授权协议: 未知
- 开发语言: Java
- 操作系统: 未知
- 软件首页: http://homepages.nildram.co.uk/~slink/java/DBPool/
软件介绍
DBPool是一个高效的易配置的数据库连接池。它除了支持连接池应有的功能之外,还包括了一个对象池使你能够开发一个满足自已需求的数据库连接池。下面是一段初始化连接池的代码:
String url = "jdbc:mysql://localhost:3306/homeDB";
ConnectionPool pool = new ConnectionPool("local", 10, 20, 0, url, "Nemo", "LuckyFin");
pool.init(10);
Web Anatomy
Robert Hoekman Jr.、Jared Spool / New Riders / 2009-12-11 / USD 39.99
At the start of every web design project, the ongoing struggles reappear. We want to design highly usable and self-evident applications, but we also want to devise innovative, compelling, and exciting......一起来看看 《Web Anatomy》 这本书的介绍吧!
