会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
trump2
trump
新随笔
管理
2025年10月23日
线程控制
摘要: 1. AtomicInteger 线程安全的计数器, 可以用于控制当前执行的线程数 // 类上定义 public static AtomicInteger runningSize = new AtomicInteger(0); private static ExecutorService threa
阅读全文
posted @ 2025-10-23 11:28 trump2
阅读(1)
评论(0)
推荐(0)
公告