DBPool

码农软件 · 软件分类 · 数据库连接池 · 2019-09-03 21:57:55

软件介绍

DBPool是一个高效的易配置的数据库连接池。它除了支持连接池应有的功能之外,还包括了一个对象池使你能够开发一个满足自已需求的数据库连接池。下面是一段初始化连接池的代码:

	String url = "jdbc:mysql://localhost:3306/homeDB";
ConnectionPool pool = new ConnectionPool("local", 10, 20, 0, url, "Nemo", "LuckyFin");
pool.init(10);

本文地址:https://codercto.com/soft/d/13820.html

Web Anatomy

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》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

随机密码生成器
随机密码生成器

多种字符组合密码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器