8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
过年了,无聊,在本地运行了下,感觉还行。送上编译步骤 这个框架是多服务器的, ServerCenter.exe ServerGate.exe ServerLogin.exe ServerTable.exe ChildGameServer -Game_ddz_server.exe -扩展子游戏.exe 编译方式为 分别cd到各自的main.go目录中,go build 就可以生成对应的 .exe 文件 生成exe后,启动命令为 ./ServerCenter.exe ../doc/conf_file_example/server_center
如果是在goland中debug运行的话,只能修改代码启动参数了,将 ../doc/conf_file_example/server_center 添加到 os.args 中就可以了 我的仓库地址:https://gitee.com/qiaoshuai2566
The text was updated successfully, but these errors were encountered:
No branches or pull requests
过年了,无聊,在本地运行了下,感觉还行。送上编译步骤
这个框架是多服务器的,
ServerCenter.exe
ServerGate.exe
ServerLogin.exe
ServerTable.exe
ChildGameServer
-Game_ddz_server.exe
-扩展子游戏.exe
编译方式为
分别cd到各自的main.go目录中,go build 就可以生成对应的 .exe 文件
生成exe后,启动命令为
./ServerCenter.exe ../doc/conf_file_example/server_center
如果是在goland中debug运行的话,只能修改代码启动参数了,将 ../doc/conf_file_example/server_center
添加到 os.args 中就可以了
我的仓库地址:https://gitee.com/qiaoshuai2566
The text was updated successfully, but these errors were encountered: