From ae344d20aa4b394fa32f1a230be24026a7efcf8c Mon Sep 17 00:00:00 2001 From: lion Date: Sat, 13 Sep 2025 00:24:51 +0800 Subject: [PATCH] Java maker and binding IPv6 supports is ready --- ReadMe.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 6221e50..823df18 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -32,11 +32,11 @@ # `xdb` 数据查询 API 介绍,使用文档和测试程序请参考对应 `searcher` 查询客户端下的 ReadMe 介绍,全部查询 binding 实现情况如下: -| 编程语言 | 描述 | IPv4 支持 | IPv6 支持 | 贡献者 | +| 编程语言 | 描述 | IPv4 支持 | IPv6 支持 | 贡献者 | |:---------------------------------|:----------------------------|:-------------------|:------------------ |:--------------------------------------------------| | [Golang](binding/golang) | golang xdb 查询客户端 | :white_check_mark: | :white_check_mark: | [Lion](https://github.com/lionsoul2014) | | [PHP](binding/php) | php xdb 查询客户端 | :white_check_mark: | :soon: | [Lion](https://github.com/lionsoul2014) | -| [Java](binding/java) | java xdb 查询客户端 | :white_check_mark: | :soon: | [Lion](https://github.com/lionsoul2014) | +| [Java](binding/java) | java xdb 查询客户端 | :white_check_mark: | :white_check_mark: | [Lion](https://github.com/lionsoul2014) | | [Lua](binding/lua) | lua xdb 查询客户端 | :white_check_mark: | :soon: | [Lion](https://github.com/lionsoul2014) | | [ANSI C](binding/c) | ANSC c xdb 查询客户端 | :white_check_mark: | :soon: | [Lion](https://github.com/lionsoul2014) | | [Lua_c](binding/lua_c) | lua c 扩展 xdb 查询客户端 | :white_check_mark: | :soon: | [Lion](https://github.com/lionsoul2014) | @@ -64,7 +64,7 @@ API 介绍,使用文档和测试程序请参考如下 `maker` 生成程序下 | 编程语言 | 描述 | IPv4 支持 | IPv6 支持 | 贡献者 | | :---------------------- | :------------------- |:-------------------|:-------------------| :----------------------------------------- | | [Golang](maker/golang) | golang xdb 生成程序 | :white_check_mark: | :white_check_mark: | [Lion](https://github.com/lionsoul2014) | -| [Java](maker/java) | java xdb 生成程序 | :white_check_mark: | :soon: | [Lion](https://github.com/lionsoul2014) | +| [Java](maker/java) | java xdb 生成程序 | :white_check_mark: | :white_check_mark: | [Lion](https://github.com/lionsoul2014) | | [Python](maker/python) | python xdb 生成程序 | :white_check_mark: | :x: | [leolin49](https://github.com/leolin49) | | [Csharp](maker/csharp) | csharp xdb 生成程序 | :white_check_mark: | :x: | [Alan Lee](https://github.com/malus2077) | | [Rust](maker/rust) | rust xdb 生成程序 | :white_check_mark: | :x: | [KevinWang](https://github.com/KevinWL) |