?? ipseekertest.java
字號:
package ip;
import java.io.File;
import java.util.List;
/**
* <p>
* Title:
* </p>
*
* <p>
* Description:
* </p>
*
* <p>
* Copyright: Copyright (c) 2007
* </p>
*
* <p>
* Company:
* </p>
*
* @author 錕斤拷錕節鹼拷
* @mail sunyujia@yahoo.cn
* @date 2007-9-24 錕斤拷錕斤拷12:06:19
*/
public class IPSeekerTest {
public static void main(String[] args) {
IPSeeker ipSeeker = new IPSeeker(new File("c:/QQWry.Dat"));
System.out.println(ipSeeker.getCountry("61.49.106.113"));
System.out.println(ipSeeker.getArea("61.49.106.113"));
System.out.println(ipSeeker.getDetailedIpInfo("218.1.66.193"));
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -