上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 234 下一页
摘要: https://sematext.com/opensee/m/Solr/eHNloIkFn1gU81N?subj=Re:+limiting+the+total+number+of+documents+matched frange could possible help (range query on 阅读全文
posted @ 2019-03-20 17:11 一天不进步,就是退步 阅读(111) 评论(0) 推荐(0)
摘要: https://www.infoq.cn/article/Ad-8ghcGGCNU572U6oEX 学习 Spring 的基础要求 Spring 官网首页是这么介绍自己的——“Spring: the source for modern Java”,这也暗示着 Spring 与 Java 有着密切的关 阅读全文
posted @ 2019-03-20 14:04 一天不进步,就是退步 阅读(523) 评论(2) 推荐(0)
摘要: https://www.cnblogs.com/wxgblogs/p/5641643.html 阅读全文
posted @ 2019-03-19 16:01 一天不进步,就是退步 阅读(155) 评论(0) 推荐(0)
摘要: 从小有一个武侠梦,长大从事了IT,空闲时间看了很多修仙小说。就萌生了一个想法:把IT之路和修仙之路联系到一起。 于是参照<凡人修仙传>的各个修仙阶段,对比IT之路进行了对照,才有了这篇文章。无图无真相。 大图太大,不易看清楚,下面分阶段展示一下: 1.初入书院 说明: 1.1 入门 人的精力有限,总 阅读全文
posted @ 2019-03-15 18:28 一天不进步,就是退步 阅读(2939) 评论(14) 推荐(12)
摘要: 1.为什么要服务发现? 服务实例的网络位置都是动态分配的。由于扩展、失败和升级,服务实例会经常动态改变,因此,客户端代码需要使用更加复杂的服务发现机制。 2.常见的服务发现开源组件 etcd—用于共享配置和服务发现的高可用性、分布式、一致的键值存储。使用etcd的两个著名项目是Kubernetes和 阅读全文
posted @ 2019-03-14 10:00 一天不进步,就是退步 阅读(2725) 评论(0) 推荐(0)
摘要: http://www.blogjava.net/xylz/archive/2011/01/08/342609.html 上一节中提到关闭线程池过程中需要对新提交的任务进行处理。这个是java.util.concurrent.RejectedExecutionHandler处理的逻辑。 在没有分析线程 阅读全文
posted @ 2019-03-13 15:15 一天不进步,就是退步 阅读(351) 评论(0) 推荐(0)
摘要: https://wiki.apache.org/solr/SolrPerformanceFactors Contents Schema Design Considerations indexed fields The number of indexed fields greatly increase 阅读全文
posted @ 2019-03-13 14:55 一天不进步,就是退步 阅读(493) 评论(0) 推荐(0)
摘要: 1.环境 spring-boot 2.1.3 依赖项:spring-cloud-starter-zookeeper-discovery 版本2.1.1 使用的zookeeper3.4.11 代码如下: 2.启动spring boot项目报错 Thrown "KeeperErrorCode = Uni 阅读全文
posted @ 2019-03-12 09:37 一天不进步,就是退步 阅读(910) 评论(0) 推荐(0)
摘要: 1.solr对比lucence lucence vs solr 类似于引擎 vs 汽车。 2. solr架构 3. 对应lucence/solr源码分析 RequestHandler 处理一个url请求如/select.其层次结构为: Response Writers updateHandler s 阅读全文
posted @ 2019-03-11 13:31 一天不进步,就是退步 阅读(148) 评论(0) 推荐(0)
摘要: 使用Spring Boot Starter提升效率 虽然不同的starter实现起来各有差异,但是他们基本上都会使用到两个相同的内容:ConfigurationProperties和AutoConfiguration。因为Spring Boot坚信“约定大于配置”这一理念, 所以我们使用Config 阅读全文
posted @ 2019-03-08 12:45 一天不进步,就是退步 阅读(6054) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 234 下一页