08 2017 档案

摘要:no jpeg in java.library.path;java.lang.NoClassDefFoundError: Could not initialize class sun.awt.image.codec.JPEGImageEncoderImpl 因为要压缩图片,所以用到了JPEGImag 阅读全文
posted @ 2017-08-27 22:29 sevenun 阅读(3302) 评论(0) 推荐(0)
摘要:java.lang.NumberFormatException: For input string: "1" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) 在把字符串转换成整型的时候 阅读全文
posted @ 2017-08-26 14:39 sevenun 阅读(3359) 评论(1) 推荐(0)
摘要:严重: Servlet.service() for servlet [appServlet] in context with path [] threw exception [Request processing failed; nested exception is org.mybatis.spr 阅读全文
posted @ 2017-08-24 10:13 sevenun 阅读(6882) 评论(0) 推荐(0)
摘要:因为yum包使用python2 等开发,修该为环境修改python3之后有问题, 解决: 修改文件/usr/bin/yum、/usr/libexec/urlgrabber ext down头中相应python为 !/usr/bin/python2.7 原地址:http://blog.csdn.net 阅读全文
posted @ 2017-08-21 08:05 sevenun 阅读(234) 评论(0) 推荐(0)