diff --git a/docs/notes/Docker.md b/docs/notes/Docker.md index 5e2d8a9d..de2af2a3 100644 --- a/docs/notes/Docker.md +++ b/docs/notes/Docker.md @@ -90,4 +90,4 @@ Docker 轻量级的特点使得它很适合用于部署、维护、组合微服 - [持续集成是什么?](http://www.ruanyifeng.com/blog/2015/09/continuous-integration.html)
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/Git.md b/docs/notes/Git.md index 38c993e1..b34ce36b 100644 --- a/docs/notes/Git.md +++ b/docs/notes/Git.md @@ -159,4 +159,4 @@ $ ssh-keygen -t rsa -C "youremail@example.com" - [廖雪峰 : Git 教程](https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000) - [Learn Git Branching](https://learngitbranching.js.org/)
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/HTTP.md b/docs/notes/HTTP.md index 84f8751f..937005a4 100644 --- a/docs/notes/HTTP.md +++ b/docs/notes/HTTP.md @@ -878,4 +878,4 @@ DELETE /idX/delete HTTP/1.1 -> Returns 404 - [Web 性能优化与 HTTP/2](https://www.kancloud.cn/digest/web-performance-http2) - [HTTP/2 简介](https://developers.google.com/web/fundamentals/performance/http2/?hl=zh-cn)
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/Java IO.md b/docs/notes/Java IO.md index 07729d05..46cb27b4 100644 --- a/docs/notes/Java IO.md +++ b/docs/notes/Java IO.md @@ -619,4 +619,4 @@ NIO 与普通 I/O 的区别主要有以下两点: - [Decorator Design Pattern](http://stg-tud.github.io/sedc/Lecture/ws13-14/5.3-Decorator.html#mode=document) - [Socket Multicast](http://labojava.blogspot.com/2012/12/socket-multicast.html)
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/Java 基础.md b/docs/notes/Java 基础.md index 5853b84b..e0ac38b6 100644 --- a/docs/notes/Java 基础.md +++ b/docs/notes/Java 基础.md @@ -1395,4 +1395,4 @@ Java 注解是附加在代码中的一些元信息,用于一些工具在编译 - Eckel B. Java 编程思想[M]. 机械工业出版社, 2002. - Bloch J. Effective java[M]. Addison-Wesley Professional, 2017.
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/Java 容器.md b/docs/notes/Java 容器.md index 30322e79..0af3cfb9 100644 --- a/docs/notes/Java 容器.md +++ b/docs/notes/Java 容器.md @@ -1112,4 +1112,4 @@ public final class ConcurrentCache { - [Java Collection Framework – The LinkedList Class](http://javaconceptoftheday.com/java-collection-framework-linkedlist-class/)
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/Java 并发.md b/docs/notes/Java 并发.md index 7228f593..6ff26564 100644 --- a/docs/notes/Java 并发.md +++ b/docs/notes/Java 并发.md @@ -1635,4 +1635,4 @@ JDK 1.6 引入了偏向锁和轻量级锁,从而让锁拥有了四个状态: - [聊聊并发(八)——Fork/Join 框架介绍](http://ifeve.com/talk-concurrency-forkjoin/) - [Eliminating SynchronizationRelated Atomic Operations with Biased Locking and Bulk Rebiasing](http://www.oracle.com/technetwork/java/javase/tech/biasedlocking-oopsla2006-preso-150106.pdf)
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/Java 虚拟机.md b/docs/notes/Java 虚拟机.md index 2fab2d9f..1e32e780 100644 --- a/docs/notes/Java 虚拟机.md +++ b/docs/notes/Java 虚拟机.md @@ -740,4 +740,4 @@ public class FileSystemClassLoader extends ClassLoader { - [Guide to WeakHashMap in Java](http://www.baeldung.com/java-weakhashmap) - [Tomcat example source code file (ConcurrentCache.java)](https://alvinalexander.com/java/jwarehouse/apache-tomcat-6.0.16/java/org/apache/el/util/ConcurrentCache.java.shtml)
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/Leetcode 题解 - 二分查找.md b/docs/notes/Leetcode 题解 - 二分查找.md index d8ba04d0..702bb35c 100644 --- a/docs/notes/Leetcode 题解 - 二分查找.md +++ b/docs/notes/Leetcode 题解 - 二分查找.md @@ -293,4 +293,4 @@ private int binarySearch(int[] nums, int target) { ```
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/Leetcode 题解 - 位运算.md b/docs/notes/Leetcode 题解 - 位运算.md index 97f315d4..eec2ceb8 100644 --- a/docs/notes/Leetcode 题解 - 位运算.md +++ b/docs/notes/Leetcode 题解 - 位运算.md @@ -426,4 +426,4 @@ public int[] countBits(int num) { ```
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/Leetcode 题解 - 分治.md b/docs/notes/Leetcode 题解 - 分治.md index a0c208d7..b4bdcfd8 100644 --- a/docs/notes/Leetcode 题解 - 分治.md +++ b/docs/notes/Leetcode 题解 - 分治.md @@ -48,4 +48,4 @@ public List diffWaysToCompute(String input) { } ```
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/Leetcode 题解 - 动态规划.md b/docs/notes/Leetcode 题解 - 动态规划.md index 40c9b25b..cd3b199f 100644 --- a/docs/notes/Leetcode 题解 - 动态规划.md +++ b/docs/notes/Leetcode 题解 - 动态规划.md @@ -1220,4 +1220,4 @@ public int minSteps(int n) { } ```
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/Leetcode 题解 - 双指针.md b/docs/notes/Leetcode 题解 - 双指针.md index 4f08dc7a..256dc83d 100644 --- a/docs/notes/Leetcode 题解 - 双指针.md +++ b/docs/notes/Leetcode 题解 - 双指针.md @@ -237,4 +237,4 @@ private boolean isValid(String s, String target) { } ```
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/Leetcode 题解 - 哈希表.md b/docs/notes/Leetcode 题解 - 哈希表.md index d0ea707e..0029ec9c 100644 --- a/docs/notes/Leetcode 题解 - 哈希表.md +++ b/docs/notes/Leetcode 题解 - 哈希表.md @@ -122,4 +122,4 @@ private int maxCount(Map countForNum) { } ```
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/Leetcode 题解 - 图.md b/docs/notes/Leetcode 题解 - 图.md index 31f81560..529b4bfe 100644 --- a/docs/notes/Leetcode 题解 - 图.md +++ b/docs/notes/Leetcode 题解 - 图.md @@ -256,4 +256,4 @@ private class UF { } ```
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/Leetcode 题解 - 字符串.md b/docs/notes/Leetcode 题解 - 字符串.md index c065935a..e2d7ff24 100644 --- a/docs/notes/Leetcode 题解 - 字符串.md +++ b/docs/notes/Leetcode 题解 - 字符串.md @@ -224,4 +224,4 @@ public int countBinarySubstrings(String s) { } ```
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/Leetcode 题解 - 排序.md b/docs/notes/Leetcode 题解 - 排序.md index e02cb656..36d7efc5 100644 --- a/docs/notes/Leetcode 题解 - 排序.md +++ b/docs/notes/Leetcode 题解 - 排序.md @@ -225,4 +225,4 @@ private void swap(int[] nums, int i, int j) { } ```
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/Leetcode 题解 - 搜索.md b/docs/notes/Leetcode 题解 - 搜索.md index 3d7ecb87..c9957cf2 100644 --- a/docs/notes/Leetcode 题解 - 搜索.md +++ b/docs/notes/Leetcode 题解 - 搜索.md @@ -1267,4 +1267,4 @@ private void backtracking(int row) { } ```
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/Leetcode 题解 - 数学.md b/docs/notes/Leetcode 题解 - 数学.md index 30d9e876..7d8194e7 100644 --- a/docs/notes/Leetcode 题解 - 数学.md +++ b/docs/notes/Leetcode 题解 - 数学.md @@ -508,4 +508,4 @@ public int maximumProduct(int[] nums) { } ```
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/Leetcode 题解 - 数组与矩阵.md b/docs/notes/Leetcode 题解 - 数组与矩阵.md index 3819afe5..b70a9fa2 100644 --- a/docs/notes/Leetcode 题解 - 数组与矩阵.md +++ b/docs/notes/Leetcode 题解 - 数组与矩阵.md @@ -432,4 +432,4 @@ public int maxChunksToSorted(int[] arr) { } ```
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/Leetcode 题解 - 栈和队列.md b/docs/notes/Leetcode 题解 - 栈和队列.md index cd54eccc..1a5d5b84 100644 --- a/docs/notes/Leetcode 题解 - 栈和队列.md +++ b/docs/notes/Leetcode 题解 - 栈和队列.md @@ -219,4 +219,4 @@ public int[] nextGreaterElements(int[] nums) { } ```
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/Leetcode 题解 - 树.md b/docs/notes/Leetcode 题解 - 树.md index b7a61c52..b0864428 100644 --- a/docs/notes/Leetcode 题解 - 树.md +++ b/docs/notes/Leetcode 题解 - 树.md @@ -1119,4 +1119,4 @@ class MapSum { ```
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/Leetcode 题解 - 目录.md b/docs/notes/Leetcode 题解 - 目录.md index 150c6866..8c19e8bb 100644 --- a/docs/notes/Leetcode 题解 - 目录.md +++ b/docs/notes/Leetcode 题解 - 目录.md @@ -37,4 +37,4 @@ - 《编程之美》小组. 编程之美[M]. 电子工业出版社, 2008. - 左程云. 程序员代码面试指南[M]. 电子工业出版社, 2015.
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/Leetcode 题解 - 目录1.md b/docs/notes/Leetcode 题解 - 目录1.md index dcb1eb5f..83bf4157 100644 --- a/docs/notes/Leetcode 题解 - 目录1.md +++ b/docs/notes/Leetcode 题解 - 目录1.md @@ -37,4 +37,4 @@ - 《编程之美》小组. 编程之美[M]. 电子工业出版社, 2008. - 左程云. 程序员代码面试指南[M]. 电子工业出版社, 2015.
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/Leetcode 题解 - 贪心思想.md b/docs/notes/Leetcode 题解 - 贪心思想.md index e1ae1736..ef619e3b 100644 --- a/docs/notes/Leetcode 题解 - 贪心思想.md +++ b/docs/notes/Leetcode 题解 - 贪心思想.md @@ -365,4 +365,4 @@ public int maxProfit(int[] prices) { ```
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/Leetcode 题解 - 链表.md b/docs/notes/Leetcode 题解 - 链表.md index b5250214..100e0af9 100644 --- a/docs/notes/Leetcode 题解 - 链表.md +++ b/docs/notes/Leetcode 题解 - 链表.md @@ -326,4 +326,4 @@ public ListNode oddEvenList(ListNode head) { } ```
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/Leetcode-Database 题解.md b/docs/notes/Leetcode-Database 题解.md index e7442c67..bcd9cc01 100644 --- a/docs/notes/Leetcode-Database 题解.md +++ b/docs/notes/Leetcode-Database 题解.md @@ -949,4 +949,4 @@ ORDER BY id; ```
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/Linux.md b/docs/notes/Linux.md index 2fdcb57b..15302ef8 100644 --- a/docs/notes/Linux.md +++ b/docs/notes/Linux.md @@ -1246,4 +1246,4 @@ options 参数主要有 WNOHANG 和 WUNTRACED 两个选项,WNOHANG 可以使 w - [Programming Project #4](https://classes.soe.ucsc.edu/cmps111/Fall08/proj4.shtml) - [FILE SYSTEM DESIGN](http://web.cs.ucla.edu/classes/fall14/cs111/scribe/11a/index.html)
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/MySQL.md b/docs/notes/MySQL.md index 368cd297..6968a702 100644 --- a/docs/notes/MySQL.md +++ b/docs/notes/MySQL.md @@ -422,4 +422,4 @@ MySQL 提供了 FROM_UNIXTIME() 函数把 UNIX 时间戳转换为日期,并提 - [大众点评订单系统分库分表实践](https://tech.meituan.com/dianping_order_db_sharding.html) - [B + 树](https://zh.wikipedia.org/wiki/B%2B%E6%A0%91)
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/Redis.md b/docs/notes/Redis.md index d8762b5a..f828b58e 100644 --- a/docs/notes/Redis.md +++ b/docs/notes/Redis.md @@ -607,4 +607,4 @@ Redis 没有关系型数据库中的表这一概念来将同种类型的数据 - [Redis 应用场景](http://www.scienjus.com/redis-use-case/) - [Using Redis as an LRU cache](https://redis.io/topics/lru-cache)
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/SQL.md b/docs/notes/SQL.md index 4bf93842..4f5667a5 100644 --- a/docs/notes/SQL.md +++ b/docs/notes/SQL.md @@ -766,4 +766,4 @@ SET PASSWROD FOR myuser = Password('new_password'); - BenForta. SQL 必知必会 [M]. 人民邮电出版社, 2013.
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/Socket.md b/docs/notes/Socket.md index 0975aa75..f32791e2 100644 --- a/docs/notes/Socket.md +++ b/docs/notes/Socket.md @@ -322,4 +322,4 @@ poll 没有最大描述符数量的限制,如果平台支持并且对实时性 - [select / poll / epoll: practical difference for system architects](http://www.ulduzsoft.com/2014/01/select-poll-epoll-practical-difference-for-system-architects/) - [Browse the source code of userspace/glibc/sysdeps/unix/sysv/linux/ online](https://code.woboq.org/userspace/glibc/sysdeps/unix/sysv/linux/)
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/代码可读性.md b/docs/notes/代码可读性.md index 7ed7b936..10d9d931 100644 --- a/docs/notes/代码可读性.md +++ b/docs/notes/代码可读性.md @@ -332,4 +332,4 @@ public int findClostElement(int[] arr) { - Dustin, Boswell, Trevor, 等. 编写可读代码的艺术 [M]. 机械工业出版社, 2012.
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/代码风格规范.md b/docs/notes/代码风格规范.md index 2906bd45..eff5c0ec 100644 --- a/docs/notes/代码风格规范.md +++ b/docs/notes/代码风格规范.md @@ -6,4 +6,4 @@ - [Google Java Style Guide](http://google.github.io/styleguide/javaguide.html) - [阿里巴巴Java开发手册](https://github.com/alibaba/p3c/blob/master/%E9%98%BF%E9%87%8C%E5%B7%B4%E5%B7%B4Java%E5%BC%80%E5%8F%91%E6%89%8B%E5%86%8C%EF%BC%88%E8%AF%A6%E5%B0%BD%E7%89%88%EF%BC%89.pdf)
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/分布式.md b/docs/notes/分布式.md index 65c81db0..b2fecf6d 100644 --- a/docs/notes/分布式.md +++ b/docs/notes/分布式.md @@ -342,4 +342,4 @@ Raft 也是分布式一致性协议,主要是用来竞选主节点。 - [Paxos By Example](https://angus.nyc/2012/paxos-by-example/)
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/剑指 Offer 题解 - 10~19.md b/docs/notes/剑指 Offer 题解 - 10~19.md index 95163bed..607c80a4 100644 --- a/docs/notes/剑指 Offer 题解 - 10~19.md +++ b/docs/notes/剑指 Offer 题解 - 10~19.md @@ -684,4 +684,4 @@ public boolean match(char[] str, char[] pattern) { } ```
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/剑指 Offer 题解 - 20~29.md b/docs/notes/剑指 Offer 题解 - 20~29.md index 811a6374..44c0274c 100644 --- a/docs/notes/剑指 Offer 题解 - 20~29.md +++ b/docs/notes/剑指 Offer 题解 - 20~29.md @@ -377,4 +377,4 @@ public ArrayList printMatrix(int[][] matrix) { } ```
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/剑指 Offer 题解 - 30~39.md b/docs/notes/剑指 Offer 题解 - 30~39.md index 3690461a..f2853b57 100644 --- a/docs/notes/剑指 Offer 题解 - 30~39.md +++ b/docs/notes/剑指 Offer 题解 - 30~39.md @@ -492,4 +492,4 @@ public int MoreThanHalfNum_Solution(int[] nums) { } ```
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/剑指 Offer 题解 - 3~9.md b/docs/notes/剑指 Offer 题解 - 3~9.md index 6ce58712..fa2ea451 100644 --- a/docs/notes/剑指 Offer 题解 - 3~9.md +++ b/docs/notes/剑指 Offer 题解 - 3~9.md @@ -381,4 +381,4 @@ public int pop() throws Exception { ```
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/剑指 Offer 题解 - 40~49.md b/docs/notes/剑指 Offer 题解 - 40~49.md index ebc06545..27f27cc3 100644 --- a/docs/notes/剑指 Offer 题解 - 40~49.md +++ b/docs/notes/剑指 Offer 题解 - 40~49.md @@ -439,4 +439,4 @@ public int GetUglyNumber_Solution(int N) { } ```
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/剑指 Offer 题解 - 50~59.md b/docs/notes/剑指 Offer 题解 - 50~59.md index 36f28ed8..e78baf59 100644 --- a/docs/notes/剑指 Offer 题解 - 50~59.md +++ b/docs/notes/剑指 Offer 题解 - 50~59.md @@ -498,4 +498,4 @@ public ArrayList maxInWindows(int[] num, int size) { } ```
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/剑指 Offer 题解 - 60~68.md b/docs/notes/剑指 Offer 题解 - 60~68.md index d90f9e07..71dd59bc 100644 --- a/docs/notes/剑指 Offer 题解 - 60~68.md +++ b/docs/notes/剑指 Offer 题解 - 60~68.md @@ -340,4 +340,4 @@ public TreeNode lowestCommonAncestor(TreeNode root, TreeNode p, TreeNode q) { } ```
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/剑指 Offer 题解 - 目录.md b/docs/notes/剑指 Offer 题解 - 目录.md index 783f7ae4..b6ed1972 100644 --- a/docs/notes/剑指 Offer 题解 - 目录.md +++ b/docs/notes/剑指 Offer 题解 - 目录.md @@ -20,4 +20,4 @@ 何海涛. 剑指 Offer[M]. 电子工业出版社, 2012.
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/剑指 Offer 题解 - 目录1.md b/docs/notes/剑指 Offer 题解 - 目录1.md index a0d341f1..88e45b76 100644 --- a/docs/notes/剑指 Offer 题解 - 目录1.md +++ b/docs/notes/剑指 Offer 题解 - 目录1.md @@ -20,4 +20,4 @@ 何海涛. 剑指 Offer[M]. 电子工业出版社, 2012.
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/攻击技术.md b/docs/notes/攻击技术.md index da6ce288..6c9f0c0d 100644 --- a/docs/notes/攻击技术.md +++ b/docs/notes/攻击技术.md @@ -192,4 +192,4 @@ ResultSet rs = stmt.executeQuery(); - [维基百科:跨站点请求伪造](https://zh.wikipedia.org/wiki/%E8%B7%A8%E7%AB%99%E8%AF%B7%E6%B1%82%E4%BC%AA%E9%80%A0) - [维基百科:拒绝服务攻击](https://zh.wikipedia.org/wiki/%E9%98%BB%E6%96%B7%E6%9C%8D%E5%8B%99%E6%94%BB%E6%93%8A)
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/数据库系统原理.md b/docs/notes/数据库系统原理.md index 40523782..70f9225d 100644 --- a/docs/notes/数据库系统原理.md +++ b/docs/notes/数据库系统原理.md @@ -580,4 +580,4 @@ Entity-Relationship,有三个组成部分:实体、属性、联系。 - [浅入浅出 MySQL 和 InnoDB](https://draveness.me/mysql-innodb) - [Innodb 中的事务隔离级别和锁的关系](https://tech.meituan.com/2014/08/20/innodb-lock.html)
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/构建工具.md b/docs/notes/构建工具.md index e9fdca0b..0112bc20 100644 --- a/docs/notes/构建工具.md +++ b/docs/notes/构建工具.md @@ -140,4 +140,4 @@ A -> C -> X(2.0) - [新一代构建工具 gradle](https://www.imooc.com/learn/833)
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/正则表达式.md b/docs/notes/正则表达式.md index 0b5f2670..0b3ce550 100644 --- a/docs/notes/正则表达式.md +++ b/docs/notes/正则表达式.md @@ -387,4 +387,4 @@ aBCd - BenForta. 正则表达式必知必会 [M]. 人民邮电出版社, 2007.
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/消息队列.md b/docs/notes/消息队列.md index 6c1826d0..0404d136 100644 --- a/docs/notes/消息队列.md +++ b/docs/notes/消息队列.md @@ -81,4 +81,4 @@ - [Observer vs Pub-Sub](http://developers-club.com/posts/270339/) - [消息队列中点对点与发布订阅区别](https://blog.csdn.net/lizhitao/article/details/47723105)
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/算法 - 其它.md b/docs/notes/算法 - 其它.md index ada5ceb7..770f27b1 100644 --- a/docs/notes/算法 - 其它.md +++ b/docs/notes/算法 - 其它.md @@ -133,4 +133,4 @@ public class Huffman { } ```
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/算法 - 并查集.md b/docs/notes/算法 - 并查集.md index 57795f02..3fd61d7a 100644 --- a/docs/notes/算法 - 并查集.md +++ b/docs/notes/算法 - 并查集.md @@ -191,4 +191,4 @@ public class WeightedQuickUnionUF extends UF { | 加权 Quick Union | logN | logN | | 路径压缩的加权 Quick Union | 非常接近 1 | 非常接近 1 |
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/算法 - 排序.md b/docs/notes/算法 - 排序.md index 407cc48b..39b7afa3 100644 --- a/docs/notes/算法 - 排序.md +++ b/docs/notes/算法 - 排序.md @@ -584,4 +584,4 @@ public class HeapSort> extends Sort { Java 主要排序方法为 java.util.Arrays.sort(),对于原始数据类型使用三向切分的快速排序,对于引用类型使用归并排序。
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/算法 - 栈和队列.md b/docs/notes/算法 - 栈和队列.md index 2db76cbf..597c2072 100644 --- a/docs/notes/算法 - 栈和队列.md +++ b/docs/notes/算法 - 栈和队列.md @@ -317,4 +317,4 @@ public class ListQueue implements MyQueue { } ```
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/算法 - 目录.md b/docs/notes/算法 - 目录.md index 87a231e8..f11e9acc 100644 --- a/docs/notes/算法 - 目录.md +++ b/docs/notes/算法 - 目录.md @@ -20,4 +20,4 @@ - Sedgewick, Robert, and Kevin Wayne. _Algorithms_. Addison-Wesley Professional, 2011.
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/算法 - 目录1.md b/docs/notes/算法 - 目录1.md index f1cb0cc4..5b0629d3 100644 --- a/docs/notes/算法 - 目录1.md +++ b/docs/notes/算法 - 目录1.md @@ -20,4 +20,4 @@ - Sedgewick, Robert, and Kevin Wayne. _Algorithms_. Addison-Wesley Professional, 2011.
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/算法 - 符号表.md b/docs/notes/算法 - 符号表.md index 04118673..049aafd5 100644 --- a/docs/notes/算法 - 符号表.md +++ b/docs/notes/算法 - 符号表.md @@ -938,4 +938,4 @@ public class SparseVector { } ```
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/算法 - 算法分析.md b/docs/notes/算法 - 算法分析.md index 48d7ae46..3713247c 100644 --- a/docs/notes/算法 - 算法分析.md +++ b/docs/notes/算法 - 算法分析.md @@ -236,4 +236,4 @@ public class StopWatch { } ```
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/系统设计基础.md b/docs/notes/系统设计基础.md index dd073d9c..2707f459 100644 --- a/docs/notes/系统设计基础.md +++ b/docs/notes/系统设计基础.md @@ -108,4 +108,4 @@ - 大型网站技术架构:核心原理与案例分析
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/缓存.md b/docs/notes/缓存.md index bd3622bf..855add9e 100644 --- a/docs/notes/缓存.md +++ b/docs/notes/缓存.md @@ -284,4 +284,4 @@ Distributed Hash Table(DHT) 是一种哈希分布方式,其目的是为了 - [内容分发网络](https://zh.wikipedia.org/wiki/%E5%85%A7%E5%AE%B9%E5%82%B3%E9%81%9E%E7%B6%B2%E8%B7%AF) - [How Aspiration CDN helps to improve your website loading speed?](https://www.aspirationhosting.com/aspiration-cdn/)
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/计算机操作系统 - 内存管理.md b/docs/notes/计算机操作系统 - 内存管理.md index 9b3bf0be..d4d73722 100644 --- a/docs/notes/计算机操作系统 - 内存管理.md +++ b/docs/notes/计算机操作系统 - 内存管理.md @@ -135,4 +135,4 @@ FIFO 算法可能会把经常使用的页面置换出去,为了避免这一问 - 出现的原因:分页主要用于实现虚拟内存,从而获得更大的地址空间;分段主要是为了使程序和数据可以被划分为逻辑上独立的地址空间并且有助于共享和保护。
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/计算机操作系统 - 概述.md b/docs/notes/计算机操作系统 - 概述.md index f35e32c6..90f8e7c1 100644 --- a/docs/notes/计算机操作系统 - 概述.md +++ b/docs/notes/计算机操作系统 - 概述.md @@ -121,4 +121,4 @@ Linux 的系统调用主要有以下这些: 在用户程序中使用系统调用。
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/计算机操作系统 - 死锁.md b/docs/notes/计算机操作系统 - 死锁.md index df29f8ad..ad984977 100644 --- a/docs/notes/计算机操作系统 - 死锁.md +++ b/docs/notes/计算机操作系统 - 死锁.md @@ -141,4 +141,4 @@ 如果一个状态不是安全的,需要拒绝进入这个状态。
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/计算机操作系统 - 目录.md b/docs/notes/计算机操作系统 - 目录.md index 8e84d336..55e75b85 100644 --- a/docs/notes/计算机操作系统 - 目录.md +++ b/docs/notes/计算机操作系统 - 目录.md @@ -25,4 +25,4 @@ - [Inter Process Communication Presentation[1]](https://www.slideshare.net/rkolahalam/inter-process-communication-presentation1) - [Decoding UCS Invicta – Part 1](https://blogs.cisco.com/datacenter/decoding-ucs-invicta-part-1)
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/计算机操作系统 - 目录1.md b/docs/notes/计算机操作系统 - 目录1.md index 6546e26a..739a4d32 100644 --- a/docs/notes/计算机操作系统 - 目录1.md +++ b/docs/notes/计算机操作系统 - 目录1.md @@ -25,4 +25,4 @@ - [Inter Process Communication Presentation[1]](https://www.slideshare.net/rkolahalam/inter-process-communication-presentation1) - [Decoding UCS Invicta – Part 1](https://blogs.cisco.com/datacenter/decoding-ucs-invicta-part-1)
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/计算机操作系统 - 设备管理.md b/docs/notes/计算机操作系统 - 设备管理.md index e67fdae4..4071d8bd 100644 --- a/docs/notes/计算机操作系统 - 设备管理.md +++ b/docs/notes/计算机操作系统 - 设备管理.md @@ -58,4 +58,4 @@

欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/计算机操作系统 - 进程管理.md b/docs/notes/计算机操作系统 - 进程管理.md index 9987373a..ae19eae7 100644 --- a/docs/notes/计算机操作系统 - 进程管理.md +++ b/docs/notes/计算机操作系统 - 进程管理.md @@ -587,4 +587,4 @@ FIFO 常用于客户-服务器应用程序中,FIFO 用作汇聚点,在客户 与其它通信机制不同的是,它可用于不同机器间的进程通信。
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/计算机操作系统 - 链接.md b/docs/notes/计算机操作系统 - 链接.md index 1c1f2e1c..08b0ddb9 100644 --- a/docs/notes/计算机操作系统 - 链接.md +++ b/docs/notes/计算机操作系统 - 链接.md @@ -64,4 +64,4 @@ gcc -o hello hello.c

欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/计算机操作系统.md b/docs/notes/计算机操作系统.md index bab94f01..0e0ea6ac 100644 --- a/docs/notes/计算机操作系统.md +++ b/docs/notes/计算机操作系统.md @@ -1077,4 +1077,4 @@ gcc -o hello hello.c - [Inter Process Communication Presentation[1]](https://www.slideshare.net/rkolahalam/inter-process-communication-presentation1) - [Decoding UCS Invicta – Part 1](https://blogs.cisco.com/datacenter/decoding-ucs-invicta-part-1)
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/计算机网络 - 传输层.md b/docs/notes/计算机网络 - 传输层.md index febb8efa..e0cd185c 100644 --- a/docs/notes/计算机网络 - 传输层.md +++ b/docs/notes/计算机网络 - 传输层.md @@ -164,4 +164,4 @@ TCP 主要通过四个算法来进行拥塞控制:慢开始、拥塞避免、

欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/计算机网络 - 应用层.md b/docs/notes/计算机网络 - 应用层.md index 2cff1c7a..4c89fc53 100644 --- a/docs/notes/计算机网络 - 应用层.md +++ b/docs/notes/计算机网络 - 应用层.md @@ -165,4 +165,4 @@ IMAP 协议中客户端和服务器上的邮件保持同步,如果不手动删 - 浏览器收到 HTTP 响应报文后,抽取出 Web 页面内容,之后进行渲染,显示 Web 页面。
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/计算机网络 - 概述.md b/docs/notes/计算机网络 - 概述.md index 0e554686..9e3066af 100644 --- a/docs/notes/计算机网络 - 概述.md +++ b/docs/notes/计算机网络 - 概述.md @@ -127,4 +127,4 @@ TCP/IP 体系结构不严格遵循 OSI 分层概念,应用层可能会直接 路由器只有下面三层协议,因为路由器位于网络核心中,不需要为进程或者应用程序提供服务,因此也就不需要传输层和应用层。
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/计算机网络 - 物理层.md b/docs/notes/计算机网络 - 物理层.md index 5f1736f0..47691116 100644 --- a/docs/notes/计算机网络 - 物理层.md +++ b/docs/notes/计算机网络 - 物理层.md @@ -19,4 +19,4 @@

欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/计算机网络 - 目录.md b/docs/notes/计算机网络 - 目录.md index e15c0b02..415783f0 100644 --- a/docs/notes/计算机网络 - 目录.md +++ b/docs/notes/计算机网络 - 目录.md @@ -31,4 +31,4 @@ - [P2P 网络概述.](http://slidesplayer.com/slide/11616167/) - [Circuit Switching (a) Circuit switching. (b) Packet switching.](http://slideplayer.com/slide/5115386/)
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/计算机网络 - 目录1.md b/docs/notes/计算机网络 - 目录1.md index 88259051..6d2b85cc 100644 --- a/docs/notes/计算机网络 - 目录1.md +++ b/docs/notes/计算机网络 - 目录1.md @@ -32,4 +32,4 @@ - [Circuit Switching (a) Circuit switching. (b) Packet switching.](http://slideplayer.com/slide/5115386/)
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/计算机网络 - 网络层.md b/docs/notes/计算机网络 - 网络层.md index 7b24b1b1..77394a85 100644 --- a/docs/notes/计算机网络 - 网络层.md +++ b/docs/notes/计算机网络 - 网络层.md @@ -241,4 +241,4 @@ BGP 只能寻找一条比较好的路由,而不是最佳路由。

欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/计算机网络 - 链路层.md b/docs/notes/计算机网络 - 链路层.md index bdd82368..3211a1ca 100644 --- a/docs/notes/计算机网络 - 链路层.md +++ b/docs/notes/计算机网络 - 链路层.md @@ -187,4 +187,4 @@ MAC 地址是链路层地址,长度为 6 字节(48 位),用于唯一标

欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/计算机网络.md b/docs/notes/计算机网络.md index 8d251586..c769ad94 100644 --- a/docs/notes/计算机网络.md +++ b/docs/notes/计算机网络.md @@ -893,4 +893,4 @@ IMAP 协议中客户端和服务器上的邮件保持同步,如果不手动删 - [P2P 网络概述.](http://slidesplayer.com/slide/11616167/) - [Circuit Switching (a) Circuit switching. (b) Packet switching.](http://slideplayer.com/slide/5115386/)
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/设计模式.md b/docs/notes/设计模式.md index 271e7ce4..69d28964 100644 --- a/docs/notes/设计模式.md +++ b/docs/notes/设计模式.md @@ -3067,4 +3067,4 @@ public class ImageViewer { - [Design patterns implemented in Java](http://java-design-patterns.com/) - [The breakdown of design patterns in JDK](http://www.programering.com/a/MTNxAzMwATY.html)
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/集群.md b/docs/notes/集群.md index 54e47aff..261a7606 100644 --- a/docs/notes/集群.md +++ b/docs/notes/集群.md @@ -199,4 +199,4 @@ HTTP 重定向负载均衡服务器使用某种负载均衡算法计算得到服 - [Session Management using Spring Session with JDBC DataStore](https://sivalabs.in/2018/02/session-management-using-spring-session-jdbc-datastore/)
欢迎关注公众号,获取最新文章!

-
+
diff --git a/docs/notes/面向对象思想.md b/docs/notes/面向对象思想.md index 27ae2a3b..64fe460d 100644 --- a/docs/notes/面向对象思想.md +++ b/docs/notes/面向对象思想.md @@ -358,4 +358,4 @@ Vihicle .. N - [UML 系列——时序图(顺序图)sequence diagram](http://www.cnblogs.com/wolf-sun/p/UML-Sequence-diagram.html) - [面向对象编程三大特性 ------ 封装、继承、多态](http://blog.csdn.net/jianyuerensheng/article/details/51602015)
欢迎关注公众号,获取最新文章!

-
+