摘要: 引用 https://cloud.tencent.com/developer/article/2337286 Producer(消息生产者):负责发送消息到消息队列。 Queue(消息队列):用于存储消息的缓冲区,降低消息的发送和接收的时间差。 Consumer(消息消费者):从消息队列获取消息并进 阅读全文
posted @ 2026-02-26 09:25 qx和世界 阅读(2) 评论(0) 推荐(0)
摘要: https://www.azul.com/core-post-download/?endpoint=zulu&uuid=554ca2f3-77bf-4240-95ad-3504fb638490 阅读全文
posted @ 2026-01-17 17:36 qx和世界 阅读(5) 评论(0) 推荐(0)
摘要: 一 问题 Failed to load module script: Expected a JavaScript-or-Wasm module script but the server responded with a MIME type of "text/html". Strict MIME t 阅读全文
posted @ 2026-01-17 14:00 qx和世界 阅读(355) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2026-01-17 13:52 qx和世界 阅读(3) 评论(0) 推荐(0)
摘要: 一 注意 进入安装流程后,安装,不选最小化安装,选GUI或者有network的,可以自己联网 阅读全文
posted @ 2026-01-14 10:37 qx和世界 阅读(4) 评论(0) 推荐(0)
摘要: 转载:https://blog.csdn.net/csdnxiaobaitiao/article/details/108461585 阅读全文
posted @ 2025-12-22 11:04 qx和世界 阅读(7) 评论(0) 推荐(0)
摘要: 系统给出的地址,没有端口,检查一下,补上就可以了 阅读全文
posted @ 2025-12-22 10:28 qx和世界 阅读(7) 评论(0) 推荐(0)
摘要: 1. spring3.3 @Configuration public class TimeOutConf { @Bean RestClientCustomizer restClientCustomizer() { return restClientBuilder -> { restClientBui 阅读全文
posted @ 2025-12-15 17:31 qx和世界 阅读(23) 评论(0) 推荐(0)
摘要: 把子项目build删掉 阅读全文
posted @ 2025-12-15 11:46 qx和世界 阅读(8) 评论(0) 推荐(0)
摘要: 一 问题 springboot启动,找不到符号 二 处理 原因是:lombok注解没有生效,没有生成对应代码 阅读全文
posted @ 2025-12-13 14:00 qx和世界 阅读(8) 评论(0) 推荐(0)