From f23464cbfa9a1c716a5bcde13e5efb45ed126d74 Mon Sep 17 00:00:00 2001 From: fuwu8858 <409355073@qq.com> Date: Fri, 22 Jul 2016 07:07:24 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B5=8B=E8=AF=95request?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IPCounty.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPCounty.java b/IPCounty.java index 8ccc0f6..a429e90 100644 --- a/IPCounty.java +++ b/IPCounty.java @@ -20,7 +20,7 @@ public class IPCounty { } public static void main(String[] args) throws Exception { - load("C:\\lovebizhi\\tiantexin\\framework\\library\\ip\\quxian.dat"); + load("C:\\lovebizh\\tiantexin\\framework\\library\\ip\\quxian.dat"); System.out.println(Arrays.toString(find("222.180.195.194"))); Long st = System.nanoTime(); for (int i = 0; i < 10000; i++) From fafd78b286768acc222567cb4efa8dd2121dba08 Mon Sep 17 00:00:00 2001 From: fuwu8858 <409355073@qq.com> Date: Fri, 22 Jul 2016 07:41:28 +0800 Subject: [PATCH 2/2] Update IPCounty.java --- IPCounty.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPCounty.java b/IPCounty.java index a429e90..8ccc0f6 100644 --- a/IPCounty.java +++ b/IPCounty.java @@ -20,7 +20,7 @@ public class IPCounty { } public static void main(String[] args) throws Exception { - load("C:\\lovebizh\\tiantexin\\framework\\library\\ip\\quxian.dat"); + load("C:\\lovebizhi\\tiantexin\\framework\\library\\ip\\quxian.dat"); System.out.println(Arrays.toString(find("222.180.195.194"))); Long st = System.nanoTime(); for (int i = 0; i < 10000; i++)