vault backup: 2026-01-23 17:06:40

This commit is contained in:
2026-01-23 17:06:40 +08:00
parent bb68a0323d
commit ee4cf63930
2 changed files with 32 additions and 31 deletions

View File

@@ -22,6 +22,21 @@
"title": "相关网站" "title": "相关网站"
} }
}, },
{
"id": "6bbdb6c9df9a2d8f",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Collection/连~都忘记了的小知识.md",
"mode": "source",
"source": false,
"backlinks": false
},
"icon": "lucide-file",
"title": "连~都忘记了的小知识"
}
},
{ {
"id": "9d236a0f7da6551f", "id": "9d236a0f7da6551f",
"type": "leaf", "type": "leaf",
@@ -37,37 +52,21 @@
} }
}, },
{ {
"id": "fa1d4d0680240de1", "id": "1fec176bb492eafb",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "markdown", "type": "webviewer",
"state": { "state": {
"file": "Collection/连~都忘记了的C语言小知识.md", "url": "https://share.note.youdao.com/ynoteshare/index.html?id=a66c778ce8c6e4ee03608e493e59ba7a&type=notebook&_time=1768473840238#/WEB83f172c217a3d791e8be381ba55f47a9",
"mode": "source", "title": "CQ2605",
"source": false, "mode": "webview"
"backlinks": false
}, },
"icon": "lucide-file", "icon": "globe-2",
"title": "连~都忘记了的C语言小知识" "title": "CQ2605"
}
},
{
"id": "6bbdb6c9df9a2d8f",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Collection/连~都忘记了的C语言小知识.md",
"mode": "source",
"source": false,
"backlinks": false
},
"icon": "lucide-file",
"title": "连~都忘记了的C语言小知识"
} }
} }
], ],
"currentTab": 3 "currentTab": 1
} }
], ],
"direction": "vertical" "direction": "vertical"
@@ -134,13 +133,13 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "Collection/连~都忘记了的C语言小知识.md", "file": "Collection/连~都忘记了的小知识.md",
"followCursor": true, "followCursor": true,
"showSearch": false, "showSearch": false,
"searchQuery": "" "searchQuery": ""
}, },
"icon": "lucide-list", "icon": "lucide-list",
"title": "连~都忘记了的C语言小知识 的大纲" "title": "连~都忘记了的小知识 的大纲"
} }
}, },
{ {
@@ -294,8 +293,9 @@
}, },
"active": "6bbdb6c9df9a2d8f", "active": "6bbdb6c9df9a2d8f",
"lastOpenFiles": [ "lastOpenFiles": [
"Collection/linux命令.md",
"Collection/连~都忘记了的小知识.md",
"Diary/2026-1/2026-1-23 周五.md", "Diary/2026-1/2026-1-23 周五.md",
"Collection/连~都忘记了的C语言小知识.md",
"YueQian/相关网站.md", "YueQian/相关网站.md",
"README.md", "README.md",
"Excalidraw/Drawing 20260122.md", "Excalidraw/Drawing 20260122.md",
@@ -336,7 +336,6 @@
"Collection/YoudaoyunNotes/02C语言/06-函数基础.md", "Collection/YoudaoyunNotes/02C语言/06-函数基础.md",
"Collection/YoudaoyunNotes/02C语言/02-C语言入门.md", "Collection/YoudaoyunNotes/02C语言/02-C语言入门.md",
"Collection/YoudaoyunNotes/02C语言/03-数据类型及IO流.md", "Collection/YoudaoyunNotes/02C语言/03-数据类型及IO流.md",
"Page/友情链接.md",
"Page", "Page",
"Collection/YoudaoyunNotes/02C语言/attachments/WEBRESOURCE40a76a7d230733292ec04717f3f6f254编程规范.pdf", "Collection/YoudaoyunNotes/02C语言/attachments/WEBRESOURCE40a76a7d230733292ec04717f3f6f254编程规范.pdf",
"Collection/YoudaoyunNotes/02C语言/attachments/WEBRESOURCEf8f411dd54c53da227a89fc7031bb0c7terminal_colors.h", "Collection/YoudaoyunNotes/02C语言/attachments/WEBRESOURCEf8f411dd54c53da227a89fc7031bb0c7terminal_colors.h",

View File

@@ -1,7 +1,9 @@
--- ---
tags: tags:
- empty - C语言
aliases: empty - Linux
aliases:
- 小知识
日期: 2026/1/23 日期: 2026/1/23
--- ---
- 字符转数字要 `-'0'` - 字符转数字要 `-'0'`
@@ -10,4 +12,4 @@ aliases: empty
for(int i = 0;i < strlen(arr);i++) for(int i = 0;i < strlen(arr);i++)
num = num * 10 + arr[i] - '0'; num = num * 10 + arr[i] - '0';
``` ```
- - Linux重新加载配置文件