Skip to content

Commit 472a779

Browse files
publish blog: network-layer-routing-学习笔记
1 parent aceda4a commit 472a779

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

public/blogs/categories.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"categories": [
3-
"ComputerNetworks",
43
"algorithm",
4+
"ComputerNetworks",
55
"docker"
66
]
77
}

public/blogs/index.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
[
2-
{
3-
"slug": "network-layer-routing-学习笔记",
4-
"title": "Network Layer Routing 学习笔记",
5-
"date": "2026-07-05",
6-
"summary": "> 主题:CST309 Computer Networks and Communication — Network Layer Part 2: Routing \n> 目标:理解 Router 如何转发 packet、Routing Table 如何产生与更新,以及 Dynamic Routing 中 Distance Vector 与 Link-State 两类协议的关系。",
7-
"tags": [],
8-
"category": "ComputerNetworks"
9-
},
102
{
113
"slug": "linked-list-代码模板与例题",
124
"title": "Linked List 代码模板与例题",
@@ -27,6 +19,14 @@
2719
],
2820
"category": "algorithm"
2921
},
22+
{
23+
"slug": "network-layer-routing-学习笔记",
24+
"title": "Network Layer Routing 学习笔记",
25+
"date": "2026-07-05",
26+
"summary": "> 主题:CST309 Computer Networks and Communication — Network Layer Part 2: Routing \n\n> 目标:理解 Router 如何转发 packet、Routing Table 如何产生与更新,以及 Dynamic Routing 中 Distance Vector 与 Link-State 两类协议的关系。",
27+
"tags": [],
28+
"category": "ComputerNetworks"
29+
},
3030
{
3131
"slug": "为什么vibe-coding-的你一定要掌握-harness-engineering-驾驭工程",
3232
"title": "为什么vibe coding 的你一定要掌握 Harness Engineering(驾驭工程)",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "Network Layer Routing 学习笔记",
33
"date": "2026-07-05",
4-
"summary": "> 主题:CST309 Computer Networks and Communication — Network Layer Part 2: Routing \n> 目标:理解 Router 如何转发 packet、Routing Table 如何产生与更新,以及 Dynamic Routing 中 Distance Vector 与 Link-State 两类协议的关系。",
4+
"summary": "> 主题:CST309 Computer Networks and Communication — Network Layer Part 2: Routing \n\n> 目标:理解 Router 如何转发 packet、Routing Table 如何产生与更新,以及 Dynamic Routing 中 Distance Vector 与 Link-State 两类协议的关系。",
55
"tags": [],
66
"category": "ComputerNetworks"
77
}

0 commit comments

Comments
 (0)