We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492d2ce commit e45fe78Copy full SHA for e45fe78
_posts/the-way-of-learning/2015-05-19-DB学习之路.md
@@ -386,6 +386,7 @@ ORACLE_SID 实例ID
386
387
* <https://redis.io/>
388
* <https://github.com/antirez/redis>
389
+* Redis是单线程的,但Redis为什么这么快?<https://segmentfault.com/a/1190000017375843>
390
391
## Others
392
_posts/the-way-of-learning/2018-11-25-计算机网路学习之路
@@ -0,0 +1,14 @@
1
+---
2
+title: "计算机网络学习之路"
3
+categories:
4
+ - the-way-of-learning
5
+tags:
6
+ - 学习之路
7
+ - 计算机网络
8
+toc: true
9
10
+
11
+* 子网掩码最长匹配: <http://blog.sina.com.cn/s/blog_5d4a8ac90100d36q.html>
12
+* ip首部校验和计算: <http://blog.csdn.net/clangke/article/details/6216610>
13
+* ip首部校验和的计算: <http://blog.sina.com.cn/s/blog_59e87cd40100dviu.html>
14
+* IP校验与算法反码求和详解: <http://database.chinaunix.net/a2009/0915/679/000000679716_2.shtml>
0 commit comments