常用软件官方网站和下载地址记录

工作软件

1、Sublime Text

官方网站(中文)http://www.sublimetext.cn/3
下载地址(中文)
https://download.sublimetext.com/Sublime Text Build 3211 x64 Setup.exe
插件下载(中文镜像)地址http://packagecontrol.cn/
中文插件下载方式

  1. http://packagecontrol.cn/ 搜索 “Chinese​Localizations”
  2. 使用快捷键 Ctrl+P , 输入:install 选中 Package Control:Install Package回车,然后输入Chinese​Localizations回车

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

软件黑名单

  1. NotePad++ 理由:作者反华

中间件

Istio(ServiceMesh)

官方网站http://istio.io/
下载地址https://gcsweb.istio.io/gcs/istio-release/releases/

待续...

常见框架

Spring

https://spring.io/projects/spring-framework

SpringBoot

https://spring.io/projects/spring-boot

SpringCloud

https://spring.io/projects/spring-cloud

MyBatis

https://mybatis.org/mybatis-3/zh/index.html

http://mybatis.org/spring/zh/index.html

https://github.com/mybatis/generator

MyBatis-Plus

https://baomidou.com/guide/#特性

Swagger

https://swagger.io/

SpringFox

http://springfox.github.io/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/

本文来自博客园,作者:不安分的黑娃,转载请注明原文链接:https://www.cnblogs.com/lihw-study/p/14642309.html

原文地址:https://www.cnblogs.com/lihw-study/p/14642309.html