
java
程序媛jessica
世事洞明皆学问,人情练达即文章
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
esticSearch 入门使用——es 搜索问题排查
es入门使用,搜索问题排查原创 2022-09-15 19:47:10 · 938 阅读 · 0 评论 -
arthas线上使用实践
arthas 线上问题分析实践原创 2022-09-14 11:42:28 · 1012 阅读 · 2 评论 -
java本地测试
本地idea调试SpringBoot工程,报错 : Caused by: org.I0Itec.zkclient.exception.ZkTimeoutException: Unable to connect to zookeeper server within timeout: 3000 1、SprintBoot单元测试连接zookeeper; zookeeper注册中心开启了 安全认证,本地调试,无法注册; 需要增加VMOptions 配置: -Dzookeeper.sasl.client=false原创 2021-09-27 16:23:55 · 518 阅读 · 0 评论 -
/http.ser.gz (设备上没有空间) java.io.IOException: No space left on device,磁盘空间不足
原文: https://blog.youkuaiyun.com/blogzlh/article/details/24312963 2018-04-03 09:44:46.690 [javamelody community_cms] WARN net.bull.javamelody exception while collecting da...转载 2018-04-03 09:46:29 · 3485 阅读 · 0 评论 -
使用 ant 运行build.xml 运行 报JRE version less than 1.7 is not supported.
Eclipse 升级到Mars 4.5.1或者以上的Oxygen版本后,老项目使用jdk1.6,通过ant编译jar时,会遇到如下问题: 使用jre1.6运行ant-打jar包 报JRE version less than 1.7 is not supported. 解决方案: 选中build.xml,进入“run as”—>”Extenal Tools configuratio...原创 2018-04-17 14:15:36 · 13994 阅读 · 0 评论