Skip to content

Commit

Permalink
update docment
Browse files Browse the repository at this point in the history
  • Loading branch information
xengine-qyt committed Aug 3, 2021
1 parent f443778 commit bfa5a5e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ support system above windows 7sp1 and linux(ubuntu20.04,centos8)
XEngine need V7.17 or above

#### Windows
Just Run it.
Just Run it.,use XEngine_AuthorizeApp


#### Linux
Run it on the terminal
Run it on the terminal,use XEngine_AuthorizeService

## complie

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ c c++network Authorize service
XEngine版本需要V7.17或者以上版本

#### Windows
直接运行即可.
直接运行即可,使用XEngine_AuthorizeApp


#### Linux
在控制台运行
在控制台运行,使用XEngine_AuthorizeService

## 编译

Expand Down
Binary file modified XEngine_Docment/Docment_en.docx
Binary file not shown.
Binary file modified XEngine_Docment/Docment_zh.docx
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ int main(int argc, char** argv)
ManagePool_Thread_NQCreate(&xhPool, &ppSt_ListThread, st_AuthConfig.nThreads);
XLOG_PRINT(xhLog, XENGINE_HELPCOMPONENTS_XLOG_IN_LOGLEVEL_INFO, _T("启动服务中,启动线程池成功,线程个数:%d"), st_AuthConfig.nThreads);

XLOG_PRINT(xhLog, XENGINE_HELPCOMPONENTS_XLOG_IN_LOGLEVEL_INFO, _T("所有服务成功启动,网络验证服务运行中,当前运行版本:2.1.0.1001。。。"));
XLOG_PRINT(xhLog, XENGINE_HELPCOMPONENTS_XLOG_IN_LOGLEVEL_INFO, _T("所有服务成功启动,网络验证服务运行中,当前运行版本:2.2.0.1001。。。"));
while (bIsRun)
{
std::this_thread::sleep_for(std::chrono::seconds(1));
Expand Down

0 comments on commit bfa5a5e

Please sign in to comment.