All articles(网络文学目录) All Pictures(图片目录) All Softwares(软件目录)

 
关于URL传递日文字符乱码问题的解决方案_.net资料_编程技术

Writer: aaa Article type: Programming skills(编程技巧) Time: 2013/12/15 8:52:06 Browse times: 409 Comment times: 0

关于URL传递日文字符乱码问题的解决方案_.net资料_编程技术


Head photo

Go homepage
Upload pictures
Write articles

关于URL传递日文字符乱码问题的解决方案_.net资料_编程技术-你的首页-uuhomepage.com

本文着重讨论Windows环境下:

TOMCAT + STRUTS + JSP 模式下URL日文乱码的处理。

解决方案竟然只是在 Server.xml里面加上URIEncoding,就可以了

port="8080" maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="100"
debug="0" connectionTimeout="20000"
disableUploadTimeout="true" URIEncoding="Windows-31J"
/>

但是这种改法在Linux下面是否有效果,还需要实验.

websphere下面如何配置,解决乱码问题,还需要再讨论,这篇文章先放在这里以供参考






There are 0 records,
Comment:
Must be registered users to comment(必须是注册用户才能发表评论)

Disclaimer Privacy Policy About us Site Map
Copyright ©2011-
uuhomepage.com, Inc. All rights reserved.