• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






LEO

路漫漫
 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2022年8月8日

kettle The PDI Client has encountered an error and may not be stable.
摘要: updating/cleaning the DB cache (right-click on your database-connection in PDI) might help.I would suggest:- clean the DB-cache- recheck/configure you 阅读全文
posted @ 2022-08-08 21:14 leo.hao 阅读(626) 评论(0) 推荐(0)
 

2020年4月30日

go-xxl-job-client
摘要: go-xxl-job-client 使用中会出现 register executor failed, please check xxl admin address,由于xxl job admin 版本低导致,自己测下来将xxl job admin 升级至2.1.2版本即可 阅读全文
posted @ 2020-04-30 10:45 leo.hao 阅读(474) 评论(0) 推荐(0)
 

2019年7月11日

elasticsearch CircuitBreakingException FIELDDATA Data too large 异常
摘要: 本文全部参照:https://blog.csdn.net/hereiskxm/article/details/46744985 这里自己留底记录 1. 产生Data too large异常 经排查,原来是ES默认的缓存设置让缓存区只进不出引起的,具体分析一下。 2. ES缓存区概述 3.1 监控Fi 阅读全文
posted @ 2019-07-11 16:24 leo.hao 阅读(3110) 评论(0) 推荐(0)
 

2019年6月18日

win10下 多媒体设备播放不出声音的解决方案
摘要: 最近win10系统更新后,经常会出现多媒体设备播放不出生意的情况,显示声卡服务器异常的状况。从网上搜了很多方法,发现都不能很好得解决问题。最后尝试将禁止声卡部分禁止后再重新开启,问题得以解决。现将具体操作步骤分享如下: Step 1. 此电脑-->设备管理器-->声音、视频和游戏控制器 Step 2 阅读全文
posted @ 2019-06-18 10:26 leo.hao 阅读(1162) 评论(0) 推荐(0)
 

2018年8月20日

kibana x-pack 更新license
摘要: kibana x-pack安装完了后,license有效期只有1个月,并且每年需要,要重新续一次。 1,注册 https://register.elastic.co/ 2,登录到注册的邮件,里面会有一个下载license的邮件。 我安装的版本是6.3.1 请求url POST http://XXXX 阅读全文
posted @ 2018-08-20 10:57 leo.hao 阅读(2216) 评论(0) 推荐(0)
 

2018年3月15日

elastic search集群请求超时
摘要: 搭建的es集群 6.1.2版本 描述: head中链接经常出现未连接情况 通过Java api 查询经常出现请求超时,查看es master日志中发现 Received response for a request that has timed out, failed to execute on n 阅读全文
posted @ 2018-03-15 14:18 leo.hao 阅读(1885) 评论(0) 推荐(0)
 

2018年2月23日

angular4 angular/cli 版本升级
摘要: 1. angular/cli 全局升级 npm uninstall -g @angular/cli npm cache clean npm install -g @angular/cli@latest 2. 升级工程包,通过ncu升级需要升级的程序包 ncu -u 升级所有的包,如果遇到 types 阅读全文
posted @ 2018-02-23 12:00 leo.hao 阅读(442) 评论(0) 推荐(0)
 

2017年12月20日

windows 编写shell 脚本转化成unix
摘要: windows 编写shell 脚本转化成unix https://unix.stackexchange.com/questions/154408/cant-cd-to-home-user-when-sourcing-a-script 1down vote I had this same probl 阅读全文
posted @ 2017-12-20 10:58 leo.hao 阅读(657) 评论(0) 推荐(0)
 

2017年11月29日

spring boot 自定义HandlerMethodArgumentResolver做参数校验
摘要: spring boot 自定义HandlerMethodArgumentResolver做请求参数校验时,如果controller中Action方法参数实体添加了@RequestBody注解会引起自定义的HandlerMethodArgumentResolver 无法执行,此时只要将@Request 阅读全文
posted @ 2017-11-29 14:13 leo.hao 阅读(1198) 评论(0) 推荐(0)
 

2017年11月16日

Fiddler 重定向BUG
摘要: 使用fiddler 模拟请求会遇到返回301,302重定向,fiddler会自动重定向到对应的URL,但是会有一个bug,fiddler重定向的请求url并没有将之前的请求头加上,此时就会出现重定向的URL请求头不对 阅读全文
posted @ 2017-11-16 19:57 leo.hao 阅读(342) 评论(0) 推荐(0)
 
下一页