Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Servlet/JSP/JSF/JavaFX Script  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
reply to postflat modethreaded modego to previous topicgo to next topicgo to back
作者 Re:tomcat url传递中文参数部分乱码问题(UTF8相关) [Re:雪儿飘飘]
alexlex





发贴: 17
于 2005-01-04 16:25 user profilesend a private message to userreply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
雪儿飘飘 wrote:
你也可以直接在tomcat中配置,如在conf/server.xml中,找到
<Connector port="8080"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="100"
debug="0" connectionTimeout="20000"
disableUploadTimeout="true"
URIEncoding="ISO-8859-1" />
在最后一行加上 URIEncoding="ISO-8859-1"
如果是tomcat5的话,还要考虑get或post的问题。
如果是用GET的方式的话,用类似于下面的方法解决
String name = new String((request.getParameter("name")).getBytes("ISO-8859-1","Big5");
如果是用POST方式的话,用传统的方法解决
request.setCharacterEncoding("Big5");


如果用big5的话,根本不必new string之类,直接就URIEncoding="big5" ,而且还能使用${param.name}




话题树型展开
人气 标题 作者 字数 发贴时间
6645 tomcat url传递中文参数部分乱码问题(UTF8相关) alexlex 447 2005-01-03 17:12
3304 Re:tomcat url传递中文参数部分乱码问题(UTF8相关) ?笮?闵?讣 225 2005-01-04 02:41
3267 Re:tomcat url传递中文参数部分乱码问题(UTF8相关) alexlex 294 2005-01-04 16:24
3332 Re:tomcat url传递中文参数部分乱码问题(UTF8相关) 雪儿飘飘 599 2005-01-04 09:19
3253 Re:tomcat url传递中文参数部分乱码问题(UTF8相关) alexlex 709 2005-01-04 16:25
3548 Re:tomcat url传递中文参数部分乱码问题(UTF8相关) YuLimin 1014 2005-01-28 23:00

reply to postflat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923