
个人bug解决
New出来的Xiaow
努力的代码搬运工
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
解决:X-Pack is not supported and Machine Learning is not available for [windows-x86]
在官网下载Elastic Stack6.3.0的解压版,直接运行elasticsearch.bat之后运行一段后就会闪退,尝试使用cmd运行控制台报了如下错误ElasticsearchException[X-Pack is not supported and Machine Learning is not available for [windows-x86]; you can use the other X-Pack features (unsupported) by setting xpack.ml原创 2020-09-17 10:52:38 · 1721 阅读 · 0 评论 -
IDEA中Boolean类型生成Get&Set方法时带有is的字段会被自动除去is
Boolean类型生成带有is的字段的Get&Set方法,is会被自动除去错误代码如下然后手动修改了被去除的is,问题解决同时在度娘扒出了解决方案,贴上来方便大家解决这个问题最近一个项目的一个pojo,像往常一样自动生成了get和set,代码进行到一个功能后效果无论如何都实现不了,咨询了神奇的度娘发现是自己偷懒的锅。错误代码如下public class Category { @Id @GeneratedValue(strategy = GenerationType.IDENTI原创 2020-09-15 20:15:18 · 2993 阅读 · 1 评论 -
2020.9.8:Spring cloud :install时报错
spring cloud聚合项目spring cloud打jar包时报错Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:2.0.7.RELEASE:repackage (default) on project leyou-item-interface: Execution default of goal org.springframework.boot:spring-boot-maven-plugin:2.0.原创 2020-09-08 11:10:36 · 283 阅读 · 0 评论