Skip to content

第一阶段总结by李胤玮 #706

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"server": "hexo server"
},
"hexo": {
"version": "7.0.0"
"version": "4.2.1"
},
"dependencies": {
"hexo": "^4.2.1",
Expand All @@ -25,4 +25,4 @@
"hexo-renderer-stylus": "^1.1.0",
"hexo-server": "^1.0.0"
}
}
}
17 changes: 17 additions & 0 deletions source/_posts/第一阶段总结.md
Original file line number Diff line number Diff line change
@@ -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感觉异步编程这部分还比较困难,希望自己继续努力,积极完成第二阶段