工作软件
1、Sublime Text
官方网站(中文):http://www.sublimetext.cn/3
下载地址(中文):
https://download.sublimetext.com/Sublime Text Build 3211 x64 Setup.exe
插件下载(中文镜像)地址:http://packagecontrol.cn/
中文插件下载方式:
- http://packagecontrol.cn/ 搜索 “ChineseLocalizations”
- 使用快捷键 Ctrl+P , 输入:install 选中 Package Control:Install Package回车,然后输入ChineseLocalizations回车
2、Typora(markdown文件编辑器)
官方网站(中文):https://www.typora.io/
下载地址(中文):https://www.typora.io/#windows
3、FinalShell(开源免费SSH工具)
可替代Xshell
官方网站(中文):http://www.hostbuf.com/
下载地址(中文):http://www.hostbuf.com/t/988.html
软件黑名单
- NotePad++ 理由:作者反华
中间件
Istio(ServiceMesh)
官方网站:http://istio.io/
下载地址:https://gcsweb.istio.io/gcs/istio-release/releases/
待续...
常见框架
Spring
SpringBoot
SpringCloud
MyBatis
https://mybatis.org/mybatis-3/zh/index.html
MyBatis-Plus
Swagger
SpringFox
The Springfox suite of java libraries are all about automating the generation of machine and human readable specifications for JSON APIs written using the spring family of projects. Springfox works by examining an application, once, at runtime to infer API semantics based on spring configurations, class structure and various compile time java Annotations.
Springfox java库套件都是关于自动生成使用spring系列项目编写的机器和人类可读的JSON api规范。Springfox的工作方式是在运行时检查应用程序,根据spring配置、类结构和各种编译时java注释推断API语义。
API 文档: http://springfox.github.io/springfox/javadoc/current/