vault backup: 2026-01-24 09:39:59
This commit is contained in:
6
.obsidian/plugins/obsidian-git/data.json
vendored
6
.obsidian/plugins/obsidian-git/data.json
vendored
@@ -3,9 +3,9 @@
|
|||||||
"autoCommitMessage": "vault backup: {{date}}",
|
"autoCommitMessage": "vault backup: {{date}}",
|
||||||
"commitMessageScript": "",
|
"commitMessageScript": "",
|
||||||
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
|
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
|
||||||
"autoSaveInterval": 5,
|
"autoSaveInterval": 30,
|
||||||
"autoPushInterval": 12,
|
"autoPushInterval": 45,
|
||||||
"autoPullInterval": 5,
|
"autoPullInterval": 15,
|
||||||
"autoPullOnBoot": true,
|
"autoPullOnBoot": true,
|
||||||
"autoCommitOnlyStaged": false,
|
"autoCommitOnlyStaged": false,
|
||||||
"disablePush": false,
|
"disablePush": false,
|
||||||
|
|||||||
31
.obsidian/workspace.json
vendored
31
.obsidian/workspace.json
vendored
@@ -13,13 +13,28 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Diary/2026-1/2026-1-23 周五.md",
|
"file": "YueQian/相关网站.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false,
|
"source": false,
|
||||||
"backlinks": false
|
"backlinks": false
|
||||||
},
|
},
|
||||||
"icon": "lucide-file",
|
"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"
|
"title": "CQ2605"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"currentTab": 4
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "vertical"
|
"direction": "vertical"
|
||||||
@@ -132,13 +148,12 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Diary/2026-1/2026-1-23 周五.md",
|
|
||||||
"followCursor": true,
|
"followCursor": true,
|
||||||
"showSearch": false,
|
"showSearch": false,
|
||||||
"searchQuery": ""
|
"searchQuery": ""
|
||||||
},
|
},
|
||||||
"icon": "lucide-list",
|
"icon": "lucide-list",
|
||||||
"title": "2026-1-23 周五 的大纲"
|
"title": "大纲"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -290,13 +305,13 @@
|
|||||||
"remotely-save:Remotely Save": false
|
"remotely-save:Remotely Save": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "fc295192ba96dde5",
|
"active": "1fec176bb492eafb",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"YueQian/Homework/1-23-5题存疑.md",
|
||||||
|
"YueQian/相关网站.md",
|
||||||
"Collection/连~都忘记了的小知识.md",
|
"Collection/连~都忘记了的小知识.md",
|
||||||
"Diary/2026-1/2026-1-23 周五.md",
|
"Diary/2026-1/2026-1-23 周五.md",
|
||||||
"Diary/2026-1/2026-1-24 周六.md",
|
"Diary/2026-1/2026-1-24 周六.md",
|
||||||
"YueQian/相关网站.md",
|
|
||||||
"YueQian/Homework/1.23.md",
|
|
||||||
"Collection/YoudaoyunNotes/01Linux基础/02_Linux概述.md",
|
"Collection/YoudaoyunNotes/01Linux基础/02_Linux概述.md",
|
||||||
"BlogWebsite/Article/MarkdownTest.md",
|
"BlogWebsite/Article/MarkdownTest.md",
|
||||||
"Diary/2026-1/2026-1-22 周四.md",
|
"Diary/2026-1/2026-1-22 周四.md",
|
||||||
|
|||||||
@@ -14,19 +14,12 @@ int main(int argc, char const *argv[])
|
|||||||
int num = 255;
|
int num = 255;
|
||||||
|
|
||||||
printf("%d\n",num);
|
printf("%d\n",num);
|
||||||
|
|
||||||
printf("%u\n",num);
|
printf("%u\n",num);
|
||||||
|
|
||||||
printf("%#o\n",num);
|
printf("%#o\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);
|
||||||
|
|
||||||
printf("%#X\n",num);
|
printf("%#X\n",num);
|
||||||
|
|
||||||
printf("%X\n",num);
|
printf("%X\n",num);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
Reference in New Issue
Block a user