Skip to content

Commit e45fe78

Browse files
committed
update
1 parent 492d2ce commit e45fe78

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

_posts/the-way-of-learning/2015-05-19-DB学习之路.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ ORACLE_SID 实例ID
386386

387387
* <https://redis.io/>
388388
* <https://github.com/antirez/redis>
389+
* Redis是单线程的,但Redis为什么这么快?<https://segmentfault.com/a/1190000017375843>
389390

390391
## Others
391392

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)