Skip to content

Commit 4436da9

Browse files
committed
简单修改
1 parent cb65334 commit 4436da9

File tree

2 files changed

+29
-39
lines changed

2 files changed

+29
-39
lines changed

README.md

Lines changed: 1 addition & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
> 日志是生产环境不可缺少的产物,能够为线上服务提供快速记录、定位、排查问题的来源。
265265
266266
- [Logback这样配置,性能提升10倍!](https://mp.weixin.qq.com/s/dO1dYAHwyB-81L1z3D_sdg)
267-
- [高性能日志记录工具 Log4j 2](https://mp.weixin.qq.com/s/CHoA-WF-ONo9nVJb9dzJWw)
267+
- [Log4j 2:高性能日志记录工具](https://mp.weixin.qq.com/s/CHoA-WF-ONo9nVJb9dzJWw)
268268
- [老板下了死命令,要把日志系统切换到Logback](https://mp.weixin.qq.com/s/mm0OYM-raVBi2KwK_QK21g)
269269
- [为什么阿里巴巴开发手册强制使用SLF4J作为门面担当?](https://mp.weixin.qq.com/s/EhKf1rHWL-QII0f6eo0uVA)
270270
- [打印日志竟然只晓得 Log4j?](https://mp.weixin.qq.com/s/AXgNnJe8djD901EmhFkWUg)
@@ -293,55 +293,17 @@
293293
## 高可用
294294

295295

296-
297-
298-
### 问题解析
299-
300-
> [!TIP]
301-
> 开发过程中遇到的一些典型问题,该如何解决?
302-
303-
- [Log4j2突发重大漏洞](docs/shigu/log4j2.md)
304-
- [重现了一波 Log4j2 核弹级漏洞,同事的电脑沦为炮灰](https://mp.weixin.qq.com/s/zXzJVxRxMUnoyJs6_NojMQ)
305-
- [生成订单30分钟未支付,则自动取消,该怎么实现?](https://mp.weixin.qq.com/s/J6jb_Dt3C49CIjYBTrN4gQ)
306-
- [两天两夜,1M图片优化到100kb!](docs/shigu/image-yasuo.md)
307-
- [内部群炸了锅,隔壁同事真删库了啊。。](https://mp.weixin.qq.com/s/lvyoN1gHCWhcPqudcjcRgQ)
308-
- [B 站崩了](https://mp.weixin.qq.com/s/PfJe5rXednkXTq8EKT0xpw)
309-
- [因为一个低级错误,生产数据库崩溃了将近半个小时](https://mp.weixin.qq.com/s/ec6u8WsPt7zJ0eul8sPEhg)
310-
- [防止重复提交最简单的方案是什么?](https://mp.weixin.qq.com/s/n9AFMwQB9V_fq_sED1EWvg)
311-
312-
### 代码优化
313-
314-
- [49 个代码优化小技巧](https://mp.weixin.qq.com/s/ikfgfHunmlwR-43rd8LknQ)
315-
- [不要用“ ! = null ”做判空了!](https://mp.weixin.qq.com/s/9EOTzZ2Qx3u8oTyghkVUEg)
316-
317-
### 性能调优
318-
319-
- [性能调优标准](https://mp.weixin.qq.com/s/vEt_ypvByKS-oCsuRmpgUw)
320-
321-
322296
# 数据库
323297

324298
## Redis
325299

326-
> [!TIP]
327-
> Redis(Remote Dictionary Server ),即远程字典服务,是一个用 C语言编写的,支持网络、可基于内存和可持久化日志的键值对数据库。
328-
329300
- [Redis入门](https://mp.weixin.qq.com/s/NPJkMy5RppyFk9QhzHxhrw)
330301

331302

332303
## MySQL
333304

334-
> [!TIP]
335-
> MySQL 由于性能高、成本低、可靠性好,已经成为最流行的关系型数据库,一般中小型网站的开发都选择 MySQL 作为网站数据库。
336-
337305
- [面渣逆袭(MySQL)必看:+1:](docs/sidebar/herongwei/mysql.md)
338306

339-
### MySQL重要知识点
340-
341-
- [从京东到家程序员删库被判 10 个月来聊聊 MySQL 数据备份的杀手锏](docs/mysql/deletedb-binlog-weiguanjishu.md)
342-
- [深入浅出MySQL crash safe](https://tech.youzan.com/shen-ru-qian-chu-mysql-crash-safe/)
343-
344-
345307
## MongoDB
346308

347309
- [MongoDB 入门](https://mp.weixin.qq.com/s/qz0sNOFeS0GTW-H9cdnbJg)

docs/todo/todo.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
### 问题解析
2+
3+
> [!TIP]
4+
> 开发过程中遇到的一些典型问题,该如何解决?
5+
6+
- [Log4j2突发重大漏洞](docs/shigu/log4j2.md)
7+
- [重现了一波 Log4j2 核弹级漏洞,同事的电脑沦为炮灰](https://mp.weixin.qq.com/s/zXzJVxRxMUnoyJs6_NojMQ)
8+
- [生成订单30分钟未支付,则自动取消,该怎么实现?](https://mp.weixin.qq.com/s/J6jb_Dt3C49CIjYBTrN4gQ)
9+
- [两天两夜,1M图片优化到100kb!](docs/shigu/image-yasuo.md)
10+
- [内部群炸了锅,隔壁同事真删库了啊。。](https://mp.weixin.qq.com/s/lvyoN1gHCWhcPqudcjcRgQ)
11+
- [B 站崩了](https://mp.weixin.qq.com/s/PfJe5rXednkXTq8EKT0xpw)
12+
- [因为一个低级错误,生产数据库崩溃了将近半个小时](https://mp.weixin.qq.com/s/ec6u8WsPt7zJ0eul8sPEhg)
13+
- [防止重复提交最简单的方案是什么?](https://mp.weixin.qq.com/s/n9AFMwQB9V_fq_sED1EWvg)
14+
15+
### 代码优化
16+
17+
- [49 个代码优化小技巧](https://mp.weixin.qq.com/s/ikfgfHunmlwR-43rd8LknQ)
18+
- [不要用“ ! = null ”做判空了!](https://mp.weixin.qq.com/s/9EOTzZ2Qx3u8oTyghkVUEg)
19+
20+
### 性能调优
21+
22+
- [性能调优标准](https://mp.weixin.qq.com/s/vEt_ypvByKS-oCsuRmpgUw)
23+
24+
25+
### MySQL重要知识点
26+
27+
- [从京东到家程序员删库被判 10 个月来聊聊 MySQL 数据备份的杀手锏](docs/mysql/deletedb-binlog-weiguanjishu.md)
28+
- [深入浅出MySQL crash safe](https://tech.youzan.com/shen-ru-qian-chu-mysql-crash-safe/)

0 commit comments

Comments
 (0)