提交 55a257b1 编写于 作者: 两万多's avatar 两万多

Update README.md

上级 fec32fee
......@@ -3,14 +3,15 @@
- summer 2021
Leedia’s 开源操作系统的学习记录仓库
## 日程总表 表格版
# Notes
- [Notes](#notes)
*七月*
| Sun | Mon | Tues | Wed | Thu | Fri | Sat |
| :-----------------: | :------------------: | :------------------: | :-----------------: | :-----------------: | :-----------------: | :-----------------: |
| 27| 28 | 29 | 30 | 1 | 2 | 3<br/>([D1](#第一天 2021-7-3)) |
| 4<br/>([D2](# 第二天 2021-7-4)) | 5<br/>([D3](# 第三天 2021-7-5)) | 6<br/>([D4](# 第四天 2021-7-6)) | 7<br/>([D5](# 第五天 2021-7-7)) | 8<br/>([D6](# 第六天 2021-7-8)) | 9<br/>([D7](# 第七天 2021-7-9)) | 10<br/>([D8](# 第八天 2021-7-10)) |
| 4<br/>([D2](#第二天 2021-7-4)) | 5<br/>([D3](#第三天 2021-7-5)) | 6<br/>([D4](#第四天 2021-7-6)) | 7<br/>([D5](#第五天 2021-7-7)) | 8<br/>([D6](#第六天 2021-7-8)) | 9<br/>([D7](#第七天 2021-7-9)) | 10<br/>([D8](#第八天 2021-7-10)) |
| 11<br/>| 12<br/> | 13<br/> | 14<br/> | 15<br/> | 16<br/> | 17<br/> |
| 18<br/> | 19<br/> | 20<br/> | 21<br/> | 22<br/> | 23<br/> | 24<br/> |
| 25<br/> | 26 | 27 | 28 | 29 | 30 | 31 |
......@@ -26,18 +27,18 @@ Leedia’s 开源操作系统的学习记录仓库
| 29 | 30 | 31 | | | | |
## 第一天 2021-7-3
##第一天 2021-7-3
### 学习内容
- 学习Rust语法
- [格式化输出](https://codechina.csdn.net/weixin_51460943/leedia-s-learning-records/-/blob/master/rust_lang/%E5%88%9D%E7%BA%A7/%E6%A0%BC%E5%BC%8F%E5%8C%96%E8%BE%93%E5%87%BA.md)总结
## 第二天 2021-7-4
##第二天 2021-7-4
### 学习内容
- 学习Rust语法
[初级视频](https://www.bilibili.com/video/BV1xJ411B79h)学习(10/26),[随堂笔记](https://codechina.csdn.net/weixin_51460943/leedia-s-learning-records/-/tree/master/rust_lang/%E5%88%9D%E7%BA%A7)
- 完成初级编程题
[Small exercisest(4/20)](https://codechina.csdn.net/weixin_51460943/leedia-s-learning-records/-/tree/master/rustlings)
## 第三天 2021-7-5
##第三天 2021-7-5
### 学习内容
- 学习Rust语法
[初级视频](https://www.bilibili.com/video/BV1xJ411B79h)学习(26/26),[随堂笔记](https://codechina.csdn.net/weixin_51460943/leedia-s-learning-records/-/tree/master/rust_lang/%E5%88%9D%E7%BA%A7)
......@@ -46,13 +47,13 @@ Leedia’s 开源操作系统的学习记录仓库
[Small exercisest(8/20) ](https://codechina.csdn.net/weixin_51460943/leedia-s-learning-records/-/tree/master/rustlings)
### 感悟
Rust这门语言能从很多方面体现出它的安全,愈发有兴趣。
## 第四天 2021-7-6
##第四天 2021-7-6
### 学习内容
- 学习Rust语法
[进阶视频](https://www.bilibili.com/video/BV1FJ411Y71o?p=1)学习(16/81),[随堂笔记](https://codechina.csdn.net/weixin_51460943/leedia-s-learning-records/-/tree/master/rust_lang/%E8%BF%9B%E9%98%B6)
- 完成初级编程题
[Small exercisest(16/20) ](https://codechina.csdn.net/weixin_51460943/leedia-s-learning-records/-/tree/master/rustlings)
## 第五天 2021-7-7
##第五天 2021-7-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)
......@@ -63,21 +64,21 @@ Rust这门语言能从很多方面体现出它的安全,愈发有兴趣。
### 感悟
坚持,虽然很累,但是也要缓慢且坚定的前进。
今天太热了,热到干饭人没有吃晚饭φ(* ̄0 ̄)
## 第六天 2021-7-8
##第六天 2021-7-8
### 学习内容
- 学习Rust语法
[进阶视频](https://www.bilibili.com/video/BV1FJ411Y71o?p=1)学习(66/81),[随堂笔记](https://codechina.csdn.net/weixin_51460943/leedia-s-learning-records/-/tree/master/rust_lang/%E8%BF%9B%E9%98%B6)
今天对Rust面向对象编程特征做了了解,并且完成了Rust程序设计语言简体中文版[17.3](https://kaisery.github.io/trpl-zh-cn/ch17-02-trait-objects.html)处实例。
### 感悟
人生に梦があるのではなく、梦が人生をつくるのです。
## 第七天 2021-7-9
##第七天 2021-7-9
### 学习内容
- 学习Rust语法
[进阶视频](https://www.bilibili.com/video/BV1FJ411Y71o?p=1)学习(70/81),[随堂笔记](https://codechina.csdn.net/weixin_51460943/leedia-s-learning-records/-/tree/master/rust_lang/%E8%BF%9B%E9%98%B6)
看了模式章节,再看了一下书,懵懵的。
### 感悟
今天终于放假回家了,差点错过动车(✿◡‿◡),希望能安心下来搞学习。
## 第八天 2021-7-10
##第八天 2021-7-10
### 学习内容
- 学习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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册