Fork me on GitHub
摘要: 我们的网站经常需要导出一些csv文件,其中包含有中文。过去用Excel 2003处理,没有任何问题。但是当升级到Excel 2007之后,打开这些csv文件,里面的中文就会显示为乱码。百思不得其解。后来终于发现,跟语言编码有关。据说csv不支持Unicode,或者是不支持UTF-8,所以导出的csv文件往往都是默认ANSI编码的。但是这种ANSI编码含中文的文件,notepad记事本可以正常打开,Excel 2007打开就是乱码。最后发现,问题的关键是“编辑语言”,Start - All Programs - Microsoft Office - Microsoft Office Tools 阅读全文
posted @ 2011-01-13 21:59 codeflyto 阅读(6309) 评论(1) 推荐(0) 编辑
摘要: To launch an application server, a full JDK (not just a JRE) must be specified. If the selected JRE is actually part of a full JDK, please update its configuration to point to the JDK installation root directory, not to its included jre subdirectory.启动应用程序服务器,一个完整的JDK(不仅仅是一个JRE)必须被指定。如果所选的JRE实际上是一个完 阅读全文
posted @ 2011-01-13 20:59 codeflyto 阅读(588) 评论(0) 推荐(0) 编辑
View Code