上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 35 下一页
摘要: 浏览器前进与后退 FastStone截图 1. 全屏截图:截图键 2. 窗口截图:Ctrl + 截图键 前进与后退 前进:Alt + ← 后退:Alt + → 阅读全文
posted @ 2023-12-12 13:06 爱新觉罗LQ 阅读(32) 评论(0) 推荐(0)
摘要: openFeign+sentinel 对远程调用熔断降级 需求: 在member-service-nacos-consumer-80 调用某个无效服务时,启动Sentinel的熔断降级机制, 能够快速返回响应,而不是使用默认的超时机制(因为超时机制容易线程堆积, 从而导致雪崩) 异常场景 1. 两个 阅读全文
posted @ 2023-12-12 12:47 爱新觉罗LQ 阅读(234) 评论(0) 推荐(0)
摘要: 时间戳相关操作 格式化 DATE_FORMAT(submit_time,'%Y%m') # Y:完整年 # y:年份的后 2 位 抓取年月日 # Write your MySQL query statement below select transaction_id from Transaction 阅读全文
posted @ 2023-12-12 11:21 爱新觉罗LQ 阅读(12) 评论(0) 推荐(0)
摘要: 服务消费者整合 Sentinel【这样 Sentinel才能对服务消费者进行监控和保护】 需求:在member-service-nacos-consumer-81 整合Sentinel,能被Sentinel 监控和保护 Sentinel 相关配置 1. xml <!-- 引入 alibaba-sen 阅读全文
posted @ 2023-12-11 16:34 爱新觉罗LQ 阅读(12) 评论(0) 推荐(0)
摘要: Chrome 浏览器开启 Json 数据格式化显示 默认格式 安装扩展程序 JSONView 阅读全文
posted @ 2023-12-11 16:23 爱新觉罗LQ 阅读(220) 评论(0) 推荐(0)
摘要: 博客园编辑全屏快捷键 Ctrl + / 阅读全文
posted @ 2023-12-11 13:01 爱新觉罗LQ 阅读(10) 评论(0) 推荐(0)
摘要: 服务消费者整合 OpenFeign > 启动类中要添加 @EnableFeignClients 注解 package com.llq.springcloud; @SpringBootApplication(exclude = DataSourceAutoConfiguration.class) @E 阅读全文
posted @ 2023-12-11 12:38 爱新觉罗LQ 阅读(60) 评论(0) 推荐(0)
摘要: 修改 icon https://zhaouncle.com/博客园themes/#414-生成代码 阅读全文
posted @ 2023-12-07 16:46 爱新觉罗LQ 阅读(13) 评论(0) 推荐(0)
摘要: Postman 模拟高并发访问 1. 将请求放到集合中 > Run collection 可以算出 QPS = 1 / 02 = 5 次 / 秒 阅读全文
posted @ 2023-12-02 13:14 爱新觉罗LQ 阅读(825) 评论(0) 推荐(0)
摘要: URL 资源清洗 在 Controller 包中建立一个新的类,并实现 UrlCleaner 接口 package com.llq.springcloud.controller; @Component public class CustomUrlCleaner implements UrlClean 阅读全文
posted @ 2023-12-01 19:44 爱新觉罗LQ 阅读(34) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 35 下一页