会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
海的味道
defeat is a state of mind,no one is ever defeated util defeat has been accepted as a reality
博客园
首页
新随笔
联系
订阅
管理
2020年1月20日
线程池工具类实现结束指定线程
摘要: 1.工具类基类(配置类):ExecutorSchdule 1 public interface ExecutorSchdule { 2 3 //corePoolSize 表示允许线程池中允许同时运行的最大线程数。 4 int corePoolSize = 40; 5 6 //maximumPoolS
阅读全文
posted @ 2020-01-20 13:51 漂渡
阅读(534)
评论(0)
推荐(0)
编辑
公告