摘要: 寻找: https://segmentfault.com/q/1010000003931611 恢复: https://geek-docs.com/git/git-questions/168_git_restore_deleted_file_from_repository.html#:~:text= 阅读全文
posted @ 2023-12-12 13:54 夜旦 阅读(51) 评论(0) 推荐(0) 编辑
摘要: 遇到一个报错,疑似maven的引用问题,最后排查完是lombok的版本没跟上idea的更新 https://www.jianshu.com/p/79cd23a1ee57 这里有详细解释,https://links.jianshu.com/go?to=https%3A%2F%2Fyoutrack.je 阅读全文
posted @ 2023-04-13 14:40 夜旦 阅读(59) 评论(0) 推荐(0) 编辑
摘要: Feign基础搭建 https://blog.csdn.net/qq_41319712/article/details/109617249 引入出现报错 Method springSecurityFilterChain in org.springframework.security.config.a 阅读全文
posted @ 2023-03-20 14:15 夜旦 阅读(17) 评论(0) 推荐(0) 编辑
摘要: { "data": { "shipper": { "address": "No.236 Qianwangang Road,West Coast New Area", "province": "SHANDONG", "city": "QINGDAO", "countryCode": "CN", "di 阅读全文
posted @ 2023-01-04 09:27 夜旦 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 上传文件的接口突然 500 nginx Internel error 调IP能成功但是域名失败,so怀疑域名解析的服务有问题 看了下web前端的nginx日志后发现,磁盘已满。 https://cloud.tencent.com/developer/article/1725936 阅读全文
posted @ 2022-10-08 15:50 夜旦 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 本地nacos无法连接到远端,版本2.0.1 起初搜索结果都是2.0的bug版本,看了几篇都没啥用,和我的情况也不大符合 我又逐字对比其他服务的地址,发现 了问题。。。 起不来的服务用的是阿里nacos的内网地址去连接的。。 其他服务用的外网地址。。。 但是有个服务用的内网地址也能正常运行,就挺奇怪 阅读全文
posted @ 2022-09-30 14:26 夜旦 阅读(1934) 评论(0) 推荐(0) 编辑
摘要: /** * 参考如下 * https://zhuanlan.zhihu.com/p/157793899 */ public class Test1 { static Map<String, Consumer<String>> actionMappings = new HashMap<>(); pub 阅读全文
posted @ 2022-05-28 15:53 夜旦 阅读(33) 评论(0) 推荐(0) 编辑
摘要: docker-compose up 时 Permission denied File "docker/transport/unixconn.py", line 43, in connect PermissionError: [Errno 13] Permission denied During ha 阅读全文
posted @ 2022-01-21 14:54 夜旦 阅读(2192) 评论(0) 推荐(0) 编辑
摘要: 群里的问题 hive表数据量19亿左右(id有少量重复),把id作为es的_id进行写入,发现es中的数据量比hive通过id去重后的数据要多几万条 force merge之后做一次count试试,你看到的数据条数可能包含同一条数据不同版本的。 es小知识点 动态映射 都知道动态映射会创建mappi 阅读全文
posted @ 2022-01-19 16:10 夜旦 阅读(1904) 评论(0) 推荐(0) 编辑
摘要: java.lang.IllegalStateException: Failed to introspect Class [com.central.es.config.RestAutoConfigure] from ClassLoader [sun.misc.Launcher$AppClassLoad 阅读全文
posted @ 2021-11-29 11:48 夜旦 阅读(2073) 评论(0) 推荐(0) 编辑