vault backup: 2026-01-24 09:39:59

This commit is contained in:
2026-01-24 09:39:59 +08:00
parent b19d237242
commit f4ac971ffc
3 changed files with 26 additions and 18 deletions

View File

@@ -3,9 +3,9 @@
"autoCommitMessage": "vault backup: {{date}}",
"commitMessageScript": "",
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
"autoSaveInterval": 5,
"autoPushInterval": 12,
"autoPullInterval": 5,
"autoSaveInterval": 30,
"autoPushInterval": 45,
"autoPullInterval": 15,
"autoPullOnBoot": true,
"autoCommitOnlyStaged": false,
"disablePush": false,

View File

@@ -13,13 +13,28 @@
"state": {
"type": "markdown",
"state": {
"file": "Diary/2026-1/2026-1-23 周五.md",
"file": "YueQian/相关网站.md",
"mode": "source",
"source": false,
"backlinks": false
},
"icon": "lucide-file",
"title": "2026-1-23 周五"
"title": "相关网站"
}
},
{
"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题存疑"
}
},
{
@@ -65,7 +80,8 @@
"title": "CQ2605"
}
}
]
],
"currentTab": 4
}
],
"direction": "vertical"
@@ -132,13 +148,12 @@
"state": {
"type": "outline",
"state": {
"file": "Diary/2026-1/2026-1-23 周五.md",
"followCursor": true,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-list",
"title": "2026-1-23 周五 的大纲"
"title": "大纲"
}
},
{
@@ -290,13 +305,13 @@
"remotely-save:Remotely Save": false
}
},
"active": "fc295192ba96dde5",
"active": "1fec176bb492eafb",
"lastOpenFiles": [
"YueQian/Homework/1-23-5题存疑.md",
"YueQian/相关网站.md",
"Collection/连~都忘记了的小知识.md",
"Diary/2026-1/2026-1-23 周五.md",
"Diary/2026-1/2026-1-24 周六.md",
"YueQian/相关网站.md",
"YueQian/Homework/1.23.md",
"Collection/YoudaoyunNotes/01Linux基础/02_Linux概述.md",
"BlogWebsite/Article/MarkdownTest.md",
"Diary/2026-1/2026-1-22 周四.md",

View File

@@ -14,19 +14,12 @@ int main(int argc, char const *argv[])
    int num = 255;
    printf("%d\n",num);
    printf("%u\n",num);
    printf("%#o\n",num);
    printf("%o\n",num);
    printf("%#x\n",num);
    printf("%x\n",num);
    printf("%#X\n",num);
    printf("%X\n",num);
    return 0;