Finish the mirror feature. Finish the prototype of zip compress.

This commit is contained in:
zicla
2019-04-28 22:18:42 +08:00
parent a4f28cca30
commit 6e0078e1d8
25 changed files with 800 additions and 128 deletions

View File

@ -107,8 +107,8 @@ func (this *TankConfig) Init() {
stream.WriteString(t.Local().Format("2006-01-02 15:04:05"))
}, nil)
//默认从6010端口启动
this.serverPort = 6010
//默认从core.DEFAULT_SERVER_PORT端口启动
this.serverPort = core.DEFAULT_SERVER_PORT
this.ReadFromConfigFile()