01 2024 档案

摘要:参考链接: https://www.bilibili.com/video/BV1UL411W71w/?spm_id_from=333.999.0.0 重点:状态机->设置状态+应用状态 之前与之后的状态被称为上下文 3.2以后,使用核心渲染模式,难以理解,但自定义效果更好,效率更高 opengl跨平 阅读全文
posted @ 2024-01-31 16:51 小阮向阳 阅读(175) 评论(0) 推荐(0) 编辑
摘要:参考链接: https://blog.csdn.net/qq_38230414/article/details/127031320 一劳永逸法: 任选一个空文件夹,Git Bash Here,输入如下 git config --global init.defaultBranch main 阅读全文
posted @ 2024-01-30 16:13 小阮向阳 阅读(110) 评论(0) 推荐(0) 编辑
摘要:参考链接 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 小阮向阳 阅读(773) 评论(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 小阮向阳 阅读(111) 评论(0) 推荐(0) 编辑
摘要:查询提交日志,获取提交head git log 撤销commit到指定的版本,本地仓库中的文件恢复到之前提交版本,但本地文件夹中的文件不会恢复 git reset --soft xxxxxxxxxxxxxxxxxxx(想要恢复版本对应的ID) 重新提交 git add . git commit -m 阅读全文
posted @ 2024-01-19 18:41 小阮向阳 阅读(2) 评论(0) 推荐(0) 编辑
摘要:临时法: 参考 https://zhuanlan.zhihu.com/p/402378383 一劳永逸法: CTRL+ ,打开设置 搜索includePath 点击Add Item, 添加自己想要包含的头文件路径 阅读全文
posted @ 2024-01-19 11:34 小阮向阳 阅读(215) 评论(0) 推荐(0) 编辑
摘要:![image](https://img2024.cnblogs.com/blog/3309915/202401/3309915-20240112161836582-1101404643.png) 阅读全文
posted @ 2024-01-12 16:18 小阮向阳 阅读(27) 评论(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 小阮向阳 阅读(52) 评论(0) 推荐(0) 编辑

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