chore: index
This commit is contained in:
@@ -665,10 +665,16 @@ export function chapter9() {
|
|||||||
{ text: '9.1 计网速通', link: '/9.计算机网络/9.1计网速通' },
|
{ text: '9.1 计网速通', link: '/9.计算机网络/9.1计网速通' },
|
||||||
{ text: '9.2.1 物理层' },
|
{ text: '9.2.1 物理层' },
|
||||||
{ text: '9.2.2 链路层' },
|
{ text: '9.2.2 链路层' },
|
||||||
|
{
|
||||||
|
text: '9.2.3 网络层',
|
||||||
|
collapsed: true,
|
||||||
|
items: [
|
||||||
{ text: '9.2.3 网络层', link: '/9.计算机网络/9.2.3网络层' },
|
{ 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.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` 时,你可以看到一个点分十进制的掩码。
|
当你在 windows 的 cmd 里执行 `ipconfig /all` 时,你可以看到一个点分十进制的掩码。
|
||||||
|
|
||||||
```
|
```cmd
|
||||||
无线局域网适配器 WLAN:
|
无线局域网适配器 WLAN:
|
||||||
|
|
||||||
连接特定的 DNS 后缀 . . . . . . . :
|
连接特定的 DNS 后缀 . . . . . . . :
|
||||||
|
|||||||
Reference in New Issue
Block a user