CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - 线程池

搜索资源列表

  1. ThreadPool2

    0下载:
  2. 一个简单实用的线程池 java写的一个线程池-a simple ,applied thread pool a thread pool written by java
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1331
    • 提供者:他们更
  1. Threadpooldem12

    0下载:
  2. 一个关于线程池的文档-a pool of threads Documents
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:31621
    • 提供者:小石头
  1. ThreadPoolOFWindows2000XP

    0下载:
  2. WINDOWS2000/XP下的线程池的使用,让你对其有一个很深了解。-WINDOWS2000/XP the use of the thread pool, so that you may have a deep understanding.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:337463
    • 提供者:李晓风
  1. xianchengchi

    0下载:
  2. 构建线程池,提高线程访问速度,非常经典,非常好的原代码-thread pool, improving threaded performance, very classic, very good original code
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:5442
    • 提供者:wenxingbao
  1. sea-0.4.0

    0下载:
  2. sea是一个基于seda模式的实现。这个设计模式将系统分为很多stage。每个stage分布不同的任务(基于线程池)。通过任务流的方式提高系统的效率。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2290350
    • 提供者:gary
  1. thteads

    0下载:
  2. 是JAVA的线程那一节学习的很好的借鉴资料,是实现线程池的
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:5636
    • 提供者:wangle
  1. javasocket

    0下载:
  2. 多线程Java Socket编程示例,其中采用Java 5的ExecutorService来进行线程池的方式实现多线程,模拟客户端多用户向同一服务器端发送请求.
  3. 所属分类:JSP源码/Java

    • 发布日期:2014-01-17
    • 文件大小:1424
    • 提供者:liyuan
  1. JavaThreadPool

    0下载:
  2. 一个用Java编写的调度线程池内的线程的演示程序.-a Java prepared by the thread pool scheduling threads demonstration program.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1279
    • 提供者:刘通
  1. xian

    0下载:
  2. 线程池用一个双向链表来表示,池中的元素是处于休眠状态的工作线程。ThreadPool类大部分工作都是来维护这个双向链表,当有新的请求到达时,先从表头摘取一个工作线程,将其唤醒转入工作状态。如果线程池为空,则创建一个新的工作线程。-thread pool with a two-way link list said to a pool element is in a state of dormancy threads. ThreadPool class most of the work to mai
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1261
    • 提供者:批皮
  1. java-TCP

    1下载:
  2. 1.实现一个采用用户自定义协议的文件传输服务器FileServer和客户FileClient。 2. 编写一服务器程序和客户程序,要求客户每输入一行数据,服务器接收后加上echo:回送给客户程序,要求服务器程序采用多线程方式和线程池为每个客户分配一个线程。-1. The realization of a use of user-defined file transfer protocol server FileServer and customer FileClient. 2. Write
  3. 所属分类:JSP源码/Java

    • 发布日期:2012-11-24
    • 文件大小:11777
    • 提供者:zhang liang
  1. wangluobianchengshiyan(4)

    0下载:
  2. 1.实现一个采用用户自定义协议的文件传输服务器FileServer和客户FileClient。当FileClient发送请求“GET xxx.xxx”时,FileServer就把xxx.xxx文件发送给FileClient,FileClient把该文件保存到客户端的本地文件系统中,当FileClient发送请求“PUT xxx.xxx”时,FileServer就做好接收xxx.xxx文件的准备,FileClient接着发送xxx.xxx文件的内容,FileServer把接收到的文件内容保存到服务
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:19229
    • 提供者:cnwst
  1. myServer

    0下载:
  2. java socket编程,类似tomcat功能,支持线程池,并行,以及访问服务器下的html文件-java socket programming, tomcat similar functionality, support for the thread pool, in parallel, as well as access the server under the html file
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:101400
    • 提供者:luyu
  1. Pool

    0下载:
  2. 些代码为JAVA的一个数据库接的线程池. 能充分利用数据库接资源.-POOL
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:13662
    • 提供者:ljj
  1. threadpool

    0下载:
  2. 线程池的开发,创建一个池来提高资源利用率,提高速率-the development of thread pool
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:8208
    • 提供者:zgs
  1. threadpool

    0下载:
  2. Java线程池完整代码,已经用于实际的项目中,性能稳定。
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3933
    • 提供者:张晓辉
  1. smsSend

    0下载:
  2. java实现线程池,通过最简单的调用方法来实现配置文件中的配置,从而轻松实现多线程-java thread pool implementation, through the most simple way to achieve the configuration file called the configuration, and thus easy to achieve multi-threaded
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:3449
    • 提供者:kq
  1. proxool-0.9.1

    0下载:
  2. 数据库连接池类。大家下载了可以学习下,里面大多使用了线程池的方式。-Database connection pool class. We downloaded can learn, under which most of the way using the thread pool.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1304626
    • 提供者:hhh
  1. thread

    0下载:
  2. 创建大小为1的固定线程池,同时执行任务(task)的只有一个,其它的(任务)task都放在LinkedBlockingQueue中排队等待执行。(Create a fixed thread pool of size 1, while only one task (task) is executed, and the other tasks (task) are queued in LinkedBlockingQueue for execution.)
  3. 所属分类:Java编程

    • 发布日期:2018-01-01
    • 文件大小:5120
    • 提供者:白云白云
  1. JAVA线程池实验报告.docx

    0下载:
  2. 用JAVA实现一个线程池,线程池在初始状态下没有任何工作线程。当工作队列中有未执行的任务时,分一下两种情况处理: . 如果线程池中工作线程数目为MAX_SIZE,那就什么也不做; . 如果线程池中工作线程数目小于MAX_SIZE,那么创建一个工作线程,使它执行新任务。 对于线程池中空闲的工作线程,如果其闲置时间超过TIMEOUT秒,就销毁该线程。(A thread pool is implemented with JAVA, and the thread pool has no worki
  3. 所属分类:Java编程

    • 发布日期:2018-01-09
    • 文件大小:220160
    • 提供者:阿火儿
  1. 线程-Java

    0下载:
  2. 实现多线程 互斥锁 线程池 线程同步利用Java实现(Achieve multi-threaded mutex sewing thread pool)
  3. 所属分类:Java编程

    • 发布日期:2018-04-22
    • 文件大小:3072
    • 提供者:gao0425
« 12 3 4 »
搜珍网 www.dssz.com