摘要:
title: "conversion-operator" date: 2023-08-14T16:05:25+08:00 tags: ["C++"] categories: [] draft: false toc: true 参考文档 user-defined conversion function 阅读全文
摘要:
title: "Notepad++替换" date: 2023-06-18T14:05:25+08:00 tags: ["工具"] categories: [] draft: false toc: true \1表示匹配的第一组括号 阅读全文
摘要:
title: "VimScript笔记" date: 2024-01-17T15:05:25+08:00 tags: ["Vim"] categories: [] draft: false toc: true VimScript 五分钟入门(翻译) - 知乎 Vimscript 高级折叠_w3csc 阅读全文
摘要:
title: "coredump配置" date: 2023-06-18T14:05:25+08:00 tags: ["编译调试"] categories: [] draft: false toc: true ulimit -c unlimited echo "1" > /proc/sys/kern 阅读全文
摘要:
title: "C++模板例子" date: 2023-11-02T01:05:25+08:00 tags: ["C++"] categories: [] draft: false toc: true #include <vector> #include <type_traits> using na 阅读全文
摘要:
title: "clang-format配置教程" date: 2023-08-29T16:05:25+08:00 tags: ["Clang"] categories: [] draft: false toc: true 配置clang-format Qt Creator使用clang-forma 阅读全文
摘要:
title: "vim配置教程" date: 2023-08-25T16:05:25+08:00 tags: ["Vim"] categories: [] draft: false toc: true 编译vim9 vim/vim: The official Vim repository ./con 阅读全文
摘要:
title: "指向成员函数的指针" date: 2023-08-15T14:05:25+08:00 tags: ["C++"] categories: [] draft: false toc: true c++ - How do I typedef a function pointer with 阅读全文
摘要:
title: "nvim配置教程" date: 2023-08-16T16:05:25+08:00 tags: ["Vim"] categories: [] draft: false toc: true 1.安装NerdFont字体 ryanoasis/nerd-fonts: Iconic font 阅读全文