Showing
1 changed file
with
9 additions
and
0 deletions
@@ -7,6 +7,9 @@ | @@ -7,6 +7,9 @@ | ||
7 | 方法 | 7 | 方法 |
8 | 8 | ||
9 | 1. ping | 9 | 1. ping |
10 | +```cmd | ||
11 | +ping api.boxfish.cn | ||
12 | +``` | ||
10 | ``` | 13 | ``` |
11 | Microsoft Windows [版本 6.1.7601] | 14 | Microsoft Windows [版本 6.1.7601] |
12 | 版权所有 (c) 2009 Microsoft Corporation。保留所有权利。 | 15 | 版权所有 (c) 2009 Microsoft Corporation。保留所有权利。 |
@@ -27,6 +30,9 @@ C:\Users\undancer>ping api.boxfish.cn | @@ -27,6 +30,9 @@ C:\Users\undancer>ping api.boxfish.cn | ||
27 | C:\Users\undancer> | 30 | C:\Users\undancer> |
28 | ``` | 31 | ``` |
29 | 2. nslookup | 32 | 2. nslookup |
33 | +```cmd | ||
34 | +nslookup api.boxfish.cn | ||
35 | +``` | ||
30 | ``` | 36 | ``` |
31 | Microsoft Windows [版本 6.1.7601] | 37 | Microsoft Windows [版本 6.1.7601] |
32 | 版权所有 (c) 2009 Microsoft Corporation。保留所有权利。 | 38 | 版权所有 (c) 2009 Microsoft Corporation。保留所有权利。 |
@@ -43,6 +49,9 @@ Address: 121.199.251.59 | @@ -43,6 +49,9 @@ Address: 121.199.251.59 | ||
43 | C:\Users\undancer> | 49 | C:\Users\undancer> |
44 | ``` | 50 | ``` |
45 | 3. traceroute (*nix) / tracert (win) | 51 | 3. traceroute (*nix) / tracert (win) |
52 | +```cmd | ||
53 | +tracert api.boxfish.cn | ||
54 | +``` | ||
46 | ``` | 55 | ``` |
47 | Microsoft Windows [版本 6.1.7601] | 56 | Microsoft Windows [版本 6.1.7601] |
48 | 版权所有 (c) 2009 Microsoft Corporation。保留所有权利。 | 57 | 版权所有 (c) 2009 Microsoft Corporation。保留所有权利。 |
-
Please register or login to post a comment