资源列表
Java 的JDBC 数据库连接池实现方法
- J2EE 程序员一般都有现成的应用服务器所带的JDBC 数据库连接池,不过对于开发一般的 Java Application 、 Applet 或者 JSP、velocity 时,我们可用的JDBC 数据库连接池并不多,并且一般性能都不好。我们可以自己写一个JDBC 数据库连接池。-J2EE programmers tend to have a ready-made application server release the JDBC database connection pool, but
reginq_VB_code
- 读取注册表的例子 采用VisualBasic(VB)源代码程序-Read examples of the use of registry VisualBasic (VB) source code program
DB-ch9-solution-for-wan
- 万常选版数据库系统原理与设计第九章的参考答案修订版-Wan often choose the version of database systems principle and design of the ninth chapter of the reference answer revision
dw
- pb的一些程序,包括16转10进制,dw的格式设置,图形dw的图形属性设置等-Pb of some of the procedures, including 16 turn 10 into the system, dw format setting, graphics dw graphic attributes set, etc
VC--ADO
- 用ADO连接数据库的一个类,内有详细的说明。
Calculator448
- C语言编写的计算器小程序,在Turboc2.0下编译通过,界面友好-C languages calculator applet, compiled under the Turboc2.0 approved, user-friendly
project3
- visualbasic获取计算机硬盘物理序列号-visualbasic physical access to computer hard drive serial number
daima104
- 一个C语言计算器源代码!!有兴趣的可以瞧瞧看-A C language source code calculator! ! Are interested can look at to see
profile-ini
- ini配置文件读写代码. ini配置文件读写代码.-ini configuration file to read and write code. ini configuration file to read and write code.
rasas
- CRAS是一个MFC类,它封装了Windows 的远程访问服务(Remote Access Service)。这个类的主要优点是通过LAN便可以连接到Internet,并且不用安装RAS,因为RAS DLLs是动态加载的。-CRAS is a MFC class that encapsulates the Windows Remote Access Service (Remote Access Service). The main advantage of this class through
DBConnectionPool
- 数据库连接池的代码-database connection pool code
RWinifile
- 读写ini文件profile,是一个比较典型的好例子.希望给有需要的人带来帮助.