工作中遇到问题处理方法
iteye_7931
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
python解析xml中文解决方式
今天用python解析xml文件,出现异常信息如下: xml.parsers.expat.ExpatError: not well-formed (invalid token): line 13, column 31 解决方式: 将文件重新编码成utf-8格式就可以了。 在linux下一种取巧的解决方式: 对于中文,这里选了一种取巧的方法。即先通过iconv命令将xml文件变成utf...原创 2012-05-30 10:37:10 · 1541 阅读 · 0 评论 -
eclipse下maven打包报错处理方法
eclipse下maven的编译 2010-11-13 22:44 在eclipse下用maven编译时,可能会失败,爆出以下提示 Please ensure you are using JDK 1.4 or above and not a JRE (the com.sun.tools.javac.Main class is required). 这是因为eclipse默认是使用j...原创 2012-05-30 10:42:14 · 347 阅读 · 0 评论
分享