Skip to content

Commit

Permalink
Merge pull request #92 from aoxuexinghuo/main
Browse files Browse the repository at this point in the history
feat: Add ComputerNetworks
  • Loading branch information
SimonWuZY authored Nov 26, 2024
2 parents 34221fa + 0ddf6d2 commit 7941b8f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.vuepress/.temp
node_modules
update.bat
.idea
2 changes: 1 addition & 1 deletion .vuepress/config/zh/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const navbar = [
icon: 'Document',
children: [
{ text: '计算机通识课', link: '/blogs/通识课/general' },
{ text: '计算机网络', link: 'www.baidu.com' },
{ text: '计算机网络', link: '/blogs/通识课/ComputerNetworks' },
{ text: '操作系统', link: 'www.baidu.com' },
{ text: '数据结构与算法', link: 'www.baidu.com' },
],
Expand Down
21 changes: 21 additions & 0 deletions blogs/通识课/ComputerNetworks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "计算机网络"
categories:
- 计算机网络

---

# 大概内容

[《计算机网络 自顶向下》笔记](https://blog.csdn.net/qq_63978748/category_12815442.html)

> 笔者个人能力有限,笔记中如若存在错误,欢迎各位指正。
>
> 联系作者请你喝奶茶(^ω^) QQ:1626297770
**电子版教材**

百度网盘链接: https://pan.baidu.com/s/1aacytRWfdZ3LBxH6H82dHw?pwd=p3db

提取码: p3db

0 comments on commit 7941b8f

Please sign in to comment.