vault backup: 2026-01-24 14:40:09

This commit is contained in:
2026-01-24 14:40:09 +08:00
parent 5060b6ea80
commit 34a9796c74
3 changed files with 26 additions and 70 deletions

View File

@@ -7,90 +7,37 @@
"id": "a0611030cb854cb6",
"type": "tabs",
"children": [
{
"id": "fc295192ba96dde5",
"type": "leaf",
"state": {
"type": "excalidraw",
"state": {
"file": "Excalidraw/Drawing 20260122.md"
},
"icon": "excalidraw-icon",
"title": "Drawing 20260122"
}
},
{
"id": "c5ff54685ec36ad6",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "YueQian/Homework/1-23-5题存疑.md",
"mode": "preview",
"source": false,
"backlinks": false
},
"icon": "lucide-file",
"title": "1-23-5题存疑"
}
},
{
"id": "6bbdb6c9df9a2d8f",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Collection/连~都忘记了的小知识.md",
"file": "Collection/Obsidian使用飞牛Webdav实现多端同步.md",
"mode": "source",
"source": false,
"backlinks": false
},
"icon": "lucide-file",
"title": "连~都忘记了的小知识"
}
},
{
"id": "9d236a0f7da6551f",
"type": "leaf",
"state": {
"type": "webviewer",
"state": {
"url": "https://share.note.youdao.com/ynoteshare/index.html?id=a66c778ce8c6e4ee03608e493e59ba7a&type=notebook&_time=1768473840238#/WEB4f51ebc698a96e5cc1a682b2fb7b683d",
"title": "CQ2605",
"mode": "webview"
},
"icon": "globe-2",
"title": "CQ2605"
"title": "Obsidian使用飞牛Webdav实现多端同步"
}
},
{
"id": "70a3b35a2ec30f5c",
"type": "leaf",
"state": {
"type": "webviewer",
"type": "markdown",
"state": {
"url": "https://share.note.youdao.com/ynoteshare/index.html?id=a66c778ce8c6e4ee03608e493e59ba7a&type=notebook&_time=1768473840238#/WEB4f55777e5eb2b934f23565e10b7abd38",
"title": "CQ2605",
"mode": "webview"
"file": "Collection/Obsidian使用飞牛Webdav实现多端同步.md",
"mode": "source",
"source": false,
"backlinks": false
},
"icon": "globe-2",
"title": "CQ2605"
}
},
{
"id": "cbf896092229ed98",
"type": "leaf",
"state": {
"type": "excalidraw",
"state": {
"file": "Excalidraw/Drawing 20260122.md"
},
"icon": "excalidraw-icon",
"title": "Drawing 20260122"
"icon": "lucide-file",
"title": "Obsidian使用飞牛Webdav实现多端同步"
}
}
],
"currentTab": 4
]
}
],
"direction": "vertical"
@@ -157,12 +104,13 @@
"state": {
"type": "outline",
"state": {
"file": "Collection/Obsidian使用飞牛Webdav实现多端同步.md",
"followCursor": true,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-list",
"title": "大纲"
"title": "Obsidian使用飞牛Webdav实现多端同步 的大纲"
}
},
{
@@ -314,14 +262,15 @@
"remotely-save:Remotely Save": false
}
},
"active": "70a3b35a2ec30f5c",
"active": "6bbdb6c9df9a2d8f",
"lastOpenFiles": [
"Excalidraw/Drawing 20260122.md",
"Collection/连~都忘记了的小知识.md",
"Collection/Obsidian使用飞牛Webdav实现多端同步.md",
"YueQian/相关网站.md",
"Diary/2026-1/2026-1-24 周六.md",
"Collection/连~都忘记了的小知识.md",
"YueQian/Homework/1-23-5题存疑.md",
"Diary/2026-1/2026-1-23 周五.md",
"Excalidraw/Drawing 20260122.md",
"YueQian/Homework/1-23-5题存疑.md",
"Collection/YoudaoyunNotes/01Linux基础/02_Linux概述.md",
"BlogWebsite/Article/MarkdownTest.md",
"Diary/2026-1/2026-1-22 周四.md",
@@ -353,7 +302,6 @@
"Article/Technology/NFC_Card.md",
"Article/Technology/MarkdownTest.md",
"Article/Technology/在ARM架构的Ubuntu中使用Docker Compose部署MTPhotos.md",
"Article/Technology/安装AD2025学习版.md",
"Article/Studyroad/vivado_ip_img",
"Article/Technology",
"Article/Studyroad",

View File

@@ -0,0 +1,7 @@
---
tags:
- empty
aliases: empty
日期: 2026/1/24
---
#

View File

@@ -23,3 +23,4 @@ sudo vmhgfs-fuse .host:/ /mnt/hgfs/ -o allow_other #填入
chmod +x mount_hgfs #增加执行权限
mv mount_hgfs /bin #移动到/bin路径下 以后使用 mount_hgfs 直接执行
```
- C语言`&&`运算符的左值为假时,右值不进行计算,同理`||`运算符左值为真右值不进行计算