-
线程池用一个双向链表来表示,池中的元素是处于休眠状态的工作线程。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
-
秒表计时,可以按暂停继续并且可以清零继续秒表的计时
秒表计时,可以按暂停继续并且可以清零继续秒表的计时-stopwatch time, in accordance with the suspension and can continue to reset the stopwatch to time
- 2022-04-07 20:05:48下载
- 积分:1
-
java做的在网页中生成条形码小程序
java做的在网页中生成条形码小程序-done on the website generated barcode small program
- 2022-03-10 19:49:02下载
- 积分:1
-
Through this example and learn to understand the dao, persist, business and the...
通过此例,学会理解dao,persist,business的区别和使用-Through this example and learn to understand the dao, persist, business and the use of the distinction
- 2022-07-03 09:22:54下载
- 积分:1
-
邮件收发系统,很好邮件收 发系统,很好邮件收发系统,很好发系统,很好...
邮件收发系统,很好邮件收 发系统,很好邮件收发系统,很好发系统,很好-ss
- 2022-01-21 23:47:22下载
- 积分:1
-
有一些Java的源代码,都是很有趣的小程序
有一些Java的源代码,都是很有趣的小程序-Has some Java source code, are very interesting little program
- 2022-05-13 02:35:29下载
- 积分:1
-
一个很酷的html计算器。
一个很酷的html计算器。-a cool html calculator.
- 2022-02-22 13:44:57下载
- 积分:1
-
java servlet著名论坛源代码
java servlet著名论坛源代码-famous Forum source code
- 2022-04-28 15:16:03下载
- 积分:1
-
java平台下读写配置文件的类,比较有特色的是可以从网络上直接读配置文件...
java平台下读写配置文件的类,比较有特色的是可以从网络上直接读配置文件 -java platform to read and write configuration files under the category, more characteristics can be directly read from the network configuration file
- 2023-05-31 19:35:03下载
- 积分:1
-
Java处理命令行程序
Java处理命令行程序-Java command line handling procedures
- 2022-02-12 07:08:58下载
- 积分:1