ArthurSun1

Results 2 issues of ArthurSun1

system/exec_command.py: def dismap_cms(cmd): b = os.popen(cmd) msg = b.buffer.read().decode('utf-8') return msg controller/controller.py: 第68行 file = open(f'{path}/output.txt','r',encoding="utf-8")

Hello, when I was looking at the project source code file, I found these comments in the src/Cedar/Server.h file. #define SERVER_DEF_PORTS_INCLIENT_1 995 #define SERVER_DEF_PORTS_INCLIENT_2 465 #define SERVER_DEF_PORTS_INCLIENT_3 9008 // for...