-
线程池用一个双向链表来表示,池中的元素是处于休眠状态的工作线程。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编的mp3播放器,可拖动进度条,可静音,有示波显示
java编的mp3播放器,可拖动进度条,可静音,有示波显示-java series mp3 player, can drag the progress bar may be mute, has Oscillographic show
- 2022-06-30 18:42:05下载
- 积分:1
-
Java2 programming pass 21 days of the source self
java2编程21天自学通中的源码,适合初学者调试学习-Java2 programming pass 21 days of the source self-learning is suitable for beginners to learn debugging
- 2023-03-17 14:45:04下载
- 积分:1
-
用snmp4j实现的agent,代码比较多,但是很值得一看,尤其是对于要用SNMP监控信息的编程者,可以仔细研究一下里面的代码....
用snmp4j实现的agent,代码比较多,但是很值得一看,尤其是对于要用SNMP监控信息的编程者,可以仔细研究一下里面的代码.-Achieved with snmp4j agent, code more, but it is worth seeing, especially for the programming to use SNMP monitoring information, may be closer look inside the code.
- 2023-02-08 11:15:04下载
- 积分:1
-
swing+jdbc+sqlserver2000的小型网吧系统
swing+jdbc+sqlserver2000的小型网吧系统-swing+ jdbc+ sqlserver2000 small Internet systems
- 2022-07-25 00:12:48下载
- 积分:1
-
设置hibernate的滚动结果集,如果对你帮助,请你看一下,希望能帮助你学习....
设置hibernate的滚动结果集,如果对你帮助,请你看一下,希望能帮助你学习.-set hibernate rolling result sets, if you help, please look at hope to help you learn.
- 2022-04-13 03:59:20下载
- 积分:1
-
使用java socket编程,是入门者学习、理解java的一个很好的例子程序。你也可以通过扩展该程序,写一个更加负责的聊天程序...
使用java socket编程,是入门者学习、理解java的一个很好的例子程序。你也可以通过扩展该程序,写一个更加负责的聊天程序-Using java socket programming is a beginner to learn, understand java a good example of the procedure. You can also expand the program, writing a more responsible for the chat program
- 2022-03-04 20:38:53下载
- 积分:1
-
一个用java写的变焦通过缩小字体的程序
一个用JAVA 写的通过点击放大的缩小字体的程序-a written using Java Zoom through the narrow fonts procedures
- 2022-01-26 06:29:58下载
- 积分:1
-
java实验时编写的一个计算器,模仿windows计算器。功能较为完善。...
java实验时编写的一个计算器,模仿windows计算器。功能较为完善。-java experiments prepared a calculator, windows calculator to imitate. Function more properly.
- 2022-07-26 21:56:58下载
- 积分:1
-
功能:最简单的显示JTree的示例.
功能:最简单的显示JTree的示例. -Function: the simplest example of JTree display. Features: The most simple example shows that the JTree.
- 2022-04-19 16:17:47下载
- 积分:1