From 2b276a8eeaa21229e56fe3757a8f0b0875d0d964 Mon Sep 17 00:00:00 2001 From: lijingwei Date: Mon, 12 Jul 2021 09:43:04 +0800 Subject: [PATCH] =?UTF-8?q?add:=20=E5=A2=9E=E5=8A=A0=20qt5=20=E5=88=86?= =?UTF-8?q?=E6=94=AF=E7=9A=84=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 增加 qt5 分支的 readme Log: 增加 qt5 分支的 readme Signed-off-by: lijingwei --- README.md | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index c10e66c..8ac2b17 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,19 @@ ## 参考资料 -1. 清华操作系统(Operating Systems) (2021):http://os.cs.tsinghua.edu.cn/oscourse/OS2021spring -2. 学堂在线视频:https://www.xuetangx.com/learn/thu08091002729/thu08091002729/5883981/video/9244829 -3. rCore学习路线:https://github.com/rcore-os/rCore/wiki/os-tutorial-summer-of-code -4. rCore-Book:https://rcore-os.github.io/rCore-Tutorial-Book-v3/index.html +1. Qt 官方文档:https://doc.qt.io/qt-5.12/ -> 学习日报参考:https://github.com/yunwei37/os-summer-of-code-daily/blob/master/README.md +## 计划 -> 微软rust学习:https://docs.microsoft.com/zh-cn/learn/paths/rust-first-steps/ +没有具体详细计划。 +学习过程由实际问题驱动:针对实践中遇到的问题进行扩展学习,每日针对当日问题,整理记录为碎片化的当日随手学习笔记。 -## 计划 +每周针对当周的问题和学习成果,整理一篇完整的介绍文章。 -1. 七月: rust -2. 八月: riscv -3. 九十月: 开发操作系统--based on qemu +## 内容链接 -## 每日学习情况汇总 +每日进展记录 & 笔记正文目录: -- [OS Tutorial euler of Code 2021 每日学习实践过程记录](https://gitee.com/mind-io/os-tutorial/issues/I3ZWRZ) +https://github.com/marsCatXdu/qt5-learning-notes -- Gitee