搜索资源列表
xian
- 线程池用一个双向链表来表示,池中的元素是处于休眠状态的工作线程。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
threadpool
- 线程池的开发,创建一个池来提高资源利用率,提高速率-the development of thread pool
threadpool
- Java线程池完整代码,已经用于实际的项目中,性能稳定。
ThreadPool
- 用JAVA实现的线程池,实现自动检测任务线程是否存活-Thread pool implementation
ThreadPool
- java 线程池,自己编写,可以作为服务器的服务处理环节-java thread pool, their preparation, can be used as part of the server' s service address
ThreadPool
- 该代码主要实现java线程池功能,该代码主要实现java线程池功能-Java code to achieve the main function of the thread pool, the java code to achieve the main function of the thread pool
ThreadPool
- 如何利用线程池解决相关的实际问题,给出一个线程池使用的具体实例-How to use the thread pool to solve the practical problems related to, give a specific instance of the use of thread pool
ThreadPool
- 使用链接表实现的线程池源代码,用于学习Java的线程编程。-Linked list using a thread pool implementation source code for learning Java thread programming.
ThreadPool
- Fun_declaration* get_cfd() //get the functional declaration int get_stamp() //get the stamp int get_line_begin() //get the beginning line number int get_line_end() //get the ending line number
ThreadPool
- java简易线程池 比较简单 学操作系统时的作业-java thread pool
ThreadPool
- 多线程调度算法的java源代码 毕业设计所做-Graduated from java source code for multi-threaded scheduling algorithm design done
ThreadPool
- 该程序是用java写的一个基于多线程web服务器的线程池程序,纯属原创,供大家参考和学习-The program is written in java based on a multi-threaded web server thread pool program is purely original, for your reference and learning
threadpool
- java多线程框架 采用maven管理,封装jdk多线程,使用方便-java multithreading framework Using maven management, multithreading jdk package, easy to use
threadPool
- 创建线程池,这是一个安全的线程池,可以创建指定大小的线程池,实现高效率。-Create a thread pool, this is a security thread pool, you can create a specified size of the thread pool, achieve high efficiency.
pjfcjwz_v2014.02.27
- 说明: 该采集器针对火车头采不了的特定网站定制,如需采集其他网站,需修改源代码; 本人代写采集规则,发布模块,定制各种软件,擅长破解各种防采集; 源码为VS2008编写,因本人能力限制,不排除程序存在BUG,源代码仅供参考。 程序无须设置参数,点击“开始采集”即可,下面是本程序使用到的技术: 使用 ThreadPool.QueueUserWorkItem()多线程; 使用正则表达式匹配需采集的字符串; 使用POST提交数据并获取返回源码; 使用WebClie