From faa5ff5430b7228e31c26a247bf64c800a14685c Mon Sep 17 00:00:00 2001 From: wenyongda Date: Wed, 15 Apr 2026 13:35:57 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=B8=BA=E6=89=80=E6=9C=89=E6=96=87?= =?UTF-8?q?=E7=AB=A0=E6=B7=BB=E5=8A=A0tags=E5=92=8Ccategories=E5=85=83?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为博客中的所有文章统一添加了tags和categories元数据,使用数组格式规范标签分类,便于文章分类管理和检索 --- source/_posts/ASP.NET Core.md | 3 ++- source/_posts/ArchLinux.md | 3 ++- source/_posts/C#.md | 3 ++- source/_posts/CSS.md | 2 ++ source/_posts/Claude-Code.md | 5 ++--- source/_posts/Docker-Compose.md | 3 ++- source/_posts/Docker.md | 2 ++ source/_posts/Entity-Framework-Core.md | 3 ++- source/_posts/Flink.md | 3 ++- source/_posts/Git-Cherry-Pick.md | 3 ++- source/_posts/Git.md | 2 ++ source/_posts/Hexo.md | 2 ++ source/_posts/Intellij Platform.md | 2 ++ source/_posts/Java.md | 2 ++ source/_posts/JavaScript.md | 2 ++ source/_posts/Jenkins.md | 2 ++ source/_posts/Kendo-UI.md | 3 ++- source/_posts/Kubernetes.md | 3 ++- source/_posts/Linux.md | 3 ++- source/_posts/Maven.md | 3 ++- source/_posts/Maven与Gradle.md | 2 ++ source/_posts/MySQL.md | 2 ++ source/_posts/Mybatis基本介绍.md | 2 ++ source/_posts/NET.md | 3 ++- source/_posts/Nginx.md | 3 ++- source/_posts/Oracle.md | 2 ++ source/_posts/Podman.md | 4 ++-- source/_posts/PostgreSQL.md | 3 ++- source/_posts/PowerDesigner.md | 2 ++ source/_posts/PowerShell.md | 3 ++- source/_posts/Pug.md | 3 ++- source/_posts/Python.md | 3 ++- source/_posts/RabbitMQ.md | 3 ++- source/_posts/React.md | 3 ++- source/_posts/Redis.md | 3 ++- source/_posts/Rust.md | 3 ++- source/_posts/SQL Server.md | 2 ++ source/_posts/Spring.md | 3 ++- source/_posts/Subversion.md | 3 ++- source/_posts/Typora.md | 2 ++ source/_posts/Vim.md | 3 ++- source/_posts/Visual Studio.md | 4 ++-- source/_posts/VsCode.md | 3 ++- source/_posts/Vue.md | 2 ++ source/_posts/Vue3.md | 2 ++ source/_posts/Windows-Server.md | 3 ++- source/_posts/Windows-Terminal.md | 3 ++- source/_posts/Winform.md | 2 ++ source/_posts/XiaodaERP.md | 2 ++ source/_posts/curl.md | 7 ++----- source/_posts/gRPC.md | 2 ++ source/_posts/lucky.md | 3 ++- source/_posts/macOS.md | 3 ++- source/_posts/nodejs.md | 3 ++- source/_posts/ubuntu.md | 3 ++- source/_posts/大数据.md | 3 ++- source/_posts/大模型.md | 3 ++- source/_posts/对象存储.md | 3 ++- source/_posts/设计模式.md | 2 ++ 59 files changed, 118 insertions(+), 46 deletions(-) diff --git a/source/_posts/ASP.NET Core.md b/source/_posts/ASP.NET Core.md index f95b6ff..c68a020 100644 --- a/source/_posts/ASP.NET Core.md +++ b/source/_posts/ASP.NET Core.md @@ -4,7 +4,8 @@ date: 2021-03-23 10:30:31 author: 文永达 permalink: asp-net-core/ top_img: https://gcore.jsdelivr.net/gh/volantis-x/cdn-wallpaper/abstract/67239FBB-E15D-4F4F-8EE8-0F1C9F3C4E7C.jpeg -tags: .NET +tags: [ASP.NET Core, .NET, Web开发, 后端] +categories: [后端开发, .NET] --- # IDE智能提示优化 diff --git a/source/_posts/ArchLinux.md b/source/_posts/ArchLinux.md index cf58ee7..7a7c990 100644 --- a/source/_posts/ArchLinux.md +++ b/source/_posts/ArchLinux.md @@ -1,7 +1,8 @@ --- title: ArchLinux date: 2025-07-28 10:26:05 -tags: +tags: [ArchLinux, Linux, WSL, 操作系统] +categories: [操作系统, Linux] --- # WSL diff --git a/source/_posts/C#.md b/source/_posts/C#.md index 8e5fd1e..5aa7f67 100644 --- a/source/_posts/C#.md +++ b/source/_posts/C#.md @@ -4,7 +4,8 @@ date: 2021-03-23 10:30:31 author: 文永达 permalink: csharp/ top_img: https://gcore.jsdelivr.net/gh/volantis-x/cdn-wallpaper/abstract/67239FBB-E15D-4F4F-8EE8-0F1C9F3C4E7C.jpeg -tags: .NET +tags: [C#, .NET, 后端开发] +categories: [编程语言, .NET] --- # 异步编程 diff --git a/source/_posts/CSS.md b/source/_posts/CSS.md index 76428ae..de010d9 100644 --- a/source/_posts/CSS.md +++ b/source/_posts/CSS.md @@ -3,6 +3,8 @@ title: CSS date: 2024-03-23 10:30:31 author: 文永达 top_img: https://gcore.jsdelivr.net/gh/volantis-x/cdn-wallpaper/abstract/67239FBB-E15D-4F4F-8EE8-0F1C9F3C4E7C.jpeg +tags: [CSS, 样式, 前端] +categories: [前端开发, CSS] --- # 选择器与属性 diff --git a/source/_posts/Claude-Code.md b/source/_posts/Claude-Code.md index 1ec7e0b..4dd805f 100644 --- a/source/_posts/Claude-Code.md +++ b/source/_posts/Claude-Code.md @@ -1,10 +1,9 @@ --- title: Claude Code date: 2026-02-27 14:05:22 -tags: [AI, 效率工具] -categories: 开发工具 +tags: [AI, Claude, 效率工具, 开发工具] +categories: [开发工具, AI] permalink: claude-code/ -tag: AI --- ## 简介 diff --git a/source/_posts/Docker-Compose.md b/source/_posts/Docker-Compose.md index 446491a..b6d8ed8 100644 --- a/source/_posts/Docker-Compose.md +++ b/source/_posts/Docker-Compose.md @@ -1,7 +1,8 @@ --- title: Docker-Compose date: 2024-04-01 11:02:56 -tags: +tags: [Docker, Docker-Compose, 容器编排, DevOps] +categories: [运维, Docker] --- # 安装 diff --git a/source/_posts/Docker.md b/source/_posts/Docker.md index e76fd8d..7f204eb 100644 --- a/source/_posts/Docker.md +++ b/source/_posts/Docker.md @@ -3,6 +3,8 @@ title: Docker date: 2021-03-23 10:30:31 author: 文永达 top_img: https://gcore.jsdelivr.net/gh/volantis-x/cdn-wallpaper/abstract/67239FBB-E15D-4F4F-8EE8-0F1C9F3C4E7C.jpeg +tags: [Docker, 容器, DevOps, 微服务] +categories: [运维, Docker] --- # Docker 简介 diff --git a/source/_posts/Entity-Framework-Core.md b/source/_posts/Entity-Framework-Core.md index 39ed894..efb1309 100644 --- a/source/_posts/Entity-Framework-Core.md +++ b/source/_posts/Entity-Framework-Core.md @@ -1,7 +1,8 @@ --- title: Entity Framework Core date: 2026-04-15 12:35:21 -tags: .NET +tags: [Entity Framework Core, EF Core, .NET, ORM] +categories: [后端开发, .NET] permalink: entity-framework-core/ --- diff --git a/source/_posts/Flink.md b/source/_posts/Flink.md index f0ae2ed..a210568 100644 --- a/source/_posts/Flink.md +++ b/source/_posts/Flink.md @@ -1,7 +1,8 @@ --- title: Flink date: 2024-04-02 14:39:41 -tags: +tags: [Flink, 流处理, 大数据, Apache] +categories: [大数据, 流处理] --- ## 流处理 diff --git a/source/_posts/Git-Cherry-Pick.md b/source/_posts/Git-Cherry-Pick.md index 012084a..0a776f4 100644 --- a/source/_posts/Git-Cherry-Pick.md +++ b/source/_posts/Git-Cherry-Pick.md @@ -1,7 +1,8 @@ --- title: Git Cherry-Pick date: 2025-12-11 23:02:39 -tags: +tags: [Git, Cherry-Pick, 版本控制] +categories: [开发工具, Git] --- # Git Cherry-Pick 详解文档 diff --git a/source/_posts/Git.md b/source/_posts/Git.md index fa580b7..4456958 100644 --- a/source/_posts/Git.md +++ b/source/_posts/Git.md @@ -3,6 +3,8 @@ title: Git date: 2023-10-23 10:30:31 author: 文永达 top_img: https://gcore.jsdelivr.net/gh/volantis-x/cdn-wallpaper/abstract/67239FBB-E15D-4F4F-8EE8-0F1C9F3C4E7C.jpeg +tags: [Git, 版本控制, 开发工具] +categories: [开发工具, Git] --- diff --git a/source/_posts/Hexo.md b/source/_posts/Hexo.md index d7657b6..487e3ba 100644 --- a/source/_posts/Hexo.md +++ b/source/_posts/Hexo.md @@ -2,6 +2,8 @@ title: Hexo date: 2022-11-18 10:30:31 author: 文永达 +tags: [Hexo, 博客, 静态网站, Node.js] +categories: [开发工具, 博客] --- # Hexo diff --git a/source/_posts/Intellij Platform.md b/source/_posts/Intellij Platform.md index 36d6469..fb27933 100644 --- a/source/_posts/Intellij Platform.md +++ b/source/_posts/Intellij Platform.md @@ -2,6 +2,8 @@ title: Intellij Platform date: 2023-11-18 10:30:31 author: 文永达 +tags: [Intellij IDEA, IDE, Java, 开发工具] +categories: [开发工具, IDE] --- # Intellij IDEA diff --git a/source/_posts/Java.md b/source/_posts/Java.md index b40d548..cf7d5a4 100644 --- a/source/_posts/Java.md +++ b/source/_posts/Java.md @@ -3,6 +3,8 @@ title: Java date: 2023-06-09 10:30:31 author: 文永达 top_img: https://gcore.jsdelivr.net/gh/volantis-x/cdn-wallpaper/abstract/B18FCBB3-67FD-48CC-B4F3-457BA145F17A.jpeg +tags: [Java, Spring Boot, 后端开发] +categories: [编程语言, Java] --- # Spring Boot diff --git a/source/_posts/JavaScript.md b/source/_posts/JavaScript.md index ee9597b..ea42345 100644 --- a/source/_posts/JavaScript.md +++ b/source/_posts/JavaScript.md @@ -2,6 +2,8 @@ title: JavaScript date: 2023-11-18 10:30:31 author: 文永达 +tags: [JavaScript, ES6, 异步编程, 前端] +categories: [前端开发, JavaScript] --- # 异步编程 diff --git a/source/_posts/Jenkins.md b/source/_posts/Jenkins.md index 4503334..a28ef7a 100644 --- a/source/_posts/Jenkins.md +++ b/source/_posts/Jenkins.md @@ -3,6 +3,8 @@ title: Jenkins date: 2022-11-09 10:30:31 author: 文永达 top_img: https://gcore.jsdelivr.net/gh/volantis-x/cdn-wallpaper/abstract/B18FCBB3-67FD-48CC-B4F3-457BA145F17A.jpeg +tags: [Jenkins, CI/CD, DevOps, 自动化] +categories: [运维, CI/CD] --- # Jenkins diff --git a/source/_posts/Kendo-UI.md b/source/_posts/Kendo-UI.md index f81d7a4..64b8979 100644 --- a/source/_posts/Kendo-UI.md +++ b/source/_posts/Kendo-UI.md @@ -1,5 +1,6 @@ --- title: Kendo UI date: 2024-03-08 11:06:51 -tags: +tags: [Kendo UI, UI组件, 前端框架, Telerik] +categories: [前端开发, UI组件库] --- diff --git a/source/_posts/Kubernetes.md b/source/_posts/Kubernetes.md index e95e5ce..278c08d 100644 --- a/source/_posts/Kubernetes.md +++ b/source/_posts/Kubernetes.md @@ -2,5 +2,6 @@ title: Kubernetes整理 author: 文永达 top_img: https://gcore.jsdelivr.net/gh/volantis-x/cdn-wallpaper/abstract/00E0F0ED-9F1C-407A-9AA6-545649D919F4.jpeg - +tags: [Kubernetes, K8s, 容器编排, DevOps] +categories: [运维, Kubernetes] --- \ No newline at end of file diff --git a/source/_posts/Linux.md b/source/_posts/Linux.md index f0d4331..dd413e9 100644 --- a/source/_posts/Linux.md +++ b/source/_posts/Linux.md @@ -3,7 +3,8 @@ title: Linux date: 2021-04-07 16:04:58 author: 文永达 top_img: https://gcore.jsdelivr.net/gh/volantis-x/cdn-wallpaper/abstract/00E0F0ED-9F1C-407A-9AA6-545649D919F4.jpeg - +tags: [Linux, Shell, 命令行, 操作系统] +categories: [操作系统, Linux] --- # Linux diff --git a/source/_posts/Maven.md b/source/_posts/Maven.md index 37e1a28..1f64021 100644 --- a/source/_posts/Maven.md +++ b/source/_posts/Maven.md @@ -1,7 +1,8 @@ --- title: Maven date: 2025-11-06 10:15:58 -tags: +tags: [Maven, 构建工具, Java] +categories: [开发工具, Java] --- # 命令 diff --git a/source/_posts/Maven与Gradle.md b/source/_posts/Maven与Gradle.md index 9d5f1af..e531c6d 100644 --- a/source/_posts/Maven与Gradle.md +++ b/source/_posts/Maven与Gradle.md @@ -2,6 +2,8 @@ title: Maven与Gradle date: 2023-11-18 10:30:31 author: 文永达 +tags: [Maven, Gradle, 构建工具, Java] +categories: [开发工具, Java] --- # Maven diff --git a/source/_posts/MySQL.md b/source/_posts/MySQL.md index a2a51f0..85cc601 100644 --- a/source/_posts/MySQL.md +++ b/source/_posts/MySQL.md @@ -3,6 +3,8 @@ title: MySQL date: 2023-09-23 10:30:31 author: 文永达 top_img: https://gcore.jsdelivr.net/gh/volantis-x/cdn-wallpaper/abstract/67239FBB-E15D-4F4F-8EE8-0F1C9F3C4E7C.jpeg +tags: [MySQL, 数据库, SQL, 备份] +categories: [数据库, MySQL] --- diff --git a/source/_posts/Mybatis基本介绍.md b/source/_posts/Mybatis基本介绍.md index cd310c1..c4ff212 100644 --- a/source/_posts/Mybatis基本介绍.md +++ b/source/_posts/Mybatis基本介绍.md @@ -2,6 +2,8 @@ title: Mybatis基本介绍 date: 2022-11-18 10:30:31 author: 文永达 +tags: [Mybatis, ORM, Java, 数据库] +categories: [后端开发, Java] --- # Mybatis diff --git a/source/_posts/NET.md b/source/_posts/NET.md index c102ac0..58ff7ab 100644 --- a/source/_posts/NET.md +++ b/source/_posts/NET.md @@ -1,7 +1,8 @@ --- title: .NET date: 2025-07-22 10:32:51 -tags: +tags: [.NET, NuGet, 框架] +categories: [编程语言, .NET] --- # Nuget包管理器 diff --git a/source/_posts/Nginx.md b/source/_posts/Nginx.md index 580cdd5..f112303 100644 --- a/source/_posts/Nginx.md +++ b/source/_posts/Nginx.md @@ -1,7 +1,8 @@ --- title: Nginx date: 2023-09-25 15:42:47 -tags: +tags: [Nginx, 反向代理, Web服务器, 负载均衡] +categories: [运维, Web服务器] --- ## Nginx 隐藏版本号 diff --git a/source/_posts/Oracle.md b/source/_posts/Oracle.md index a523f87..3179095 100644 --- a/source/_posts/Oracle.md +++ b/source/_posts/Oracle.md @@ -2,6 +2,8 @@ title: Oracle date: 2021-03-23 10:30:31 author: 文永达 +tags: [Oracle, 数据库, SQL, PL/SQL] +categories: [数据库, Oracle] --- # Oracle Database diff --git a/source/_posts/Podman.md b/source/_posts/Podman.md index 3571440..9d4ceb4 100644 --- a/source/_posts/Podman.md +++ b/source/_posts/Podman.md @@ -1,8 +1,8 @@ --- title: Podman date: 2025-11-26 13:38:42 -tags: - +tags: [Podman, 容器, Docker替代, DevOps] +categories: [运维, 容器] --- # Podman命令 diff --git a/source/_posts/PostgreSQL.md b/source/_posts/PostgreSQL.md index f103f84..9b36231 100644 --- a/source/_posts/PostgreSQL.md +++ b/source/_posts/PostgreSQL.md @@ -1,7 +1,8 @@ --- title: PostgreSQL date: 2024-03-22 09:19:21 -tags: +tags: [PostgreSQL, 数据库, SQL] +categories: [数据库, PostgreSQL] --- # 配置 diff --git a/source/_posts/PowerDesigner.md b/source/_posts/PowerDesigner.md index 8fe9313..cc7a7eb 100644 --- a/source/_posts/PowerDesigner.md +++ b/source/_posts/PowerDesigner.md @@ -3,6 +3,8 @@ title: PowerDesigner date: 2022-12-07 9:05:31 author: 文永达 top_img: https://gcore.jsdelivr.net/gh/volantis-x/cdn-wallpaper/abstract/B951AE18-D431-417F-B3FE-A382403FF21B.jpeg +tags: [PowerDesigner, 数据建模, 数据库设计, 工具] +categories: [开发工具, 数据库] --- # PowerDesigner diff --git a/source/_posts/PowerShell.md b/source/_posts/PowerShell.md index aa074bf..e33e379 100644 --- a/source/_posts/PowerShell.md +++ b/source/_posts/PowerShell.md @@ -1,7 +1,8 @@ --- title: PowerShell date: 2023-10-07 11:25:08 -tags: +tags: [PowerShell, Windows, Shell, 命令行] +categories: [开发工具, Windows] --- # PowerShell 7 使用 Oh My Posh 来美化命令行 diff --git a/source/_posts/Pug.md b/source/_posts/Pug.md index e63fc5d..7fd8ea3 100644 --- a/source/_posts/Pug.md +++ b/source/_posts/Pug.md @@ -1,5 +1,6 @@ --- title: Pug date: 2025-05-19 13:20:34 -tags: +tags: [Pug, 模板引擎, Node.js, 前端] +categories: [前端开发, 模板引擎] --- diff --git a/source/_posts/Python.md b/source/_posts/Python.md index e185165..37577c6 100644 --- a/source/_posts/Python.md +++ b/source/_posts/Python.md @@ -1,7 +1,8 @@ --- title: Python date: 2025-03-10 14:26:30 -tags: +tags: [Python, pip, 编程语言] +categories: [编程语言, Python] --- # pip diff --git a/source/_posts/RabbitMQ.md b/source/_posts/RabbitMQ.md index 03e5808..e5bc8ce 100644 --- a/source/_posts/RabbitMQ.md +++ b/source/_posts/RabbitMQ.md @@ -1,5 +1,6 @@ --- title: RabbitMQ date: 2024-03-26 12:48:20 -tags: +tags: [RabbitMQ, 消息队列, 微服务, 中间件] +categories: [运维, 消息队列] --- diff --git a/source/_posts/React.md b/source/_posts/React.md index 2a3cc72..06d76da 100644 --- a/source/_posts/React.md +++ b/source/_posts/React.md @@ -1,7 +1,8 @@ --- title: React date: 2025-07-23 15:56:46 -tags: +tags: [React, JSX, 前端框架] +categories: [前端开发, React] --- # Vue 转 React 指南 diff --git a/source/_posts/Redis.md b/source/_posts/Redis.md index 1ec9270..25ca54b 100644 --- a/source/_posts/Redis.md +++ b/source/_posts/Redis.md @@ -3,7 +3,8 @@ title: Redis date: 2022-12-06 22:18:31 author: 文永达 top_img: https://gcore.jsdelivr.net/gh/volantis-x/cdn-wallpaper/abstract/67239FBB-E15D-4F4F-8EE8-0F1C9F3C4E7C.jpeg ---- +tags: [Redis, 缓存, NoSQL, 数据库] +categories: [数据库, Redis] --- # 安装Redis diff --git a/source/_posts/Rust.md b/source/_posts/Rust.md index 81eb04b..4afc5e4 100644 --- a/source/_posts/Rust.md +++ b/source/_posts/Rust.md @@ -1,7 +1,8 @@ --- title: Rust date: 2023-09-15 09:25:54 -tags: +tags: [Rust, 编程语言, 内存安全] +categories: [编程语言, Rust] --- # Rust 教程 diff --git a/source/_posts/SQL Server.md b/source/_posts/SQL Server.md index b51d297..a9ad157 100644 --- a/source/_posts/SQL Server.md +++ b/source/_posts/SQL Server.md @@ -3,6 +3,8 @@ title: SQL Server date: 2022-11-26 14:48:31 author: 文永达 top_img: https://gcore.jsdelivr.net/gh/volantis-x/cdn-wallpaper/abstract/B951AE18-D431-417F-B3FE-A382403FF21B.jpeg +tags: [SQL Server, 数据库, Microsoft, SQL] +categories: [数据库, SQL Server] --- # SQL Server diff --git a/source/_posts/Spring.md b/source/_posts/Spring.md index fbcad58..fdbdacb 100644 --- a/source/_posts/Spring.md +++ b/source/_posts/Spring.md @@ -1,7 +1,8 @@ --- title: Spring date: 2023-10-09 14:17:02 -tags: +tags: [Spring, Spring Cloud, 微服务, 后端] +categories: [后端开发, Java] --- # Spring Cloud diff --git a/source/_posts/Subversion.md b/source/_posts/Subversion.md index e9cedfa..96ec897 100644 --- a/source/_posts/Subversion.md +++ b/source/_posts/Subversion.md @@ -1,7 +1,8 @@ --- title: Subversion date: 2025-11-27 09:46:04 -tags: +tags: [SVN, Subversion, 版本控制, TortoiseSVN] +categories: [开发工具, 版本控制] --- # TortoiseSVN diff --git a/source/_posts/Typora.md b/source/_posts/Typora.md index a35c659..3bb519b 100644 --- a/source/_posts/Typora.md +++ b/source/_posts/Typora.md @@ -3,6 +3,8 @@ title: Typora date: 2022-11-18 14:48:31 author: 文永达 top_img: https://gcore.jsdelivr.net/gh/volantis-x/cdn-wallpaper/abstract/B951AE18-D431-417F-B3FE-A382403FF21B.jpeg +tags: [Typora, Markdown, 编辑器, 开发工具] +categories: [开发工具, Markdown] --- # Typora diff --git a/source/_posts/Vim.md b/source/_posts/Vim.md index 3bee338..50efbc6 100644 --- a/source/_posts/Vim.md +++ b/source/_posts/Vim.md @@ -1,7 +1,8 @@ --- title: Vim date: 2023-09-21 15:00:20 -tags: +tags: [Vim, 编辑器, Linux, 开发工具] +categories: [开发工具, Vim] --- # Vim 的工作模式 diff --git a/source/_posts/Visual Studio.md b/source/_posts/Visual Studio.md index 49180fd..fce112a 100644 --- a/source/_posts/Visual Studio.md +++ b/source/_posts/Visual Studio.md @@ -1,8 +1,8 @@ --- title: Visual Studio date: 2018-09-30 18:23:38 -type: "tags" -layout: "tags" +tags: [Visual Studio, IDE, .NET, 开发工具] +categories: [开发工具, IDE] --- # 快捷键 diff --git a/source/_posts/VsCode.md b/source/_posts/VsCode.md index a2d17ec..ab55c12 100644 --- a/source/_posts/VsCode.md +++ b/source/_posts/VsCode.md @@ -1,7 +1,8 @@ --- title: VsCode date: 2025-04-16 15:18:28 -tags: +tags: [VSCode, Visual Studio Code, IDE, 开发工具] +categories: [开发工具, IDE] --- # 快捷键 diff --git a/source/_posts/Vue.md b/source/_posts/Vue.md index 7d54b1e..ad35a5d 100644 --- a/source/_posts/Vue.md +++ b/source/_posts/Vue.md @@ -2,6 +2,8 @@ title: Vue date: 2021-03-23 10:30:31 author: 文永达 +tags: [Vue, Vite, 前端框架] +categories: [前端开发, Vue] --- # Vue diff --git a/source/_posts/Vue3.md b/source/_posts/Vue3.md index e9aee43..6cc3fad 100644 --- a/source/_posts/Vue3.md +++ b/source/_posts/Vue3.md @@ -2,6 +2,8 @@ title: Vue3 date: 2023-11-18 10:30:31 author: 文永达 +tags: [Vue3, Vue, 响应式, 前端框架] +categories: [前端开发, Vue] --- # 响应式 diff --git a/source/_posts/Windows-Server.md b/source/_posts/Windows-Server.md index 6395ce9..ec13f74 100644 --- a/source/_posts/Windows-Server.md +++ b/source/_posts/Windows-Server.md @@ -1,7 +1,8 @@ --- title: Windows Server date: 2025-07-21 10:53:55 -tags: +tags: [Windows Server, Windows, 服务器, IIS] +categories: [操作系统, Windows] --- # Web Deploy 部署任务失败解决方案 diff --git a/source/_posts/Windows-Terminal.md b/source/_posts/Windows-Terminal.md index 194803c..ece56b3 100644 --- a/source/_posts/Windows-Terminal.md +++ b/source/_posts/Windows-Terminal.md @@ -1,7 +1,8 @@ --- title: Windows Terminal date: 2025-12-12 09:31:56 -tags: +tags: [Windows Terminal, Windows, SSH, 终端] +categories: [开发工具, Windows] --- # SSH diff --git a/source/_posts/Winform.md b/source/_posts/Winform.md index fcc804f..816ce1f 100644 --- a/source/_posts/Winform.md +++ b/source/_posts/Winform.md @@ -3,6 +3,8 @@ title: Winform date: 2022-11-18 14:48:31 author: 文永达 top_img: https://gcore.jsdelivr.net/gh/volantis-x/cdn-wallpaper/abstract/B951AE18-D431-417F-B3FE-A382403FF21B.jpeg +tags: [WinForms, .NET, 桌面应用, GUI] +categories: [后端开发, .NET] --- # Winform diff --git a/source/_posts/XiaodaERP.md b/source/_posts/XiaodaERP.md index 378402b..36fac52 100644 --- a/source/_posts/XiaodaERP.md +++ b/source/_posts/XiaodaERP.md @@ -3,6 +3,8 @@ title: XiaodaERP date: 2021-03-23 10:30:31 author: 文永达 top_img: https://gcore.jsdelivr.net/gh/volantis-x/cdn-wallpaper/abstract/67239FBB-E15D-4F4F-8EE8-0F1C9F3C4E7C.jpeg +tags: [ERP, 企业管理, 项目] +categories: [项目, ERP] --- # XiaodaERP diff --git a/source/_posts/curl.md b/source/_posts/curl.md index 8107559..a6ad974 100644 --- a/source/_posts/curl.md +++ b/source/_posts/curl.md @@ -1,11 +1,8 @@ --- title: curl 命令完全指南 date: 2026-03-27 10:10:35 -tags: - - curl - - Linux - - Windows - - API测试 +tags: [curl, Linux, Windows, API测试, HTTP] +categories: [开发工具, 命令行] --- ## 简介 diff --git a/source/_posts/gRPC.md b/source/_posts/gRPC.md index e0633b2..17d5215 100644 --- a/source/_posts/gRPC.md +++ b/source/_posts/gRPC.md @@ -3,6 +3,8 @@ title: gRPC入门与实操 date: 2023-01-16 12:37:31 author: 文永达 top_img: https://gcore.jsdelivr.net/gh/volantis-x/cdn-wallpaper/abstract/67239FBB-E15D-4F4F-8EE8-0F1C9F3C4E7C.jpeg +tags: [gRPC, 微服务, RPC, Java] +categories: [后端开发, Java] --- # gRPC入门与实操 diff --git a/source/_posts/lucky.md b/source/_posts/lucky.md index 2d774ae..c4d771c 100644 --- a/source/_posts/lucky.md +++ b/source/_posts/lucky.md @@ -1,5 +1,6 @@ --- title: lucky date: 2025-04-07 16:04:58 -tags: +tags: [lucky, 工具] +categories: [工具] --- diff --git a/source/_posts/macOS.md b/source/_posts/macOS.md index 2f1ef31..8c4602b 100644 --- a/source/_posts/macOS.md +++ b/source/_posts/macOS.md @@ -1,7 +1,8 @@ --- title: macOS date: 2025-09-26 22:54:01 -tags: +tags: [macOS, Apple, Homebrew, 操作系统] +categories: [操作系统, macOS] --- # 环境配置 diff --git a/source/_posts/nodejs.md b/source/_posts/nodejs.md index 4589b23..ac5708d 100644 --- a/source/_posts/nodejs.md +++ b/source/_posts/nodejs.md @@ -1,7 +1,8 @@ --- title: nodejs date: 2024-08-01 09:34:32 -tags: +tags: [Node.js, nvm, JavaScript, 后端] +categories: [后端开发, Node.js] --- # nvm diff --git a/source/_posts/ubuntu.md b/source/_posts/ubuntu.md index 02ebb39..1d4b911 100644 --- a/source/_posts/ubuntu.md +++ b/source/_posts/ubuntu.md @@ -1,7 +1,8 @@ --- title: ubuntu date: 2025-05-09 09:44:01 -tags: +tags: [Ubuntu, Linux, Server, 操作系统] +categories: [操作系统, Linux] --- # Server diff --git a/source/_posts/大数据.md b/source/_posts/大数据.md index 2d63c62..1ede43c 100644 --- a/source/_posts/大数据.md +++ b/source/_posts/大数据.md @@ -1,7 +1,8 @@ --- title: 大数据 date: 2025-08-03 22:53:51 -tags: 大数据 +tags: [大数据, Doris, 数据分析, Apache] +categories: [大数据, 数据仓库] --- # Apache Doris diff --git a/source/_posts/大模型.md b/source/_posts/大模型.md index 5e88032..20aca30 100644 --- a/source/_posts/大模型.md +++ b/source/_posts/大模型.md @@ -1,7 +1,8 @@ --- title: 大模型 date: 2025-02-18 10:06:57 -tags: AI +tags: [AI, 大模型, Ollama, LLM] +categories: [AI, 大模型] --- # Ollama diff --git a/source/_posts/对象存储.md b/source/_posts/对象存储.md index efa3fc7..876ea27 100644 --- a/source/_posts/对象存储.md +++ b/source/_posts/对象存储.md @@ -1,7 +1,8 @@ --- title: 对象存储 date: 2025-07-23 14:27:11 -tags: +tags: [对象存储, MinIO, RustFS, 存储] +categories: [运维, 存储] --- # RustFS diff --git a/source/_posts/设计模式.md b/source/_posts/设计模式.md index d3c8adc..04a0ff1 100644 --- a/source/_posts/设计模式.md +++ b/source/_posts/设计模式.md @@ -2,6 +2,8 @@ title: 设计模式 date: 2023-01-03 10:11:47 author: 文永达 +tags: [设计模式, 软件工程, 工厂模式, 架构] +categories: [软件工程, 设计模式] --- # 设计模式