Mysql 知识点
摘要:Innodb 内存结构: https://dev.mysql.com/doc/refman/8.0/en/innodb-in-memory-structures.html Buffer Pool:innodb-buffer-pool The buffer pool is an area in mai
阅读全文
posted @
2021-10-29 10:41
Persevere0730
阅读(22)
推荐(0)
Redis为什么这么快
摘要:1. 基于内存 2. 单线程 3. 多路复用
阅读全文
posted @
2021-10-22 23:00
Persevere0730
阅读(29)
推荐(0)
排序算法【转】
摘要:原文: 十大经典排序算法(动图演示) 一像素 分类: 1. 比较类(非线性时间比较类排序):通过比较来决定元素间的相对次序,时间复杂度不能突破O(nlogn) 1.1 交换排序 :冒泡排序 、快速排序 1.2 插入排序 :简单插入排序 、 希尔排序 1.3 选择排序 : 简单选择排序 、堆排序 1.
阅读全文
posted @
2021-10-22 22:13
Persevere0730
阅读(55)
推荐(0)
正向代理和反向代理
摘要:查阅:https://www.cnblogs.com/taostaryu/p/10547132.html
阅读全文
posted @
2021-10-22 12:05
Persevere0730
阅读(22)
推荐(0)
Eureka
摘要:Understanding eureka client server communication https://github.com/Netflix/eureka/wiki/Understanding-eureka-client-server-communication 延伸阅读: SpringC
阅读全文
posted @
2021-10-22 11:32
Persevere0730
阅读(74)
推荐(0)
SpringCloud和SpringBoot对应的版本选型【转】
摘要:转自:https://www.cnblogs.com/y3blogs/p/13263717.html 内容源自: https://spring.io/projects/spring-cloud#overview https://github.com/spring-projects/spring-cl
阅读全文
posted @
2021-10-21 18:01
Persevere0730
阅读(52)
推荐(0)