-
线程池用一个双向链表来表示,池中的元素是处于休眠状态的工作线程。ThreadPool类大部分工作都是来维护这个双向链表,当有新的请求到达时,先从表头摘取一个工作...
线程池用一个双向链表来表示,池中的元素是处于休眠状态的工作线程。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 maintain the two-way linked list, when a new request arrives, starting with the first removal of a table working thread will awaken to their work status. If the thread pool is empty, then create a new thread work.
- 2022-02-01 20:36:46下载
- 积分:1
-
一个简单的JAVA画板源代码。非常适合初学者
一个简单的JAVA画板源代码。非常适合初学者-Sketchpad a simple JAVA source code. Very suitable for beginners
- 2022-07-10 00:31:49下载
- 积分:1
-
a pretty good smtp procedures
一个相当不错的smtp程序-a pretty good smtp procedures
- 2023-07-31 04:25:03下载
- 积分:1
-
一个XML处理器
一个XML处理器-an XML processor.
- 2022-10-28 16:15:04下载
- 积分:1
-
telnet浏览器,比较简单
telnet浏览器,比较简单-telnet browser, relatively simple
- 2022-01-26 05:01:50下载
- 积分:1
-
JAVA语言小程序,可在C++环境下正常运行,无需修改
JAVA语言小程序,可在C++环境下正常运行,无需修改-JAVA applet language can C++ Environment normal operation, no need to modify
- 2022-04-02 06:30:24下载
- 积分:1
-
SugarCRM 客户关系管理系统代码(JAVA源码
SugarCRM 客户关系管理系统代码(JAVA源码-JAVA IDE)-SugarCRM customer relationship management system code (Java source-JAVA IDE)
- 2022-02-06 18:36:44下载
- 积分:1
-
written text editor
java写的文本编辑器-written text editor
- 2022-06-19 00:52:46下载
- 积分:1
-
从给定的字母矩阵中查找给定的字典所包含的字符串,并把结果按字典序输出到指定文件中...
从给定的字母矩阵中查找给定的字典所包含的字符串,并把结果按字典序输出到指定文件中-from letters to the Matrix to find the dictionary contained the string, and the results by lexicographic output to a designated document
- 2023-05-29 20:00:02下载
- 积分:1
-
<JSP应用开发详解>第十章 在不同页面或用户之间共享数据 在JSP中操作文件、上传文件 的代码...
第十章 在不同页面或用户之间共享数据 在JSP中操作文件、上传文件 的代码-lt; JSP application development Elaborates on gt; Chapter 10 different pages or data sharing between users in the operation of JSP documents, document upload code
- 2022-05-30 20:23:56下载
- 积分:1