ZPY博客

博客转载参考网址记录汇总

有些问题百度或google后按照某一篇文章就可以完全解决问题的,就没有必要再转载过来写一篇了,对搜索引擎也不友好,现在所有类似的情况全部整理在这篇文章里,以供自己以后参考。再之后博客里发的全部会是原创文章了。

之前是放在评论里,但是找起来不方便,故整理到文章里。

Nginx相关:

nginx location proxy_pass 后面的url 加与不加/的区别
https://blog.51cto.com/huangzp/1954575

Nginx 配置静态文件404问题
https://blog.csdn.net/line_aijava/article/details/71473793

LVS+KeepAlived+Nginx高可用实现方案
https://blog.csdn.net/lupengfei1009/article/details/86514445

SpringBoot相关:

解决SpringBoot @Value对static属性无效(为null)的问题
https://blog.csdn.net/xshsjl/article/details/82869622

Spring Boot 整合 Solr 设置项目启动时的默认连接路径
https://blog.csdn.net/qq_38836118/article/details/84338030

Spring整合Solrj8时,创建链接的配置
https://blog.csdn.net/hp_1234/article/details/89100756

Spring Boot(六):如何优雅的使用 Mybatis
http://www.ityouknow.com/springboot/2016/11/06/spring-boot-mybatis.html

springboot使用fastjson
https://blog.csdn.net/cjq2013/article/details/76421101

Spring Boot Security导致java.lang.NoClassDefFoundError:org / springframework / security / web / access / WebInvocationPrivilegeEvaluator
https://cloud.tencent.com/developer/ask/208903

使用 spring-boot-admin 对 Spring Boot 服务进行监控
http://www.ityouknow.com/springboot/2018/02/11/spring-boot-admin.html

一个简单的Spring的AOP例子
http://www.blogjava.net/javadragon/archive/2006/12/03/85115.html

Spring Boot系列——日志配置
https://www.cnblogs.com/bigdataZJ/p/springboot-log.html

springboot 获取访问接口的请求的IP地址

https://blog.csdn.net/qq_35387940/article/details/84391784

springboot跨域配置

https://www.cnblogs.com/nananana/p/8492185.html

springboot使用@Aspect实现AOP记录日志讲解

https://blog.csdn.net/u010096717/article/details/82221263

springboot aop的execution 表达式详解

https://blog.csdn.net/qq_23167527/article/details/78623434

AspectJ基本用法

https://blog.csdn.net/qq_15037231/article/details/83106006

Spring Boot - Profile不同环境配置

https://mp.weixin.qq.com/s/K0kdQwoo2t5FDsTUJttSAA

SpringBoot应用(二)---扩展使用

https://blog.csdn.net/hurricane_li/article/details/80666232

【SpringBoot笔记13】Spring容器提供的扩展点

https://blog.csdn.net/hbtj_1216/article/details/86439768

SpringBoot各类扩展点详解

https://www.cnblogs.com/hafiz/p/9155017.html

spring扩展点及springboot自动配置总结

https://leokongwq.github.io/2018/03/06/spring-extension-point-autoconfig-summary.html

NoSuchBeanDefinitionException: No qualifying bean of type"XXXXX" available:

https://blog.csdn.net/zl_lsy/article/details/83148667

玩转springboot2.x解析BeanPostProcessor原理篇

https://blog.csdn.net/ljk126wy/article/details/83305455

FactoryBean是如何运用在我们程序中的

https://blog.csdn.net/jiangzhexi/article/details/81072487

@Bean 的用法

https://www.cnblogs.com/feiyu127/p/7700090.html

Spring定义Bean的两种方式:和@Bean

https://blog.csdn.net/qq_26323323/article/details/89761303

Spring中的aware接口

https://www.jianshu.com/p/c5c61c31080b

Spring Aware接口解析

https://www.jianshu.com/p/5865c5c3d0a3

springboot2.0版本配置自定义拦截器 WebMvcConfigurationSupport WebMvcConfigurer WebMvcConfigurerAdapter的坑

https://blog.csdn.net/pengdandezhi/article/details/81182701

第四十九章:SpringBoot2.0新特性 - 你get到WebMvcConfigurer两种配置方式了吗?

https://www.jianshu.com/p/77482f0b59e9

Guide to @ConfigurationProperties in Spring Boot

https://www.baeldung.com/configuration-properties-in-spring-boot

spring boot 使用@ConfigurationProperties

https://blog.csdn.net/yingxiake/article/details/51263071

spring boot 解决Tomcat 报 The valid characters are defined in RFC 7230 and RFC 3986 的问题

https://blog.csdn.net/kokjuis/article/details/85069916

Spring相关:

Spring整理系列(11)——@Configuration注解、@Bean注解以及配置自动扫描、bean作用域
https://blog.csdn.net/javaloveiphone/article/details/52182899

Spring 拦截器——HandlerInterceptor
https://www.jianshu.com/p/dc5cc2e25ab2

在spring mvc下无法跳转到统一认证页报错
https://www.idinu.com/index.php/archives/16/

Spring MVC 如何重定向
https://www.jianshu.com/p/0262b5d88fcb

SpringMVC与Freemarker的集成以及多视图解析器配置
https://blog.csdn.net/Victor_Cindy1/article/details/46402539

关于WebMvcConfigurerAdapter过期,使用新的WebMvcConfigurationSupport
https://blog.csdn.net/qq_24393965/article/details/80689299

Spring注解原理的详细剖析与实现

https://blog.csdn.net/u010987379/article/details/52152795

Spring走向注解驱动编程

http://nonerule.com/2019/06/05/spring%E8%B5%B0%E5%90%91%E6%B3%A8%E8%A7%A3%E9%A9%B1%E5%8A%A8%E7%BC%96%E7%A8%8B/

Spring4.x高级话题(四):条件注解@Conditional

https://juejin.im/entry/59f67c01518825603a37e400

一分钟学会spring注解之@Conditional注解

https://blog.51cto.com/4247649/2118347

RESTful API版本控制策略

https://ningandjiao.iteye.com/blog/1990004

让SpringMVC支持可版本管理的Restful接口

https://www.cnblogs.com/jcli/p/springmvc_restful_version.html

SpringMVC Api接口版本控制

https://www.jianshu.com/p/fd4a61c47b86

Spring Security相关:

【SpringSecurity】用户自定义认证UserDetailsService
https://blog.csdn.net/zlt995768025/article/details/80302488

Spring Boot Security导致java.lang.NoClassDefFoundError:org / springframework / security / web / access / WebInvocationPrivilegeEvaluator
https://cloud.tencent.com/developer/ask/208903

spring实战-Spring-security权限认证白名单
https://blog.csdn.net/tidu2chengfo/article/details/77450149

spring security oauth2使用redis存储token
https://cloud.tencent.com/developer/article/1340152

解决 Spring Oauth2 RedisTokenStore storeAccessToken 报错 java.lang.NoSuchMethodError: org.springframework.data.redis.connection.RedisConnection.set
https://www.cnblogs.com/sweetchildomine/p/8818455.html

最详细的Spring Boot OAuth2.0密码模式服务器实现
https://blog.csdn.net/qq_34873338/article/details/80218212

oauth2(spring security)报错method_not_allowed(Request method ‘GET’ not supported)解决方法
https://www.cnblogs.com/ouyida3/p/9031328.html

使用spring-security-oauth2作为client实现
https://segmentfault.com/a/1190000012309216

解决Spring Security OAuth在访问/oauth/token时候报401 authentication is required
https://blog.csdn.net/u012040869/article/details/80140515
https://blog.csdn.net/lvchengbo/article/details/56486718

【Spring Security OAuth2笔记系列】- spring security – 个性化用户认证流程1
https://www.smwenku.com/a/5b7afce82b7177539c2492f4/zh-cn/

学习 Spring Security(八):使用 Spring Security OAuth2 实现单点登录
http://oopsguy.com/2018/04/13/spring-security-oauth2-sso/

Spring Security OAuth 官方例子分析
https://blog.csdn.net/molin4/article/details/78256669

spring-security-oauth2服务端和client端入门01–代码编译及服务启动
https://blog.csdn.net/moonfkypm/article/details/50337565

Spring Security OAuth 只需要简单配置就可以实现,参见其实例。

http://projects.spring.io/spring-security-oauth/docs/tutorial.html

另外 Apache 也有完整的 OAuth 服务器实现。

https://oltu.apache.org/

使用vue集成spring security进行安全登陆
https://www.jianshu.com/p/62a0a9a78530

Spring Cloud相关:

遗留非springboot传统项目接入eureka注册与服务发现
https://blog.csdn.net/vakinge/article/details/78810321

非Spring Boot Web项目 注册节点到Eureka Server并提供服务
https://blog.csdn.net/qq_32193151/article/details/72559783

SpringCloud之服务注册与发现Spring Cloud Eureka实例
https://blog.csdn.net/smartdt/article/details/79002719

SpringCloud之API网关服务Spring Cloud Zuul实例
https://blog.csdn.net/smartdt/article/details/79043282

SpringCloud学习笔记-zuul网关
https://blog.csdn.net/brycegao321/article/details/78652830

一起来学SpringCloud之 – 路由网关(Zuul)
https://blog.csdn.net/memmsc/article/details/78122914

熔断机制hystrix
https://blog.csdn.net/smillest/article/details/80660565

Spring Cloud下微服务权限方案

https://zhuanlan.zhihu.com/p/29345083

微服务架构下的安全认证与鉴权

https://ranying666.github.io/2018/04/20/micoservice-auth/

微服务架构下的统一身份认证和授权

https://my.oschina.net/bochs/blog/2248956

深入理解SPRING CLOUD SECURITY OAUTH2及JWT

http://andiycc.com/2019/01/29/%E6%B7%B1%E5%85%A5%E7%90%86%E8%A7%A3spring-cloud-security-oauth2%E5%8F%8Ajwt/

浅谈开放平台之接口鉴权设计

https://blog.fliaping.com/open-api-management-based-oauth2/

个人对微服务身份认证与鉴权的认识
https://www.jianshu.com/p/73f28fc56f8e

拜托!面试请不要再问我Spring Cloud底层原理
https://juejin.im/post/5be13b83f265da6116393fc7

Spring Cloud Gateway重试机制

https://blog.csdn.net/u010889990/article/details/82732435

spring cloud gateway 之限流篇

https://www.cnblogs.com/forezp/p/10140316.html

Spring Cloud Gateway 限流操作

https://www.jianshu.com/p/1e4f36ec6120

springcloud(十五):Spring Cloud 终于按捺不住推出了自己的服务网关 Gateway

https://www.cnblogs.com/ityouknow/p/10141740.html

Spring Cloud(十五):Spring Cloud Gateway(限流)

https://windmt.com/2018/05/09/spring-cloud-15-spring-cloud-gateway-ratelimiter/

Spring Cloud Gateway 自定义限流

https://www.twblogs.net/a/5c0a9006bd9eee6fb37bc598/zh-cn

Spring Cloud Gateway -- 熔断限流

https://www.jianshu.com/p/b58c13b227bf

Spring Cloud Finchley.RELEASE 使用 gateway Error creating bean with name 'webHandler' defined in class

https://blog.csdn.net/jiazhiyuan0/article/details/84033595

Spring Cloud Sleuth使用简介

https://www.jianshu.com/p/6d6b52c7624f

Spring Cloud Sleuth超详细实战

https://juejin.im/post/59872ba96fb9a03c400ea11c

springcloud(十二):使用Spring Cloud Sleuth和Zipkin进行分布式链路跟踪

http://www.ityouknow.com/springcloud/2018/02/02/spring-cloud-sleuth-zipkin.html

 

Spring Cloud Alibaba相关:

技术选型:Sentinel vs Hystrix

https://www.jianshu.com/p/d1f22a555065

nacos官网

https://nacos.io/zh-cn/index.html

SpringCloud整合NacosConfig异常:create config service error! (NacosException: null)

https://blog.csdn.net/wk52525/article/details/88547069

Nacos集群模式下服务无法注册

https://www.wandouip.com/t5i92492/

如何基于 Zuul 使用 Nacos 作为服务注册中心从零搭建应用的服务网关

https://www.alibabacloud.com/help/zh/doc-detail/100229.htm#%E5%9F%BA%E4%BA%8E%20Zuul%20%E6%90%AD%E5%BB%BA%E6%9C%8D%E5%8A%A1%E7%BD%91%E5%85%B3

使用open-api 接口/nacos/v1/ns/instance注册实例健康检查无法通过

https://github.com/alibaba/nacos/issues/371

阿里 sentinel 在项目中的使用

https://blog.csdn.net/tang_jian_dong/article/details/86759714

阿里Sentinel支持Spring Cloud Gateway啦

https://www.jianshu.com/p/443a6bc66796

Sentinel 流量控制 熔断降级 初探 原

https://cloud.tencent.com/developer/article/1409932

这个注解一次搞定限流与熔断降级:@SentinelResource

https://blog.csdn.net/j3T9Z7H/article/details/94365996

Sentinel: 使用注解限流

https://www.cnblogs.com/yinjihuan/p/10516045.html

Sentinel 实战-规则持久化

https://www.jianshu.com/p/609961eb6a6e

Alibaba Sentinel规则持久化-推模式-手把手教程【基于Nacos】

http://www.itmuch.com/spring-cloud-alibaba/sentinel-rules-persistence-push-mode-using-nacos/

convert 0 rules but there are 1 rules from datasource . RuleCLass: FlowRule

https://github.com/alibaba/Sentinel/issues/846

https://github.com/alibaba/spring-cloud-alibaba/issues/569

Sentinel网关限流(官网)

https://github.com/alibaba/Sentinel/wiki/%E7%BD%91%E5%85%B3%E9%99%90%E6%B5%81

Sentinel动态规则扩展(官网)

https://github.com/alibaba/Sentinel/wiki/%E5%8A%A8%E6%80%81%E8%A7%84%E5%88%99%E6%89%A9%E5%B1%95

Spring Cloud Gateway 扩展支持动态限流

https://juejin.im/post/5d3f95a8f265da039e12959d#heading-2

 

分布式相关:

CAP 定理的含义(阮一峰)

http://www.ruanyifeng.com/blog/2018/07/cap.html

CAP理论中的P到底是个什么意思?

https://blog.csdn.net/u010325193/article/details/87608799

CAP原理之中的P

https://blog.csdn.net/y763900954/article/details/79981945

CAP理论中, P(partition tolerance, 分区容错性)的合理解释

https://blog.csdn.net/weixin_33859504/article/details/85999230

分布式系统设计权衡之CAP(一致性,可用性,分区容错性)

https://blog.csdn.net/Sun_P0/article/details/50221787

分布式CAP定理,为什么不能同时满足三个特性?

https://blog.csdn.net/yeyazhishang/article/details/80758354

CAP定理中的Partition不应该译成“分区

https://www.iteye.com/topic/1127227

CAP 理论十二年回顾:"规则"变了

https://www.infoq.cn/article/cap-twelve-years-later-how-the-rules-have-changed/

An Illustrated Proof of the CAP Theorem

https://mwhittaker.github.io/blog/an_illustrated_proof_of_the_cap_theorem/

分布式系统论文阅读系列(1)

https://www.cnblogs.com/cane/articles/5154991.html

Perspectives on the CAP Theorem

https://groups.csail.mit.edu/tds/papers/Gilbert/Brewer2.pdf

事务ACID理解

https://blog.csdn.net/dengjili/article/details/82468576

REST 和 SOAP 的区别理解

https://blog.csdn.net/CarlSunnnn/article/details/80570872

REST Vs SOAP,Soap 和 Rest 的区别

https://blog.csdn.net/defonds/article/details/49000993

http协议与soap协议之间的区别

https://blog.csdn.net/ttxs99989/article/details/81294958

为什么说要搞定微服务架构,先搞定RPC框架?

http://zhuanlan.51cto.com/art/201609/517814.htm

阿里P8架构师谈:Restful、SOAP、RPC、SOA、微服务之间的区别

https://youzhixueyuan.com/the-difference-between-restful-soap-rpc-soa-and-micro-service.html

小白入门微服务(1) - RPC 初体验

https://zhuanlan.zhihu.com/p/44109012

八:对微服务通讯方式RPC vs REST的理解

https://blog.csdn.net/crave_shy/article/details/81286137

 

分布式任务调度相关:

分布式定时任务调度框架

https://www.jianshu.com/p/ab438d944669

分布式定时任务调度系统技术选型--转

https://www.cnblogs.com/davidwang456/p/9057839.html

分布式逻辑管理平台XXL-GLUE

https://www.cnblogs.com/xuxueli/p/5115036.html

XXL-JOB的基本用法

http://ghoulich.xninja.org/2018/04/19/xxl-job-basic-usage-guide/

巧妙使用xxl-job分片任务完成大数据量消费,实现无状态分布式任务

https://blog.csdn.net/m0_37606574/article/details/88107245

分布式链路追踪相关:

分布式链路追踪

https://www.jianshu.com/p/07cf4093536a?from=singlemessage

全链路监控(一):方案概述与比较

https://juejin.im/post/5a7a9e0af265da4e914b46f1

分布式链路追踪技术对比

https://blog.csdn.net/moonpure/article/details/79992855

springcloud 基于springboot 2.1.1 搭建sleuth+zipkin+rabbitmq+elastic链路追踪系统

https://blog.csdn.net/justlpf/article/details/85792042

使用spring boot2和spring cloud finchley 升级zipkin踩到的坑

https://blog.csdn.net/zsf4748/article/details/80852264

解决spring cloud Finchley.SR2版本zipkin无法收到服务监控信息

https://blog.csdn.net/zxingchao2009/article/details/88874057

Spring Cloud 应用篇 之 Spring Cloud Sleuth + Zipkin 集成 RabbitMQ

https://www.cnblogs.com/powerwu/articles/9857670.html

collector-rabbitmq

https://github.com/openzipkin/zipkin/tree/master/zipkin-collector/rabbitmq

分布式配置管理相关:

为什么需要分布式配置中心?

https://www.javazhiyin.com/25729.html

分布式配置管理平台VS统一集中配置管理

https://blog.csdn.net/enweitech/article/details/78930729

开源分布式配置中心选型

http://blog.zollty.com/b/archive/config-center-selection.html

3 款主流微服务配置中心对比

https://www.jishuwen.com/d/2E0I

Apollo 关于ConfigurationProperties 的动态刷新

https://blog.csdn.net/HiBoyljw/article/details/86612297

Apollo应用之动态调整线上数据源(DataSource)

http://www.kailing.pub/article/index/arcid/198.html

mybatis相关:

mybatis的注解开发之三种动态sql

https://www.cnblogs.com/guoyafenghome/p/9123442.html

selectKey获取最新操作的主键id,支持高并发

https://blog.csdn.net/chenbetter1996/article/details/84669590

有多少人在滥用 service+serviceImpl,又有多少人在误用myBatis
https://my.oschina.net/HuQingmiao/blog/636161

微信相关:

微信订阅号点击菜单栏获取用户信息
https://blog.csdn.net/u014520797/article/details/54705716

第三方登录之微信登录
https://blog.csdn.net/zapperbot/article/details/46943803

解决微信网页授权跨域问题
https://blog.csdn.net/qq_38238625/article/details/78092767

微信授权(前后端分离授权)
https://blog.csdn.net/qq_39524670/article/details/81118721

微信授权登录-前后端分离
https://blog.csdn.net/u012682683/article/details/78201371

扫码登录是如何实现的?
https://www.jianshu.com/p/7f072ac61763

支付宝相关:

支付宝接口中notify_url 与 return_url 的区别

https://blog.csdn.net/qq_20124743/article/details/74987559

前端相关:

五分钟学会 Canvas 基础(一)
https://www.jianshu.com/p/d9ec1ef9c1e8

讲一讲 Canvas 究竟是个啥
https://blog.coding.net/blog/what-is-canvas

前端实现在线预览pdf、word、xls、ppt等文件
https://www.jianshu.com/p/2f39de746900

移动端pdf插件(展示预览打开pdf)-pdfh5.js
https://blog.csdn.net/fade999/article/details/81327679
https://blog.csdn.net/qq_42037231/article/details/83717137

h5跳转app指定页面及各种坑的总结

https://www.jianshu.com/p/475b398a117d

h5或者iOSApp如何唤起另一个iOSApp

https://www.jianshu.com/p/3a39eb51c13b

JAVA相关:

处理java获取ip为0:0:0:0:0:0:0:1的问题

https://www.cnblogs.com/originate918/p/6774916.html

ava中的long类型和Long类型比较大小

https://blog.csdn.net/zhangzehai2234/article/details/51337147

Java Constructor.newInstance()与Class.newInstance()

https://blog.csdn.net/word5/article/details/82416928

通过Class.newInstance()和Constructor.newInstance()两种反射方法创建对象的异同

https://segmentfault.com/a/1190000009174512

Java Proxy和CGLIB动态代理原理

https://www.cnblogs.com/CarpenterLee/p/8241042.html

CGLIB介绍与原理

https://blog.csdn.net/zghwaicsdn/article/details/50957474

java注解的自定义和使用

https://www.cnblogs.com/huojg-21442/p/7239846.html

Java自定义注解的定义与使用

https://www.cnblogs.com/tartis/p/9299418.html

java中自定义注解的应用

https://www.cnblogs.com/jy107600/p/8575286.html

Java 获取指定包下的所有类

https://www.cnblogs.com/Leechg/p/10058763.html

扫描某个包下所有的类,输出所有使用了特定注解的类的注解值

https://blog.csdn.net/u013871439/article/details/70231288

各大框架都在使用注解,浅谈注解的使用及原理以及类加载器

https://www.cnblogs.com/qlqwjy/p/7139068.html

使用java代码执行linux命令

https://www.cnblogs.com/zhanzhuang/p/9304502.html

Java 调用Linux 命令,并获取命令执行结果

https://blog.csdn.net/boomlee/article/details/82985125

Java 远程执行 Linux 的命令

https://blog.csdn.net/zhouxukun123/article/details/78452120

【java并发】造成HashMap非线程安全的原因
https://blog.csdn.net/eson_15/article/details/51543812

浅析HashMap与ConcurrentHashMap的线程安全性
https://blog.csdn.net/sbq63683210/article/details/51679790

在HTML代码中使用freemarker
https://it.520mwx.com/view/8259

在eclipse中安装FreeMarker IDE插件及html使用FreeMarker编辑器
http://www.voidcn.com/article/p-arqxxqjw-bgm.html

(转)Java 随机生成手机号、用户名

https://blog.csdn.net/fengfengchen95/article/details/85045559

 

JVM相关:

java之GC日志该怎么看
https://blog.csdn.net/qq_21383435/article/details/80702205

为什么新生代内存需要有两个Survivor区?
https://blog.csdn.net/bntx2jsqfehy7/article/details/79606795

JDK8-废弃永久代(PermGen)迎来元空间(Metaspace)
https://www.cnblogs.com/yulei126/p/6777323.html

FreeMarker相关:

FreeMark对导出Word中图片的处理

https://www.cnblogs.com/Sara-shi/p/5264703.html

vue相关:

vue axios组件,解决post传参数后台接受不到
https://blog.csdn.net/kaola_l/article/details/80336011

element-ui vue表单验证踩坑
https://blog.csdn.net/wangguoyu1996/article/details/80626482

vue-router方法:beforeEach第一次打开页面不执行
https://www.jianshu.com/p/87fd387920bf

Vue router.beforeEach中的next({path: ‘/login’}) 不跳转
https://segmentfault.com/q/1010000010645817

JSON字符串和java对象的互转【json-lib】

https://www.cnblogs.com/teach/p/5791029.html

vue生成token保存在客户端中详解
http://www.php.cn/js-tutorial-385356.html

设计模式相关:

十种常用的设计模式
https://blog.csdn.net/dean_hu/article/details/71195133

10分钟看懂动态代理设计模式

https://juejin.im/post/5a99048a6fb9a028d5668e62

Redis相关:

CentOS6 安装 Redis

https://segmentfault.com/a/1190000002685224

Centos6.5下Redis的安装与配置
Https://Www.Cnblogs.Com/Yinz/P/7065146.Html

Redis-Server运行后,控制台不能继续输入命令解决方法
Https://Blog.Csdn.Net/Zq_dser/Article/Details/56834185

Redis.Clients.Jedis.Exceptions.JedisConnectionException: Failed Connecting To Host ********
Https://Blog.Csdn.Net/L_15156024189/Article/Details/88241258

Redis Bind连不上的坑
Https://Www.Cnblogs.Com/Suiyueqiannian/P/7808190.Html

Redis报错:ERR Operation Against A Key Holding The Wrong Kind Of Value 解决处理
Https://Blog.Csdn.Net/Tonvchong/Article/Details/11526237

Could not connect to Redis No route to host问题解决

http://www.voidcn.com/article/p-pfkvrsdm-bgc.html

redis常用集群方案

https://www.jianshu.com/p/1ecbd1a88924

Redis集群方案应该怎么做

https://www.cnblogs.com/xckk/p/6134655.html

消息中间件相关:

RabbitMQ连接报错

https://www.jianshu.com/p/192a0f7577b0

Centos6安装rabbitmq

https://juejin.im/post/5c36e0416fb9a049f43b8421

rabbitmq 3.7.0+erlang 20.1 安装

https://www.cnblogs.com/gzcheng/p/9764856.html

rabbitMQ在linux上安装教程和问题解决

https://blog.csdn.net/yunfeng482/article/details/72853983

rabbit MQ 消息队列

https://www.cnblogs.com/centos2017/p/10451411.html

MySql相关:

解决MySQL报错The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents

https://www.cnblogs.com/smiler/p/9983146.html

全文检索相关:

solr添加IK分词和自己定义词库

https://www.cnblogs.com/zhanggl/p/4727432.html

solr7.4+IK分词器,索引分词成功,查询分词成功,但是搜索不到数据

https://www.cnblogs.com/xinwei0909/p/9453323.html

使用Solrj 获取语句分词结果的代码

https://blog.csdn.net/qq_20261343/article/details/50707909

CloudSolrClient URL Too Long

http://lucene.472066.n3.nabble.com/CloudSolrClient-URL-Too-Long-td4397939.html

全文搜索引擎 Elasticsearch 入门教程

http://www.ruanyifeng.com/blog/2017/08/elasticsearch.html

Solr与ES(ElasticSearch)的对比

https://blog.csdn.net/u013703963/article/details/56489172

终于有人把Elasticsearch原理讲透了!
http://developer.51cto.com/art/201904/594615.htm

Elasticsearch-基础介绍及索引原理分析
https://www.cnblogs.com/dreamroute/p/8484457.html

大数据相关:

zookeeper 启动出错问题排查
https://flyer0126.iteye.com/blog/2230958/

spark与storm的对比
https://www.cnblogs.com/yaohaitao/p/5703288.html

使用hadoop进行排序时报错 Error: java.lang.ClassCastException
https://blog.csdn.net/yinbucheng/article/details/70544450

zookeeper的选举机制
https://blog.csdn.net/majixiang1996/article/details/81451919

Nexus相关:

Nexus3.x批量导入本地库

https://blog.csdn.net/lishuoboy/article/details/95510043

Maven私服管理,nexus定期删除snapshots!

https://blog.csdn.net/shiyuehit/article/details/82783463

Git相关:

Git中tag的用法及作用

https://blog.csdn.net/u013399093/article/details/50511462

项目分支流程管理规范

https://www.jianshu.com/p/217d2b3bc96d

Git提交日志格式规约

https://blog.csdn.net/Jason847/article/details/78617067

关于Git提交规范

https://yq.aliyun.com/articles/645092

Git 开发部署流程

https://blog.csdn.net/cs958903980/article/details/53896411

Git分支管理策略

http://www.ruanyifeng.com/blog/2012/07/git.html

Git 在团队中的最佳实践--如何正确使用Git Flow

https://www.cnblogs.com/wish123/p/9785101.html

Git-flow 一个简单高效的Git工作流

https://www.jianshu.com/p/a970c3fead96

git第九讲使用SourceTree管理git和gitflow的使用

https://www.jianshu.com/p/3381d6fe74d4

日志相关:

Logstash

https://www.cnblogs.com/cjsblog/p/9459781.html

logstash日志分析的配置和使用

https://www.cnblogs.com/yincheng/p/logstash.html

集中式日志系统 ELK 协议栈详解

https://www.ibm.com/developerworks/cn/opensource/os-cn-elk/index.html

Kibana(一张图片胜过千万行日志)

https://www.cnblogs.com/cjsblog/p/9476813.html

Intellij Idea相关:

IntelliJ Idea 常用快捷键列表
https://www.cnblogs.com/shaosks/p/7928908.html

IDEA Error:java: Compilation failed: internal java compiler error

https://www.cnblogs.com/comeluder/p/8215317.html

IntelliJ IDEA导入多个eclipse项目到同一个workspace下
https://www.cnblogs.com/ThinkVenus/p/6783961.html

IntelliJ IDEA中maven打包配置
https://blog.csdn.net/Java_Mike/article/details/79978633

IntelliJ IDEA--同一项目中的,模块儿复制问题

https://blog.csdn.net/weixin_42529245/article/details/80861884

在IntelliJ IDEA搭建Android开发环境和创建Android项目
https://blog.csdn.net/My_Jack/article/details/69383339

ionic应用的Android打包签名发布步骤
https://blog.csdn.net/liujiawei00/article/details/74356356

Windows操作相关:

Windows下如何在当前目录下,打开cmd命令窗口?

https://blog.csdn.net/qq_16769857/article/details/79001935

Window 通过cmd查看端口占用、相应进程、杀死进程等的命令

https://blog.csdn.net/jiangwei0910410003/article/details/18967441

Linux操作相关:

Linux后台运行Jar方法

https://blog.csdn.net/c1481118216/article/details/53010963

Centos系统备份与恢复教程
https://www.cnblogs.com/wanghuaijun/p/5531512.html

网络安全相关:

跨站脚本功攻击,xss,一个简单的例子让你知道什么是xss攻击
https://blog.csdn.net/Ideality_hunter/article/details/80621138

TCP为什么是三次握手,为什么不是两次或者四次 && TCP四次挥手
https://www.cnblogs.com/zhuzhenwei918/p/7465467.html

RSA算法原理(二)

http://www.ruanyifeng.com/blog/2013/07/rsa_algorithm_part_two.html

数据加密--详解 RSA加密算法 原理与实现

https://www.cnblogs.com/idreamo/p/9411265.html

RSA加密的原理——为什么被公钥加密的可以被私钥解密?

https://blog.csdn.net/doujinlong1/article/details/82051986

余数-取余操作就是哈希函数

https://blog.csdn.net/bertZuo/article/details/85011026