Skip to content

Commit

Permalink
更新了日志
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrued committed Apr 8, 2020
1 parent dbe5479 commit 05998c8
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Day91-100/92.Docker容器详解.md
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ docker push jackfrued/webserver
1. 安装Docker Compose。

```Shell
curl -L https://github.com/docker/compose/releases/download/1.25.0-rc2/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
curl -L "https://github.com/docker/compose/releases/download/1.25.4/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
```

Expand Down
File renamed without changes
Binary file added res/donation3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/donation4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed res/meituan.png
Binary file not shown.
11 changes: 8 additions & 3 deletions 更新日志.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
## 更新日志

### 2020年4月2日
### 2020年4月8日

1. 将基础部分(第1天到第15天)内容重新创建了一个名为“Python-Core-50-Courses”的仓库,更新了部分内容。

2. 更新了README.md文件。

3. 将近期收到的打赏通过腾讯公益捐出,助力“儿童健康课堂”。

![](res/donation4.png)

### 2020年3月8日

1. 更新了最后10天的部分文档。

2. 通过美团公益将近期打赏捐助给受疫情影响儿童。

![](res/meituan.png)
![](res/donation3.png)

### 2020年3月1日

Expand Down Expand Up @@ -47,7 +52,7 @@

1. 今天终于结束了出差的日子,回来先把最近收到的打赏通过腾讯公益平台全部捐赠给了绿之叶,总共捐出了111笔打赏。

![](./res/donation.png)
![](./res/donation1.png)

### 2019年7月9日

Expand Down

0 comments on commit 05998c8

Please sign in to comment.