auto commit

This commit is contained in:
CyC2018
2018-07-30 23:22:52 +08:00
parent 95a780d020
commit f8600a4611
4 changed files with 141 additions and 12 deletions

View File

@ -105,6 +105,10 @@ Leetcode 上数据库题目的解题记录。
## 系统设计 :bulb:
> [系统设计基础](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/系统设计基础.md)
性能、伸缩性、扩展性、可用性、安全性
> [分布式](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/分布式.md)
分布式锁、分布式事务、CAP、BASE、Paxos、Raft
@ -113,9 +117,9 @@ Leetcode 上数据库题目的解题记录。
负载均衡、Session 管理
> [安全性](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/安全性.md)
> [攻击技术](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/攻击技术.md)
XSS、CSRF、SQL 注入、DDos
XSS、CSRF、SQL 注入、DDoS
> [消息队列](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/消息队列.md)