Welcome![Sign In][Sign Up]
Location:
Search - java pool

Search list

[JSP/JavaJAVA输入输出流

Description: JAVA输入输出流使用汇集-JAVA input and output stream pool
Platform: | Size: 26875 | Author: 朝亮 | Hits:

[Other resourceJava API大集合 (英文版)

Description: Java API大集合(英文版),这是1.4的。希望对大伙有用。-Java API large pool (English version), which is 1.4. Hope useful to everyone.
Platform: | Size: 3228694 | Author: 邓志伟 | Hits:

[OtherJava web.

Description: 关于Struts基于MVC的论坛系统,使用的是Tomcat+db_连接池-based on Struts MVC forum system, using the Tomcat DB_ Connection Pool
Platform: | Size: 82134 | Author: 黄佳 | Hits:

[ADO-ODBCJava 的JDBC 数据库连接池实现方法

Description: 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 for the general development of the Java Application, applet or JSP, velocity, we can use JDBC database connection pool is not over, and generally not a good performance. We ourselves wrote a JDBC database connection pool.
Platform: | Size: 3819 | Author: 王文轩 | Hits:

[JSP/Javajava-jdbc

Description: Tomcat内置数据库连接池源代码,含多个异构数据库的连接。-Tomcat embedded database connection pool source code, with a number of heterogeneous database connectivity.
Platform: | Size: 11166 | Author: 王良高 | Hits:

[Other resourceoreilly.java.generics.and_collections.oct.2006

Description: 介绍java5的新特性,很经典的书oreilly系列的,主要的新特性范型,集合等 书为英文版-java5 introduced the new features, classic books oreilly series, The main new features Norm pool for books in English
Platform: | Size: 927986 | Author: 赵波 | Hits:

[JSP/Javapool

Description: 基于JAVA的GIS地图定义预装载模块,地图平台为MAPXTREME,可加速客户端初始化地图的时间
Platform: | Size: 2890 | Author: weijiansheng | Hits:

[Software Engineeringcommons-pool-1.3

Description: 优秀的文档,可以学习java之用 0006728337 00000 n 0006728424 00000 n 0006728600 00000 n
Platform: | Size: 717537 | Author: 谭龙远 | Hits:

[Develop ToolsJava技巧1001例

Description: 一个java编程技巧的集合-a java programming skills pool
Platform: | Size: 3689592 | Author: 张峰 | Hits:

[Game Program台球

Description: 3d台球源码--Source code of 3d pool game
Platform: | Size: 366592 | Author: 站长 | Hits:

[BooksJava技巧1001例

Description: 一个java编程技巧的集合-a java programming skills pool
Platform: | Size: 3689472 | Author: 张峰 | Hits:

[JSP使用JAVA中的动态代理实现数据库连接池

Description: 使用JAVA中的动态代理实现数据库连接池-use Java agents for the dynamic database connection pool
Platform: | Size: 29696 | Author: 唐财爷 | Hits:

[JSPJava API大集合 (英文版)

Description: Java API大集合(英文版),这是1.4的。希望对大伙有用。-Java API large pool (English version), which is 1.4. Hope useful to everyone.
Platform: | Size: 3228672 | Author: 邓志伟 | Hits:

[ADO-ODBCJava 的JDBC 数据库连接池实现方法

Description: 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 for the general development of the Java Application, applet or JSP, velocity, we can use JDBC database connection pool is not over, and generally not a good performance. We ourselves wrote a JDBC database connection pool.
Platform: | Size: 3072 | Author: 王文轩 | Hits:

[JSP/Javajava-jdbc

Description: Tomcat内置数据库连接池源代码,含多个异构数据库的连接。-Tomcat embedded database connection pool source code, with a number of heterogeneous database connectivity.
Platform: | Size: 11264 | Author: 王良高 | Hits:

[Software Engineeringcommons-pool-1.3

Description: 优秀的文档,可以学习java之用 0006728337 00000 n 0006728424 00000 n 0006728600 00000 n -Excellent document, can learn java by 0006728337 00000 n0006728424 00000 n0006728600 00000 n
Platform: | Size: 716800 | Author: 谭龙远 | Hits:

[JSP/JavaPool

Description: 些代码为JAVA的一个数据库接的线程池. 能充分利用数据库接资源.-POOL
Platform: | Size: 13312 | Author: ljj | Hits:

[File FormatJava--pool-technology

Description: Java对象池技术的原理及其实现 The theory of object pool technology and its implementation-The theory of object pool technology and its implementation
Platform: | Size: 8192 | Author: 东海 | Hits:

[JSP/JavaJAVA线程池实验报告.docx

Description: 用JAVA实现一个线程池,线程池在初始状态下没有任何工作线程。当工作队列中有未执行的任务时,分一下两种情况处理: . 如果线程池中工作线程数目为MAX_SIZE,那就什么也不做; . 如果线程池中工作线程数目小于MAX_SIZE,那么创建一个工作线程,使它执行新任务。 对于线程池中空闲的工作线程,如果其闲置时间超过TIMEOUT秒,就销毁该线程。(A thread pool is implemented with JAVA, and the thread pool has no working thread in the initial state. When there is an un - executed task in a work queue, two cases are dealt with: If the number of working threads in the thread pool is MAX_SIZE, then nothing will be done. If the number of working threads in the thread pool is less than MAX_SIZE, then a working thread is created to make it perform a new task. For the idle working thread in the thread pool, the thread is destroyed if it is idle for more than TIMEOUT seconds.)
Platform: | Size: 220160 | Author: 阿火儿 | Hits:

[JSP/Javajava+jsp项目论坛短消息源代码学习

Description: 基于jsp,oracle 10g 2.部分功能使用了JSTL+EL 3.三层架构开发 4.增加了表单验证 5.加强了访问控制机制 6.没做CSS,弱项- -||待着重加强 7.数据库连接通过数据池做的,可根据需要修改BaseDao(Based on JSP, Oracle 10g The 2. part of the function uses JSTL+EL 3. three layer architecture development 4. added form validation 5. strengthening the access control mechanism 6. did not do CSS, the weak item -- to be emphasized to strengthen 7. database connection is done through data pool, and BaseDao can be modified as needed.)
Platform: | Size: 3034112 | Author: 夜倾玉 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net