-
线程池用一个双向链表来表示,池中的元素是处于休眠状态的工作线程。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
-
monitoring designated directories of SQL, and SQL According to the contents of t...
监控指定目录下的SQL文件,并根据SQL文件内容向指定Oracle数据库请求文本结果集存放到另一指定目录-monitoring designated directories of SQL, and SQL According to the contents of the documents specified text request Oracle database stored result sets to another specified directory
- 2022-03-21 07:01:45下载
- 积分:1
-
java smtp 进行电子邮件传输
java smtp 进行电子邮件传输-java smtp e-mail transmission
- 2022-03-17 18:37:19下载
- 积分:1
-
一个简单的Java数据库连接 这个是一个关于MySQL的数据库连接
一个简单的Java数据库连接 这个是一个关于MySQL的数据库连接-A simple Java database connection This is a MySQL database connection
- 2023-07-20 10:05:04下载
- 积分:1
-
GreedSnake2
GreedSnake2
- 2022-05-28 19:38:54下载
- 积分:1
-
通过JDBC连接到数据库,然后进行数据库操作
通过JDBC连接到数据库,然后进行数据库操作-Through JDBC to connect to the database, and then proceed to database operations
- 2022-03-18 17:54:02下载
- 积分:1
-
Please read them carefully before you write the document package to their specif...
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。系统会自动删除debug和release目录,所以请不要将文件放在这两个目录下
-Please read them carefully before you write the document package to their specific functions (at least 20 words). Try not to let the station master at the time you spend on the amendment note. Package should not have a password when extracting. The system will automatically delete debug and release directory, so please do not file on these two directory
- 2022-03-04 04:44:30下载
- 积分:1
-
ssh入门,很好的东东!详细讲述了一个ssh的基本流程,浅显易懂...
ssh入门,很好的东东!详细讲述了一个ssh的基本流程,浅显易懂-Easy to learn ssh
- 2022-12-01 10:30:03下载
- 积分:1
-
我在做实验时编的小程序!
我在做实验时编的小程序!-I was doing experiments series of small programs!
- 2022-04-24 04:02:22下载
- 积分:1
-
比较基础的,一个最简单的聊天程序,也是java的开发环境
比较基础的,一个最简单的聊天程序,也是java的开发环境-A simple chat program
- 2022-03-01 23:15:28下载
- 积分:1