摘要:
读了这个文章,决定做个总结 decltype is given two entirely different purposes that are related enough to be confusing and lead to bad typos Every expression in C++ 阅读全文
摘要:
I will talk about how to access best practice when developing a c++ project here. I myself is not an expert in it so this is gonna be a record rather 阅读全文
摘要:
可能出现的问题 wsl --set-default-version 2 之后启动ubuntu.exe出现bug bug: Installing, this may take a few minutes... WslRegisterDistribution failed with error: 0x8 阅读全文
摘要:
download from gcc's ftp webpage # install some prerequisites. Note that a usable gcc is in build-essential. sudo apt install build-essential libmpfr-d 阅读全文
摘要:
LazyVim的安装和使用 Pre Install 安装一个Nerd font unzip ~/TOOL/xxx.zip -d ~/.local/share/fonts/ fc-cache -fv 安装一个node.js cd ~/TOOL unzip node-xxx.zip 安装neovim p 阅读全文