摘要: VIM SNIPPET Universal Markdown Java C ## CPP Universal Trigger Explosion date YYYY-MM-DD ddate MM DD,YYYY diso ISO format datetime todo todo uuid rand 阅读全文
posted @ 2021-08-26 09:30 司空亦墨 阅读(199) 评论(0) 推荐(0) 编辑
摘要: VIM Extended Functions 1. Table mode <prefix> + tm Toggle table mode enable/disable (:TableModeToggle) <prefix> + tr Align table (:TableModeRealign) < 阅读全文
posted @ 2021-08-26 09:14 司空亦墨 阅读(75) 评论(0) 推荐(0) 编辑
摘要: Inert a shell command output :[n]r! command insert at nth line :r! command insert at current line Session mksession Oldfiles :browse oldfiles 光標垂直移動與定 阅读全文
posted @ 2021-08-26 09:12 司空亦墨 阅读(69) 评论(0) 推荐(0) 编辑
摘要: GDB GNU Debugger Start File Run Inspect Start gdb program gdb program core_name File file file_name core core_name exec executable_name symbol symbol_ 阅读全文
posted @ 2021-08-26 09:11 司空亦墨 阅读(51) 评论(0) 推荐(0) 编辑
摘要: Cmake Parameter cmake 编译选项之修改CFLAGS和CXXFLAGS 全局编译 修改CmakeLists.txt,添加 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O0 -g") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FL 阅读全文
posted @ 2021-08-26 09:10 司空亦墨 阅读(5429) 评论(0) 推荐(0) 编辑
摘要: Reference Bazel is an open-source build and test tool similar to Make, Maven, and Gradle. It uses a human-readable, high-level build language. Bazel s 阅读全文
posted @ 2021-08-26 09:08 司空亦墨 阅读(140) 评论(0) 推荐(0) 编辑