会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
bluedream1000
博客园
首页
新随笔
联系
管理
订阅
2020年9月29日
conda
摘要: conda config --set auto_activate_base false
阅读全文
posted @ 2020-09-29 16:07 bluedream1000
阅读(77)
评论(0)
推荐(0)
编辑
jsoncpp 中文字符串被转为 \u uf8的解决办法
摘要: 最早的时候jsoncpp不是这样的。 Json::Value root; root["name"] = "你的名字"; //Chinese, and use utf8 Json::FastWriter fwriter; std::string retStr = fwriter.write(root)
阅读全文
posted @ 2020-09-29 15:44 bluedream1000
阅读(879)
评论(0)
推荐(0)
编辑
公告