Skip to content

Commit 97462e7

Browse files
committed
update:readme and docment
1 parent 0303bd0 commit 97462e7

File tree

5 files changed

+19
-7
lines changed

5 files changed

+19
-7
lines changed

CHANGELOG

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
XEngine_APIService V2.8.0.1001
2+
3+
添加:二维码识别与创建功能
4+
添加:网络测试与数据验证功能
5+
修改:现在错误请求会响应
6+
修正:http请求的日志打印标记不正确
7+
8+
added:qr code parse and create
9+
added:network test
10+
modify:reply failed requestion now
11+
fixed:http request log flag is incorrent
12+
======================================================================================
113
XEngine_APIService V2.7.0.1001
214

315
增加:日志信息操作API相关函数

README.en.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ Support privatization deployment, free, safe, open source, controllable
3333
13. Administrative zip code
3434
14. Bank card verification
3535
15. Exchange rate calculation (planned)
36-
16. QR code generation and parse (planned)
36+
16. QR code generation and parse
3737
17. Simplified and Traditional Conversion
3838
18. Twenty-four solar terms (planned)
3939
19. Xinhua Dictionary
4040
20. Metering Conversion
41-
21. CDKey Creator
41+
21. network test
4242
22. Distributed lock
4343
23. short url creator(planned)
4444
24. local system time
@@ -64,7 +64,7 @@ MYSQL database version 8.0 or above is required. Create a table through CreateDa
6464
Modify the database configuration in XSQL in the configuration file to your
6565

6666
#### Windows
67-
need to vcpkg configure third-part env.refer vcpkg install guide.after installed and execution:vcpkg.exe install lua lua:x64-windows opencc opencc:x64-windows
67+
need to vcpkg configure third-part env.refer vcpkg install guide.after installed and execution:vcpkg.exe install lua lua:x64-windows opencc opencc:x64-windows opencv[contrib] libqrencode opencv[contrib]:x64-windows libqrencode:x64-windows
6868
use vs open and compile,suport windows 7sp1 and above
6969
Just Run it
7070

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ c c++ interface api service
3333
13. 行政邮编
3434
14. 银行卡验证
3535
15. 汇率计算(计划中)
36-
16. 二维码生成解析(计划中)
36+
16. 二维码生成解析
3737
17. 简繁转换
3838
18. 二十四节气(计划中)
3939
19. 新华词典
4040
20. 计量转换
41-
21. CDKey创建支持
41+
21. 网络测试
4242
22. 分布式锁API
4343
23. 短连接生成(计划中)
4444
24. 本地标准时间
@@ -64,12 +64,12 @@ macos执行:./XEngine_LINEnv.sh -i 3
6464
修改配置文件里面XSQL里面的数据库配置为你的
6565

6666
#### Windows
67-
需要vcpkg配置第三方环境,具体参考vcpkg安装方式,安装好后执行:vcpkg.exe install lua lua:x64-windows opencc opencc:x64-windows
67+
需要vcpkg配置第三方环境,具体参考vcpkg安装方式,安装好后执行:vcpkg.exe install lua lua:x64-windows opencc opencc:x64-windows opencv[contrib] libqrencode opencv[contrib]:x64-windows libqrencode:x64-windows
6868
使用VS打开并且编译,支持WINDOWS 7SP1以上系统
6969
直接运行即可
7070

7171
#### Linux
72-
ubuntu:sudo apt install liblua5.3-dev libopencc-dev
72+
ubuntu:sudo apt install liblua5.3-dev libopencc-dev libopencv-dev libopencv-contrib-dev libqrencode-dev
7373
centos:需要自己编译
7474
Linux使用Makefile编译,UBUNTU20.04 x64或者CENTOS8 x64
7575
在控制台运行

XEngine_Docment/Docment_en.docx

2.9 KB
Binary file not shown.

XEngine_Docment/Docment_zh.docx

2.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)