From a8bc4ec24e3e1e4c025bb7195e71f8f1f7ffd31e Mon Sep 17 00:00:00 2001 From: AiPandaBear <5255137+AiPandaBear@user.noreply.gitee.com> Date: Wed, 26 Feb 2020 10:45:29 +0800 Subject: [PATCH 1/3] update week_07/29/README.md. --- week_07/29/README.md | 46 +------------------------------------------- 1 file changed, 1 insertion(+), 45 deletions(-) diff --git a/week_07/29/README.md b/week_07/29/README.md index 5bb53d0..b6b7f7f 100644 --- a/week_07/29/README.md +++ b/week_07/29/README.md @@ -1,47 +1,3 @@ ## 源码刻意学习小组 -[TOC] - - - -### 一、学习周期(2个月) - -| 时间 | 内容 | -| :------------------------------- | ------- | -| 第一周 (2019/12/09-2019/12.15) | jdk || -| 第二周 (2019/12/16-2019/12.22) | jdk || -| 第三周 (2019/12/23-2019/12.29) | jdk || -| 第四周 (2019/12/30-2020/01/05) | jdk || -| 第五周 (2020/01/06-2020/01/12) | Spring || -| 第六周 (2020/01/13-2020/01/19) | Spring || -| 第七周 (2020/01/20-2020/01/26) | MyBatis || -| 第八周 (2020/01/27-2020/02/02) | MyBatis || - - - -### 二、作业 - -#### 1、源码学习笔记(必做) - -​ 至少提交2个类的源码分析笔记 - -#### 2、本周学习总结(可选) - -​ 学习总结直接在GitHub的issue上发布即可。 - -#### 3、review5名其他的学习笔记或学习总结 - -​ 在项目的`Pull requests`可以看到其他人的Pull requests记录,并进行review。 - - - -###三、源码提交流程 -- 先将[xxx]仓库 `fork` 到自己的 GitHub 账号下。 -- 将 `fork` 后的仓库 `clone` 到本地,然后在本地新建、修改自己的源码学习笔记,**注意:** 仅允许在和自己编号对应的目录下新建或修改自己的源码学习笔记。完成后,将相关修改部分 `push` 到自己的 GitHub 远程仓库。 -- 当完成本周作业,提交 `Pull Request`申请给[xxx]仓库,Pull 作业时,必须备注自己的编号和提交第几周的作业,如`007-week 02`,是指编号为`007`的成员提交的`第二周`的源码学习笔记。 -- 源码学习笔记的命名规则:**`内容标题-编号`**,比如学号为 `007` 的成员完成`ArrayList`类后,请将源码学习笔记名保存为 `ArrayList-007 `。(内容标题自定义) -- 务必按照Pull Request的备注形式和作业文件的命名进行提交,这样方便统计。 - - - -ps:任何学习上的问题可以发布issure求助,其他同学有时间就帮忙看看哈。 \ No newline at end of file +IOC 启动时序:https://app.yinxiang.com/fx/e5c10478-2a19-4ab0-998c-84b1448ac308 \ No newline at end of file -- Gitee From 156c5058235909047c55fdc45a414e7c42d86201 Mon Sep 17 00:00:00 2001 From: AiPandaBear <5255137+AiPandaBear@user.noreply.gitee.com> Date: Wed, 26 Feb 2020 10:46:09 +0800 Subject: [PATCH 2/3] update week_07/29/README.md. --- week_07/29/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/week_07/29/README.md b/week_07/29/README.md index b6b7f7f..ccb6b53 100644 --- a/week_07/29/README.md +++ b/week_07/29/README.md @@ -1,3 +1,3 @@ ## 源码刻意学习小组 -IOC 启动时序:https://app.yinxiang.com/fx/e5c10478-2a19-4ab0-998c-84b1448ac308 \ No newline at end of file +IOC 运行时序:https://app.yinxiang.com/fx/e5c10478-2a19-4ab0-998c-84b1448ac308 \ No newline at end of file -- Gitee From 07c68dedaa3a277429fa9c097aca5b74ec45d095 Mon Sep 17 00:00:00 2001 From: AiPandaBear <5255137+AiPandaBear@user.noreply.gitee.com> Date: Tue, 3 Mar 2020 15:28:43 +0800 Subject: [PATCH 3/3] update week_07/29/README.md. --- week_07/29/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/week_07/29/README.md b/week_07/29/README.md index ccb6b53..82fa624 100644 --- a/week_07/29/README.md +++ b/week_07/29/README.md @@ -1,3 +1,5 @@ ## 源码刻意学习小组 -IOC 运行时序:https://app.yinxiang.com/fx/e5c10478-2a19-4ab0-998c-84b1448ac308 \ No newline at end of file +IOC 运行时序:https://app.yinxiang.com/fx/e5c10478-2a19-4ab0-998c-84b1448ac308 + +DI 运行时序:https://app.yinxiang.com/fx/dba887a1-874e-4193-84e5-5dc4b9c4bb72 \ No newline at end of file -- Gitee