博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2023年1月31日

摘要: 线程Thread Future 异步框架CompletableFuture Spring注解@Async Spring ApplicationEvent事件 消息队列 第三方异步框架,比如Hutool的ThreadUtil Guava异步 阅读全文

posted @ 2023-01-31 20:09 青柠时光 阅读(20) 评论(0) 推荐(0) 编辑

摘要: https://www.soba8.com/ https://github.com/RubyLouvre/avalon/blob/master/buildIE6.js 慕课网 http://www.imooc.com/learn/270 阅读全文

posted @ 2023-01-31 17:26 青柠时光 阅读(2) 评论(0) 推荐(0) 编辑

摘要: 实现随机参数 /* * 随机数工具,单例模式 * */ public class RandomUtils { //private static Random random; //双重校验锁获取一个Random单例 public static ThreadLocalRandom getRandom() 阅读全文

posted @ 2023-01-31 11:30 青柠时光 阅读(2) 评论(0) 推荐(0) 编辑