04 2024 档案
摘要:关注的博客 王垠的博客 catcoding laruence 编程语言 Crafting “Crafting Interpreters” 在线学习网站 rust在线练习
阅读全文
摘要:error: could not amend shell profile: '/Users//.profile': could not write rcfile file: '/Users//.profile': Permission denied (os error 13) error: coul
阅读全文
摘要:visual studio code安装 vim 插件后不能响应长按,比如按下 j 键,光标不能持续向下。 Mac系统的问题,在终端中输入下面命令即可: defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false
阅读全文
摘要:capslock -> ctrl // system key change inoremap jj <Esc> // esc config to jk let mapleader = " " // leader to space Verbs d: delete c: change y: yank (
阅读全文
摘要:qglobal.h __cplusplus //判断是否是c++编译器 include <type_traits> // [https://learn.microsoft.com/zh-cn/cpp/standard-library/type-traits?view=msvc-170] includ
阅读全文