上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 29 下一页
摘要: 服务消费者整合 Sentinel【这样 Sentinel才能对服务消费者进行监控和保护】 需求:在member-service-nacos-consumer-81 整合Sentinel,能被Sentinel 监控和保护 Sentinel 相关配置 1. xml <!-- 引入 alibaba-sen 阅读全文
posted @ 2023-12-11 16:34 爱新觉罗LQ 阅读(5) 评论(0) 推荐(0) 编辑
摘要: Chrome 浏览器开启 Json 数据格式化显示 默认格式 安装扩展程序 JSONView 阅读全文
posted @ 2023-12-11 16:23 爱新觉罗LQ 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 博客园编辑全屏快捷键 Ctrl + / 阅读全文
posted @ 2023-12-11 13:01 爱新觉罗LQ 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 服务消费者整合 OpenFeign > 启动类中要添加 @EnableFeignClients 注解 package com.llq.springcloud; @SpringBootApplication(exclude = DataSourceAutoConfiguration.class) @E 阅读全文
posted @ 2023-12-11 12:38 爱新觉罗LQ 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 修改 icon https://zhaouncle.com/博客园themes/#414-生成代码 阅读全文
posted @ 2023-12-07 16:46 爱新觉罗LQ 阅读(9) 评论(0) 推荐(0) 编辑
摘要: Postman 模拟高并发访问 1. 将请求放到集合中 > Run collection 可以算出 QPS = 1 / 02 = 5 次 / 秒 阅读全文
posted @ 2023-12-02 13:14 爱新觉罗LQ 阅读(653) 评论(0) 推荐(0) 编辑
摘要: URL 资源清洗 在 Controller 包中建立一个新的类,并实现 UrlCleaner 接口 package com.llq.springcloud.controller; @Component public class CustomUrlCleaner implements UrlClean 阅读全文
posted @ 2023-12-01 19:44 爱新觉罗LQ 阅读(22) 评论(0) 推荐(0) 编辑
摘要: Bat 脚本 1. 运行 .cmd文件【/c】 start cmd /c D:\nacos\nacos-server-1.1.3\nacos\bin\startup.cmd 2. 调用另外一个文件夹内的 .bat文件【/d call】 cd /d D:\sentinel call sentinel. 阅读全文
posted @ 2023-11-30 23:58 爱新觉罗LQ 阅读(26) 评论(0) 推荐(0) 编辑
摘要: Typora 恢复未保存的文件 阅读全文
posted @ 2023-11-24 15:30 爱新觉罗LQ 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 在 IDEA 中使用 Git 阅读全文
posted @ 2023-11-23 23:16 爱新觉罗LQ 阅读(3) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 29 下一页