diff --git a/README.md b/README.md index 6953fff5edb7016aece248247bbf045543562c5b..a73b31f4bd61e23421fb7d3ad2b82e057e574478 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,7 @@ Rust这门语言能从很多方面体现出它的安全,愈发有兴趣。 [进阶视频](https://www.bilibili.com/video/BV1FJ411Y71o?p=1)学习(56/81),[随堂笔记](https://codechina.csdn.net/weixin_51460943/leedia-s-learning-records/-/tree/master/rust_lang/%E8%BF%9B%E9%98%B6) 今天对智能指针、线程、通道自己结合书更多了解了,但是还是很懵逼,希望在之后能更加明白掌握。 - 完成初级编程题 -[Small exercisest(20/20) ](https://codechina.csdn.net/weixin_51460943/leedia-s-learning-records/-/tree/master/rustlings) -![](https://codechina.csdn.net/weixin_51460943/leedia-s-learning-records/-/blob/6a42b5ecb1df067cdf15690cb7213e4d9910a4f0/rustlings/f1.png) +[Small exercisest(20/20) ](https://codechina.csdn.net/weixin_51460943/leedia-s-learning-records/-/tree/master/rustlings),[完成情况](https://codechina.csdn.net/weixin_51460943/leedia-s-learning-records/-/blob/6a42b5ecb1df067cdf15690cb7213e4d9910a4f0/rustlings/f1.png) ### 感悟 坚持,虽然很累,但是也要缓慢且坚定的前进。 今天太热了,热到干饭人没有吃晚饭φ(* ̄0 ̄) @@ -60,4 +59,15 @@ Rust这门语言能从很多方面体现出它的安全,愈发有兴趣。 [进阶视频](https://www.bilibili.com/video/BV1FJ411Y71o?p=1)学习(81/81),[随堂笔记](https://codechina.csdn.net/weixin_51460943/leedia-s-learning-records/-/tree/master/rust_lang/%E8%BF%9B%E9%98%B6) - 完成[32 Rust Quizes](https://dtolnay.github.io/rust-quiz/1)(4/33) ### 感悟 -把视频看完了,明天再结合书看一下,就开始Step1了,加油,一定要坚持哦(๑•̀ㅂ•́)و✧。 +把视频看完了,明天再结合书看一下,一定要坚持哦(๑•̀ㅂ•́)و✧。 +## 第九天 2021-7-11 +### 学习内容 +- 完成[32 Rust Quizes](https://dtolnay.github.io/rust-quiz/1)(33/33) +- 完成中级编程学习 +1、[阅读中文课程和课堂笔记](https://pxiaoer.blog/category/rust/cs110l/) +2、基于笨办法学C/python/ruby的书籍和例子,要求用rust语言重新实现15道以上的编程练习题(7/16) +## 第十天 2021-7-12 +### 学习内容 +- 完成中级编程练习 +1、[阅读中文课程和课堂笔记](https://pxiaoer.blog/category/rust/cs110l/) +2、基于笨办法学C/python/ruby的书籍和例子,要求用rust语言重新实现15道以上的编程练习题(16/16)