hexo
摘要: 关闭集群 : redis-cli -c -h 192.168.10.137 -p 7000 shutdown redis-cli -c -h 192.168.10.137 -p 7001 shutdown redis-cli -c -h 192.168.10.137 -p 7002 shutdown 阅读全文
posted @ 2022-11-04 11:16 坚强的南瓜 阅读(1752) 评论(0) 推荐(0) 编辑
摘要: 更换spring-core 依赖 阅读全文
posted @ 2022-11-03 17:03 坚强的南瓜 阅读(376) 评论(0) 推荐(0) 编辑
摘要: Map<Object, List<Map<String, Object>>> name = list.stream().collect(Collectors.groupingBy(x -> x.get("name"),LinkedHashMap::new,Collectors.toList())); 阅读全文
posted @ 2022-11-03 11:13 坚强的南瓜 阅读(1283) 评论(0) 推荐(0) 编辑
摘要: elasticsearch.yml 配置文件 要加空格 详细解释 参考 https://blog.csdn.net/opp003/article/details/121500176 阅读全文
posted @ 2022-11-02 16:17 坚强的南瓜 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 指定索引 插入数据 RestHighLevelClient client = new RestHighLevelClient(RestClient.builder(new HttpHost("192.168.10.129", 9200))); IndexRequest indexRequest = 阅读全文
posted @ 2022-09-08 15:08 坚强的南瓜 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 重写对象实体类里的tostring()方法即可 阅读全文
posted @ 2022-08-29 20:56 坚强的南瓜 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 查看端口: # lsof -i :8123 *.8123 是可以远程连接的 localhost:8123 无法远程连接 先kill掉 这个进程 重新启动即可 以为systemctl clickhouse-server restart 会 提示一个 Init script is already run 阅读全文
posted @ 2022-08-29 12:50 坚强的南瓜 阅读(1108) 评论(0) 推荐(0) 编辑
摘要: 查看2.1 nacos 和2.0nacos mysql的表有区别 阅读全文
posted @ 2022-07-15 15:14 坚强的南瓜 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-07-02 16:35 坚强的南瓜 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-06-30 20:44 坚强的南瓜 阅读(5) 评论(0) 推荐(0) 编辑