上一页 1 2 3 4 5 6 ··· 13 下一页
摘要: https://db-engines.com/en/ranking 阅读全文
posted @ 2021-06-21 23:12 SweetBaby。 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 1、问题排查: 第一次,一定要先启动Provider再启动Consumer!!! rabbitmq为初始状态没有队列信息,然后我又没有启动consumer,所以导致provider找不到queue和exchange。 导致 (reply-code=404, reply-text=NOT_FOUND 阅读全文
posted @ 2021-06-21 11:56 SweetBaby。 阅读(5696) 评论(0) 推荐(0) 编辑
摘要: http://www.ruanyifeng.com/blog/archives.html 阅读全文
posted @ 2021-03-17 11:27 SweetBaby。 阅读(97) 评论(0) 推荐(0) 编辑
摘要: https://www.xuxueli.com/ 阅读全文
posted @ 2021-03-08 15:37 SweetBaby。 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 1、默认线程池:Executors public class ExecutorsTest { public static void main(String[] args) { /** * newCachedThreadPool:设定一个可缓存的线程池,当线程池长度超过处理的需要,可以灵活回收空闲线程 阅读全文
posted @ 2021-02-25 10:10 SweetBaby。 阅读(70) 评论(0) 推荐(0) 编辑
摘要: java8中CompletableFuture异步处理超时的方法 Java 8 的 CompletableFuture 并没有 timeout 机制,虽然可以在 get 的时候指定 timeout,但是我们知道get 是一个同步堵塞的操作。怎样让 timeout 也是异步的呢?Java 8 内有内建 阅读全文
posted @ 2021-02-24 11:00 SweetBaby。 阅读(5747) 评论(0) 推荐(0) 编辑
摘要: 文档地址: https://www.matools.com/api/java8 https://blog.csdn.net/sl1992/article/details/100677099 package com.example.netty.async; import java.util.concu 阅读全文
posted @ 2021-01-26 15:02 SweetBaby。 阅读(124) 评论(0) 推荐(0) 编辑
摘要: @Test public void test4() throws IOException { for (int i = 65; i <= 90; i++) { String value = String.valueOf((char) i); FileUtil.mkdir("e://pinpai//" 阅读全文
posted @ 2020-11-25 10:30 SweetBaby。 阅读(145) 评论(0) 推荐(0) 编辑
摘要: public class Sort { public static void main(String[] args) { int[] arr = RandomUtil.randomInts(100); System.out.println(JSONObject.toJSON(arr)); Syste 阅读全文
posted @ 2020-11-13 11:34 SweetBaby。 阅读(199) 评论(0) 推荐(0) 编辑
摘要: public class Sort { public static void main(String[] args) { int[] arr = RandomUtil.randomInts(100); System.out.println(JSONObject.toJSON(arr)); Syste 阅读全文
posted @ 2020-11-13 11:32 SweetBaby。 阅读(59) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 13 下一页