SpringCloud-Gateway 2023-10-10 21 words 1 min read 💠 Spring Cloud Gateway Tips 💠 2023-10-10 16:32 Spring Cloud Gateway Official Doc Tips Persisting Spring Cloud Gateway Routes in Database Read more...
Project Reactor 2023-10-10 54 words 1 min read 💠 Project Reactor 1.1. Reactive Streams 1.2. Concept WebFlux 💠 2023-10-12 11:48 Project Reactor Official Site Reactive Streams Official Site Concept Publisher: Flux(0-N) Mono(0/1) 无结果值时 可用Mono<Void> 类似于 Runable WebFlux Note: WebFlux Read more...
Java中的日志 2023-10-04 Java 6250 words 13 mins read 💠 日志系统 概念 2.1. slf4j 接口 2.2. MDC Log4j Log4j2 Logback 5.1. 配置理解 5.1.1. 根节点 属性 5.1.2. 子节点 5.1.3. 设置上下文名称: 5.1.4. 设置变量: 5.1.5. 获取时间戳字符串: 5.1.6. 设置loger 5.1.7. 详解 Appender 5.1.7.1. 自 Read more...
LinearList 2023-10-03 225 words 1 min read 💠 线性表 1.1. 顺序表 1.2. 链表 1.2.1. 跳表 💠 2024-03-30 11:43:28 线性表 顺序表 数组 内存连续 链表 跳表 参考: 跳表SkipList Skip lists: a probabilistic alternative to balanced trees 有序链表变化而来, 在部分节点上存 Read more...
StringConcat 2023-10-03 230 words 1 min read 💠 字符串拼接 StringBuffer 和 StringBuilder 💠 2023-10-03 20:28 字符串拼接 当有少量连接操作时,直接使用 + 。 因为如果都是字面量,编译器会直接连接,如果包含变量,编译器会自动替换为 StringBuilder append Read more...
Tree 2023-10-03 626 words 2 mins read 💠 树 1.1. 二叉树 1.2. 二叉搜索树 1.3. AVL树 1.4. 红黑树 1.5. 多叉树 1.6. BTree 1.7. B+Tree 💠 2024-01-24 18:24:52 树 一文搞懂二叉搜索树、B树、B+树、AVL树、红黑树 树是一种特殊的无环连通图 Read more...
Quartz 2023-10-03 2399 words 5 mins read 💠 Quartz学习 官方样例 Quartz中常用的一些类 有状态的Job与无状态的Job Quartz中重要的几个监听器 💠 2023-10-03 20:22 Quartz学习 添加依 Read more...
NginxIngress 2023-09-27 16 words 1 min read 目录 start Nginx ingress 目录 end|2023-09-27 19:08| Nginx ingress Github: ingress nginx nginx-configuration: configmap Read more...