51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#报错
NVIDIA-docker报错:docker-ce (= 5:18.09.0~3-0~ubuntu-xenial) but 18.06.0~ce~3-0~ubuntu is to be installed
报错:Thefollowingpackageshaveunmetdependencies:nvidia-docker2:Depends:docker-ce(=5:18.09.0~3-0~ubuntu-xenial)but18.06.0~ce~3-0~ubuntuistobeinstalledordocker-ee(=5...
代码星球
·
2020-12-17
NVIDIA-docker
报错
docker-ce
18.09.0
ubuntu-xenial
Python报错:ImportError: No module named src.data_layer
ImportError:Nomodulenamedsrc.data_layer解决方案:exportPYTHONPATH=path/to/modules ...
代码星球
·
2020-12-17
Python
报错
ImportError
No
module
android studio运行时报错AVD Nexus_5X_API_P is already running解决办法
运行刚搭建好的Android环境时会报这种错误:AVDNexus_5X_API_Pisalreadyrunning.Ifthatisnotthecase,deletethefilesat C:UsersDELL.androidavd/Nexus_5X_API_P.avd/*.lockandtrya...
代码星球
·
2020-12-17
android
studio
运行时
报错
AVD
用make编译openCV报错:ts_gtest.cpp:(.text._ZN7testing8internal2RED2Ev+0xf): undefined reference to 'regfreeA'
解决方案:thecauseisthegoogletestsislookingforthegenericregex.hbutcmakeusedtheregex.hfromboost.andboostisnotlinked. I'mnotsurehowtofixitproperlybutrenaming/usr/...
代码星球
·
2020-12-17
make
编译
openCV
报错
ts
git clone报错:“server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none”
Icanpushbycloneprojectusingssh,butitdoesn'tworkwhenIcloneprojectwithhttps.itshowsmessageerrorasbelow.servercertificateverificationfailed.CAfile:/etc/ssl/certs/c...
代码星球
·
2020-12-17
git
clone
报错
server
certificate
解决定位工具报错Error while parsing UI hierarchy XML file: Invalid ui automator hierarchy file.
在微信自动化测试中,偶尔会出现某个页面一直无法读取到页面元素的情况,原因是页面未加载完成解决方式:1.重启APP 2.建议上下滑动当前页面,如朋友圈,会出现滑动到某个地方,出现可以读取到的情况参考链接:https:...
代码星球
·
2020-12-15
hierarchy
解决
定位
工具
报错
appium+java报错之nodejs报错
$gulp(node:784)fs:re-evaluatingnativemodulesourcesisnotsupported.Ifyouareusingthegraceful-fsmodule,pleaseupdateittoamorerecentversion.本来是node-v6.2.2-x64.msi换成no...
代码星球
·
2020-12-15
报错
appium+java
nodejs
解决log4j和self4j日志报错Could NOT find resource [logback.groovy]及Could NOT find resource [logback-test.xml]问题
事件背景:我的log4j和self4j按照网上的配置,配置成功了,但是报错如下:让我很是郁闷,于是找了一大圈。。。。。。。。 解决方案:总结来说就是:log4j.properties和logback.xml这两个放的文件(这两个方案源自于网上)1、配置文件放到classpath目录即:target/class...
代码星球
·
2020-12-15
Could
NOT
find
resource
解决
解决ftp客户端连接验证报错Server sent passive reply with unroutable address. Using server address instead
最近在linux服务器安装vsftp服务。经过一轮设置,终于可以连接上了,用winSCP连接,刷新目录就提示这个错误。解决办法:vim /etc/vsftpd.conf ,编辑配置文件,最后加上下面几行配置:pasv_address=54.69.120.54pasv_max_port=55000pa...
代码星球
·
2020-12-15
解决
ftp
客户端
连接
验证
完美解决POI写批注报错comments in one cell are not allowed, cell....问题
解决方案:示例代码如下:/***给某一格设置注释*@paramsheet*@paramrowIndex*@paramcolIndex*@paramvalue*/publicstaticvoidsetCellCommon(Sheetsheet,introwIndex,intcolIndex,Stringvalue){Ro...
代码星球
·
2020-12-12
完美
解决
POI
批注
报错
解决报错:JPA-style positional param was not an integral ordinal;
org.hibernate.QueryException:JPA-stylepositionalparamwasnotanintegralordinal;nestedexceptionisjava.lang.IllegalArgumentException:org.hibernate.QueryException:JP...
代码星球
·
2020-12-12
解决
报错
JPA-style
positional
param
解决ES报错NoNodeAvailableException[None of the configured nodes are available:问题
elasticSearch的错误NoNodeAvailableException[Noneoftheconfigurednodesareavailable:[{#transport#-1}{-kTJsUqFSb69yMQ5v1fcuw}{192.168.56.101}{192.168.56.101:9300}]&nbs...
代码星球
·
2020-12-12
解决
ES
报错
NoNodeAvailableException
None
appium 使用name 定位报错 Locator Strategy 'name' is not supported for this session【appium-desktop】
RF中使用name定位报错提示:LocatorStrategy'name'isnotsupportedforthissession 解决:1、打开本地文件 driver.js(路径:C:XXXXXappium-desktopesourcesappode_modulesappiumode_...
代码星球
·
2020-12-12
appium
使用
name
定位
报错
解决 java.lang.ClassNotFoundException: javax.servlet.ServletContext报错
引用文章:https://www.cnblogs.com/Hdaydayup/p/6747804.html原因:tomcat找不到servlet,即缺少了servlet-api.jar包解决方法:我的项目是用maven搭建的在pom.xml中加入依赖<dependency><groupId>ja...
代码星球
·
2020-12-12
解决
java.lang.ClassNotFoundException
javax.servlet.ServletContext
报错
关于because the weaver option '-Xset:weaveJavaxPackages=true' has not been specified报错的解决方案
我是采用代理模式的aspectj<plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-surefire-plugin</artifactId><version>2....
代码星球
·
2020-12-12
关于
because
the
weaver
option
首页
上一页
...
20
21
22
23
24
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他