51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#ERR
zip error: Nothing to do! (try: zip -qr /home/backup/20170903195/home/pro1)
错误可能:zip命令编辑错误或者是目录错误zipI/Oerror:Nosuchfileordirectory目录未创建(-->脚本不自动创建目录)...
开发笔记
·
2024-10-21
zip
home
error
Nothing
to
PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature
这个错误是由于你的压缩包损坏无法解压或安装包不是.zip后缀。他的压缩包是.tar.gz后缀,重新打包上传以后安装成功了 ...
开发笔记
·
2024-10-20
PCLZIP
ERR
BAD
FORMAT
Unable
MySQL数据库经典错误 十二 can t open file (errno:24)
can’topenfile(errno:24)有的时候,数据库跑得好好的,突然报不能打开数据库文件的错误了。解决思路:首先我们要先查看数据库的errorlog。然后判断是表损坏,还是权限问题。还有可能磁盘空间不足导致的不能正常访问表;操作系统的限制也要关注下;用perror工具查看具体错误!linux:/u...
开发笔记
·
2024-10-09
MySQL
数据库
经典
错误
十二
Uncaught TypeError: Cannot read properties of undefined (rea
vue页面UncaughtTypeError:Cannotreadpropertiesof undefined (reading‘install’)报错,页面全空白。然后发现是自己写的指令全局引用的原因使用了export导出export{preventReClick}复制代码...
开发笔记
·
2024-09-29
Uncaught
TypeError
Cannot
read
properties
layer出现Uncaught ReferenceError: layer is not defined错误
layer出现UncaughtReferenceError:layerisnotdefined错误的原因,代码如下://layui的JavaScript代码区域layui.use('layer',function(){varlayer=layui.layer;var$=layui.$;//获得layui中的jquery...
开发笔记
·
2024-09-29
layer
出现
Uncaught
ReferenceError
is
Syntax error, unrecognized expression: #layui-layer[object O
layui layer.open在使用时候出现Syntaxerror,unrecognizedexpression:#layui-layer[objectObject],这个错误,我是这么定义的:yes:function(layero,index){//点击弹层的确定按钮时的回调复制代码上面的定义会抛出一个异...
开发笔记
·
2024-09-29
Syntax
error
unrecognized
expression
#layui-layer
IIS报错:HTTP 错误 500.21 – Internal Server Error
问题描述:HTTP错误500.21–InternalServerError处理程序“ExtensionlessUrlHandler-Integrated-4.0”在其模块列表中有一个错误模块“ManagedPipelineHandler” 问题原因:...
开发笔记
·
2024-09-24
IIS
报错
HTTP
错误
500.21
Mysql报错: ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it cannot execute this statement
解决方法一:报错:ERROR1290(HY000):TheMySQLserverisrunningwiththe--secure-file-privoptionsoitcannotexecutethisstatement 二:分析:MySQL对于导入导出的目录是有限制的,只允许指定的目录才能导入导出。secu...
开发笔记
·
2024-09-07
Mysql
报错
ERROR
1290
HY000
linux编译报错:/usr/include/c++/7/cstdlib:41:10: fatal error: bits/c++config.h: No such file or directory
今天在Linux中编译C/C++的程序遇到如下错误:make[3]:Leavingdirectory'/home/v2ray/lede/feeds/luci/applications/luci-app-upnp'time:package/feeds/luci/luci-app-upnp/compile#...
开发笔记
·
2024-08-29
linux
编译
报错
usr
include
dpkg: error processing package installed xxx package post-removal script subprocess returned...
在Ubuntulinux中有一个deb包安装出了问题,无法安装,也无法卸载,报错如下:dpkg:errorprocessingpackagexxx(–purge):installedxxxpackagepost-removalscriptsubprocessreturnederrorexitstatus1E...
开发笔记
·
2024-08-29
package
dpkg
error
processing
installed
解决"requests.exceptions.SSLError: HTTPSConnectionPool"报错问题
在处理Pythonrequests模块抓取数据的时候,有提示"requests.exceptions.SSLError:HTTPSConnectionPool"报错问题。于是我们只需要在requests.get请求中加入 verify=False 参数即可。但是这样之后还是有很多...
开发笔记
·
2024-08-29
解决
quotrequests.exceptions.SSLError
HTTPSConnectionPool
quot
报错
使用putty远程登录Ubuntu时,报Network error:Connection refused错误及解决
putty远程登录Ubuntu,弹出Networkerror:Connectionrefused的错误提示框,就是因为Ubuuntu没有安装ssh服务。执行命令:sudoapt-getinstallopenssh-server1然后打开putty,在HostName(orIPaddress)输入Ubuntu的IP地址,...
开发笔记
·
2024-08-20
使用
putty
远程
登录
Ubuntu
EOFError: Ran out of input
使用pickle.load(f)加载pickle文件时,报错:EOFError:Ranoutofinput. 可能原因:文件为空。 解决办法:加载非空文件。 其他解决办法: 1、加载前判断文件是否为空importosscores={}#scoresisanemptydictalr...
开发笔记
·
2024-08-15
EOFError
Ran
out
of
input
Google chrome浏览器打不开网页,显示ERR_Failed…等问题的解决方法
新装好的win7系统,打开Google浏览器,显示网页可能暂时无法连接,或者它已永久性的移动到了新地址。在网络搜索很多资料,发现解决方法如下,亲测成功。原因,该服务依赖的TCP/IP协议有问题。解决办法:1、开始运行regedit.exe,打开注册表编辑器,删除以下两个键:HKEY_LOCAL_MACHINESyste...
开发笔记
·
2024-08-10
Google
chrome
浏览器
不开
网页
logback报错:ERROR in ch.qos.logback.core.joran.conditional.IfAction
报错信息如下Loggingsystemfailedtoinitializeusingconfigurationfrom'null'java.lang.IllegalStateException:Logbackconfigurationerrordetected: ERRORinch.qos.l...
开发笔记
·
2024-07-11
logback
报错
ERROR
in
ch.qos.logback.core.joran.conditional.IfAction
首页
上一页
1
2
3
4
5
...
下一页
尾页
按字母分类:
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
其他