摘要: 工具阿里巴巴的fastjson包 <!-- https://mvnrepository.com/artifact/com.alibaba/fastjson --><dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</art 阅读全文
posted @ 2019-04-09 17:12 刘维风 阅读(2765) 评论(0) 推荐(0) 编辑
摘要: 一:forEach() 循环遍历 List<Integer> costBeforeTax = Arrays.asList(100, 200, 300, 400, 500); costBeforeTax.forEach((x) -> System.out.println(x)); 运行结果: 100 阅读全文
posted @ 2019-04-02 17:07 刘维风 阅读(1270) 评论(0) 推荐(0) 编辑
摘要: numShards:分片数 replicationFactor:每个分片下的副本数 maxShardsPerNode:当numShards为1,replicationFactor为3时,maxShardsPerNode设置为1*3=3 2019年3月14日 阅读全文
posted @ 2019-03-14 16:51 刘维风 阅读(1297) 评论(0) 推荐(0) 编辑