feat(blog): 英文标签、中文分类与列表阅读时间;Plume RAG 规则与提交脚本

This commit is contained in:
祀梦
2026-03-29 00:28:45 +08:00
parent 05349b2628
commit 8da5cf2593
18 changed files with 578 additions and 34 deletions

View File

@@ -1,10 +1,9 @@
---
title: 在 Windows10 上部署 WSL2 并启动 ubuntu 虚拟机
createTime: 2025/09/29 07:13:17
cover: /images/elysia/3.jpg
coverStyle:
layout: right
permalink: /article/deploying-wsl2-on-windows-10/
tags:
- wsl
---
嗨呀~让我们在 Windows10 专业版上部署 WSL2 并启动 ubuntu 20.04 虚拟机吧~
@@ -113,8 +112,6 @@ Press any key to continue...
#### 错误码 0x80370102 虚拟化技术没有开启
如果遇到这个错误可能是因为虚拟化技术没有开启哦如果是在真实机上操作的话需要进入BIOS开启虚拟化技术呢开启之后可以在任务管理器 -> 性能 -> CPU 的详情页面中,看到下方的虚拟化状态显示为「已启用」哦~
![虚拟化技术启用](https://image.simengweb.com/blog/technology/20250930140716_251_27.png)
如果是在虚拟机中操作的话就需要启用嵌套虚拟化技术啦以VMware为例
先关闭虚拟机,然后找到虚拟机的.vmx配置文件通常在虚拟机目录下在文件末尾添加一行`vhv.enable = "TRUE"`
@@ -145,5 +142,4 @@ wsl --terminate Ubuntu-20.04
接下来我们还可以通过VS Code来进行开发哦不过需要先安装一些扩展呢'Remote - SSH'和'WSL'
安装好扩展后在VS Code左侧打开远程资源管理器就可以看到Ubuntu20.04虚拟机啦~直接点击连接就可以了哦~不过第一次连接可能需要启动一下虚拟机,会有点慢呢,耐心等待一下吧~
![连接 WSL2 虚拟机](https://image.simengweb.com/blog/technology/20250930144329_252_27.png)
连接成功之后,就可以愉快地进行开发啦~是不是很简单呢~

View File

@@ -1,8 +1,9 @@
---
title: WSL2 核心操作指南
createTime: 2025/09/30 16:08:32
cover: /images/elysia/4.jpg
permalink: /article/operate-wsl2/
tags:
- wsl
---
这篇文章主要讲WSL2虚拟机核心操作哦它基于轻量级Hyper-V运行像贴心小精灵默默工作还能用命令行精细控制接下来讲启动/关闭、实例管理、资源配置、网络操作、备份迁移这五大操作,是不是很期待呢~♪

View File

@@ -1,10 +1,9 @@
---
title: 通过位运算快速生成所有的子序列
createTime: 2026/01/09 16:15:00
cover: /images/elysia/10.jpg
coverStyle:
layout: right
permalink: /archives/ea20bdda-0d49-4472-a647-2e305a930d11/
tags:
- algorithms
---
## 一、子序列的本质

View File

@@ -1,10 +1,9 @@
---
title: 快速幂算法详解
createTime: 2026/01/09 16:05:00
cover: /images/elysia/9.jpg
coverStyle:
layout: left
permalink: /archives/1325a3bf-91d7-43ff-9630-e894549e12c1/
tags:
- algorithms
---
## 简介

View File

@@ -1,10 +1,9 @@
---
title: Python 字符串格式化全指南
createTime: 2026/01/09 14:00:48
cover: /images/elysia/7.jpg
coverStyle:
layout: left
permalink: /archives/56ea3081-9c69-43d7-96c8-2812ec08be2c/
tags:
- python
---
## 字符串格式化

View File

@@ -1,10 +1,9 @@
---
title: 原码、反码、补码
createTime: 2026/01/08 16:34:05
cover: /images/elysia/6.jpg
coverStyle:
layout: right
permalink: /archives/6f41cabe-41e6-4a09-9f1c-af7dd709a35d/
tags:
- cs-fundamentals
---
欢迎来到 0 与 1 的魔法派对!这篇文章将带你揭开原码、反码与补码的奥秘,看计算机如何巧妙地用补码化减为加。让我们一起翻开这页,去捕捉二进制底层那份迷人的理性之美吧♪