2023年7月26日

ThreadPoolExecutor---动态线程池+监控

摘要: 背景 实现 nacos + springboot nacos https://nacos.io/zh-cn/docs/quick-start.html 下载解压 unzip nacos-server-$version.zip 或者 tar -xvf nacos-server-$version.tar 阅读全文

posted @ 2023-07-26 17:00 anpeiyong 阅读(230) 评论(0) 推荐(0) 编辑

ThreadPoolExecutor应用

摘要: 任务类型 1、java.lang.Runnable @FunctionalInterface public interface Runnable { /** * When an object implementing interface <code>Runnable</code> is used * 阅读全文

posted @ 2023-07-26 15:13 anpeiyong 阅读(10) 评论(0) 推荐(0) 编辑

导航