#File

Android出现Read-only file system 解决方法

操作AVD文件系统上的文件时遇到"...Read-onlyfilesystem"。解决办法:将AVDsdcard挂载为读写权限:在doc下执行:adb-semulator-xxxx shell,然后执行: mount-woremountrootfs/sdcard将文件系统remount为读写权限。改...

linux bash & profile &bash_profile 小结

  login方式::su-oracle依次/etc/bash.bashrc————/home/$user/.bashrc————/ect/profile———&mda...
代码星球 代码星球·2020-04-06

Required MultipartFile parameter 'file' is not present

在写一个api的接口时,需要调用者上传文件,类型为:MultipartFile。我在使用postman测试时,服务器报错:具体的错误信息为:HTTPStatus400-RequiredMultipartFileparameter'files'isnotpresenttypeStatusreportmessageRequ...

ASM ClassReader failed to parse class file

在照着这里例子学习ssm时,在部署阶段遇到了这个问题“ASMClassReaderfailedtoparseclassfile-probablyduetoanewJavaclassfileversionthatisn'tsupportedyet”结合例子里的博主说java的版本不要用太高的,怕兼...

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

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...

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就可...

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...

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....

java.lang.IndexOutOfBoundsException at java.io.FileOutputStream.writeBytes(Native Method)

  测试DDNwos的时候出现错误: available:3212/usr/lk/data/linkapp/ddn_1440639847758_temp10241024java.lang.IndexOutOfBoundsExceptionatjava.io.FileOutputStream...

关于错误 e297: write error in swap file;E297: 交换文件写入错误

在linux系统下修改文件vim的时候,忽然报错E297:交换文件写入错误或者e297:writeerrorinswapfile原因:硬盘空间不足,我去,就剩下16M了 ...

supervisor启动sqlmapapi失败 sqlmapapi: ERROR (file is not executable)

问题:在使用supervisor管理sqlmapapi的时候,启动的时候报错:sqlmapapi:ERROR(fileisnotexecutable)解决办法:sudosupervisord-c/etc/supervisord.confsudosupervisorctlstartsqlmapapi...

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...

解决MAC下PHP连接MYSQL错误Warning: mysql_connect(): No such file or directory in conn.php

今天在mac上用php去连接mysql数据库,出现了macPHPWarning: mysql_connect():[2002]Nosuchfile...详细例如以下所看到的:DirkMacBook:voteDirk$phpunitMyTest.php Warning:mysql_connect():...

【linux】dpkg info修复及dpkg: warning: files list file for package

mv/var/lib/dpkg/info/var/lib/dpkg/info.bak//现将info文件夹更名sudomkdir/var/lib/dpkg/info//再新建一个新的info文件夹sudoapt-getupdate,apt-get-finstallsudomv/var/lib/dpkg/info/*/v...
首页上一页...138139140141142...下一页尾页