auto commit

This commit is contained in:
CyC2018
2018-06-16 14:36:33 +08:00
parent 1cfacd68a0
commit de96db6920

View File

@ -31,7 +31,7 @@
> [计算机网络](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/计算机网络.md) > [计算机网络](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/计算机网络.md)
参考谢希仁的计算机网络、计算机网络自顶向下方法、TCP/IP 详解。 参考 谢希仁的计算机网络、计算机网络 自顶向下方法、TCP/IP 详解。
> [HTTP](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/HTTP.md) > [HTTP](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/HTTP.md)
@ -45,7 +45,7 @@
> [设计模式](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/设计模式.md) > [设计模式](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/设计模式.md)
参考 Head First 设计模式以及设计模式 可复用面向对象软件的基础,实现了 Gof 的 23 种设计模式。 参考 Head First 设计模式设计模式 可复用面向对象软件的基础,实现了 Gof 的 23 种设计模式。
> [面向对象思想](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/面向对象思想.md) > [面向对象思想](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/面向对象思想.md)
@ -71,7 +71,7 @@ Leetcode 上数据库题目的解题记录。
> [Redis](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Redis.md) > [Redis](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Redis.md)
参考 Redis 设计与实现以及 Redis 实战。 参考 Redis 设计与实现Redis 实战。
## Java :coffee: ## Java :coffee:
@ -85,7 +85,7 @@ Leetcode 上数据库题目的解题记录。
> [Java 并发](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Java%20并发.md) > [Java 并发](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Java%20并发.md)
参考 Java 编程思想以及 Java 虚拟机。 参考 Java 编程思想、深入理解 Java 虚拟机。
> [Java 容器](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Java%20容器.md) > [Java 容器](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Java%20容器.md)
@ -115,7 +115,7 @@ CAP、BASE、Paxos、Raft
> [重构](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/重构.md) > [重构](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/重构.md)
参考重构改善既有代码的设计。 参考 重构 改善既有代码的设计。
> [代码可读性](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/代码可读性.md) > [代码可读性](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/代码可读性.md)