51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#file
macOS 在终端中使用 adb命令,每次都要source ~/.bash_profile 才生效
macOS下已经配置好Android开发环境,环境变量也添加了,但是在终端中使用adb命令每次都需要source.bash_profile之后才能识别,否则就提示 zsh:commandnotfound:adb 解决方案:1、查看根目录下是否有.zshrc文件,如果没有就新建一个touch.zshr...
代码星球
·
2020-04-06
macOS
终端
使用
adb
命令
Eclipse打不开 提示an error has occurred.see the log file
有时由于Eclipse卡死,强制关闭之后会出现打不开的情况。弹窗提示:查看log文件,发现有这样的信息: !MESSAGE The workspace exited with unsaved changes in the ...
代码星球
·
2020-04-06
Eclipse
不开
提示
an
error
Android出现Read-only file system 解决方法
操作AVD文件系统上的文件时遇到"...Read-onlyfilesystem"。解决办法:将AVDsdcard挂载为读写权限:在doc下执行:adb-semulator-xxxx shell,然后执行: mount-woremountrootfs/sdcard将文件系统remount为读写权限。改...
代码星球
·
2020-04-06
Android
出现
Read-only
file
system
linux bash & profile &bash_profile 小结
login方式::su-oracle依次/etc/bash.bashrc————/home/$user/.bashrc————/ect/profile———&mda...
代码星球
·
2020-04-06
bash
profile
linux
小结
Required MultipartFile parameter 'file' is not present
在写一个api的接口时,需要调用者上传文件,类型为:MultipartFile。我在使用postman测试时,服务器报错:具体的错误信息为:HTTPStatus400-RequiredMultipartFileparameter'files'isnotpresenttypeStatusreportmessageRequ...
代码星球
·
2020-04-06
Required
MultipartFile
parameter
#39file
is
ASM ClassReader failed to parse class file
在照着这里例子学习ssm时,在部署阶段遇到了这个问题“ASMClassReaderfailedtoparseclassfile-probablyduetoanewJavaclassfileversionthatisn'tsupportedyet”结合例子里的博主说java的版本不要用太高的,怕兼...
代码星球
·
2020-04-06
ASM
ClassReader
failed
to
parse
Caused by: Unable to load jar:file:WEB-INF/lib/struts2-spring-plugin-2.5.10.1.jar!/struts-plugin.xml
struts2-spring-plugin和struts-core的版本不一致,统一一下版本就ok了 ...
代码星球
·
2020-04-06
Caused
by
Unable
to
load
bad ELF interpreter: No such file or directory
1、在64系统里执行32位程序如果出现/lib/ld-linux.so.2:badELFinterpreter:Nosuchfileordirectory,安装下glic即可yuminstallglibc.i6862、errorwhileloadingsharedlibraries:libz.so.1:cannotop...
代码星球
·
2020-04-06
bad
ELF
interpreter
No
such
org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
启动项目报错:org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19原因是tomcat的版本太低了,改成9就可...
代码星球
·
2020-04-06
org.apache.tomcat.util.bcel.classfile.ClassFormatException
Invalid
byte
tag
in
SSH项目中使用struts-tags报错According to TLD or attribute directive in tag file, attribute test does not accept any expressions
在运行struts2标签页面时报错,代码如下:<%@pagelanguage="java"pageEncoding="gbk"%><%@taglibprefix="s"uri="/struts-tags"%><!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.01Tr...
代码星球
·
2020-04-06
attribute
SSH
目中
使用
struts-tags
spring boot tomcat 打本地包成war,通过Tomcat启动时出现问题: ZipException: error in opening zip file
一个第三方公司提供springboot项目,直接启动是ok的,但是打包成war,通过Tomcat启动,就出现ZipException:errorinopeningzipfile:20-Mar-201915:48:28.385信息[localhost-startStop-1]org.apache....
代码星球
·
2020-04-06
spring
boot
tomcat
本地
包成
java.lang.IndexOutOfBoundsException at java.io.FileOutputStream.writeBytes(Native Method)
测试DDNwos的时候出现错误: available:3212/usr/lk/data/linkapp/ddn_1440639847758_temp10241024java.lang.IndexOutOfBoundsExceptionatjava.io.FileOutputStream...
代码星球
·
2020-04-06
java.lang.IndexOutOfBoundsException
at
java.io.FileOutputStream.writeBytes
Native
Method
关于错误 e297: write error in swap file;E297: 交换文件写入错误
在linux系统下修改文件vim的时候,忽然报错E297:交换文件写入错误或者e297:writeerrorinswapfile原因:硬盘空间不足,我去,就剩下16M了 ...
代码星球
·
2020-04-06
错误
关于
e297
write
error
supervisor启动sqlmapapi失败 sqlmapapi: ERROR (file is not executable)
问题:在使用supervisor管理sqlmapapi的时候,启动的时候报错:sqlmapapi:ERROR(fileisnotexecutable)解决办法:sudosupervisord-c/etc/supervisord.confsudosupervisorctlstartsqlmapapi...
代码星球
·
2020-04-06
sqlmapapi
supervisor
启动
失败
ERROR
centos6.9安装xampp后报错:egrep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
1、centos6.9安装xampp(xampp-linux-x64-7.0.21-0-installer.run)后启动的时候,报错:egrep:errorwhileloadingsharedlibraries:libc.so.6:cannotopensharedobjectfile:Nosuchfileordire...
代码星球
·
2020-04-06
shared
file
centos6.9
安装
xampp
首页
上一页
...
138
139
140
141
142
...
下一页
尾页
按字母分类:
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
其他