Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
undancer
2016-01-30 17:49:35 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
af1391a30697fa7858f22150f87133815ab8860f
af1391a3
1 parent
aaf173b5
Updated 网络状态检测 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
网络状态检测.md
网络状态检测.md
View file @
af1391a
...
...
@@ -7,6 +7,9 @@
方法
1.
ping
```
cmd
ping api.boxfish.cn
```
```
Microsoft Windows [版本 6.1.7601]
版权所有 (c) 2009 Microsoft Corporation。保留所有权利。
...
...
@@ -27,6 +30,9 @@ C:\Users\undancer>ping api.boxfish.cn
C:\Users\undancer>
```
2.
nslookup
```
cmd
nslookup api.boxfish.cn
```
```
Microsoft Windows [版本 6.1.7601]
版权所有 (c) 2009 Microsoft Corporation。保留所有权利。
...
...
@@ -43,6 +49,9 @@ Address: 121.199.251.59
C:\Users\undancer>
```
3.
traceroute (
*
nix) / tracert (win)
```
cmd
tracert api.boxfish.cn
```
```
Microsoft Windows [版本 6.1.7601]
版权所有 (c) 2009 Microsoft Corporation。保留所有权利。
...
...
Please
register
or
login
to post a comment