自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 收藏
  • 关注

原创 The difference between max_gram and min_gram in NGram Tokenizer must be less than or equal to: [1]

The difference between max_gram and min_gram in NGram Tokenizer must be less than or equal to: [1] but was [3]. This limit can be set by changing the [index.max_ngram_diff] index level settingElasti...

2019-07-19 17:07:58 3623 1

原创 linux 配置环境变量提示: source 是一个目录

出现source是一个目录时,确保配置“=”号后面没有空格JAVA_HOME= /media =>×JAVA_HOME=/media √

2019-05-16 10:20:17 3226

原创 docker 中 errors: denied: requested access to the resource is denied unauthorized: authentication

unable to pin image fidelisa/node to digest: errors:denied: requested access to the resource is deniedunauthorized: authentication required出现这个问题尝试如下命令docker stack deploy -c docker-compose.ym...

2019-05-16 07:35:53 3186

原创 access denied ("java.io.FilePermission""........\IKAnalyzer.cfg.xml""read"

es 如果装了插件,路径文件夹不能有空格或者汉字

2019-05-14 20:05:34 2579 5

原创 feign.FeignException: status 400 reading

Feign调用,发送请求,访问的是机器名称,容易产生400的错误,需要改成ip+端口,在注册中心中。eurekainstance: prefer-ip-address: true instance-id : 192.168....:port...

2019-03-17 04:58:27 3877

原创 SpringBoot整合jest 出现java.net.SocketTimeoutException: Read timed out异常

因为jestproperties自动设置了三秒的延时时间private int connectionTimeout = 3000;private int readTimeout = 3000;此时我们仅需要设置长一点就好了spring.elasticsearch.jest.connection-timeout=9000spring.elasticsearch.jest.read-timeout...

2018-06-22 01:15:24 7143

转载 登录不成功的docker小伙伴

我自己安装docker,启动不成功,报错信息Error starting daemon: SELinux is not supported with the overlay2 graph driver on this kernel. Either boot into a newer kernel or disable selinux in docker (--selinux-enabled=fal...

2018-03-19 00:15:40 4948

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除