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/\347\254\254\344\270\200\351\230\266\346\256\265\346\200\273\347\273\223.md" "b/source/_posts/\347\254\254\344\270\200\351\230\266\346\256\265\346\200\273\347\273\223.md" new file mode 100644 index 00000000000..cfa15d11ce5 --- /dev/null +++ "b/source/_posts/\347\254\254\344\270\200\351\230\266\346\256\265\346\200\273\347\273\223.md" @@ -0,0 +1,17 @@ +--- +title: 第一阶段总结 +date: 2025-03-31 12:17:55 +categories: + - 阶段总结 +tags: + - author:Yinwei-Yu + - repo:https://github.com/LearningOS/2025s-rcore-Yinwei-Yu +--- + +因为之前不久才参加过数据结构训练营,所以第一阶段相对简单,但是仍在完成过程中发现会写出有所有权和生命周期bug的代码. + +于是边做边看rust圣经,算是第二次学了,对第一次学的时候不够熟悉的地方进行复习 + +此外,最后十道算法题虽然之前已经做过,但是再做时仍有一定问题,有的题虽然能用过程式写出来,但是实现相当臃肿,需要借助ai工具学习更加简洁的函数式解决方法.函数式编程真的很优雅. + +目前对于rust感觉异步编程这部分还比较困难,希望自己继续努力,积极完成第二阶段