程序猿常用工具 网站 组件

工具
bejson
https://www.bejson.com/

processon 流程图 类图等
https://www.processon.com/

drawio 流程图 类图等
网页版 https://app.diagrams.net/
桌面版 https://github.com/jgraph/drawio-desktop/releases

typora markdown笔记工具
https://www.typora.io/

JS图表插件
Highcharts 免费提供给个人学习、个人网站和非商业用途使用
https://www.highcharts.com.cn/

echarts 一个基于JavaScript 的开源可视化图表库
https://echarts.apache.org/zh/index.html

spring家族
spring官网 https://spring.io/
spring中文网 https://www.springcloud.cc/
spring中文网 https://springall.com.cn/

第三方组件
hutool java工具包
https://www.hutool.cn/

HttpComponents
http://hc.apache.org/index.html

jackson
https://fasterxml.github.io/jackson-databind/javadoc/2.11/

开发环境
maven
maven的官网 https://maven.apache.org/
maven的中央仓库 https://mvnrepository.com/

mariadb mysql的兄弟
https://mariadb.org/

navicat 数据库连接客户端
https://www.navicat.com.cn/

nexus
官方下载地址 https://www.sonatype.com/products/repository-oss-download

jenkins
jenkins官网: https://www.jenkins.io/
jenkins中文网: http://www.jenkins.org.cn/

nginx
nginx官网 https://nginx.org
nginx中文网 https://www.nginx.cn
nginx中文文档 https://www.nginx.cn/doc/
nginx教程 https://www.w3cschool.cn/nginxsysc/gtxqwj.html

swagger
https://swagger.io/

thymeleaf
https://www.thymeleaf.org/

zookeeper
https://zookeeper.apache.org/

手册
腾讯云开发手册 https://cloud.tencent.com/developer/doc/1270
华为云服务开发能力手册 https://developer.huaweicloud.com/develop/capability.html

一些网站
coding
https://coding.net/

codechina
https://codechina.csdn.net/explore

bootcdn
https://www.bootcdn.cn/

对象存储服务
https://support.huaweicloud.com/intl/zh-cn/wtsnew-obs/#toTop
Object Storage Service,OBS

系统
centos
https://www.centos.org/centos-linux/

镜像
aliyun
https://developer.aliyun.com/mirror/

内网穿透工具
Sunny-Ngrok
https://www.ngrok.cc/
http://www.qydev.com/

natapp
https://natapp.cn/

微信
微信公众号(公众平台) 和 微信开放平台 是两码事。
微信公众平台测试账号的申请地址
http://mp.weixin.qq.com/debug/cgi-bin/sandbox?t=sandbox/login
公众号(公众平台)获取的scope只包括两种:
snsapi_base 和snsapi_userinfo,
前者是静默获取,用户无感知;
后者是需要用户确认同意的。

微信开放平台 https://open.weixin.qq.com/
微信开放平台可以获取snsapi_login这种scope。
获取snsapi_login,需要微信开放平台,交300块钱认证。

你可能感兴趣的:(程序猿常用工具 网站 组件)