摘要:
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 阅读全文
摘要:
VIM Extended Functions 1. Table mode <prefix> + tm Toggle table mode enable/disable (:TableModeToggle) <prefix> + tr Align table (:TableModeRealign) < 阅读全文
摘要:
Inert a shell command output :[n]r! command insert at nth line :r! command insert at current line Session mksession Oldfiles :browse oldfiles 光標垂直移動與定 阅读全文
摘要:
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_ 阅读全文
摘要:
Cmake Parameter cmake 编译选项之修改CFLAGS和CXXFLAGS 全局编译 修改CmakeLists.txt,添加 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O0 -g") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FL 阅读全文
摘要:
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 阅读全文