From ee5728bcd4c34ef02c087cba99c0449ad188ae1d Mon Sep 17 00:00:00 2001 From: nicholasdezai Date: Sun, 28 Apr 2024 16:40:49 +0800 Subject: [PATCH] nicholasdezai-blog --- .gitignore | 1 + package.json | 4 ++-- ...6\256\265\346\200\273\347\273\223-nicholasdezai.md" | 10 ++++++++++ 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 "source/_posts/2024\346\230\245\345\255\243\345\274\200\346\272\220\346\223\215\344\275\234\347\263\273\347\273\237\350\256\255\347\273\203\350\220\245\347\254\254\344\270\200\351\230\266\346\256\265\346\200\273\347\273\223-nicholasdezai.md" diff --git a/.gitignore b/.gitignore index e5311e45a4c..623a9dabe15 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ public/ node_modules/ db.json .DS_Store +.idea \ 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/2024\346\230\245\345\255\243\345\274\200\346\272\220\346\223\215\344\275\234\347\263\273\347\273\237\350\256\255\347\273\203\350\220\245\347\254\254\344\270\200\351\230\266\346\256\265\346\200\273\347\273\223-nicholasdezai.md" "b/source/_posts/2024\346\230\245\345\255\243\345\274\200\346\272\220\346\223\215\344\275\234\347\263\273\347\273\237\350\256\255\347\273\203\350\220\245\347\254\254\344\270\200\351\230\266\346\256\265\346\200\273\347\273\223-nicholasdezai.md" new file mode 100644 index 00000000000..11f83011a64 --- /dev/null +++ "b/source/_posts/2024\346\230\245\345\255\243\345\274\200\346\272\220\346\223\215\344\275\234\347\263\273\347\273\237\350\256\255\347\273\203\350\220\245\347\254\254\344\270\200\351\230\266\346\256\265\346\200\273\347\273\223-nicholasdezai.md" @@ -0,0 +1,10 @@ +--- +title: 2024春季开源操作系统训练营第一阶段总结-nicholasdezai +date: 2024-04-28 16:28:55 +tags: +--- + +# 第一阶段 Rustlings 总结 +这是我第一次接触rust,这一个月基本上用于学习rust的基础知识,主要是通过rustlings这个项目来学习,这个项目是一个非常好的项目,通过这个项目我学习到了很多rust的基础知识,比如rust的基本语法,rust的数据类型,rust的所有权系统,rust的模块系统等等,这些知识对我来说都是非常重要的,我也通过这个项目学习到了一些rust的编程技巧,比如如何使用match表达式,如何使用闭包等等,这些技巧对我来说也是非常重要的,总的来说,这一个月的学习让我对rust有了一个初步的了解. +rustlings让我第一次看到还可以这么学一门语言,通过一些小的练习来学习一门语言,这种学习方式非常的有趣,我也通过这个项目学到了一些学习方法,比如如何通过阅读错误信息来找到错误的原因,如何通过阅读文档来学习一门语言等等,这些方法对我来说也是非常重要的。 +希望我能坚持下来接下来的学习!!! \ No newline at end of file