diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 1ffaf14..7414430 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -250,6 +250,10 @@ }, "active": "e7a7b303c61786dc", "lastOpenFiles": [ + "YueQian/相关网站.md", + "BlogWebsite/Article/Obsidian使用飞牛WebDAV实现多端同步.md", + "BlogWebsite/Article/docker的容器和镜像的删除操作.md", + "BlogWebsite/Article/Debian从零开始使用pnpm部署项目.md", "obsidian-pkmer.zip", "obsidian-i18n-master.zip", "Obsidian-1.11.4.exe", @@ -260,7 +264,6 @@ "obsidian-i18n-master/translation/dict/zotlit/zh-cn/1.1.9.json", "obsidian-i18n-master/translation/dict/zotlit/zh-cn", "obsidian-i18n-master/translation/dict/zotlit", - "obsidian-i18n-master/translation/dict/zettelflow/zh-cn/2.7.0.json", "obsidian-i18n-master/images/编辑按钮.png", "obsidian-i18n-master/images/内置编辑器.png", "obsidian-i18n-master/images/云端文件模式.png", @@ -292,9 +295,6 @@ "Collection/YoudaoyunNotes/01Linux基础/00-简介.md", "Template/Diary.md", "Template/AutoAdd.md", - "YueQian/相关网站.md", - "BlogWebsite/Article/Obsidian使用飞牛WebDAV实现多端同步.md", - "BlogWebsite/Article/飞牛搭配mtphotos使用passnet内网穿透服务优雅快速的分享照片访问.md", - "Collection/配置备忘/openclash配置.md" + "BlogWebsite/Article/飞牛搭配mtphotos使用passnet内网穿透服务优雅快速的分享照片访问.md" ] } \ No newline at end of file diff --git a/Collection/YoudaoyunNotes/02C语言/attachments/WEBRESOURCE224e5f8aa53ceb5fc88f45d79932378a内存管理测试题.docx b/Collection/YoudaoyunNotes/02C语言/attachments/WEBRESOURCE224e5f8aa53ceb5fc88f45d79932378a内存管理测试题.docx deleted file mode 100644 index 557fab0..0000000 Binary files a/Collection/YoudaoyunNotes/02C语言/attachments/WEBRESOURCE224e5f8aa53ceb5fc88f45d79932378a内存管理测试题.docx and /dev/null differ diff --git a/Collection/YoudaoyunNotes/02C语言/attachments/WEBRESOURCE40a76a7d230733292ec04717f3f6f254编程规范.pdf b/Collection/YoudaoyunNotes/02C语言/attachments/WEBRESOURCE40a76a7d230733292ec04717f3f6f254编程规范.pdf deleted file mode 100644 index f548a40..0000000 Binary files a/Collection/YoudaoyunNotes/02C语言/attachments/WEBRESOURCE40a76a7d230733292ec04717f3f6f254编程规范.pdf and /dev/null differ diff --git a/Collection/YoudaoyunNotes/02C语言/attachments/WEBRESOURCE757c8acbaa371ecec8cc55fab8756448运算符测试.docx b/Collection/YoudaoyunNotes/02C语言/attachments/WEBRESOURCE757c8acbaa371ecec8cc55fab8756448运算符测试.docx deleted file mode 100644 index 98326fa..0000000 Binary files a/Collection/YoudaoyunNotes/02C语言/attachments/WEBRESOURCE757c8acbaa371ecec8cc55fab8756448运算符测试.docx and /dev/null differ diff --git a/Collection/YoudaoyunNotes/02C语言/attachments/WEBRESOURCEbbcc325c1c1c565fa7dbe4f13a3f2f9d运算符1.docx b/Collection/YoudaoyunNotes/02C语言/attachments/WEBRESOURCEbbcc325c1c1c565fa7dbe4f13a3f2f9d运算符1.docx deleted file mode 100644 index 8b447f6..0000000 Binary files a/Collection/YoudaoyunNotes/02C语言/attachments/WEBRESOURCEbbcc325c1c1c565fa7dbe4f13a3f2f9d运算符1.docx and /dev/null differ diff --git a/Collection/YoudaoyunNotes/02C语言/attachments/WEBRESOURCEc2ef36702a6ecf7e2169723a2d147b08结构体测试题.docx b/Collection/YoudaoyunNotes/02C语言/attachments/WEBRESOURCEc2ef36702a6ecf7e2169723a2d147b08结构体测试题.docx deleted file mode 100644 index effe57c..0000000 Binary files a/Collection/YoudaoyunNotes/02C语言/attachments/WEBRESOURCEc2ef36702a6ecf7e2169723a2d147b08结构体测试题.docx and /dev/null differ diff --git a/Collection/YoudaoyunNotes/02C语言/attachments/WEBRESOURCEf8f411dd54c53da227a89fc7031bb0c7terminal_colors.h b/Collection/YoudaoyunNotes/02C语言/attachments/WEBRESOURCEf8f411dd54c53da227a89fc7031bb0c7terminal_colors.h deleted file mode 100644 index 7a1b448..0000000 --- a/Collection/YoudaoyunNotes/02C语言/attachments/WEBRESOURCEf8f411dd54c53da227a89fc7031bb0c7terminal_colors.h +++ /dev/null @@ -1,115 +0,0 @@ -// terminal_colors.h -/** - * @file terminal_colors.h - * @brief ANSI终端颜色和字体样式控制宏定义 - * @author 李林峰 - * @date 2025-07-22 - * @version 1.0 - * - * 本文件提供了一套完整的ANSI转义码宏定义,用于控制终端文本的颜色、 - * 背景色和字体样式。支持标准16色、256色模式下的颜色定义, - * 以及各种字体样式(加粗、斜体、下划线等)。 - * - * 使用说明: - * 1. 包含本头文件:#include "terminal_colors.h" - * 2. 使用预定义的宏组合颜色和样式 - * 3. 每条彩色输出后应使用RESET宏重置终端属性 - * 4. 推荐使用PRINT_COLOR系列宏,它们会自动处理RESET - * - * 示例: - * printf(RED "红色文本" RESET "\n"); - * PRINT_COLOR(BOLD BLUE BG_WHITE, "加粗蓝色文本白色背景"); - * PRINT_ERROR("错误消息"); - */ - -#ifndef TERMINAL_COLORS_H -#define TERMINAL_COLORS_H - -// ==================== 基本控制宏 ==================== -#define RESET "\033[0m" // 重置所有属性 - -// ==================== 常规颜色 ==================== -#define BLACK "\033[30m" -#define RED "\033[31m" -#define GREEN "\033[32m" -#define YELLOW "\033[33m" -#define BLUE "\033[34m" -#define MAGENTA "\033[35m" -#define CYAN "\033[36m" -#define WHITE "\033[37m" - -// ==================== 亮色 ==================== -#define BRIGHT_BLACK "\033[90m" -#define BRIGHT_RED "\033[91m" -#define BRIGHT_GREEN "\033[92m" -#define BRIGHT_YELLOW "\033[93m" -#define BRIGHT_BLUE "\033[94m" -#define BRIGHT_MAGENTA "\033[95m" -#define BRIGHT_CYAN "\033[96m" -#define BRIGHT_WHITE "\033[97m" - -// ==================== 背景色 ==================== -#define BG_BLACK "\033[40m" -#define BG_RED "\033[41m" -#define BG_GREEN "\033[42m" -#define BG_YELLOW "\033[43m" -#define BG_BLUE "\033[44m" -#define BG_MAGENTA "\033[45m" -#define BG_CYAN "\033[46m" -#define BG_WHITE "\033[47m" - -// ==================== 亮背景色 ==================== -#define BG_BRIGHT_BLACK "\033[100m" -#define BG_BRIGHT_RED "\033[101m" -#define BG_BRIGHT_GREEN "\033[102m" -#define BG_BRIGHT_YELLOW "\033[103m" -#define BG_BRIGHT_BLUE "\033[104m" -#define BG_BRIGHT_MAGENTA "\033[105m" -#define BG_BRIGHT_CYAN "\033[106m" -#define BG_BRIGHT_WHITE "\033[107m" - -// ==================== 字体样式 ==================== -#define BOLD "\033[1m" // 加粗/高亮 -#define DIM "\033[2m" // 暗淡 -#define ITALIC "\033[3m" // 斜体 -#define UNDERLINE "\033[4m" // 下划线 -#define BLINK "\033[5m" // 闪烁 -#define REVERSE "\033[7m" // 反显 -#define HIDDEN "\033[8m" // 隐藏 -#define STRIKETHROUGH "\033[9m" // 删除线 - -// ==================== 组合宏 ==================== -#define ERROR_COLOR BOLD RED -#define WARNING_COLOR BOLD YELLOW -#define SUCCESS_COLOR BOLD GREEN -#define INFO_COLOR BOLD BLUE -#define DEBUG_COLOR BOLD CYAN - -#define ERROR_BG BOLD RED BG_WHITE -#define WARNING_BG BOLD YELLOW BG_BLACK -#define SUCCESS_BG BOLD GREEN BG_BLACK -#define INFO_BG BOLD BLUE BG_BLACK - -// ==================== 打印宏 ==================== -/** - * @brief 打印带颜色的消息(自动换行和重置) - * @param color 颜色/样式组合宏 - * @param msg 要打印的消息 - */ -#define PRINT_COLOR(color, msg) printf("%s%s" RESET "\n", color, msg) - -/** - * @brief 打印带颜色的消息(不换行,自动重置) - * @param color 颜色/样式组合宏 - * @param msg 要打印的消息 - */ -#define PRINT_COLOR_NR(color, msg) printf("%s%s" RESET, color, msg) - -// ==================== 常用消息快捷方式 ==================== -#define PRINT_ERROR(msg) PRINT_COLOR(ERROR_COLOR, msg) -#define PRINT_WARNING(msg) PRINT_COLOR(WARNING_COLOR, msg) -#define PRINT_SUCCESS(msg) PRINT_COLOR(SUCCESS_COLOR, msg) -#define PRINT_INFO(msg) PRINT_COLOR(INFO_COLOR, msg) -#define PRINT_DEBUG(msg) PRINT_COLOR(DEBUG_COLOR, msg) - -#endif // TERMINAL_COLORS_H \ No newline at end of file diff --git a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE024f291ce6ddbfc8e43e98913881be10image.png b/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE024f291ce6ddbfc8e43e98913881be10image.png deleted file mode 100644 index 01e4c6e..0000000 Binary files a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE024f291ce6ddbfc8e43e98913881be10image.png and /dev/null differ diff --git a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE0486404994804c5fb05039cff405656astickPicture.png b/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE0486404994804c5fb05039cff405656astickPicture.png deleted file mode 100644 index 0c622a3..0000000 Binary files a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE0486404994804c5fb05039cff405656astickPicture.png and /dev/null differ diff --git a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE048d46d9bb04ceb46b8fe1f3cc419d92image.png b/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE048d46d9bb04ceb46b8fe1f3cc419d92image.png deleted file mode 100644 index 1ba1d7b..0000000 Binary files a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE048d46d9bb04ceb46b8fe1f3cc419d92image.png and /dev/null differ diff --git a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE059f0c15158165303fc0fc990a90a445image.png b/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE059f0c15158165303fc0fc990a90a445image.png deleted file mode 100644 index b6fbdf3..0000000 Binary files a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE059f0c15158165303fc0fc990a90a445image.png and /dev/null differ diff --git a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE167c2f360443ad063a8c62e5be84ad85image.png b/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE167c2f360443ad063a8c62e5be84ad85image.png deleted file mode 100644 index e3c48dc..0000000 Binary files a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE167c2f360443ad063a8c62e5be84ad85image.png and /dev/null differ diff --git a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE1ec0d881c347298235a88359695ad942image.png b/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE1ec0d881c347298235a88359695ad942image.png deleted file mode 100644 index a711491..0000000 Binary files a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE1ec0d881c347298235a88359695ad942image.png and /dev/null differ diff --git a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE4684b7496c77366547f869ae2b65b6d7image.png b/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE4684b7496c77366547f869ae2b65b6d7image.png deleted file mode 100644 index dc75238..0000000 Binary files a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE4684b7496c77366547f869ae2b65b6d7image.png and /dev/null differ diff --git a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE4bb07092451ff2e2b923c57cb023415dimage.png b/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE4bb07092451ff2e2b923c57cb023415dimage.png deleted file mode 100644 index 92aa6f6..0000000 Binary files a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE4bb07092451ff2e2b923c57cb023415dimage.png and /dev/null differ diff --git a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE57ae4c50fdbe52495c1fec865fb6c5fbimage.png b/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE57ae4c50fdbe52495c1fec865fb6c5fbimage.png deleted file mode 100644 index 4eb2aa3..0000000 Binary files a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE57ae4c50fdbe52495c1fec865fb6c5fbimage.png and /dev/null differ diff --git a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE598297eb23f470b37d35d6d3f1451fe9image.png b/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE598297eb23f470b37d35d6d3f1451fe9image.png deleted file mode 100644 index 2c67a12..0000000 Binary files a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE598297eb23f470b37d35d6d3f1451fe9image.png and /dev/null differ diff --git a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE77cefa9018a70540104090158d8390b0stickPicture.png b/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE77cefa9018a70540104090158d8390b0stickPicture.png deleted file mode 100644 index a2221c4..0000000 Binary files a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE77cefa9018a70540104090158d8390b0stickPicture.png and /dev/null differ diff --git a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE79d40806b934939775f7460001a79cbbimage.png b/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE79d40806b934939775f7460001a79cbbimage.png deleted file mode 100644 index cf46927..0000000 Binary files a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE79d40806b934939775f7460001a79cbbimage.png and /dev/null differ diff --git a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE809cda2ce0aa92b5b344707c1d4a3629image.png b/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE809cda2ce0aa92b5b344707c1d4a3629image.png deleted file mode 100644 index b463972..0000000 Binary files a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE809cda2ce0aa92b5b344707c1d4a3629image.png and /dev/null differ diff --git a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCEb4c06b079d7fe90fbd6ea378458623dcimage.png b/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCEb4c06b079d7fe90fbd6ea378458623dcimage.png deleted file mode 100644 index 8ddf9a9..0000000 Binary files a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCEb4c06b079d7fe90fbd6ea378458623dcimage.png and /dev/null differ diff --git a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCEe2dc42a51771304b30e561af3f2ed294image.png b/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCEe2dc42a51771304b30e561af3f2ed294image.png deleted file mode 100644 index f246b06..0000000 Binary files a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCEe2dc42a51771304b30e561af3f2ed294image.png and /dev/null differ diff --git a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCEebddd934ca1e421cb558c4c92f7d53f3截图.png b/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCEebddd934ca1e421cb558c4c92f7d53f3截图.png deleted file mode 100644 index 6c85b08..0000000 Binary files a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCEebddd934ca1e421cb558c4c92f7d53f3截图.png and /dev/null differ diff --git a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCEed95cb4bf9a6bdd870ada0859f790dcastickPicture.png b/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCEed95cb4bf9a6bdd870ada0859f790dcastickPicture.png deleted file mode 100644 index fdf8adc..0000000 Binary files a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCEed95cb4bf9a6bdd870ada0859f790dcastickPicture.png and /dev/null differ diff --git a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCEf043bb345ce02a43791f1afe7466e30dimage.png b/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCEf043bb345ce02a43791f1afe7466e30dimage.png deleted file mode 100644 index fd46456..0000000 Binary files a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCEf043bb345ce02a43791f1afe7466e30dimage.png and /dev/null differ diff --git a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCEf305530c183d4d1682bc4b1fe628e14fstickPicture.png b/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCEf305530c183d4d1682bc4b1fe628e14fstickPicture.png deleted file mode 100644 index f73e7e3..0000000 Binary files a/Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCEf305530c183d4d1682bc4b1fe628e14fstickPicture.png and /dev/null differ