摘要: 参考链接 https://blog.csdn.net/qq_22533607/article/details/79792083 http://t.csdnimg.cn/T8II5 http://t.csdnimg.cn/JP8k7 基础准备:vs中配置qt插件(略) 关键步骤: 创建Qt Widge 阅读全文
posted @ 2024-01-30 16:01 小阮向阳 阅读(617) 评论(0) 推荐(0) 编辑
摘要: 参考链接:https://blog.csdn.net/lipenghui0804/article/details/112012514 下载Doxygen Documentation Generator setting.json中添加如下代码 "C_Cpp.doxygen.generatedStyle 阅读全文
posted @ 2024-01-29 16:18 小阮向阳 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 查询提交日志,获取提交head git log 撤销commit到指定的版本,本地仓库中的文件恢复到之前提交版本,但本地文件夹中的文件不会恢复 git reset --soft xxxxxxxxxxxxxxxxxxx(想要恢复版本对应的ID) 重新提交 git add . git commit -m 阅读全文
posted @ 2024-01-19 18:41 小阮向阳 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 临时法: 参考 https://zhuanlan.zhihu.com/p/402378383 一劳永逸法: CTRL+ ,打开设置 搜索includePath 点击Add Item, 添加自己想要包含的头文件路径 阅读全文
posted @ 2024-01-19 11:34 小阮向阳 阅读(191) 评论(0) 推荐(0) 编辑
摘要: ![image](https://img2024.cnblogs.com/blog/3309915/202401/3309915-20240112161836582-1101404643.png) 阅读全文
posted @ 2024-01-12 16:18 小阮向阳 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 参考链接: https://www.bilibili.com/video/BV188411L7d2/?share_source=copy_web&vd_source=bd15a1a686c20b376f6b2d1744c665ee https://blog.csdn.net/ssz__/articl 阅读全文
posted @ 2024-01-05 10:08 小阮向阳 阅读(42) 评论(0) 推荐(0) 编辑
摘要: VS适宜配置: 不使用小番茄 不修改文本颜色 修改字体:工具->选项->环境->字体和颜色 修改换行习惯:工具->选项->文本编辑器->C/C++->代码样式->格式设置->新行(可具体配置所有内容) 修改智能提示默认不选中:工具->选项->文本编辑器->C/C++->高级->主动提交成员列表(设置 阅读全文
posted @ 2023-12-06 13:22 小阮向阳 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 目的:使vs在使用opencv库或Qt插件时,将基本属性放在默认路径下,当前项目所需要特殊属性放在当前工程中,实现基本属性的通用与特殊属性的定制也方便工程中的同类功能的属性表移植. 1 vs+opencv基本属性配置 准备工作:opencv在系统环境变量中的配置完毕 1.1 创建属性列表 VS默认属 阅读全文
posted @ 2023-12-05 22:04 小阮向阳 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 参考链接: https://blog.csdn.net/qq_35333978/article/details/113702970 重映射.reg Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentContr 阅读全文
posted @ 2023-11-23 11:06 小阮向阳 阅读(39) 评论(0) 推荐(0) 编辑
摘要: 【File】-【Import...】-【Eclipse workspace or zip file】-【next】-【Browse】-【Finish】 阅读全文
posted @ 2023-11-07 21:16 小阮向阳 阅读(1019) 评论(0) 推荐(1) 编辑