chore: index
This commit is contained in:
@@ -24,7 +24,7 @@ export function main_sidebar() {
|
||||
{ text: '1.10如何读论文', link: '/1.杭电生存指南/1.10如何读论文' },
|
||||
{ text: '1.11陷入虚无主义?进来看看吧', link: '/1.杭电生存指南/1.11陷入虚无主义?进来看看吧' },
|
||||
{ text: '1.12选课原则与抢课技巧', link: '/1.杭电生存指南/1.12选课原则与抢课技巧' },
|
||||
{ text: '1.13数学学习篇', link: '/1.杭电生存指南/1.13数学学习篇'},
|
||||
{ text: '1.13数学学习篇', link: '/1.杭电生存指南/1.13数学学习篇' },
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -665,9 +665,15 @@ export function chapter9() {
|
||||
{ text: '9.1 计网速通', link: '/9.计算机网络/9.1计网速通' },
|
||||
{ text: '9.2.1 物理层' },
|
||||
{ text: '9.2.2 链路层' },
|
||||
{ text: '9.2.3 网络层' , link: '/9.计算机网络/9.2.3网络层'},
|
||||
{
|
||||
text: '9.2.3 网络层',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: '9.2.3 网络层', link: '/9.计算机网络/9.2.3网络层' },
|
||||
{ text: '9.2.3.1 IP 协议', link: '/9.计算机网络/9.2.3.1IP协议' },
|
||||
{ text: '9.2.3.2 子网与无类域间路由', link:'/9.计算机网络/9.2.3.2子网与无类域间路由'}
|
||||
{ text: '9.2.3.2 子网与无类域间路由', link: '/9.计算机网络/9.2.3.2子网与无类域间路由' }
|
||||
]
|
||||
},
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -128,7 +128,7 @@ baimeow@server:~$ ip addr
|
||||
|
||||
当你在 windows 的 cmd 里执行 `ipconfig /all` 时,你可以看到一个点分十进制的掩码。
|
||||
|
||||
```
|
||||
```cmd
|
||||
无线局域网适配器 WLAN:
|
||||
|
||||
连接特定的 DNS 后缀 . . . . . . . :
|
||||
|
||||
Reference in New Issue
Block a user