xml读取异常Invalid byte 1 of 1-byte UTF-8 sequence
摘要:问题的根源是: The cause of this is a file that is not UTF-8 is being parsed as UTF-8. It is likely that the parser is encountering a byte value in the range FE-FF. These values are invalid in the UTF-8 enc...
阅读全文
posted @
2014-03-22 17:44
Angelo Lee
阅读(866)
推荐(0)
Eclipse中SVN版本信息不显示的问题
摘要:问题描述:用SVN客户端(如TortoiseSVN等)下载代码,用eclipse导入工程后,eclipse 中使用 svn 插件不能显示版本信息。eclipse 中使用 svn 插件,原本正常,未作任何更改,最近突然eclipse 中查看文件时,文件后面的版本号、文件的状态图标等等都不见了。检查插件都在,更新,提交等操作都能正常使用,唯独看不到状态。 解决办法: 打开 : windows ->pr...
阅读全文
posted @
2014-01-10 13:49
Angelo Lee
阅读(601)
推荐(0)