搜索资源列表
简易java框架开源论坛系统
- 简易java(easyjf)框架开源论坛系统(测试版)在tomcat5.0上安装说明 www.easyjf.com 简易java框架--简易、实用才是硬道理! 简易java框架开源论坛系统拥有常用论坛系统的基本功能,集前台后台代码为一体,支持UBB代码。该论坛系统使用基于OO的方法设计,采用多层B/S构架,数据库持久层主要使用本网的简易数据库开源框架EasyJDO,Web层使用EasyJWeb框架,java代码与页面完全分
commons-dbcp-1.4-src
- DBCP(DataBase connection pool),数据库连接池。由于建立数据库连接是一个非常耗时耗资源的行为,所以通过连接池预先同数据库建立一些连接,放在内存中,应用程序需要建立数据库连接时直接到连接池中申请一个就行,用完后再放回去。-DBCP (DataBase connection pool), the database connection pool. Since the establishment of a database connection is a very time
commons-dbcp-1.2.1-src
- dbcp数据库连接操作设置,根据自己业务可以修改源码-DBCP database connection operation is set according to their own business, you can modify the source code
commons-dbutils-1.5
- :commons-dbutils是 Apache组织提供的一个开源 JDBC工具类库,对传统操作数据库的类进行二次封装,(Commons-dbutils is an open source JDBC tool class library provided by the Apache organization, which encapsulates two classes of traditional operating databases,)