From a6e273e8897869bb4f4c817084cf4cc4c3d692c7 Mon Sep 17 00:00:00 2001 From: Terry Date: Wed, 26 Mar 2025 22:20:01 +0800 Subject: [PATCH 1/3] init --- .idea/.gitignore | 8 ++++++++ .idea/vcs.xml | 4 ++++ package.json | 4 ++-- source/_posts/terry-he.md | 13 +++++++++++++ 4 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/vcs.xml create mode 100644 source/_posts/terry-he.md diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 00000000000..13566b81b01 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000000..d843f340d22 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/package.json b/package.json index 894859abe9c..27665f98a59 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "server": "hexo server" }, "hexo": { - "version": "7.0.0" + "version": "4.2.1" }, "dependencies": { "hexo": "^4.2.1", @@ -25,4 +25,4 @@ "hexo-renderer-stylus": "^1.1.0", "hexo-server": "^1.0.0" } -} +} \ No newline at end of file diff --git a/source/_posts/terry-he.md b/source/_posts/terry-he.md new file mode 100644 index 00000000000..a21d1338168 --- /dev/null +++ b/source/_posts/terry-he.md @@ -0,0 +1,13 @@ +--- +title: terry-he +date: 2025-03-26 22:10:55 +categories: + - 2025春夏季操作系统训练营 +tags: + - author: + - repo:https://github.com/stop1204/blog?tab=readme-ov-file + - + - + - ... + +--- From 6444bcc526c846a14a50b72e3c359080ef6d17f5 Mon Sep 17 00:00:00 2001 From: Terry Date: Wed, 26 Mar 2025 22:26:36 +0800 Subject: [PATCH 2/3] first blog --- .idea/blog.iml | 8 ++ .idea/inspectionProfiles/Project_Default.xml | 131 +++++++++++++++++++ .idea/modules.xml | 8 ++ .idea/vcs.xml | 4 +- source/_posts/terry-he.md | 17 ++- 5 files changed, 162 insertions(+), 6 deletions(-) create mode 100644 .idea/blog.iml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/modules.xml diff --git a/.idea/blog.iml b/.idea/blog.iml new file mode 100644 index 00000000000..61021940449 --- /dev/null +++ b/.idea/blog.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 00000000000..59187a39133 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,131 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000000..e81aaae081f --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index d843f340d22..35eb1ddfbbc 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -1,4 +1,6 @@ - + + + \ No newline at end of file diff --git a/source/_posts/terry-he.md b/source/_posts/terry-he.md index a21d1338168..85c143d8c56 100644 --- a/source/_posts/terry-he.md +++ b/source/_posts/terry-he.md @@ -4,10 +4,17 @@ date: 2025-03-26 22:10:55 categories: - 2025春夏季操作系统训练营 tags: - - author: - - repo:https://github.com/stop1204/blog?tab=readme-ov-file - - - - - - ... + - author:stop1204 + - 第二階段: ... + - 第一階段: https://github.com/LearningOS/2025s-rustling-stop1204 + - blog:https://github.com/stop1204/blog?tab=readme-ov-file --- + +# 前言 +`業餘愛好者, 為興趣而來, 有時候會做一些奇奇怪怪的事情` + +# Day 1 26/3/2025 +奇奇怪怪, 沒用過 blog,不知道怎麼用.~ 發佈之後我的 blog 鏈接 page 在哪裡. +剛完成 rustlings. 先記錄一下吧. 把 algorithm 5-10 跳過了, 在 AI 輔助下完成. 因為整的沒有學過算法. 所以後續有時間再補作業吧. 先開始 OS 的前置內容學習. + From 74f55664ca2688cf067440b1d0d47c580b4a1faf Mon Sep 17 00:00:00 2001 From: Terry Date: Wed, 26 Mar 2025 22:33:09 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E7=AC=AC=E4=B8=80?= =?UTF-8?q?=E6=9D=A1=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_posts/terry-he.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/terry-he.md b/source/_posts/terry-he.md index 85c143d8c56..81fbfba0c05 100644 --- a/source/_posts/terry-he.md +++ b/source/_posts/terry-he.md @@ -7,7 +7,7 @@ tags: - author:stop1204 - 第二階段: ... - 第一階段: https://github.com/LearningOS/2025s-rustling-stop1204 - - blog:https://github.com/stop1204/blog?tab=readme-ov-file + - blog: https://github.com/stop1204/blog?tab=readme-ov-file ---