xdb java searcher is ready
This commit is contained in:
parent
9c270d0c39
commit
7e41c0c00f
22
ReadMe.md
22
ReadMe.md
|
|
@ -32,21 +32,21 @@ v2.0 格式的 `xdb` 支持亿级别的 IP 数据段行数,region 信息也可
|
|||
|
||||
使用文档和测试程序请参考各个查询客户端下的 ReadMe 介绍,全部查询 binding 实现情况如下:
|
||||
|
||||
| 编程语言 | 描述 | 开发状态 | 贡献者 |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| [golang](binding/golang) | golang 查询客户端实现 | 已完成 | [Lion](https://github.com/lionsoul2014) |
|
||||
| [php](binding/php) | php 查询客户端实现 | 已完成 | [Lion](https://github.com/lionsoul2014) |
|
||||
| [java](binding/java) | java 查询客户端实现 | 开发中... | [Lion](https://github.com/lionsoul2014) |
|
||||
| 编程语言 | 描述 | 开发状态 | 贡献者 |
|
||||
| :--- | :--- |:-------| :--- |
|
||||
| [golang](binding/golang) | golang 查询客户端实现 | 已完成 | [Lion](https://github.com/lionsoul2014) |
|
||||
| [php](binding/php) | php 查询客户端实现 | 已完成 | [Lion](https://github.com/lionsoul2014) |
|
||||
| [java](binding/java) | java 查询客户端实现 | 已完成 | [Lion](https://github.com/lionsoul2014) |
|
||||
| [lua](binding/lua) | lua 查询客户端实现 | 开发中... | [Lion](https://github.com/lionsoul2014) |
|
||||
| [c](binding/c) | ANSC c 查询客户端实现 | 开发中... | [Lion](https://github.com/lionsoul2014) |
|
||||
| [lua_c](binding/lua_c) | lua 查询客户端实现 | 开发中... | [Lion](https://github.com/lionsoul2014) |
|
||||
| [rust](binding/rust) | rust 查询客户端实现 | 开发中... | [Lion](https://github.com/lionsoul2014) |
|
||||
| [python](binding/python) | python 查询客户端实现 | 待开始 | 待确定 |
|
||||
| [nodejs](binding/nodejs) | nodejs 查询客户端实现 | 待开始 | 待确定 |
|
||||
| [php5_ext](binding/php5_ext) | php5 c 扩展查询客户端实现 | 待开始 | 待确定 |
|
||||
| [php7_ext](binding/php7_ext) | php7 c 扩展查询客户端实现 | 待开始 | 待确定 |
|
||||
| [nginx](binding/nginx) | nginx的扩展查询客户端实现 | 待开始 | 待确定 |
|
||||
| [csharp](binding/csharp) | c# 查询客户端实现 | 待开始 | 待确定 |
|
||||
| [python](binding/python) | python 查询客户端实现 | 待开始 | 待确定 |
|
||||
| [nodejs](binding/nodejs) | nodejs 查询客户端实现 | 待开始 | 待确定 |
|
||||
| [php5_ext](binding/php5_ext) | php5 c 扩展查询客户端实现 | 待开始 | 待确定 |
|
||||
| [php7_ext](binding/php7_ext) | php7 c 扩展查询客户端实现 | 待开始 | 待确定 |
|
||||
| [nginx](binding/nginx) | nginx的扩展查询客户端实现 | 待开始 | 待确定 |
|
||||
| [csharp](binding/csharp) | c# 查询客户端实现 | 待开始 | 待确定 |
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<dependency>
|
||||
<groupId>org.lionsoul</groupId>
|
||||
<artifactId>ip2region</artifactId>
|
||||
<version>2.6.0</version>
|
||||
<version>2.6.1</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -4,11 +4,11 @@
|
|||
|
||||
<groupId>org.lionsoul</groupId>
|
||||
<artifactId>ip2region</artifactId>
|
||||
<version>2.6.0</version>
|
||||
<version>2.6.1</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>ip2region</name>
|
||||
<url>https://gitee.com/lionsoul/ip2region/</url>
|
||||
<url>https://github.com/lionsoul2014/ip2region</url>
|
||||
<description>Open source offline internet address db manager framework and locator</description>
|
||||
|
||||
<licenses>
|
||||
|
|
@ -20,9 +20,9 @@
|
|||
</licenses>
|
||||
|
||||
<scm>
|
||||
<url>git@gitee.com:lionsoul/ip2region.git</url>
|
||||
<connection>scm:git:git@gitee.com:lionsoul/ip2region.git</connection>
|
||||
<developerConnection>scm:git:git@gitee.com:lionsoul/ip2region.git</developerConnection>
|
||||
<url>git@github.com:lionsoul2014/ip2region.git</url>
|
||||
<connection>scm:git:git@github.com:lionsoul2014/ip2region.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:lionsoul2014/ip2region.git</developerConnection>
|
||||
</scm>
|
||||
|
||||
<developers>
|
||||
|
|
@ -34,8 +34,8 @@
|
|||
</developers>
|
||||
|
||||
<issueManagement>
|
||||
<url>https://gitee.com/lionsoul/ip2region/issues</url>
|
||||
<system>Gitee issues</system>
|
||||
<url>https://github.com/lionsoul2014/ip2region/issues</url>
|
||||
<system>Github issues</system>
|
||||
</issueManagement>
|
||||
|
||||
<properties>
|
||||
|
|
|
|||
Loading…
Reference in New Issue