
java
shashajinjin
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
奇怪问题
控制台报的错误The processing instruction target matching "[xX][mM][lL]" is not allowed. Nested exception: org.xml.sax.SAXParseException: The processing instruction target matching "[xX][mM][lL]...2009-09-16 19:01:05 · 141 阅读 · 0 评论 -
我遇到的URL中的中文乱码问题,java解决办法
我采用的是UTF-8格式的,想解决的中文乱码问题是 1、点击网站中URL中带中文的链接,例如 http://www.qqddc.com/shopSAction.do?action=list&keyWords=富士达 2、点击网站中的URL中中文带转码后的链接,例如 http://www.qqddc.com/shopSAction.do...2009-09-26 13:33:45 · 162 阅读 · 0 评论