Categories
C
linux
分布式
设计模式
SpringMVC
Test
2024
数论-裴蜀定理
kmp-字符串匹配算法
2023
shortest path algorithm —— Dijkstra
shortest path algorithm —— Bellman–Ford
shortest path algorithm —— Floyd
⌈微积分⌋1函数
线性代数基础
异地组网+SSH实现
⌈并查集⌋技术鉴赏
Github Action 持续集成
通过cf-workers反向代理jsdelivr
链式前向星(linked-forward-star)实现
JVM内存调优实战
2022
⌈贪心算法⌋田忌赛马策略
一次应用程序窃取焦点问题排查经历
超高精度计算
最小生成树
⌈JVM⌋方法内联优化
什么是「奶头乐」和为什么是「群体弱智」
关于「雪糕刺客」和「消费降级」
head-first-SpringSecurity
head-first-docker
「字典序」问题—贪心+单调栈
「LRUCache算法」—双向链表
「栈模拟迭代」—递归算法优化
「图论」拓扑排序算法——Kahn算法和DFS算法
区间dp算法
蓄水池抽样算法
比较器Comparator使用
堆—优先队列
滑动窗口
差分数组—前缀和思想
2021
「图论」4:邻接表
回溯算法
贪心算法的基础理论及实践
java.lang.Integer
dp矩阵数组优化、滚动数组、线性数组
随机权值选择算法
离散图论2:邻接矩阵
离散图论3:边集数组
java.lang.String
离散图论1:基础
01背包算法
MYSQL逻辑架构
回表查询和覆盖索引
摩尔投票法最佳实践
MYSQL 索引选择性陷阱
布隆过滤器的理论基础及Redisson实现
缓存一致性方案
分布式锁的实现
uuid导致的MySQL性能问题
MYSQL MVCC & LOCK
Head first Spring
head first JVM(4)
head first JVM(3)
Head First JVM(2)
head first JVM(1)
Nacos-Mysql数据源
Sping框架编写RPC远程过程调用服务
mybatis-cache
Head First Netty
Spring and Jwt
SpringSecurity
Improve Robustness (2)
Improve Robustness (1)
Proxy
Thread Pool
a Lock Based on ReentrantLock
CAS & AQS
Head First Map
Spring Cyclic Ependencies
Head First Nginx
Web Test Combat
Reflected XSS Vulnerability in Font Download Website
SQL injection
Front end security
What happened from entering the URL to displaying the page?
Download
app test
interface test
Unitest framework
Katalon Recorder (Selenium tests generator)
统筹学——动态规划(Dynamic programming)
automated test:selenium
Test case
Software testing process
SpringBoot startup process
2020
the difference of BIO、NIO、AIO
Talk about:IO
off-heap
Single point login
JMM memory model
JVM垃圾回收机制
SpringMVC work stream
Transaction isolation level
Spring Related
Native method?
沙箱安全机制
JVM classloader and parent delegation-mechanism
AIO blocking model
NIO blocking model
BIO blocking model
I/O model
Java network programming
ubuntu fixed IP setting method
Java高性能高并发秒杀系统(10)
Java高性能高并发秒杀系统(9)
Java高性能高并发秒杀系统(8)
Java高性能高并发秒杀系统(7)
Java高性能高并发秒杀系统(6)
Java高性能高并发秒杀系统(5)
Java高性能高并发秒杀系统(4)
Java高性能高并发秒杀系统(3)
Java高性能高并发秒杀系统(2)
Java高性能高并发秒杀系统
file input and output
users create data types themselves
Good use of pointers
realize modular programming with functions
use-arrays-to-process-batch-data
cycle structure programming
select structure programming
sequential programming
C algorithm
C programming
ubuntu.deb安装包
微分方程
级数
二重积分
偏导数
多元函数
广义积分和瑕积分
定积分
图床
不定积分
函数作图
极值和最值
函数的单调性和凸凹性
洛必达法则
微分
导数
连续
无穷小与无穷大
极限
值传递
docker虚拟化容器
SnowFlake分布式ID雪花算法
Seata处理分布式事务
Sentinel实现熔断与限流
gulp压缩静态资源
Nacos服务注册和配置中心
Traffic monetization:Access to Google Adsense
中英文切换
jsdelivr的CDN加速缓存不刷新问题
SpringCloud Alibaba
SpringCloud Sleuth分布式请求链路追踪
SpringCloud Stream消息驱动
SpringCloud Bus消息总线
SpringCloud config分布式配置中心
GateWay服务限流
Ribbon负载均衡服务调用、服务降级
Eureka服务注册与发现
SpringCloud
MYSQL
HTTP
TCP/IP
计算机网络概论
设计模式
数据结构与算法
introduction to operating system
计算机网络
XML
JDBC
contract
J2EE
MVC
Mybatis
Spring
IO
GC
JVM
Reflection
JDK
Lock
Thread
Array
J2SE
Linux
C pointer
Redis
Operating Systems
encoding-algorithm
hash algorithm
interpolation-search-algorithm
binary-search-algorithm
linear-search-algorithm
多线程
模板方法
访问者模式
策略模式
状态模式
观察者模式
memo-mode
中介者模式
迭代器模式
解释器模式
命令模式
责任链模式
代理模式
享元模式
外观模式
装饰器模式
组合模式
桥接模式
适配器模式
原型
生成器
工厂设计模式
单例模式
合成复用原则
迪米特法则
开闭原则
里氏替换原则
依赖倒转原则
接口隔离原则
单一职责原则
XSS跨站脚本攻击
SQL注入式攻击
binary sort tree
heap-sort
sorting algorithms
计算机组成原理
queue
Inversion of Control控制反转
LinkedList
Stack
SparseArray
面向对象
dynamic-array
Spring、SpringMVC、Mybatis整合
palindrome
SpringMVC@ModelAttribute的使用
Spring架构
2019
unix的常用指令
如数家珍
SpringMVC环境搭建
concurrency-principle