摘要: 线程池:JDK的线程池有:ThreadPoolExecutor,ScheduledThreadPoolExecutor(带任务调度)ThreadPoolExecutor构造方法参数说明:ThreadPoolExecutor(核心线程数,最大线程数,救急线程存活时间,存活时间单位,阻塞队列),救急线程 阅读全文
posted @ 2023-05-22 15:46 杨吃羊 阅读(46) 评论(0) 推荐(0)