std::string GetApplicationPath(); // 获取当前进程所在目录
const char *config_path = GetApplicationPath().append("config.ini").c_str();