Skip to content

Commit 8a1da19

Browse files
committed
更新全栈开发利器
1 parent 9fcdc65 commit 8a1da19

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

notes/全栈开发神兵利器.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- [四、全栈开发](#四全栈开发)
1919
- [数据库管理(以Mysql为例)](#数据库管理以mysql为例)
2020
- [SSH 连接工具](#ssh-连接工具)
21+
- [SHELL](#shell)
2122
- [接口调试工具](#接口调试工具)
2223
- [轻量级开发工具](#轻量级开发工具)
2324
- [容器化技术](#容器化技术)
@@ -82,6 +83,7 @@
8283
### 绘图工具
8384

8485
- [Visio](https://products.office.com/zh-cn/visio/flowchart-software):微软绘图工具,以直观的方式工作,轻松绘制图表
86+
- [亿图](http://www.edrawsoft.cn/download-edrawmax.php):国产综合图形图表设计软件。类似 visio 的绘图工具
8587
- [ProcessOn](https://www.processon.com/):支持流程图、思维导图、原型图、UML、网络拓扑图、组织结构图等
8688
- [draw.io](https://www.draw.io/):free online diagram software for making flowcharts, process diagrams, org charts, UML, ER and network diagrams
8789

@@ -157,17 +159,22 @@
157159
### SSH 连接工具
158160

159161
- [MobaXterm](https://mobaxterm.mobatek.net/)(超级推荐,太极客了!而且是免费的)
160-
161162
- [Xshell 5](http://rj.baidu.com/soft/detail/15201.html)
162-
163163
- [SecureCRT 6.6](http://download.csdn.net/download/u012104219/10209465)
164+
- [GitKraken](https://www.gitkraken.com/git-client)
164165

165166

166167

167168
**推荐**:以上三款工具我都使用过,目前已经弃用 Xshell 和 SecureCRT,推荐使用 MobaXterm
168169

169170

170171

172+
### SHELL
173+
174+
- [Oh My Zsh - a delightful & open source framework for Z-Shell](https://ohmyz.sh/)
175+
176+
177+
171178
### 接口调试工具
172179

173180
- 抓包工具1 | [Fiddler](https://www.telerik.com/fiddler):The free web debugging proxy(很优秀的抓包工具,目前似乎只支持 windows 用户)
@@ -213,5 +220,7 @@
213220
### 开源框架
214221

215222
- [ShowDoc](https://www.showdoc.cc/):一个非常适合IT团队的在线 API 文档、技术文档工具。使用 PHP 开发的文档框架
216-
217223
- [MinDoc](https://www.iminho.me/):MinDoc 是一款针对IT团队开发的简单好用的文档管理系统
224+
- [vuepress](https://vuepress.vuejs.org/):vue 官方团队的文档解决方案,适合于静态博客或是文档
225+
- [docsify](https://docsify.js.org/#/zh-cn/):类似 gitbook 和 vuepress 的文档解决方案
226+
- [hexo](https://hexo.io/zh-cn/):markdown 编写,自动生成静态博客

0 commit comments

Comments
 (0)