51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#Fail
Compilation failed: internal java compiler error
在Idea中编译时出现这个错误:Error:java:Compilationfailed:internaljavacompilererror。Information:Usingjavac1.7.0_79tocompilejavasourcesInformation:java:javacTask:源发行版1.6需要目标发...
代码星球
·
2020-12-18
Compilation
failed
internal
java
compiler
sqlite3, IntegrityError: UNIQUE constraint failed when inserting a value
sqlite报错:sqlite3.IntegrityError:UNIQUEconstraintfailed:IMAGESTATUE.ID 解决方案:ChangeINSERTtoINSERTORIGNORE ...
代码星球
·
2020-12-17
sqlite3
IntegrityError
UNIQUE
constraint
failed
Makefile:160: recipe for target 'all' failed (Ubuntu 16.06 + Opencv3.2)解决办法
之前一直用的opencv好好的,今天安装了anaconda之后,python中的opencv不能用了,即便是拷贝cv2.so之后也是不能用,问题如下:安装anaconda之后,很多默认的编译器都变成了anaconda自带的了,比如python和gcc等。那么系统中的python安装的东西自然是用不了的,刚开始没发现这个...
代码星球
·
2020-12-17
Makefile
recipe
for
target
#39all
Check failed: mdb_status == 0 (13 vs. 0) Permission denied
文件权限问题。chown或者chmod即可另外注意lmdb文件的权限...
代码星球
·
2020-12-17
Check
failed
mdb
status
vs.
配置SSD-caffe测试时出现“Check failed: error == cudaSuccess (10 vs. 0) invalid device ordinal”解决方案
这是由于GPU数量不匹配造成的,如果训练自己的数据,那么我们只需要将solver.prototxt文件中的device_id项改为自己的GPU块数,一块就是0,两块就是1,以此类推。但是SSD配置时的例子是将训练语句整合成一个python文件ssd_pascal.py,所以需要改此代码。相关配置训练方法请参看转载博文:...
代码星球
·
2020-12-17
配置
SSD-caffe
测试
出现
Check
git error: RPC failed; curl 56 GnuTLS recv error 解决方案
//git报错情况:error:RPCfailed;curl56GnuTLSrecverror(-110):TheTLSconnectionwasnon-properlyterminated. 解决方案:Note: Thissolutionisnotjustlimitedtocodecommitbutals...
代码星球
·
2020-12-17
error
git
RPC
failed
curl
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
"Installation failed !" in GUI but not in CLI (/usr/bin/winusb: line 78: 18265 Terminated )
Installationfailed!Exitcode:256Log:**blank** -----Installationfailed!Exitcode:256Log:Formattingdevice...Wait3secondsforblockdevicenodestopopulate...m...
代码星球
·
2020-12-17
in
quotInstallation
failed
quot
GUI
WebSocket connection to 'ws://192.168.3.195:9527/sockjs-node/564/fjaw2vh2/websocket' failed: Invalid frame header
亲测已解决;首先sockjs-node是一个JavaScript库,提供跨浏览器JavaScript的API,创建了一个低延迟,全双工的浏览器和web服务器之间通信通道。如果你的项目没有用到sockjs,vuecli3运行npmrunserve之后network里面一直调用一个接口:http://localhost:8...
代码星球
·
2020-12-17
WebSocket
connection
to
#39ws
192.168.3.195
JMeter出现“the target server failed to respond“的解决办法
今天用jmeter压测执行过程中遇到一个报错如下:解决方案如下:1.修改执行计划中,HTTP请求的Implementation为HttpClient4。2.保存执行计划3.修改JMeter安装目录bin目录下的user.properties,设置如下配置,注意,这两个配置项前面的#要去掉,加#是表示注释掉h...
代码星球
·
2020-12-12
JMeter
出现
the
target
server
使用Genymotion安装APK出现错误INSTALL_FAILED_CPU_ABI_INCOMPATIBLE的解决办法
当我们安装好Genymotion后,把Android运用部署到上面调试时,console控制台会报错:Installationerror:INSTALL_FAILED_CPU_ABI_INCOMPATIBLE,这是因为系统里缺少了GooglePlay市场等各种谷歌服务应用,其实是因为版权问题,从2.0版本开始Genym...
代码星球
·
2020-12-10
使用
Genymotion
安装
APK
出现
Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (dist) on project hadoop-kms: An Ant BuildException has occured
编译cdh版hadoop2.5.0出现的问题系统:CentOs6664位JDK:1.7Maven:3.0.5Protobuf: libprotoc2.5.0编译命令: mvnpackage-DskipTests-Pdist,native**************************...
代码星球
·
2020-12-07
Failed
to
execute
goal
org.apache.maven.plugins
java: cairo-misc.c:380: _cairo_operator_bounded_by_source: Assertion `NOT_REACHED' failed.
出错原因 该问题会在Centos6.6及更高版本出现。也会在其他版本中出现。 解决方案 禁用carioGraphics>Add-Dorg.eclipse.swt.internal.gtk.cairoGraphics=falseto-vmargsineclipse.ini ...
代码星球
·
2020-12-07
java
cairo-misc.c
cairo
operator
bounded
ERROR: child process failed, exited with error number 100 mongodb报错
网上参考删除mongod.lock,但此文件在哪里呢,我是阿里云服务器linux安装的mongodb,位置在/var/mongodb/data 数据存储的文件夹下,不是什么mongo文件下还要日志文件也可以全部删除然后重启ok要正常退出:./mongo==>useadmin==>db.shutdo...
代码星球
·
2020-11-27
ERROR
child
process
failed
exited
SSH登录之后运行命令报错的解决办法-- Failed to connect to Mir: Failed to connect to server socket: No such file or directory
问题描述:FailedtoconnecttoMir:Failedtoconnecttoserversocket:Nosuchfileordirectory解决方案:在sshlocalhost命令上加参数-X即:ssh-Xlocalhost -----------------------------------...
代码星球
·
2020-11-25
to
Failed
connect
SSH
登录
首页
上一页
...
105
106
107
108
109
...
下一页
尾页
按字母分类:
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
其他