问题:利用Elasticsearch -head插件不能查看数据或者在Elasticsearch -linux的curl命令操作时总是提示: {"error":"Content-Type header [application/x-www-form-urlencoded] is not suppor ...
分类:
其他好文 时间:
2020-06-22 19:11:26
阅读次数:
114
//查看_cat支持的信息kibana: GET /_catbash: curl -XGET -u elastic:password 'http://192.168.31.215:9201/_cat'//查看主节点信息kibana: GET /_cat/master?vbash: curl -XGE ...
分类:
其他好文 时间:
2020-06-22 14:34:46
阅读次数:
60
一、错误提示 二、原因 要克隆的文件太大 三、解决方法 1、第一种方法:少clone一些,每个文件只取最近一次提交,不是整个历史版本 git clone https://github.com/xx/xx.git --depth 1 2、第二种方法:加大缓存区 git config --global ...
分类:
Web程序 时间:
2020-06-22 13:26:39
阅读次数:
134
环境要求 工具 ip git jenkins maven 192.168.253.156 tomcat8 jdk1.8 192.168.253.51 1.git安装 1.1 linux安装 (1)安装yum依赖及软件 yum install curl-devel expat-devel gettex ...
分类:
其他好文 时间:
2020-06-22 12:25:07
阅读次数:
72
在使用git clone命令从github克隆源码到电脑时出现了以下问题 fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed error: RPC failed; curl 18 t ...
分类:
Web程序 时间:
2020-06-21 23:37:27
阅读次数:
88
1- CentOS7 1.1- 国内清华源 rm -rf /etc/yum.repos.d/* curl -o /etc/yum.repos.d/CentOS-Base.repo https://files-cdn.cnblogs.com/files/lemanlai/CentOS-7.repo.s ...
分类:
其他好文 时间:
2020-06-21 11:58:31
阅读次数:
78
部署istio1.5.5下载Istio,下载内容将包含:安装文件、示例和istioctl命令行工具。到以下页面找istio-1.5.5-linux.tar.gz下载http://www.jrnsoft.com/ziyuan.html也可以到官网下载,但速度非常慢curl-Lhttps://istio.io/downloadIstio|ISTIO_VERSION=1.5.5sh-切换到Istio包所
分类:
其他好文 时间:
2020-06-20 10:59:44
阅读次数:
118
之前学习docker的时候,全部通过mysql原生的脚本运行脚本,太久没动之后脚本可能都忘记了。 就是说不方便操作。换了个人操作之后,还需要交付脚本。而docker有个编排插件docker-compose就是专门干这事情的。百度了下还挺多文章的。 然后依葫芦画瓢来一个,对比。 准备资料: 服务器一台 ...
分类:
数据库 时间:
2020-06-19 16:15:36
阅读次数:
75
这篇文章的目的主要是针对平时开发中访问合作方的地址不通时使用的集中排查问题的方式。一下均是在linux环境下的命令操作 公网ip和出口ip的区别 查看出口ip curl cip.cc curl ipinfo.io 测试网络是否通畅 telnet ip 端口 telnet 域名 端口 ...
分类:
其他好文 时间:
2020-06-19 12:10:34
阅读次数:
91
问题 1: mybatis拼接多条语句同时执行,报错,想在mapper的一个更新节点进行多条update语句的操作: <update id="cleanUserByPhone" parameterType="java.lang.String"> update user set valid_statu ...
分类:
其他好文 时间:
2020-06-18 11:14:41
阅读次数:
85