摘要:
# Tool-Static Analyzers-C++ ## C++ Code Style ### Google styleguide >https://google.github.io/styleguide/ 包含cpplint #### Google styleguide cppguide >h 阅读全文
摘要:
# Tool-CMake-vscode-cmake-tools microsoft/vscode-cmake-tools >https://github.com/microsoft/vscode-cmake-tools/blob/HEAD/docs/cmake-settings.md # Confi 阅读全文
摘要:
# OS-Ubuntu 主机掉电后再开机不进系统 原因:var/log下有log文件占满磁盘。 ## Steps 1. 界面显示:`booting insecure code` 2. 按一次`Esc` 3. 使用Grub的菜单,进Rrecovery Mode,使用root,进入系统删除var/log 阅读全文
摘要:
# C++-double free or corruption(fasttop) 出现double free or corruption(fasttop) 检查: 1. delete,是否有重复delete 2. 隐式的复制构造函数导致析构次数增加 3. 全局变量,项目代码合并时,不同的共享库中出现 阅读全文
摘要:
# OS-双系统-Windows+Ubuntu 在已有的Windows10上安装Ubuntu。 ## Ubuntu Image >https://ubuntu.com/download Ubuntu 22.04.2 LTS ubuntu-22.04.2-desktop-amd64.iso ## Ub 阅读全文