上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 57 下一页
摘要: 记录: https://blog.csdn.net/weixin_42083036/article/details/110001524 https://www.cnblogs.com/hg-super-man/p/12747434.html 阅读全文
posted @ 2021-10-09 15:10 毛会懂 阅读(274) 评论(0) 推荐(0) 编辑
摘要: https://baijiahao.baidu.com/s?id=1611726471431642966&wfr=spider&for=pc https://www.liangzl.com/get-article-detail-16865.html https://blog.csdn.net/u01 阅读全文
posted @ 2021-09-28 11:54 毛会懂 阅读(79) 评论(0) 推荐(0) 编辑
摘要: 参考: https://blog.csdn.net/Json_Steve/article/details/91444430 阅读全文
posted @ 2021-09-27 15:16 毛会懂 阅读(660) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/hry2015/article/details/81226155 https://blog.csdn.net/chuan442616909/article/details/55101668 https://blog.csdn.net/qq_39470742 阅读全文
posted @ 2021-09-26 17:25 毛会懂 阅读(211) 评论(0) 推荐(0) 编辑
摘要: /** * 系统弹幕有效期(本地缓存10S,redis缓存1分钟) **/private static Map<String,LocalDateTime> barrageShowValidMap = new ConcurrentHashMap<>();private static Map<Strin 阅读全文
posted @ 2021-09-23 17:07 毛会懂 阅读(347) 评论(0) 推荐(0) 编辑
摘要: 参考: https://blog.csdn.net/riemann_/article/details/113828075?utm_medium=distribute.pc_relevant.none-task-blog-2~default~baidujs_baidulandingword~defau 阅读全文
posted @ 2021-09-19 14:08 毛会懂 阅读(179) 评论(0) 推荐(0) 编辑
摘要: // 概率抽奖:prizeList为奖品列表,,每一个奖品有一个概率值PrizeDO prize = null;if(!CollectionUtils.isEmpty(prizeList)){ double value = new Random().nextDouble() * 100 ; log. 阅读全文
posted @ 2021-09-17 09:45 毛会懂 阅读(22) 评论(0) 推荐(0) 编辑
摘要: public static void main(String[] args) throws InterruptedException { CircularFifoQueue queue = new CircularFifoQueue(5); for(int i = 0;i < 10;i++) { q 阅读全文
posted @ 2021-09-15 15:08 毛会懂 阅读(1048) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_41592706/article/details/119245916 阅读全文
posted @ 2021-09-14 17:34 毛会懂 阅读(1938) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_45583158/article/details/100143299?utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7ECTRLIST%7Edefault-2.no_ 阅读全文
posted @ 2021-09-14 17:34 毛会懂 阅读(68) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 57 下一页