摘要: 问题: 在TestFunc函数中int sum = 0;语句处设置断点欲查看array数组的所有元素内容,变量查看器中如何设置变量名? 1. Windows + VS2010 array,200 2. Linux + QtCreator 3.3.0 (int[200])array 阅读全文
posted @ 2018-03-21 09:53 Abraham_Xu 阅读(455) 评论(0) 推荐(0) 编辑
摘要: 查询并排序db.getCollection('working_history').find({"identification" : "76170178"}).sort({"pick_time":-1}) 多条件查询db.getCollection('working_history').find({" 阅读全文
posted @ 2018-03-21 09:43 Abraham_Xu 阅读(1252) 评论(0) 推荐(0) 编辑
摘要: 常用 git status 跟踪状态git commit -m "xxx" yyy.cppgit pull git pushgit mergetool --tool=meld 合并工具 版本 git log 查看版本日志 git reflog 查看命令日志 可用于回退后再返回git log中已经消失 阅读全文
posted @ 2018-03-21 09:40 Abraham_Xu 阅读(316) 评论(0) 推荐(1) 编辑