摘要: 20190401大量装置和零件 不要藤曼! 斯托颂谷地,卡尔文中士(58,67),接任务“让炸弹飞”-->你的命令,扑灭大火 阅读全文
posted @ 2019-03-25 06:41 天使冰王 阅读(884) 评论(0) 推荐(0) 编辑
摘要: std::mutex mymutex; std::lock_guard lock(mymutex); 阅读全文
posted @ 2018-11-20 15:48 天使冰王 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 1)我这里遇到了一个问题:【问题描述】 我经过了一下尝试:【思路细节】 不能得到解决,报错如下:【报错截图】 请问该怎么解决? 2)我不台理解【某个概念】离得【某个概念】,我得理解是这样的:【思路细节】, 这样对吗? 阅读全文
posted @ 2018-11-20 00:12 天使冰王 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-11-14 11:28 天使冰王 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 用VS2010编译C++项目时出现这样的错误: LNK1123: 转换到 COFF 期间失败: 文件无效或损坏 方案一:(这个方法比较好,在用qt运行时出现问题也能解决) 复制 C:\Windows\winsxs\x86_netfx-cvtres_for_vc_and_vb_b03f5f7f11d5 阅读全文
posted @ 2018-11-13 15:04 天使冰王 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 不废话,撸起袖子就是干。 阅读全文
posted @ 2018-06-13 22:45 天使冰王 阅读(1062) 评论(0) 推荐(0) 编辑
摘要: 无废话,撸起袖子就是,干! 阅读全文
posted @ 2018-06-13 08:38 天使冰王 阅读(701) 评论(0) 推荐(0) 编辑
摘要: 不废话,就WinMain主体: SDL_Window* window = NULL; SDL_Renderer* renderer = NULL; SDL_Event e; bool q = 0; int sdl = SDL_Init(SDL_INIT_EVERYTHING); if(0 <= sd 阅读全文
posted @ 2018-06-03 20:44 天使冰王 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 1)pip安装:https://pip.pypa.io/en/stable/installing/To install pip, securely download get-pip.py. [1]:curl https://bootstrap.pypa.io/get-pip.py -o get-pi 阅读全文
posted @ 2018-06-03 15:34 天使冰王 阅读(7521) 评论(0) 推荐(0) 编辑
摘要: 原文:https://docs.python.org/3/library/csv.html 进入python官网后,选择document,然后选择library reference。 读取: 写入: 阅读全文
posted @ 2018-06-03 08:29 天使冰王 阅读(187) 评论(0) 推荐(0) 编辑