Unable to import maven project: See logs for details ...
分类:
其他好文 时间:
2020-01-04 23:55:56
阅读次数:
160
在虚拟机中搭建hive之后,创建了表,在执行select * from tablename的时候报错,具体报错信息如下: hive> select * from hive_01; FAILED: SemanticException Unable to determine if hdfs://mast ...
分类:
其他好文 时间:
2020-01-01 20:18:25
阅读次数:
136
刚编写的一个shell文件执行时突然遇到shell文件不能运行,一下子觉得奇了怪了,明明写的shell文件,而且添加了可执行权限,竟然提示这个结果:如下 尝试对文件的用vim打开该sh文件,输入:set ff ,显示fileformat=unix,说明没有问题(如果显示fileformat=dos, ...
分类:
其他好文 时间:
2019-12-31 12:11:01
阅读次数:
84
我当前使用的是ubuntu 16.04,ros kinetic ,Gazebo版本为7.0。protoc需要确保版本为2.6.1,而我当前的为3.4.0,因此需要将系统中的protoc替换为2.6.1版本。 controller manager.: git https://github.com/ro ...
分类:
Web程序 时间:
2019-12-29 12:50:00
阅读次数:
105
参考博客:https://blog.csdn.net/shimadear/article/details/90598646 问题描述: 解决方法: 第一种情况: 进程中存在与apt相关的正在运行的进程: 首先检查是否在运行apt,apt-get相关的进程 ps aux | grep -i apt 如 ...
分类:
系统相关 时间:
2019-12-28 19:00:37
阅读次数:
186
在搭建rabbitmq集群的时候,添加内存节点时,抛出异常:Error: unable TO perform an operation ON node 'rabbit@test3'. Please see diagnostics information AND suggestions below. ...
分类:
其他好文 时间:
2019-12-27 18:07:42
阅读次数:
453
函数作用:为DataWindow或者DataStore指定数据过滤规则。通常在调用该函数前使用函数Retrieve将数据检索到客户端,该函数可以决定检索到客户端的这些数据哪些可以显示,哪些不能显示。该函数对客户端的数据进行操作,和后台数据库没有任何关系。在设置完过滤规则后使用函数Retrieve检索 ...
分类:
其他好文 时间:
2019-12-27 16:41:39
阅读次数:
187
In this lesson you will learn to talk about abilities. 课上内容(Lesson) 在描述故事的时候,注意使用过去时态。要更多的记住过去时态的单词变形和读音 词汇(Key Word ) staff manager 人事经理 unable adj.不 ...
分类:
其他好文 时间:
2019-12-26 09:20:15
阅读次数:
108
一、报错 Could not transfer artifact org.apache.maven.plugins:maven-install-plugin:pom:2.4 from/to alimaven (https://maven.aliyun.com/repository/central): ...
分类:
其他好文 时间:
2019-12-24 13:27:26
阅读次数:
90
在删除镜像之前要先用 docker rm 删掉依赖于这个镜像的所有容器(哪怕是已经停止的容器),否则无法删除该镜像。 停止容器 # docker stop $(docker ps -a | grep "Exited" | awk '{print $1 }') 删除容器 # docker rm $(d ...
分类:
其他好文 时间:
2019-12-23 17:10:12
阅读次数:
99