You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.en.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ As long as the repository is not in suspended state, we will maintain and develo
7
7
c c++ 接口服务器
8
8
c c++ interface api service
9
9
This is an api interface for information query service,At present, the information search service on the market need to charge, and our information search service is free and open source.
10
+
Not only is it a query service, but it can also provide functions such as machine management and process deamon.
10
11
This service mainly uses HTTP/V1.1 to implement various interface services
11
12
This is a general information query service that does not contain any language attributes
12
13
You can use this code to implement your own information query service, which supports querying any information
@@ -48,6 +49,7 @@ Support privatization deployment, free, safe, open source, controllable
48
49
28. Sensitive word detection
49
50
29. remote control(back management)
50
51
30. Image Process
52
+
31. process deamon
51
53
52
54
## install
53
55
@@ -67,7 +69,7 @@ MYSQL database version 8.0 or above is required. Create a table through CreateDa
67
69
Modify the database configuration in XSQL in the configuration file to your
68
70
69
71
#### Windows
70
-
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
72
+
need to vcpkg configure third-part env.refer vcpkg install guide.after installed and execution:vcpkg.exe install lua:x84-windows lua:x64-windows opencc:x84-windows opencc:x64-windows opencv[contrib]:x84-windows libqrencode:x84-windows opencv[contrib]:x64-windows libqrencode:x64-windows
71
73
use vs open and compile,suport windows 7sp1 and above
0 commit comments