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