06 2020 档案

摘要:在项目中使用xterm时,发现网上包括官方给出的使用方式都是Vue的那种import模块的, import { Terminal } from 'xterm'; import { FitAddon } from 'xterm-addon-fit'; const term = new Terminal 阅读全文
posted @ 2020-06-29 09:04 十点 阅读(408) 评论(1) 推荐(0)
摘要:有来了个新项目,idea导入之后就报错Cannot resolve plugin org.springframework.boot:spring-boot-maven-plugin 原因是新项目的配置中使用的是默认的maven配置文件和默认本地仓库地址, 改成自定义之后的就可以了,参考下图 阅读全文
posted @ 2020-06-18 10:09 十点 阅读(23955) 评论(1) 推荐(1)
摘要:问题: IDEA Spring Boot项目 无法自动导入包或者添加注解后无法引入包 方法: 1、检查pom.xml文件是否添加了依赖 2、有没有设置自动导包 1 选项,IntelliJ IDEA 将在我们书写代码的时候自动帮我们优化导入的包,比如自动去掉一些没有用到的包。 2 选项,Intelli 阅读全文
posted @ 2020-06-15 22:29 十点 阅读(3168) 评论(0) 推荐(0)
摘要:一、缺少jar包:httpclient 报错: "HiveServer2-Handler-Pool: Thread-696" java.lang.NoClassDefFoundError: org/apache/commons/httpclient/protocol/ProtocolSocketFa 阅读全文
posted @ 2020-06-03 13:55 十点 阅读(3688) 评论(0) 推荐(1)
摘要:ES 中的类型是 index/_mapping 中对应的数据类型,非 _source 里面数据的类型。 Hive typeElasticsearch type void null boolean boolean tinyint byte smallint short int int bigint l 阅读全文
posted @ 2020-06-02 14:13 十点 阅读(2169) 评论(0) 推荐(0)