搜索资源列表
Java web.
- 关于Struts基于MVC的论坛系统,使用的是Tomcat+db_连接池-based on Struts MVC forum system, using the Tomcat DB_ Connection Pool
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
dbPool
- 使用java开发的一个实用的数据库连接池源码-use of a practical source database connection pool
MemoryMonitor
- MemoryMonitor demonstrates the use of the java.lang.management API in observing the memory usage of all memory pools consumed by the application. This simple demo program queries the memory usage of each memory pool and plots the memory u
selfreclaimablepool
- java 语言实现自动归还的对象池源代码-automatic return of the target source code pool
一种简单JDBC数据库连接池的实现
- 在java中使用一种简单JDBC数据库连接池的实现-Database Connection Pool for Java(Implement by JDBC)
tomcat连接池配置
- 建设一个网站,会遇到多人连接服务器的问题.如果用tomcat作为JAVA服务器,可以写一个连接池程序.但最新的5.0.16tomcat已经支持连接池配置,我个文档就是讲如何设置的,花了一天功夫!-building a website, will face many problems connecting to servers. If tomcat as a Java server, can write a connection pool procedures. But the latest 5.
ThreadPool
- 一个可以用VC的多线程管理的线程池类,类似Java类库的线程池。内有一个Demo程序,帮助初学者理解和使用该封装好的类。-A VC can be multi-threaded managed thread pool class, similar to the Java class library for the thread pool. There is a Demo program to help beginners to understand and use the packaged cla
Java
- 本书提供了学习经典数据结构和算法的新方法。通过带有完整工作代码的详细示例清晰、透彻地解释了全书内容。掷骰子、纸牌和棋盘游戏提供了大量新颖、迷人的示例。. 本书首先透彻介绍了面向对象程序设计。利用这些工具,读者可以深入探究线性数据结构、算法(包括渐近表示法和递归)、树、集合和高级主题,如图和内存管理。 另外,页面清晰,一般在网上购买需要50多元人民币,可以为银子不充分的程序爱好者提供学习资料-This book provides a data structure of the clas
ThreadPoolTest
- 这是一个使用线程池的练习题,可供初学java线程的初学者参考。-This is a thread pool using the exercises, for beginners beginner java thread reference.
ThreadPoolTest
- java实现的连接池模拟,oracle数据库,获取,收回、删除,初始化-connect pool
druid-master
- 阿里数据库连接池非常强大,比c3p0等感觉好用很多 druid-master\src\main\java\com\alibaba\druid\pool\DruidPooledPreparedStatement.java druid-master\src\main\java\com\alibaba\druid\pool\DruidPooledResultSet.java druid-master\src\main\java\com\alibaba\druid\pool\DruidPool
product
- product manmage use c3p0 connection pool in java
callable
- JAVA编写callable,future实现多线程,线程池代码(JAVA write callable, future to achieve multithreading, thread pool code.)
ThreadPoolTest4
- 以代码加注释的形式实现的Java线程池实例(Java thread pool instance implemented as code plus comment)