会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Loading
Landfill
BUG REPOSITORY
首页
新随笔
订阅
管理
上一页
1
2
3
4
5
下一页
2020年8月10日
com.netflix.zuul.exception.ZuulException: Hystrix Readed time out 解决方法
摘要: zuul集成了ribbon 和hystrix 如果调用的远程服务没有正常返回结果,又没有设置熔断机制,就会上述错误。 因为redis的docker忘记启动了。 正常调用的情况就不会出现该错误,所有还要设置熔断机制,不然超时的参数时间怎么设置也没用 zuul: host: connect-timeou
阅读全文
posted @ 2020-08-10 14:12 landfill
阅读(2685)
评论(0)
推荐(0)
2020年8月9日
openwrt tcpdump 抓包 wireshark ,防火墙屏蔽ip
摘要: https://juejin.im/post/6844904084168769549#heading-30 ip neigh | grep REACHABLE cat /proc/net/arp cat /tmp/dhcp.leases 抓包到下载到本地,在wireshark open tcpdum
阅读全文
posted @ 2020-08-09 17:12 landfill
阅读(1231)
评论(0)
推荐(0)
IDEA:通过Live Template自定义模板(类注释、方法注释)
摘要: settings live tempalte 创建template group template text ** * @description: $description$ $params$ $returns$ * @author: Landfill * @date: $date$ */ edit
阅读全文
posted @ 2020-08-09 13:47 landfill
阅读(643)
评论(0)
推荐(0)
2020年8月8日
virtualbox CentOS minimal 没有ipv4 地址
摘要: vituralbox 使用的桥接模式 手动指定静态ip vi /etc/sysconfig/network-scripts/ifcfg-enp0s3 ◆将ONBOOT=no改为ONBOOT=yes ◆将BOOTPROTO=dhcp改为BOOTPROTO=static ◆增加IPADDR(IPv4):
阅读全文
posted @ 2020-08-08 23:57 landfill
阅读(513)
评论(0)
推荐(0)
centos7 minimal ifconfig: command not found
摘要: 针对CentOS,其最小化安装已经不会包含ifconfig和netstat相关的网络工具了。 解决方法有几个: 确认路径 首先,最基本的就是看下是否有该指令,使用find find -name "ipconfig" 如果发现了,则将其添加到PATH环境变量中。当然可以直接去bin和sbin目录下看下
阅读全文
posted @ 2020-08-08 23:52 landfill
阅读(192)
评论(0)
推荐(0)
IDEA maven 项目编译忽略xml文件问题
摘要: 问题: IDEA maven 项目编译忽略xml文件,在target/classes路径下没有xml。、 解决: 在pom中添加build标签的resource 指定的要加入的xml等配置文件 <build> <resources> <!-- mapper.xml文件在java目录下 --> <re
阅读全文
posted @ 2020-08-08 17:43 landfill
阅读(1700)
评论(1)
推荐(0)
Mybatis Generator 路径和实体类要放的路径不一致 导致Could not resolve type alias
摘要: Mybatis Generator 路径和实体类要放的路径不一致。会出现一系列的错误。手动修改alias也还是会报错,直接重新生成 org.apache.ibatis.binding.BindingException: Invalid bound statement (not found) Fact
阅读全文
posted @ 2020-08-08 17:40 landfill
阅读(1496)
评论(0)
推荐(0)
2020年8月7日
Mybatis 错误:Error parsing Mapper XML. Cause: org.apache.ibatis.type.TypeException: Could not resolve type alias
摘要: mybatis\mapper\AdminMapper.xml]'; nested exception is org.apache.ibatis.builder.BuilderException: Error parsing Mapper XML. Cause: org.apache.ibatis.b
阅读全文
posted @ 2020-08-07 15:54 landfill
阅读(2995)
评论(0)
推荐(0)
Spring Security使用报错 No bean named 'springSecurityFilterChain' is defined
摘要: 转载:https://gist.github.com/linlihai/10219184#file-gistfile1-md 近日来自己想基于maven搞一个有多子模块的archetype,就用比较流行的Spring mvc.archetype 闲来无事加上Spring security可好? 于是
阅读全文
posted @ 2020-08-07 10:44 landfill
阅读(731)
评论(0)
推荐(0)
2020年8月6日
连接mysql失败 Path does not chain with any of the trust anchors
摘要: Caused by: java.security.cert.CertificateException: java.security.cert.CertPathValidatorException: Path does not chain with any of the trust anchors 暂
阅读全文
posted @ 2020-08-06 21:48 landfill
阅读(719)
评论(0)
推荐(0)
上一页
1
2
3
4
5
下一页
公告