René's URL Explorer Experiment


Title: LFool's Notes

direct link

Domain: lfool.github.io

Links:

https://lfool.github.io/LFool-Notes/
https://github.com/LFool
https://leetcode-cn.com/u/lfool/
Go 基础数据类型https://lfool.github.io/go/Go-基础数据类型.html
「... 语法糖」&「万能类型」https://lfool.github.io/go/点点点语法糖-万能类型.html
浅记 RocketMQ 消息丢失问题https://lfool.github.io/rocketmq/浅记RocketMQ消息丢失问题.html
Spring IoChttps://lfool.github.io/spring/Spring-IoC.html
Spring AOPhttps://lfool.github.io/spring/Spring-AOP.html
Spring 循环依赖https://lfool.github.io/spring/Spring循环依赖.html
Spring 事务https://lfool.github.io/spring/Spring事务.html
Spring MVChttps://lfool.github.io/spring/Spring-MVC.html
JWThttps://lfool.github.io/spring/JWT.html
计算机网络 -- 自顶向下https://lfool.github.io/network/计算机网络--自顶向下.html
HTTP 状态码https://lfool.github.io/network/HTTP-状态码.html
TCP/IP 网络模型https://lfool.github.io/network/TCPIP网络模型.html
DNShttps://lfool.github.io/network/DNS.html
GET && POST 请求https://lfool.github.io/network/GET-POST请求.html
HTTP 缓存策略https://lfool.github.io/network/HTTP-缓存策略.html
HTTP && HTTPShttps://lfool.github.io/network/HTTP-HTTPS.html
HTTP 队头阻塞问题https://lfool.github.io/network/HTTP-队头阻塞问题.html
TCP 三次握手 & 四次挥手https://lfool.github.io/network/TCP-三次握手-四次挥手.html
SYN 泛洪攻击https://lfool.github.io/network/SYN-泛洪攻击.html
TCP 重传、滑动窗口、流量控制、拥塞控制https://lfool.github.io/network/TCP重传-滑动窗口-流量控制-拥塞控制.html
网络层那点事儿~https://lfool.github.io/network/网络层那点事儿.html
中断https://lfool.github.io/os/中断.html
CPU 缓存一致性https://lfool.github.io/os/CPU缓存一致性.html
零拷贝https://lfool.github.io/os/零拷贝.html
I/O 多路复用https://lfool.github.io/os/IO多路复用.html
MySQL 基础知识汇总https://lfool.github.io/mysql/MySQL基础知识汇总.html
MySQL 容易被忽略的小知识https://lfool.github.io/mysql/MySQL-容易被忽略的小知识.html
MySQL 主键自增一定连续吗?https://lfool.github.io/mysql/MySQL主键自增一定连续吗.html
InnoDB 中 row_id 的秘密https://lfool.github.io/mysql/InnoDB中row_id的秘密.html
InnoDB 记录的存储结构https://lfool.github.io/mysql/InnoDB记录的存储结构.html
InnoDB 数据页的结构https://lfool.github.io/mysql/InnoDB数据页的结构.html
MySQL 索引https://lfool.github.io/mysql/MySQL索引.html
B+ 树索引https://lfool.github.io/mysql/B+树索引.html
覆盖索引 & 索引条件下推https://lfool.github.io/mysql/覆盖索引-索引条件下推.html
联合索引 & 最左前缀匹配原则https://lfool.github.io/mysql/联合索引-最左前缀匹配原则.html
InnoDB 的 Buffer Poolhttps://lfool.github.io/mysql/InnoDB的Buffer-Pool.html
redo loghttps://lfool.github.io/mysql/redo-log.html
undo loghttps://lfool.github.io/mysql/undo-log.html
binloghttps://lfool.github.io/mysql/binlog.html
两阶段提交https://lfool.github.io/mysql/两阶段提交.html
MySQL 事务https://lfool.github.io/mysql/MySQL事务.html
MVCChttps://lfool.github.io/mysql/MVCC.html
https://lfool.github.io/mysql/锁.html
MySQL 加锁实战分析https://lfool.github.io/mysql/MySQL加锁实战分析.html
RR 隔离级别下彻底解决幻读了吗?https://lfool.github.io/mysql/RR隔离级别下彻底解决幻读了吗.html
MySQL 搭建主从复制实战https://lfool.github.io/mysql/MySQL搭建主从复制.html
分库分表https://lfool.github.io/mysql/分库分表.html
Redis 基本数据结构https://lfool.github.io/redis/Redis基本数据结构.html
Redis 持久化机制https://lfool.github.io/redis/Redis持久化机制.html
Redis 主从复制https://lfool.github.io/redis/Redis主从复制.html
Redis Sentinelhttps://lfool.github.io/redis/Redis-Sentinel.html
Redis Clusterhttps://lfool.github.io/redis/Redis-Cluster.html
Redis 缓存更新策略https://lfool.github.io/redis/Redis缓存更新策略.html
Redis 阻塞https://lfool.github.io/redis/Redis阻塞.html
Java 小技巧总结https://lfool.github.io/java/Java-小技巧总结.html
Java 集合框架https://lfool.github.io/java/Java集合框架.html
Java 8 Stream sorted()https://lfool.github.io/java/Java-8-Stream-sorted.html
Random 类https://lfool.github.io/java/Random.html
equals && hashCodehttps://lfool.github.io/java/equals-hashCode.html
注解https://lfool.github.io/java/注解.html
反射机制https://lfool.github.io/java/反射机制.html
重载 vs 重写https://lfool.github.io/java/重载-重写.html
动态语言 vs 动态类型语言https://lfool.github.io/java/动态语言-动态类型语言.html
I/O 模型https://lfool.github.io/java/IO模型.html
Java NIOhttps://lfool.github.io/java/Java-NIO.html
浅记「字节/字符流」乱码问题https://lfool.github.io/java/浅记字节字符流乱码问题.html
HashMap 源码剖析https://lfool.github.io/java/HashMap源码剖析.html
运行时数据区域-导读 ❤️‍🔥https://lfool.github.io/java/运行时数据区域-导读.html
运行时数据区域https://lfool.github.io/java/运行时数据区域.html
虚拟机栈https://lfool.github.io/java/虚拟机栈.html
方法调用https://lfool.github.io/java/方法调用.html
从字节码角度分析 i++ 和 ++ihttps://lfool.github.io/java/从字节码角度分析i++和++i.html
虚拟机栈面试题https://lfool.github.io/java/虚拟机栈面试题.html
方法调用面试题https://lfool.github.io/java/方法调用面试题.html
逃逸分析https://lfool.github.io/java/逃逸分析.html
对象的创建https://lfool.github.io/java/对象的创建.html
方法区https://lfool.github.io/java/方法区.html
运行时常量池https://lfool.github.io/java/运行时常量池.html
字符串常量池https://lfool.github.io/java/字符串常量池.html
实战「静态变量」「实例变量」「局部变量」https://lfool.github.io/java/实战-静态变量-实例变量-局部变量.html
各区域 OOM 汇总https://lfool.github.io/java/各区域OOM汇总.html
常用参数汇总https://lfool.github.io/java/运行时数据区常用参数汇总.html
生存还是死亡??https://lfool.github.io/java/生存还是死亡.html
垃圾收集算法https://lfool.github.io/java/垃圾收集算法.html
HotSpot 的算法细节实现https://lfool.github.io/java/HotSpot的算法细节实现.html
垃圾回收相关概念https://lfool.github.io/java/垃圾回收相关概念.html
垃圾收集器前言https://lfool.github.io/java/垃圾收集器前言.html
经典垃圾收集器https://lfool.github.io/java/经典垃圾收集器.html
强/软/弱/虚-引用https://lfool.github.io/java/强软弱虚引用.html
内存泄漏 & 内存溢出https://lfool.github.io/java/内存泄漏-内存溢出.html
System.gc()https://lfool.github.io/java/System-gc.html
类加载子系统-导读 ❤️‍🔥https://lfool.github.io/java/类加载子系统-导读.html
类加载的过程https://lfool.github.io/java/类加载的过程.html
类加载的时机https://lfool.github.io/java/类加载的时机.html
类加载器https://lfool.github.io/java/类加载器.html
剖析 [Bootstrap、Extension、Application] ClassLoaderhttps://lfool.github.io/java/剖析-Bootstrap-Extension-Application-ClassLoader.html
双亲委派模型https://lfool.github.io/java/双亲委派模型.html
自定义类加载器https://lfool.github.io/java/自定义类加载器.html
破坏双亲委派模型https://lfool.github.io/java/破坏双亲委派模型.html
Java 内存模型https://lfool.github.io/java/Java内存模型.html
synchronized 关键字https://lfool.github.io/java/synchronized关键字.html
volatile 关键字https://lfool.github.io/java/volatile关键字.html
伪共享https://lfool.github.io/java/伪共享.html
CAShttps://lfool.github.io/java/CAS.html
Java 并发中的「锁」https://lfool.github.io/java/Java并发中的锁.html
interrupt()中断 && LockSupport.park()/unpark()https://lfool.github.io/java/interrupt-LockSupport-park-unpark.html
AbstractQueuedSynchronizer (AQS)https://lfool.github.io/java/AbstractQueuedSynchronizer.html
ConcurrentHashMaphttps://lfool.github.io/java/ConcurrentHashMap.html
Java 线程池https://lfool.github.io/java/Java线程池.html
CPU 密集型 & I/O 密集型https://lfool.github.io/java/CPU密集型-IO密集型.html
ThreadLocal 源码剖析https://lfool.github.io/java/ThreadLocal.html
单例模式https://lfool.github.io/java/单例模式.html
简单工厂/工厂方法/抽象工厂-模式https://lfool.github.io/java/简单工厂-工厂方法-抽象工厂-模式.html
代理模式 (静态/动态)https://lfool.github.io/java/代理模式-静态-动态.html
最大子数组和「变题」https://lfool.github.io/algorithm/最大子数组和-变题.html
无重复字符的最长子串「变题」https://lfool.github.io/algorithm/无重复字符的最长子串-变题.html
最小覆盖子串「变题」https://lfool.github.io/algorithm/最小覆盖子串-变题.html
数组中的第K个最大元素「变题」https://lfool.github.io/algorithm/数组中的第K个最大元素-变题.html
可被三整除的最大和「变题」https://lfool.github.io/algorithm/可被三整除的最大和-变题.html
K 个一组翻转链表「变题」https://lfool.github.io/algorithm/K个一组翻转链表-变题.html
合并两个有序链表「变题」https://lfool.github.io/algorithm/合并两个有序链表-变题.html
合并两个有序数组「变题」https://lfool.github.io/algorithm/合并两个有序数组-变题.html
二叉树的层序遍历「变题」https://lfool.github.io/algorithm/二叉树的层序遍历-变题.html
搜索旋转排序数组「变题」https://lfool.github.io/algorithm/搜索旋转排序数组-变题.html
有效的括号「变题」https://lfool.github.io/algorithm/有效的括号-变题.html
买卖股票的最佳时机「变题」https://lfool.github.io/algorithm/买卖股票的最佳时机-变题.html
岛屿数量「变题」https://lfool.github.io/algorithm/岛屿数量-变题.html
环形链表「变题」https://lfool.github.io/algorithm/环形链表-变题.html
相交链表「变题」https://lfool.github.io/algorithm/相交链表-变题.html
最长回文子串「变题」https://lfool.github.io/algorithm/最长回文子串-变题.html
二叉树的最近公共祖先「变题」https://lfool.github.io/algorithm/二叉树的最近公共祖先-变题.html
全排列「变题」https://lfool.github.io/algorithm/全排列-变题.html
字符串相加「变题」https://lfool.github.io/algorithm/字符串相加-变题.html
最长递增子序列「变题」https://lfool.github.io/algorithm/最长递增子序列-变题.html
接雨水「变题」https://lfool.github.io/algorithm/接雨水-变题.html
二叉树中的最大路径和「变题」https://lfool.github.io/algorithm/二叉树中的最大路径和-变题.html
二叉树的中序遍历「变题」https://lfool.github.io/algorithm/二叉树的中序遍历-变题.html
爬楼梯「变题」https://lfool.github.io/algorithm/爬楼梯-变题.html
排序链表「变题」https://lfool.github.io/algorithm/排序链表-变题.html
最长公共子序列「变题」https://lfool.github.io/algorithm/最长公共子序列-变题.html
x 的平方根「变题」https://lfool.github.io/algorithm/x的平方根-变题.html
比较版本号「变题」https://lfool.github.io/algorithm/比较版本号-变题.html
从前序与中序遍历序列构造二叉树「变题」https://lfool.github.io/algorithm/从前序与中序遍历序列构造二叉树-变题.html
表达式计算https://lfool.github.io/algorithm/表达式计算.html
记录自己傻逼时刻 🤮https://lfool.github.io/algorithm/记录自己傻逼时刻.html
nSumhttps://lfool.github.io/algorithm/nSum.html
位运算技巧https://lfool.github.io/algorithm/位运算技巧.html
数据流中位数https://lfool.github.io/algorithm/数据流中位数.html
判定完美矩形https://lfool.github.io/algorithm/判定完美矩形.html
详解前缀树「TrieTree」https://lfool.github.io/algorithm/详解前缀树TrieTree.html
单调栈https://lfool.github.io/algorithm/单调栈.html
单调栈之拓展应用https://lfool.github.io/algorithm/单调栈-拓展应用.html
不一样的下一个更大元素https://lfool.github.io/algorithm/不一样的下一个更大元素.html
单调队列https://lfool.github.io/algorithm/单调队列.html
最小栈 & 最大栈https://lfool.github.io/algorithm/最小栈-最大栈.html
求素数的三种方法https://lfool.github.io/algorithm/求素数的三种方法.html
按权重随机选择https://lfool.github.io/algorithm/按权重随机选择.html
滑动窗口技巧https://lfool.github.io/algorithm/滑动窗口.html
滑动窗口专项练习https://lfool.github.io/algorithm/滑动窗口专项练习.html
滑动窗口之 RABIN KARP 字符匹配算法https://lfool.github.io/algorithm/滑动窗口之RABIN-KARP字符匹配算法.html
秒杀所有括号类问题https://lfool.github.io/algorithm/秒杀所有括号类问题.html
秒杀子数组类题目https://lfool.github.io/algorithm/秒杀子数组类题目.html
子数组之滑动窗口篇https://lfool.github.io/algorithm/子数组之滑动窗口篇.html
子数组之性质篇「或|与|GCD|乘法」https://lfool.github.io/algorithm/子数组之性质篇-或-与-GCD-乘法.html
田忌赛马https://lfool.github.io/algorithm/田忌赛马.html
大数据小内存问题https://lfool.github.io/algorithm/大数据小内存问题.html
多线程顺序打印https://lfool.github.io/algorithm/多线程顺序打印.html
手撸 LRUhttps://lfool.github.io/algorithm/手撸LRU.html
队列-栈-互相转换https://lfool.github.io/algorithm/队列-栈-互相转换.html
动态规划解题套路框架https://lfool.github.io/algorithm/动态规划解题套路框架.html
动态规划设计:最长递增子序列https://lfool.github.io/algorithm/动态规划设计:最长递增子序列.html
最长公共子序列 (LCS):「模版」&「输出」https://lfool.github.io/algorithm/最长公共子序列-模版-输出.html
经典动态规划:编辑距离https://lfool.github.io/algorithm/经典动态规划:编辑距离.html
浅析:最小路径和https://lfool.github.io/algorithm/浅析:最小路径和.html
深度剖析:地下城游戏https://lfool.github.io/algorithm/深度剖析:地下城游戏.html
经典动态规划:0-1 背包问题https://lfool.github.io/algorithm/经典动态规划:0-1背包问题.html
经典动态规划:子集背包问题https://lfool.github.io/algorithm/经典动态规划:子集背包问题.html
经典动态规划:完全背包问题https://lfool.github.io/algorithm/经典动态规划:完全背包问题.html
动态规划之二分查找优化https://lfool.github.io/algorithm/动态规划之二分查找优化.html
目标和 -「回溯」&「动规」https://lfool.github.io/algorithm/目标和-回溯-动规.html
下降路径最小和 -「回溯」&「动规」https://lfool.github.io/algorithm/下降路径最小和-回溯-动规.html
动态规划之最长回文子序列「dp 空间优化」https://lfool.github.io/algorithm/动态规划之最长回文子序列.html
关于回文子串的两种方法:「中心扩展」&「动态规划」https://lfool.github.io/algorithm/回文子串的两种方法-中心扩展-动态规划.html
数位 DP 详解https://lfool.github.io/algorithm/数位DP.html
BFS 算法框架https://lfool.github.io/algorithm/BFS.html
浅析:最小基因变化https://lfool.github.io/algorithm/浅析:最小基因变化.html
BFS 算法秒杀数字华容道https://lfool.github.io/algorithm/BFS算法秒杀数字华容道.html
排列/组合/子集 问题https://lfool.github.io/algorithm/排列-组合-子集问题.html
秒杀所有岛屿题目(DFS)https://lfool.github.io/algorithm/秒杀所有岛屿题目(DFS).html
回溯 (DFS) 算法框架https://lfool.github.io/algorithm/回溯(DFS).html
经典回溯算法:集合划分问题https://lfool.github.io/algorithm/经典回溯算法:集合划分问题.html
集合划分变题:未给定具体划分大小https://lfool.github.io/algorithm/集合划分变题-未给定具体划分大小.html
回溯算法:括号生成https://lfool.github.io/algorithm/回溯算法:括号生成.html
回溯算法:删除无效的括号https://lfool.github.io/algorithm/回溯算法:删除无效的括号.html
浅析:检查是否有合法括号字符串路径https://lfool.github.io/algorithm/浅析:检查是否有合法括号字符串路径.html
回溯算法:单词拆分https://lfool.github.io/algorithm/回溯算法:单词拆分.html
回溯之博弈论:我能赢吗https://lfool.github.io/algorithm/回溯之博弈论:我能赢吗.html
贪心之加油站https://lfool.github.io/algorithm/贪心之加油站.html
反转链表https://lfool.github.io/algorithm/反转链表.html
二分搜索https://lfool.github.io/algorithm/二分搜索.html
二分题目模版式题解https://lfool.github.io/algorithm/二分题目模版式题解.html
抽象类的二分搜索https://lfool.github.io/algorithm/抽象类的二分搜索.html
二分搜索:第 K 小问题https://lfool.github.io/algorithm/二分搜索-第K小问题.html
浅析:搜索旋转排序数组https://lfool.github.io/algorithm/浅析:搜索旋转排序数组.html
多路归并技巧总结https://lfool.github.io/algorithm/多路归并技巧总结.html
差分数组https://lfool.github.io/algorithm/差分数组技巧.html
前缀和数组https://lfool.github.io/algorithm/前缀和数组.html
前缀和之异或篇https://lfool.github.io/algorithm/前缀和之异或篇.html
前缀和之奇偶篇https://lfool.github.io/algorithm/前缀和之奇偶篇.html
前缀和之等价条件https://lfool.github.io/algorithm/前缀和之等价条件.html
线段树详解https://lfool.github.io/algorithm/线段树详解.html
单链表的六大解题套路https://lfool.github.io/algorithm/单链表的六大解题套路.html
二维数组的花式遍历技巧https://lfool.github.io/algorithm/二维数组的花式遍历技巧.html
双指针之接雨水问题https://lfool.github.io/algorithm/双指针之接雨水问题.html
双指针技巧秒杀七道数组/链表题目https://lfool.github.io/algorithm/双指针技巧秒杀七道数组-链表题目.html
常数时间删除-查找数组中的任意元素https://lfool.github.io/algorithm/常数时间删除-查找数组中的任意元素.html
原地寻找数组中重复/消失的数字https://lfool.github.io/algorithm/原地寻找数组中重复-消失的数字.html
前缀后缀法https://lfool.github.io/algorithm/前缀后缀法.html
详解快排及其应用https://lfool.github.io/algorithm/详解快排及其应用.html
详解归并排序及其应用https://lfool.github.io/algorithm/详解归并排序及其应用.html
详解堆排序「优先队列」https://lfool.github.io/algorithm/详解堆排序-优先队列.html
排序汇总https://lfool.github.io/algorithm/排序汇总.html
二叉树汇总https://lfool.github.io/algorithm/二叉树.html
二叉树遍历https://lfool.github.io/algorithm/二叉树遍历.html
二叉树--纲领篇https://lfool.github.io/algorithm/二叉树--纲领篇.html
二叉树「遍历」And「分解」https://lfool.github.io/algorithm/二叉树-遍历-分解.html
二叉搜索树(BST)https://lfool.github.io/algorithm/BST.html
二叉树祖先问题https://lfool.github.io/algorithm/二叉树祖先问题.html
二叉树路径相关技巧https://lfool.github.io/algorithm/二叉树路径相关技巧.html
二叉树序列化 & 反序列化https://lfool.github.io/algorithm/二叉树序列化&反序列化.html
二叉树关于行的相关操作技巧https://lfool.github.io/algorithm/二叉树关于行的相关操作技巧.html
巧求「完全二叉树的节点个数」https://lfool.github.io/algorithm/完全二叉树的节点个数.html
图的遍历https://lfool.github.io/algorithm/图的遍历.html
最短路径-Dijkstrahttps://lfool.github.io/algorithm/最短路径-Dijkstra.html
浅析:无权值最短路径算法(BFS)https://lfool.github.io/algorithm/浅析:无权值最短路径算法-BFS.html
二分图https://lfool.github.io/algorithm/二分图.html
环检测 & 拓扑排序https://lfool.github.io/algorithm/环检测-拓扑排序.html
并查集 (Union-Find)https://lfool.github.io/algorithm/并查集-Union-Find.html
Kruskal 最小生成树算法https://lfool.github.io/algorithm/Kruskal最小生成树算法.html
Prim 最小生成树算法https://lfool.github.io/algorithm/Prim最小生成树算法.html
🥹 含泪总结周赛中的三道「DP」问题https://lfool.github.io/algorithm/含泪总结周赛中的三道DP问题.html
🥹 含泪总结周赛中的两道「DP」问题https://lfool.github.io/algorithm/含泪总结周赛中的两道DP问题.html
🥹 含泪总结周赛中的两道「图」问题https://lfool.github.io/algorithm/含泪总结周赛中的两道图问题.html
🥹 浅浅记录一下周赛「2022-08-07」https://lfool.github.io/algorithm/浅浅记录一下周赛-2022-08-07.html
🥹 周赛:将区间分为最少组数https://lfool.github.io/algorithm/周赛:将区间分为最少组数.html
🥹 周赛:满足不等式的数对数目https://lfool.github.io/algorithm/周赛:满足不等式的数对数目.html
🥹「最长递增子序列」系列https://lfool.github.io/algorithm/最长递增子序列-系列.html
🥹 子数组之「与」「或」https://lfool.github.io/algorithm/子数组之-与-或.html
浅浅记录一次字节伪笔试「2022-08-21」https://lfool.github.io/algorithm/浅浅记录一次字节伪笔试2022-08-21.html
浅浅记录一次百度伪笔试「2022-09-13」https://lfool.github.io/algorithm/浅浅记录一次百度伪笔试2022-09-13.html
浅浅记录一次华为伪笔试「2022-09-14」https://lfool.github.io/algorithm/浅浅记录一次华为伪笔试2022-09-14.html
浅浅记录一次用友笔试「2023-08-06」https://lfool.github.io/algorithm/浅浅记录一次用友笔试-2023-08-06.html
Git 总结https://lfool.github.io/git/Git总结.html
Shell 总结https://lfool.github.io/Linux/Shell.html
Centos 环境配置总结https://lfool.github.io/Linux/Centos-环境配置总结.html
Linux硬链接和软连接的区别与总结https://lfool.github.io/Linux/Linux硬链接和软连接的区别与总结.html
Mac 设置整理https://lfool.github.io/other/Mac设置整理.html
网络安全最终总结https://lfool.github.io/other/网络安全最终总结.html
网络安全问答题总结https://lfool.github.io/other/网络安全问答题总结.html
图论知识汇总https://lfool.github.io/other/图论.html
图论作业 1https://lfool.github.io/other/图论作业-1.html
图论作业 2https://lfool.github.io/other/图论作业-2.html
图论作业 3https://lfool.github.io/other/图论作业-3.html
图论作业 4https://lfool.github.io/other/图论作业-4.html
图论-超级无敌精华汇总https://lfool.github.io/other/超级无敌精华汇总.html
图论-超详细证明题总结https://lfool.github.io/other/超详细证明题总结.html

Viewport: width=device-width initial-scale=1


URLs of crawlers that visited me.