摘要:
spring cloud是一个基于spring boot实现的微服务架构开发工具。它为微服务架构中涉及的配置管理、服务治理、断路器、智能路由、微代理、控制总线、全局锁、决策竞选、分布式会话和集群状态管理等操作提供了一种简单的开发方式。 spring cloud包含了多个子项目(针对分布式系统中涉及的 阅读全文
摘要:
今天看netty权威指南,第一次听说构建器,百度了几个博客,但是并没有通俗易懂一点儿的,综合别人的博客,总结如下: 1. 构建器是什么? 当创建对象需要传入多个参数的时候我们通常会根据参数的数量写不同的构造器,具体如下 public A(int a){} public A(int a, int b) 阅读全文
摘要:
Start the Server If you didn’t start Solr after installing it, you can start it by running bin/solr from the Solr directory. bin/solr start If you are 阅读全文