|
12 | 12 | - [三、版本控制](#三版本控制)
|
13 | 13 | - [SVN](#svn)
|
14 | 14 | - [Git](#git)
|
| 15 | + - [Git 工作流](#git-工作流) |
15 | 16 | - [Git 托管平台](#git-托管平台)
|
16 | 17 | - [自主搭建代码托管平台](#自主搭建代码托管平台)
|
17 | 18 | - [四、全栈开发](#四全栈开发)
|
|
46 | 47 |
|
47 | 48 | - [TeamViewer](https://www.teamviewer.com/zhCN/):安全远程访问和支持
|
48 | 49 | TeamViewer 基于最广泛的平台和技术,连接全世界的人、地区和事物。
|
| 50 | + |
49 | 51 | - [向日葵](https://sunlogin.oray.com/zh_CN/):简单好用的远程控制软件
|
| 52 | + |
50 | 53 | - [mstsc](https://baike.baidu.com/item/mstsc/1329161?fr=aladdin):运行 `win+r`,输入 `mstsc`。不要忽略 windows 自带的强大远程桌面连接工具
|
51 | 54 |
|
52 | 55 | 注意:真的不要再用 QQ 远程了,真的很卡!
|
|
56 | 59 | ### 笔记备忘
|
57 | 60 |
|
58 | 61 | - [印象笔记](https://www.yinxiang.com/):工作必备效率应用
|
59 |
| -- [有道云笔记](http://note.youdao.com/):网易出品,获得 5000 万用户青睐的笔记软件。提供了PC端、移动端、网页端等多端应用,用户可以随时随地对线上资料进行编辑、分享以及协同。 |
| 62 | +- [有道云笔记](http://note.youdao.com/):网易出品,获得 5000 万用户青睐的笔记软件。提供了 PC 端、移动端、网页端等多端应用,用户可以随时随地对线上资料进行编辑、分享以及协同。 |
60 | 63 | - [日事清](https://www.rishiqing.com/):怕工作进度延误 就用日事清
|
61 | 64 | - [滴答清单](https://www.dida365.com/):一个帮你高效完成任务和规划时间的应用
|
62 | 65 |
|
|
79 | 82 | ### 绘图工具
|
80 | 83 |
|
81 | 84 | - [Visio](https://products.office.com/zh-cn/visio/flowchart-software):微软绘图工具,以直观的方式工作,轻松绘制图表
|
82 |
| - |
83 | 85 | - [ProcessOn](https://www.processon.com/):支持流程图、思维导图、原型图、UML、网络拓扑图、组织结构图等
|
84 | 86 | - [draw.io](https://www.draw.io/):free online diagram software for making flowcharts, process diagrams, org charts, UML, ER and network diagrams
|
85 | 87 |
|
86 | 88 |
|
87 | 89 |
|
88 | 90 | ### 平面与视频设计
|
89 | 91 |
|
90 |
| -只会写代码,设计都不会?本人从事过平面设计和视频相关的工作,这里也给大家推荐一些平时做设计的时的一些软件。 |
| 92 | +只会写代码,设计都不会?本人从事过多年平面设计和视频相关的工作,这里也给大家推荐一些平时做设计的时的一些软件。 |
91 | 93 |
|
92 |
| -- [Adobe Photoshop](https://www.adobe.com/cn/products/photoshop/free-trial-download.html):图像编辑和合成。 |
| 94 | +- [Adobe Photoshop](https://www.adobe.com/cn/products/photoshop/free-trial-download.html):图像编辑和合成,这个就不用我介绍了吧 |
93 | 95 | - [Adobe Premiere Pro](https://www.adobe.com/cn/products/premiere/free-trial-download.html):视频制作和编辑(业余爱好者可使用绘声绘影)
|
94 | 96 | - [After Effects](https://www.adobe.com/cn/products/aftereffects/free-trial-download.html):电影视觉效果和动态图形
|
95 | 97 | - [After Illustrator](https://www.adobe.com/cn/products/illustrator/free-trial-download.html):矢量图形和插图
|
|
100 | 102 | ## 三、版本控制
|
101 | 103 |
|
102 | 104 | ### SVN
|
103 |
| -- Subversion (SVN) 是一个开源的版本控制系統, 也就是说 Subversion 管理着随时间改变的数据。 这些数据放置在一个中央资料档案库 (repository) 中。 这个档案库很像一个普通的文件服务器, 不过它会记住每一次文件的变动。 这样你就可以把档案恢复到旧的版本, 或是浏览文件的变动历史。 |
| 105 | +- Subversion (SVN) 是一个开源的版本控制系統, 也就是说 Subversion 管理着随时间改变的数据。 这些数据放置在一个中央资料档案库 (repository) 中。 这个档案库很像一个普通的文件服务器, 不过它会记住每一次文件的变动。 这样你就可以把档案恢复到旧的版本, 或是浏览文件的变动历史 |
104 | 106 | - 工具下载:[tortoiseSVN](https://tortoisesvn.net/)
|
105 | 107 | - 学习资源
|
106 | 108 | - 文档:[菜鸟教程 SVN教程](http://www.runoob.com/svn/svn-intro.html)
|
107 | 109 | - 视频:[版本管理工具介绍—SVN篇](https://www.imooc.com/learn/109)
|
108 | 110 |
|
109 | 111 |
|
110 | 112 | ### Git
|
111 |
| -- Git是一个开源的分布式版本控制系统,用于敏捷高效地处理任何或小或大的项目。 |
| 113 | +- Git 是一个开源的分布式版本控制系统,用于敏捷高效地处理任何或小或大的项目 |
112 | 114 | - 工具下载:
|
113 | 115 | - [SourceTree](https://www.sourcetreeapp.com/)(推荐★★★)
|
114 | 116 | - [tortoiseGit](https://tortoisegit.org/)
|
|
119 | 121 |
|
120 | 122 |
|
121 | 123 |
|
| 124 | +### Git 工作流 |
| 125 | + |
| 126 | +- [集中式工作流,功能分支工作流, GitFlow 工作流,Forking 工作流,Pull Requests](Git工作流.md) |
| 127 | + |
| 128 | + |
| 129 | + |
122 | 130 | ### Git 托管平台
|
123 |
| -- [Github](http://www.github.com/):全球最大的程序员社交网站 |
124 |
| -- [码云](https://gitee.com/):国内比较大的Git托管平台。码云专为开发者提供稳定、高效、安全的云端软件开发协作平台。无论是个人、团队、或是企业,都能够用码云实现代码托管、项目管理、协作开发 |
125 |
| -- [CODING](https://coding.net/):国内Git托管平台,Coding, 让开发更简单 |
| 131 | +- [Github](http://www.github.com/):全球最大的程序员社交网站(同性交友网站) |
| 132 | +- [码云](https://gitee.com/):国内比较大的 Git 托管平台。码云专为开发者提供稳定、高效、安全的云端软件开发协作平台。无论是个人、团队、或是企业,都能够用码云实现代码托管、项目管理、协作开发 |
| 133 | +- [CODING](https://coding.net/):国内 Git 托管平台,Coding,让开发更简单 |
126 | 134 |
|
127 | 135 |
|
128 | 136 |
|
129 | 137 | ### 自主搭建代码托管平台
|
130 | 138 |
|
131 | 139 | - [GitLab](https://www.gitlab.com/):可以使用 GitLab 官方的服务,也提供了开源社区版供团队搭建使用。(推荐使用 Docker 可实现一键自动化搭建)
|
132 | 140 |
|
133 |
| -- [Gogs](https://gogs.io/):一款极易搭建的自助 Git 服务,通过go语言写的,适合在Linux服务器上搭建 |
134 |
| -- [VisualSVN](https://www.visualsvn.com/server/):isualSVN Server allows you to easily install and manage a fully-functional Subversion server on the Windows platform. |
135 |
| -- [iF.SVNAdmin](http://svnadmin.insanefactory.com/):The iF.SVNAdmin application is a web based GUI to your Subversion authorization file. It is based on PHP 5.3 and requires a web server (Apache) to be installed. (通过PHP在Linux上搭建SVN平台,并且有web管理页面) |
| 141 | +- [Gogs](https://gogs.io/):一款极易搭建的自助 Git 服务,通过 Go 语言写的,适合在 Linux 服务器上搭建 |
| 142 | +- [VisualSVN](https://www.visualsvn.com/server/):VisualSVN Server allows you to easily install and manage a fully-functional Subversion server on the Windows platform. |
| 143 | +- [iF.SVNAdmin](http://svnadmin.insanefactory.com/):The iF.SVNAdmin application is a web based GUI to your Subversion authorization file. It is based on PHP 5.3 and requires a web server (Apache) to be installed. (通过 PHP 在 Linux 上搭建 SVN 平台,并且有 web 管理页面) |
136 | 144 |
|
137 | 145 |
|
138 | 146 |
|
|
162 | 170 |
|
163 | 171 | ### 接口调试工具
|
164 | 172 |
|
165 |
| -- 抓包工具1 | [Fiddler](https://www.telerik.com/fiddler):The free web debugging proxy(很优秀的抓包工具,目前似乎只支持windows用户) |
| 173 | +- 抓包工具1 | [Fiddler](https://www.telerik.com/fiddler):The free web debugging proxy(很优秀的抓包工具,目前似乎只支持 windows 用户) |
166 | 174 | - 抓包工具2 | [charles](https://www.charlesproxy.com/):Charles is an HTTP proxy / HTTP monitor / Reverse Proxy that enables a developer to view all of the HTTP and SSL / HTTPS traffic between their machine and the Internet.(MacOS的必备抓包工具)
|
167 | 175 | - 接口调试 | [postman](https://www.getpostman.com/):Developers use Postman to build
|
168 | 176 | modern software for the API-first world.
|
|
204 | 212 |
|
205 | 213 | ### 开源框架
|
206 | 214 |
|
207 |
| -- [ShowDoc](https://www.showdoc.cc/):一个非常适合IT团队的在线API文档、技术文档工具。使用 PHP 开发的文档框架 |
| 215 | +- [ShowDoc](https://www.showdoc.cc/):一个非常适合IT团队的在线 API 文档、技术文档工具。使用 PHP 开发的文档框架 |
208 | 216 |
|
209 | 217 | - [MinDoc](https://www.iminho.me/):MinDoc 是一款针对IT团队开发的简单好用的文档管理系统
|
210 |
| - |
211 |
| - |
212 |
| - |
213 |
| - |
214 |
| - |
|
0 commit comments