11 2022 档案

摘要:int count = bVal["BOX"].size(); if (bVal["BOX"].isArray()) { board->m_box = CBox(bVal["BOX"][0].asFloat(), bVal["BOX"][1].asFloat(), bVal["BOX"][2].as 阅读全文
posted @ 2022-11-10 16:17 曦花 阅读(19) 评论(0) 推荐(0) 编辑
摘要://浮点数精确到2位 FLOAT width = 2.563; width = int(width*100+0.5)/100.0f; //浮点数精确到2位 FLOAT width = 2.5654; CString strItem=L""; strItem.Format(L"%.2f",width) 阅读全文
posted @ 2022-11-10 09:22 曦花 阅读(39) 评论(0) 推荐(0) 编辑
摘要:1、打开vim编辑器,此时处于正常模式,输入 i 进入编辑模式 2、点 ESC 回到普通模式 3、普通模式下输入命令::w 保存人家但不退出vi :wq 保存退出vi :wq! 强制保存退出vi 参考https://wenku.baidu.com/view/e7cc7787b3717fd5360cb 阅读全文
posted @ 2022-11-03 15:02 曦花 阅读(237) 评论(0) 推荐(0) 编辑
摘要:vector<int> pts; for (int i=0; i< pts.size()-1; i++) { int a= pts[i]; a++; } 这里会崩溃。 vector subscript out of range 因为 pts.size()是unsigned类型,unsigned的0减 阅读全文
posted @ 2022-11-02 16:22 曦花 阅读(14) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/XiHua/p/14734780.html https://learn.microsoft.com/zh-cn/windows/win32/wininet/wininet-errors?redirectedfrom=MSDN 微软Http错误Code解 阅读全文
posted @ 2022-11-02 14:29 曦花 阅读(52) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示