摘要: title: "conversion-operator" date: 2023-08-14T16:05:25+08:00 tags: ["C++"] categories: [] draft: false toc: true 参考文档 user-defined conversion function 阅读全文
posted @ 2024-04-17 15:31 devin1024 阅读(26) 评论(0) 推荐(0)
摘要: title: "Notepad++替换" date: 2023-06-18T14:05:25+08:00 tags: ["工具"] categories: [] draft: false toc: true \1表示匹配的第一组括号 阅读全文
posted @ 2024-01-20 19:29 devin1024 阅读(25) 评论(0) 推荐(0)
摘要: title: "VimScript笔记" date: 2024-01-17T15:05:25+08:00 tags: ["Vim"] categories: [] draft: false toc: true VimScript 五分钟入门(翻译) - 知乎 Vimscript 高级折叠_w3csc 阅读全文
posted @ 2024-01-20 17:58 devin1024 阅读(162) 评论(0) 推荐(0)
摘要: title: "coredump配置" date: 2023-06-18T14:05:25+08:00 tags: ["编译调试"] categories: [] draft: false toc: true ulimit -c unlimited echo "1" > /proc/sys/kern 阅读全文
posted @ 2024-01-20 17:49 devin1024 阅读(22) 评论(0) 推荐(0)
摘要: title: "clang-format配置教程" date: 2023-08-29T16:05:25+08:00 tags: ["Clang"] categories: [] draft: false toc: true 配置clang-format Qt Creator使用clang-forma 阅读全文
posted @ 2023-08-29 23:23 devin1024 阅读(906) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2023-08-24 17:37 devin1024 阅读(223) 评论(1) 推荐(0)
摘要: 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 阅读全文
posted @ 2023-08-15 14:44 devin1024 阅读(18) 评论(0) 推荐(0)
摘要: title: "nvim配置教程" date: 2023-08-16T16:05:25+08:00 tags: ["Vim"] categories: [] draft: false toc: true 1.安装NerdFont字体 ryanoasis/nerd-fonts: Iconic font 阅读全文
posted @ 2023-08-14 17:51 devin1024 阅读(810) 评论(0) 推荐(0)
摘要: title: "自建RSS服务" date: 2023-08-08T16:05:25+08:00 tags: ["RSS"] categories: [] draft: false toc: true 我的 RSS 最佳实践 1.部署Fresh RSS 笔记|Docker 快速搭建 FreshRSS 阅读全文
posted @ 2023-08-08 22:14 devin1024 阅读(174) 评论(0) 推荐(0)
摘要: title: "frp内网穿透配置教程" date: 2023-08-04T16:05:25+08:00 tags: ["Linux运维", "frp"] categories: [] draft: false toc: true 重要资料 fatedier/frp - github 官方文档 | 阅读全文
posted @ 2023-08-04 07:24 devin1024 阅读(928) 评论(0) 推荐(0)