上一页 1 2 3 4 5 6 7 8 9 10 ··· 23 下一页
摘要: centos7 安装ftp报错, 安装教程在这里,https://www.cnblogs.com/Sungeek/p/10148656.html 安装完之后除了他提到的问题,还有个, 命令: USER ftpuser2 响应: 331 Please specify the password. 命令: 阅读全文
posted @ 2020-07-13 15:40 十点 阅读(1248) 评论(0) 推荐(0) 编辑
摘要: 可以在终端中使用stty命令, 详细信息:stty -a 行列数:stty size 其他详细使用信息可以看这里,https://blog.csdn.net/lxgwm2008/article/details/8976758 阅读全文
posted @ 2020-07-07 09:56 十点 阅读(951) 评论(0) 推荐(0) 编辑
摘要: 在项目中使用xterm时,发现网上包括官方给出的使用方式都是Vue的那种import模块的, import { Terminal } from 'xterm'; import { FitAddon } from 'xterm-addon-fit'; const term = new Terminal 阅读全文
posted @ 2020-06-29 09:04 十点 阅读(369) 评论(1) 推荐(0) 编辑
摘要: 有来了个新项目,idea导入之后就报错Cannot resolve plugin org.springframework.boot:spring-boot-maven-plugin 原因是新项目的配置中使用的是默认的maven配置文件和默认本地仓库地址, 改成自定义之后的就可以了,参考下图 阅读全文
posted @ 2020-06-18 10:09 十点 阅读(23801) 评论(1) 推荐(1) 编辑
摘要: 问题: IDEA Spring Boot项目 无法自动导入包或者添加注解后无法引入包 方法: 1、检查pom.xml文件是否添加了依赖 2、有没有设置自动导包 1 选项,IntelliJ IDEA 将在我们书写代码的时候自动帮我们优化导入的包,比如自动去掉一些没有用到的包。 2 选项,Intelli 阅读全文
posted @ 2020-06-15 22:29 十点 阅读(2845) 评论(0) 推荐(0) 编辑
摘要: 一、缺少jar包:httpclient 报错: "HiveServer2-Handler-Pool: Thread-696" java.lang.NoClassDefFoundError: org/apache/commons/httpclient/protocol/ProtocolSocketFa 阅读全文
posted @ 2020-06-03 13:55 十点 阅读(3539) 评论(0) 推荐(0) 编辑
摘要: 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 十点 阅读(2089) 评论(0) 推荐(0) 编辑
摘要: 重启ambari时,其他服务启动正常,但hive server2 服务无法启动, ambari报错: zookeeper node /hiveserver2 is not ready yet hiveserver2日志报错: Trying to connect to metastore with U 阅读全文
posted @ 2020-05-29 08:49 十点 阅读(3403) 评论(0) 推荐(0) 编辑
摘要: 重大新增:1、支持SQL hints2、加大了对oracle和mysql的支持,例如Oracle XML function, MySQL math functions3、实现了对Redis的解析 新特性:1、新增支持 Cassandra 3.x 2、ES解析器新增MatchQuery3、增加了对新建 阅读全文
posted @ 2020-05-27 14:53 十点 阅读(328) 评论(0) 推荐(0) 编辑
摘要: calcite建表语句解析时,需要进行的字符匹配序列: varchar添加了长度之后就会报错,估计是没法匹配左括号吧, final public void TableElement(List<SqlNode> list) throws ParseException { final SqlIdenti 阅读全文
posted @ 2020-05-26 17:01 十点 阅读(772) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 23 下一页