摘要: 安装 # root 下进行 # 新建用户 sudo adduser \ --system \ --shell /bin/bash \ --gecos 'Git Version Control' \ --group \ --disabled-password \ --home /home/git \ 阅读全文
posted @ 2025-01-17 22:35 ReRound 阅读(315) 评论(0) 推荐(0)
摘要: 如何干掉QtCreator中莫名其妙的的issue提示? 菜单栏:帮助–>关于插件–>C+±->ClangCodeModel的勾去掉即可 重启qtcreator 参考:https://blog.csdn.net/chendongpu/article/details/123890249 阅读全文
posted @ 2025-01-17 17:25 ReRound 阅读(17) 评论(0) 推荐(0)
摘要: .clang-format 文件模板 VS 使用时放到项目路径就行 { BasedOnStyle: Google, AccessModifierOffset: -2, AlignAfterOpenBracket: Align, AlignConsecutiveAssignments: true, A 阅读全文
posted @ 2025-01-17 16:39 ReRound 阅读(33) 评论(0) 推荐(0)