spd log日志
参考:https://www.cnblogs.com/oucsheep/p/8426548.html
github连接:https://github.com/gabime/spdlog
ini 配置文件
https://github.com/benhoyt/inih
ini文件需要编码为ANSI,否则无法读取。
json库使用
https://github.com/nlohmann/json
json文件不能有注释,除非使用其他的可以专门去注释的库,json语法本身不提供注释。