摘要: 报错信息 12:06 PM Push failedunable to access 'https://github.com/lyingcode/lemon.git/': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.c 阅读全文
posted @ 2022-04-05 12:09 不是光头的码农 阅读(192) 评论(0) 推荐(0) 编辑
摘要: HttpHeaders httpHeaders = new HttpHeaders();httpHeaders.add("some-header", "on every request") ClientConfiguration clientConfiguration = ClientConfigu 阅读全文
posted @ 2022-04-05 10:37 不是光头的码农 阅读(249) 评论(0) 推荐(0) 编辑
摘要: spring data elasticsearch目前支持的版本是7.15.2,这里下载选择7.15.2 1 下载7.15.2 elasticsearch wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch- 阅读全文
posted @ 2022-04-05 09:58 不是光头的码农 阅读(144) 评论(0) 推荐(0) 编辑
摘要: {body}<!--more-->{extended} 阅读全文
posted @ 2022-04-03 08:22 不是光头的码农 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 1 安装pipdeptree pip3 install pipdeptree 2 生成依赖包列表 pipdeptree -f -p requests 3 单独创建requests目标 mkdir requests pipdeptree -f -prequests > requests.txt pip 阅读全文
posted @ 2022-04-03 08:22 不是光头的码农 阅读(439) 评论(0) 推荐(0) 编辑
摘要: 做软件开发也有很多年了,但是发现每年都没有把自己的思考积淀下来,一年很快就过去了,最终发现除了完成一些需求,竟然也不知道自己新学习了哪些知识,除了懒,找不到其它的原因。后面会逐步写写博客,把自己的所思所想,学习到东西记录下来。 阅读全文
posted @ 2022-04-02 13:15 不是光头的码农 阅读(28) 评论(0) 推荐(0) 编辑
摘要: POST _reindex{"source": {"index": "my-index-000001"},"dest": {"index": "my-new-index-000001"}} 阅读全文
posted @ 2022-04-02 13:15 不是光头的码农 阅读(59) 评论(0) 推荐(0) 编辑