Skip to content

Commit ce4dccf

Browse files
author
LimitSY
authored
Merge pull request frank-lam#1 from frank-lam/master
update
2 parents 73e0034 + 3aecbd5 commit ce4dccf

File tree

113 files changed

+1895
-666
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+1895
-666
lines changed

README.md

Lines changed: 87 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![full stack developer tutorial](pics/1537592021705.png)
1+
![full stack developer tutorial](assets/1537592021705.png)
22

33

44

@@ -12,13 +12,14 @@
1212
</div>
1313

1414

15-
| I | II | III | IV | V | VI | VII | VIII | IX | X | XI | XII |
15+
| I | II | III | IV | V | VI | VII | VIII | IX | X | XI | XII |
1616
| :--------------------------: | :-------------------: | :----------------------: | :---------------------: | :--------------: | :---------------: | :----------------------: | :----------------------: | :----------------------: | :----------------------: | :----------------------: | :----------------------: |
17-
| 算法<br />[:pencil:](#一数据结构与算法) | Java<br/>[:coffee:](#二java) | Python<br />[:snake:](#三python) | 数据库<br/>[:floppy_disk:](#四数据库) | 操作系统<br/>[:computer:](#五操作系统) | 网络通信<br/>[:cloud:](#六网络通信) | 分布式<br/>[:page_with_curl:](#七分布式) | 机器学习<br/> [:mag:](#八机器学习) |工具<br/>[:hammer:](#九工具) |Learn<br />[:books:](#learning-books) |Talking<br />[:bulb:](#talking-bulb) |Author<br/>[:boy:](#关于作者-boy)|
17+
| 算法<br />[:pencil:](#一数据结构与算法) | Java<br/>[:coffee:](#二java) | Python<br />[:snake:](#三python) | 前端<br />[:link:](#四前端) | 数据库<br/>[:floppy_disk:](#五数据库) | 操作系统<br/>[:computer:](#六操作系统) | 网络通信<br/>[:cloud:](#七网络通信) | 分布式<br/>[:page_with_curl:](#八分布式) | 机器学习<br/> [:mag:](#九机器学习) |工具<br/>[:hammer:](#十工具) |Learn<br />[:books:](#learning-books) |Talking<br />[:bulb:](#talking-bulb) |
1818

1919
<div align="center">
2020
<p>
21-
公告(2018/11/15):QQ技术交流群 862619503
21+
公告(2018/11/15):
22+
<a href="notes/技术交流群.md">QQ技术交流群</a>
2223
</p>
2324
<p>
2425
个人能力有限,欢迎志同道合的朋友们共同维护。<a href="notes/开源贡献.md">⊱ 开源小组,英雄招募令</a>
@@ -35,12 +36,17 @@
3536

3637

3738

39+
3840
## 前言
3941

4042
- [全栈修炼手册:如何选择自己的技术栈?](notes/如何选择自己的技术栈.md)
4143

4244
在编程的世界里,该如何选择自己的技术栈呢。学前端?学 APP 开发?对于 Java、C++、C#、Python、PHP 又如何选择呢?人工智能现如今这么火,是不是机器学习、深度学习更高级一些呢?那么程序员又如何修炼内功呢?
4345

46+
- [全栈开发神兵利器](notes/全栈开发神兵利器.md)
47+
48+
工欲善其事,必先利其器。这里我将推荐开发过程中的提效工具、开发利器、协作工具、文档技术等等。
49+
4450

4551

4652

@@ -97,7 +103,49 @@
97103

98104

99105

100-
## 四、数据库
106+
## 四、前端
107+
108+
- HTML(5)
109+
110+
- CSS(3)
111+
112+
sass、scss、stylus
113+
114+
- CSS 框架
115+
116+
BootStarp、LayUI
117+
118+
- JavaScript
119+
120+
基础语法、进阶、ES6
121+
122+
- JavaScript 框架
123+
124+
- Vue
125+
- React
126+
- Angular
127+
- jQuery
128+
129+
- Node
130+
131+
常用 api、对象池、异常处理、进程通信、高并发
132+
133+
- 静态编译
134+
- Flow
135+
- TypeScript
136+
137+
- 打包工具
138+
- webpack
139+
- glup
140+
- rollup
141+
142+
- 工具
143+
- npm
144+
- yarn
145+
146+
147+
148+
## 五、数据库
101149

102150
- [MySQL](notes/MySQL.md)
103151

@@ -107,13 +155,17 @@
107155

108156
Redis 核心知识
109157

158+
- MongoDB
159+
160+
基于分布式文件存储的数据库
161+
110162
- [SQL](notes/SQL.md)
111163

112164
常用 SQL 语句
113165

114166

115167

116-
## 、操作系统
168+
## 、操作系统
117169

118170
- [操作系统原理](notes/操作系统.md)
119171

@@ -125,7 +177,7 @@
125177

126178

127179

128-
## 、网络通信
180+
## 、网络通信
129181

130182
- [计算机网络](notes/计算机网络.md)
131183

@@ -143,7 +195,7 @@
143195

144196

145197

146-
## 、分布式
198+
## 、分布式
147199

148200
- [Docker](notes/Docker基础.md)
149201

@@ -175,6 +227,8 @@
175227

176228
分布式消息通信
177229

230+
- 熔断,限流,降级机制
231+
178232
- Redis
179233

180234
分布式缓存
@@ -203,21 +257,29 @@
203257

204258

205259

206-
## 、机器学习
260+
## 、机器学习
207261
- 经典机器学习算法
208-
- Scikit-learn
209-
- Tensorflow
262+
263+
K 近邻算法、线性回归、梯度下降法、逻辑回归、支持向量机、决策树、集成学习
264+
265+
- 基础框架
266+
267+
Tensorflow,Scikit-learn
210268

211269
【说明】学习过一段时间算法,但一直未来得及整理。敬请期待
212270

213271

214272

215273

216-
## 九、工具
274+
## 十、工具
275+
276+
- [Git](notes/Git.md)
217277

218-
- [Git](notes/EfficiencyTools/Git.md)
278+
基本概念,常见命令,速查表
219279

220-
常见命令,速查表
280+
- [Git 工作流](notes/Git工作流.md)
281+
282+
集中式工作流,功能分支工作流, GitFlow 工作流,Forking 工作流,Pull Requests
221283

222284
- [正则表达式](notes/EfficiencyTools/正则表达式.md)
223285

@@ -269,6 +331,9 @@
269331
<img src="https://avatars3.githubusercontent.com/u/32006433?s=460&v=4" width="50px">
270332
</a>
271333
<a href="https://github.com/mazyi">
334+
<img src="https://avatars1.githubusercontent.com/u/24809310?s=460&v=4" width="50px">
335+
</a>
336+
<a href="https://github.com/si9ma">
272337
<img src="https://avatars2.githubusercontent.com/u/6824119?s=460&v=4" width="50px">
273338
</a>
274339
<a href="https://github.com/FrankLLC">
@@ -277,19 +342,23 @@
277342
<a href="https://github.com/wyn-lin">
278343
<img src="https://avatars1.githubusercontent.com/u/32236252?s=400&v=4" width="50px">
279344
</a>
345+
<a href="https://github.com/LimitSY">
346+
<img src="https://avatars2.githubusercontent.com/u/5361364?s=460&v=4" width="50px">
347+
</a>
348+
<a href="https://github.com/librarysong">
349+
<img src="https://avatars0.githubusercontent.com/u/22957350?s=460&v=4" width="50px">
350+
</a>
280351

281352

282353

283354
### License
284355

285-
  本作品采用 [知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议](https://creativecommons.org/licenses/by-nc-sa/4.0/) 进行许可,在对本作品进行演绎时,请署名并以相同方式共享,不作任何商业用途
356+
  本作品采用 [知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议](https://creativecommons.org/licenses/by-nc-sa/4.0/) 进行许可。使用者可以对本创作进行转载、节选、混编、二次创作,但不得运用于商业目的,且使用时须进行署名,采用本创作的内容必须同样采用本协议进行授权
286357

287358
  <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="知识共享许可协议" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a>
288359

289360

290361

291-
292-
293362
## 关于作者 :boy:
294363

295364
<div align="center">
@@ -298,13 +367,12 @@
298367
</p>
299368
<a target="_blank" href="https://zhuanlan.zhihu.com/frankfeekr" rel="nofollow"><img src="https://img.shields.io/badge/知乎专栏-frankfeekr-blue.svg" alt="QQ群" data-canonical-src="" style="max-width:100%;"></a>
300369
<a target="_blank" href="http://blog.csdn.net/u012104219" rel="nofollow"><img src="https://img.shields.io/badge/CSDN-东风牧野-red.svg" alt="CSDN" data-canonical-src="" style="max-width:100%;"></a>
301-
<a target="_blank" href="https://weibo.com/frankfeekr" rel="nofollow" style="display:none"><img src="https://img.shields.io/badge/Sina-Lam__Frank-orange.svg" alt="新浪微博" data-canonical-src="" style="max-width:100%;"></a>
302370
<a target="_blank" href="mailto:frank_lin@whu.edu.cn" rel="nofollow"><img src="https://img.shields.io/badge/Email-frank__lin@whu.edu.cn-lightgrey.svg" alt="邮箱" data-canonical-src="" style="max-width:100%;"></a>
303371
<a target="_blank" href="https://jq.qq.com/?_wv=1027&k=593WvX0" rel="nofollow" ><img src="https://img.shields.io/badge/QQ群-862619503-green.svg" alt="QQ群" data-canonical-src="" style="max-width:100%;"></a>
304372
<br/><br/>
305373
<p>
306374
from zero to hero.
307375
</p>
308376
</div>
309-
<div align="center"><img src="pics/tipping.png" width="620"/></div><br/>
377+
<div align="center"><img src="assets/wechat-fullstack.png" width="620"/></div><br/>
310378

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

assets/wechat-fullstack2.png

73.3 KB
Loading

notes/DeepLearning/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
深度学习板块

notes/DeepLearning/assets/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
深度学习板块-图片文件夹

notes/Docker.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,76 @@
1+
<!-- TOC -->
2+
3+
- [前言](#前言)
4+
- [1. Docker 简介](#1-docker-简介)
5+
- [1.1 什么是 Docker](#11-什么是-docker)
6+
- [1.2 为什么要使用 Docker](#12-为什么要使用-docker)
7+
- [2. Docker 基本概念](#2-docker-基本概念)
8+
- [2.1 Docker 引擎](#21-docker-引擎)
9+
- [2.2 Docker 架构](#22-docker-架构)
10+
- [2.3 Docker 镜像](#23-docker-镜像)
11+
- [2.4 Docker 容器](#24-docker-容器)
12+
- [2.5 Docker 仓库](#25-docker-仓库)
13+
- [3. 安装 Docker](#3-安装-docker)
14+
- [3.1 Ubuntu 安装 Docker](#31-ubuntu-安装-docker)
15+
- [准备工作](#准备工作)
16+
- [系统要求](#系统要求)
17+
- [卸载旧版本](#卸载旧版本)
18+
- [Ubuntu 14.04 可选内核模块](#ubuntu-1404-可选内核模块)
19+
- [Ubuntu 16.04 +](#ubuntu-1604-)
20+
- [使用 APT 安装](#使用-apt-安装)
21+
- [安装必要的一些系统工具](#安装必要的一些系统工具)
22+
- [安装 GPG 证书](#安装-gpg-证书)
23+
- [写入软件源信息](#写入软件源信息)
24+
- [更新并安装 Docker CE](#更新并安装-docker-ce)
25+
- [使用脚本自动安装](#使用脚本自动安装)
26+
- [特别说明](#特别说明)
27+
- [启动 Docker CE](#启动-docker-ce)
28+
- [建立 docker 用户组](#建立-docker-用户组)
29+
- [测试 Docker 是否安装正确](#测试-docker-是否安装正确)
30+
- [镜像加速](#镜像加速)
31+
- [参考文档](#参考文档)
32+
- [3.2 CentOS 安装 Docker](#32-centos-安装-docker)
33+
- [准备工作](#准备工作-1)
34+
- [系统要求](#系统要求-1)
35+
- [卸载旧版本](#卸载旧版本-1)
36+
- [使用 yum 安装](#使用-yum-安装)
37+
- [安装 Docker CE](#安装-docker-ce)
38+
- [使用脚本自动安装](#使用脚本自动安装-1)
39+
- [启动 Docker CE](#启动-docker-ce-1)
40+
- [建立 docker 用户组](#建立-docker-用户组-1)
41+
- [测试 Docker 是否安装正确](#测试-docker-是否安装正确-1)
42+
- [镜像加速](#镜像加速-1)
43+
- [添加内核参数](#添加内核参数)
44+
- [参考文档](#参考文档-1)
45+
- [3.3 树莓派卡片电脑安装 Docker](#33-树莓派卡片电脑安装-docker)
46+
- [系统要求](#系统要求-2)
47+
- [使用 APT 安装](#使用-apt-安装-1)
48+
- [安装 Docker CE](#安装-docker-ce-1)
49+
- [使用脚本自动安装](#使用脚本自动安装-2)
50+
- [启动 Docker CE](#启动-docker-ce-2)
51+
- [建立 docker 用户组](#建立-docker-用户组-2)
52+
- [测试 Docker 是否安装正确](#测试-docker-是否安装正确-2)
53+
- [镜像加速](#镜像加速-2)
54+
- [3.4 macOS 安装 Docker](#34-macos-安装-docker)
55+
- [系统要求](#系统要求-3)
56+
- [安装](#安装)
57+
- [使用 Homebrew 安装](#使用-homebrew-安装)
58+
- [手动下载安装](#手动下载安装)
59+
- [运行](#运行)
60+
- [镜像加速](#镜像加速-3)
61+
- [3.5 Windows 安装 Docker](#35-windows-安装-docker)
62+
- [系统要求](#系统要求-4)
63+
- [安装](#安装-1)
64+
- [运行](#运行-1)
65+
- [镜像加速](#镜像加速-4)
66+
- [3.6 Docker 镜像加速器](#36-docker-镜像加速器)
67+
- [Ubuntu 14.04、Debian 7 Wheezy](#ubuntu-1404debian-7-wheezy)
68+
- [Ubuntu 16.04+、Debian 8+、CentOS 7](#ubuntu-1604debian-8centos-7)
69+
- [Windows 10](#windows-10)
70+
- [macOS](#macos)
71+
- [检查加速器是否生效](#检查加速器是否生效)
72+
73+
<!-- /TOC -->
174
# 前言
275

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

notes/Docker基础.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,8 @@ services:
439439
440440
441441
442+
443+
442444
## 实战3:快速搭建 GitLab
443445
444446
GitLab 使用163邮箱发送邮件 - 刘锐群的笔记 - CSDN博客
@@ -460,11 +462,11 @@ services:
460462
web:
461463
image: 'twang2218/gitlab-ce-zh:10.5'
462464
restart: always
463-
hostname: '120.92.17.12'
465+
hostname: '120.131.11.187'
464466
environment:
465467
TZ: 'Asia/Shanghai'
466468
GITLAB_OMNIBUS_CONFIG: |
467-
external_url 'http://120.92.17.12:3000'
469+
external_url 'http://120.131.11.187:3000'
468470
gitlab_rails['gitlab_shell_ssh_port'] = 2222
469471
unicorn['port'] = 8888
470472
nginx['listen_port'] = 3000
@@ -480,6 +482,14 @@ services:
480482
481483
482484
485+
486+
487+
488+
489+
490+
491+
492+
483493
# 参考资料
484494
485495
- [docker前后分离笔记 - 小翼的前端天地](https://my-fe.pub/post/docker-front-and-backend-separation.html#toc-619)

0 commit comments

Comments
 (0)