shitingbao

Results 2 issues of shitingbao

When the max num value, it will overflow example: ``` var m uint32 = 4294967295 log.Println(minRoundNumBy2(m)) ``` then, you will get 0

### What do you want to ask? 1. 前提设置 g.Log().SetFlags(glog.F_TIME_DATE | glog.F_TIME_TIME | glog.F_FILE_LONG) 2. 配置(数据库日志配置,代码打印配置,server配置) ```yml server: # Logging配置 logPath: "resource/log/server" # 日志文件存储目录路径,建议使用绝对路径。默认为空,表示关闭 logStdout: true # 日志是否输出到终端。默认为true errorStack: true...

question
inactive