mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
ipconfig: add Chinese translation
This commit is contained in:
parent
720cc7b445
commit
2c32112872
1 changed files with 23 additions and 0 deletions
23
pages.zh/windows/ipconfig.md
Normal file
23
pages.zh/windows/ipconfig.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# ipconfig
|
||||
|
||||
> 显示和管理Windows的网络配置.
|
||||
|
||||
- 显示网络适配器列表:
|
||||
|
||||
`ipconfig`
|
||||
|
||||
- 显示网络适配器的详细列表:
|
||||
|
||||
`ipconfig /all`
|
||||
|
||||
- 为一个网络适配器重新获取IP地址:
|
||||
|
||||
`ipconfig /renew {{adapter}}`
|
||||
|
||||
- 为一个网络适配器释放IP地址:
|
||||
|
||||
`ipconfig /release {{adapter}}`
|
||||
|
||||
- 清除所有DNS缓存:
|
||||
|
||||
`ipconfig /flushdns`
|
Loading…
Add table
Reference in a new issue