changed README.md file
This commit is contained in:
parent
94440bb240
commit
56b864220b
|
|
@ -38,7 +38,7 @@ java:
|
|||
|
||||
php:
|
||||
<pre>
|
||||
php binding/php/testSearch ./data/ip2region.db
|
||||
php binding/php/testSearcher ./data/ip2region.db
|
||||
</pre>
|
||||
|
||||
c:
|
||||
|
|
@ -47,6 +47,11 @@ c:
|
|||
./a.out ../../data/ip2region.db
|
||||
</pre>
|
||||
|
||||
python:
|
||||
<pre>
|
||||
python binding/python/testSearcher ./data/ip2region.db
|
||||
</pre>
|
||||
|
||||
均会看到如下界面:
|
||||
|
||||
<pre>
|
||||
|
|
|
|||
Loading…
Reference in New Issue