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

View File

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