vault backup: 2026-04-18 00:07:11
This commit is contained in:
4
.obsidian/types.json
vendored
4
.obsidian/types.json
vendored
@@ -27,6 +27,8 @@
|
||||
"TQ_show_tree": "checkbox",
|
||||
"TQ_show_urgency": "checkbox",
|
||||
"TQ_show_toolbar": "checkbox",
|
||||
"写完了吗": "checkbox"
|
||||
"写完了吗": "checkbox",
|
||||
"达到预期": "checkbox",
|
||||
"笔记类型": "multitext"
|
||||
}
|
||||
}
|
||||
20
.obsidian/workspace.json
vendored
20
.obsidian/workspace.json
vendored
@@ -11,15 +11,13 @@
|
||||
"id": "9c82e7556515fa96",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"type": "bases",
|
||||
"state": {
|
||||
"file": "Template/AutoAdd.md",
|
||||
"mode": "source",
|
||||
"source": true,
|
||||
"backlinks": false
|
||||
"file": "Bases/元数据列表.base",
|
||||
"viewName": "表格"
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "AutoAdd"
|
||||
"icon": "lucide-table",
|
||||
"title": "元数据列表"
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -124,13 +122,13 @@
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Template/AutoAdd.md",
|
||||
"file": "Bases/元数据列表.base",
|
||||
"followCursor": true,
|
||||
"showSearch": false,
|
||||
"searchQuery": ""
|
||||
},
|
||||
"icon": "lucide-list",
|
||||
"title": "AutoAdd 的大纲"
|
||||
"title": "元数据列表 的大纲"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -253,6 +251,8 @@
|
||||
},
|
||||
"active": "9c82e7556515fa96",
|
||||
"lastOpenFiles": [
|
||||
"Template/AutoAdd.md",
|
||||
"Template/Diary.md",
|
||||
"Bases/元数据列表.base",
|
||||
"Collection/Markdown语法.md",
|
||||
"Collection/linux命令.md",
|
||||
@@ -265,7 +265,6 @@
|
||||
"Diary/2026/04/2026-04-16 周四.md",
|
||||
"未命名.canvas",
|
||||
"School/vivado_ip.md",
|
||||
"Template/Diary.md",
|
||||
"YueQian/相关网站.md",
|
||||
"Archive/test.md",
|
||||
"Collection/配置备忘/navidrome.md",
|
||||
@@ -284,7 +283,6 @@
|
||||
"Diary/2026/01/2026-01-27 周二.md",
|
||||
"Collection/未命名 1.md",
|
||||
"Bases/Diay.base",
|
||||
"Template/AutoAdd.md",
|
||||
"Diary/2026/04",
|
||||
"Diary/2026/01",
|
||||
"Diary/2026/02",
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
tags:
|
||||
- empty
|
||||
aliases: empty
|
||||
笔记类型: 未分类
|
||||
笔记类型:
|
||||
日期: 2026/4/17
|
||||
---
|
||||
|
||||
@@ -3,9 +3,11 @@ views:
|
||||
name: 表格
|
||||
order:
|
||||
- file.name
|
||||
- 达到预期
|
||||
- 笔记类型
|
||||
- tags
|
||||
- aliases
|
||||
- 日期
|
||||
sort:
|
||||
- property: 笔记类型
|
||||
direction: ASC
|
||||
@@ -13,5 +15,6 @@ views:
|
||||
direction: ASC
|
||||
columnSize:
|
||||
file.name: 210
|
||||
note.笔记类型: 171
|
||||
note.笔记类型: 318
|
||||
note.tags: 344
|
||||
note.aliases: 321
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
---
|
||||
笔记类型:
|
||||
---
|
||||
# 这是一级标题
|
||||
|
||||
## 这是二级标题
|
||||
|
||||
@@ -6,6 +6,7 @@ tags:
|
||||
- 同步
|
||||
aliases: empty
|
||||
日期: 2026/1/24
|
||||
笔记类型:
|
||||
---
|
||||
# Obsidian使用飞牛WebDAV实现多端同步
|
||||
## 前言
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
---
|
||||
笔记类型:
|
||||
---
|
||||
# Docker容器和镜像的删除操作
|
||||
## 容器和镜像的关系
|
||||
简单来说,镜像是文件,容器是进程。
|
||||
|
||||
@@ -3,6 +3,7 @@ tags:
|
||||
- KMP
|
||||
- AI生成
|
||||
- C语言
|
||||
笔记类型:
|
||||
---
|
||||
KMP(Knuth-Morris-Pratt)算法是一种用于字符串匹配的算法,它能在O(n+m)的时间复杂度内完成字符串的匹配,其中n是主串的长度,m是模式串的长度。这个算法是由Donald Knuth、Vaughan Pratt和Vaughan Morris在1970年共同发明的。
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ aliases:
|
||||
- MD语法
|
||||
- Obsidian Markdown
|
||||
- Markdown教程
|
||||
笔记类型: 永久笔记
|
||||
笔记类型:
|
||||
日期: 2026/4/17
|
||||
---
|
||||
# **语法速查表**
|
||||
|
||||
@@ -3,6 +3,7 @@ tags:
|
||||
- PID
|
||||
- AI生成
|
||||
- C语言
|
||||
笔记类型:
|
||||
---
|
||||
以下是一个简单的C语言实现PID控制算法的程序示例:
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ tags:
|
||||
- yaml
|
||||
aliases:
|
||||
- yaml用法
|
||||
笔记类型: 永久笔记
|
||||
笔记类型:
|
||||
日期: 2026/4/17
|
||||
---
|
||||
**YAML (YAML Ain't Markup Language) 是一种以数据为中心、对人类友好的数据序列化语言。它因其简洁和高可读性而备受青睐,尤其是在配置文件和知识管理领域。**
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
tags:
|
||||
- Linux
|
||||
笔记类型:
|
||||
---
|
||||
# 一些好用的Linux命令
|
||||
- source 用来重新加载配置文件 ^2b32fc
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
---
|
||||
笔记类型:
|
||||
---
|
||||
# 启用用户界面中的转码配置
|
||||
ND_ENABLETRANSCODINGCONFIG = true
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
|
||||
excalidraw-plugin: parsed
|
||||
tags: [excalidraw]
|
||||
|
||||
tags:
|
||||
- excalidraw
|
||||
笔记类型:
|
||||
---
|
||||
==⚠ Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. ⚠== You can decompress Drawing data with the command palette: 'Decompress current Excalidraw file'. For more info check in plugin settings under 'Saving'
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
tags:
|
||||
- empty
|
||||
aliases: empty
|
||||
笔记类型: 未分类
|
||||
: -[ ]
|
||||
笔记类型:
|
||||
达到预期: false
|
||||
日期: <%tp.date.now("YYYY/M/D") %>
|
||||
---
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
tags:
|
||||
- 日记
|
||||
- Diary
|
||||
笔记类型: 日记
|
||||
笔记类型:
|
||||
达到预期: false
|
||||
日期: <%tp.date.now("YYYY/M/D", 0, tp.file.title,"YYYY-MM-DD") %>
|
||||
时间: <%tp.date.now("YYYY/M/D HH:mm") %>
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user