04 2024 档案

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