文件名称:thread
- 所属分类:
- JSP源码/Java
- 资源属性:
- 上传时间:
- 2017-10-26
- 文件大小:
- 5kb
- 下载次数:
- 0次
- 提 供 者:
- 白云***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
创建大小为1的固定线程池,同时执行任务(task)的只有一个,其它的(任务)task都放在LinkedBlockingQueue中排队等待执行。(Create a fixed thread pool of size 1, while only one task (task) is executed, and the other tasks (task) are queued in LinkedBlockingQueue for execution.)
(系统自动生成,下载前可以参看下载内容)