Skip to content

Commit 967bf76

Browse files
committed
auto commit
1 parent 7bb89e7 commit 967bf76

File tree

5 files changed

+28
-3
lines changed

5 files changed

+28
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,10 @@
234234

235235
微服务简介、API 网关、服务注册发现、服务通信
236236

237+
- 分布式锁
238+
239+
基于 Redis、MySQL、Zookeeper 的分布式锁实现
240+
237241
- FastDFS
238242

239243
轻量级分布式文件管理系统
@@ -317,7 +321,7 @@
317321

318322
## 十、工具
319323

320-
- [Git](notes/Git.md)
324+
- [Git](notes/git-tutorial.md)
321325

322326
基本概念,常见命令,速查表
323327

assets/mind/fullstack tutorial.xmind

390 KB
Binary file not shown.

notes/Docker.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@
7575

7676
Docker 容器化引擎,更详细请转向:[Docker_Tutorial: Docker 容器化引擎入门手册](https://github.com/frank-lam/Docker_Tutorial)
7777

78-
> 本文内容均来自:【千锋-李卫民老师博客,推荐大家学习】http://www.funtl.com/
78+
> 参考资料:
79+
>
80+
> - http://www.funtl.com/
81+
> - [Docker —— 从入门到实践](https://yeasy.gitbooks.io/docker_practice/content/)
7982
>
8083
> 基于以上部分内容做一定的修改
8184

notes/git-tutorial.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Git Tutorial
2+
3+
这里 Git 学习指引,包含如下几个模块,将用最极简的语言带你进入 Git 版本控制的世界。
4+
5+
| 📖 | 📝 | 💿 | 🌟 |
6+
| :--------------------: | :----------: | :----------: | :------------------------: |
7+
| [Git 基础知识](Git.md) | Git 应用场景 | Git 命令速查 | [Git 工作流](Git工作流.md) |
8+
9+
10+
11+
## 参考资料
12+
13+
- [极客时间苏玲老师的《玩转Git三剑客》笔记](aimuch/iPlayGit: 这是极客时间苏玲老师的《玩转Git三剑客》笔记)
14+
- [git使用 · lzy的Bbbblog](https://o0chivas0o.github.io/2018/12/21/git/)
15+

others/reference/参考资料.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@
2727
[Snailclimb/Java_Guide: Java面试通关手册(Java学习指南)](https://github.com/Snailclimb/Java_Guide) `star:94`
2828

2929
Introduction · 笔试面试知识整理
30-
https://hit-alibaba.github.io/interview/index.html
30+
https://hit-alibaba.github.io/interview/index.html
31+
32+
[justjavac/free-programming-books-zh_CN: 免费的计算机编程类中文书籍,欢迎投稿](https://github.com/justjavac/free-programming-books-zh_CN)
33+

0 commit comments

Comments
 (0)