#formed

Mybatis 异常: The content of elements must consist of well-formed character data or markup

原因很简单:在ibatis的配置文件中不能出现小于号(>)   <deleteid="deleteByPrimaryKey"parameterType="java.lang.String">      delet...

解决IE报错:Locale 'chinese' is not well-formed,或RangeError: 区域设置“chinese”的格式不正确的问题

  接之前的此博客问题处理:js处理时间时区问题   由于toLocaleString():据本地时间格式,把Date对象转换为字符串。总是会带有上午/下午,所以我加了参数:newDate('2019-09-1223:33:33').toLocaleString('chinese',{hour12:false...

java 解压zip java.lang.IllegalArgumentException: MALFORMED 错误

ava.lang.IllegalArgumentException:MALFORMEDatjava.util.zip.ZipCoder.toString(UnknownSource)atjava.util.zip.ZipInputStream.readLOC(UnknownSource)atjava.util.zip....

jedis CodedInputStream encountered a malformed varint

原因:从redis数据库中根据String类型的参数取数据时报的异常解决方法:应该用字节数组读取低层次的数据,因为是我们自定义的一些对象格式,如图:这样就不报错了,可以正常读取redis数据库中的数据了。...

org.yaml.snakeyaml.error.YAMLException: java.nio.charset.MalformedInputException: Input length = 1

 项目启动报错2018-12-2114:06:24.917INFO23472---[main]s.c.a.AnnotationConfigApplicationContext:Refreshingorg.springframework.context.annotation.AnnotationConfigAp...

Linux下运行Java项目时,出现No X11 DISPLAY variable was set, but this program performed an operation which requires it.的问题解决

在~/.bashrc环境变量文件最下方加入:exportDISPLAY=:0.0然后,刷新环境变量以使其生效:source~/.bashrc参考:http://stackoverflow.com/questions/662421/no-x11-display-variable-what-does-it-mean...
首页上一页1234下一页尾页