隨筆-17  評論-64  文章-79  trackbacks-1
          中文解決方法 ?
          ? ?
          ? 一、Tomcat本身的Get與Post中文處理方法???????
          ? 1、從webapps\jsp-examples\WEB-INF\classes\下拷貝filters目錄到YourAPP的classes目錄下 ?
          ? 2、設置Tomcat的Server.xml配置文件在<Connector中增加URIEncoding="GBK"成如下 ?
          ? ? ? ? ? <Connector ? port="8080" ? maxThreads="150" ? minSpareThreads="25" ? maxSpareThreads="75" ?
          ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? enableLookups="false" ? redirectPort="8443" ? acceptCount="100" ?
          ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? debug="0" ? connectionTimeout="20000" ? ?
          ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? disableUploadTimeout="true" ?
          ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? URIEncoding="GBK"/> ?
          ? 3、在應用程序的配置文件web.xml中<web-app>增加 ?
          ? ? ? ? ? <filter> ?
          ? ? ? ? ? ? ? ? ? <filter-name>Set ? Character ? Encoding</filter-name> ?
          ? ? ? ? ? ? ? ? ? <filter-class>filters.SetCharacterEncodingFilter</filter-class> ?
          ? ? ? ? ? ? ? ? ? <init-param> ?
          ? ? ? ? ? ? ? ? ? ? ? ? ? <param-name>encoding</param-name> ?
          ? ? ? ? ? ? ? ? ? ? ? ? ? <param-value>GBK</param-value> ?
          ? ? ? ? ? ? ? ? ? </init-param> ?
          ? ? ? ? ? </filter> ?
          ? ? ? ? ? ?
          ? ? ? ? ? <filter-mapping> ?
          ? ? ? ? ? ? ? ? ? <filter-name>Set ? Character ? Encoding</filter-name> ?
          ? ? ? ? ? ? ? ? ? <url-pattern>/*</url-pattern> ?
          ? ? ? ? ? </filter-mapping> ?
          ? ?
          ? 二、代碼修改 ?
          ? 1、JSP文件的修改 ?
          ? 在首句加上: ?
          ? <%@ ? page ? contentType="text/html;charset=GBK"%> ?
          ? 以顯示中文 ?
          ? ?
          ? 2、new ? String((request.getParameter("caseData")).getBytes("ISO-8859-1"),"GBK"); ?
          ? ?
          ? JDBC源: ?
          ? jdbc:mysql://localhost/Test?autoReconnect=true&amp;useUnicode=true&amp;characterEncoding=GB2312
          posted on 2006-05-20 15:52 飛鳥 閱讀(239) 評論(0)  編輯  收藏 所屬分類: JSP

          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          主站蜘蛛池模板: 宽甸| 德惠市| 垫江县| 茂名市| 武冈市| 龙井市| 北宁市| 旌德县| 衡水市| 长岛县| 定边县| 勃利县| 汝城县| 托克逊县| 孝感市| 姚安县| 顺平县| 故城县| 东乌珠穆沁旗| 集贤县| 永州市| 铜陵市| 和龙市| 化德县| 新平| 赤城县| 武胜县| 深圳市| 穆棱市| 拉萨市| 兴国县| 台湾省| 津市市| 东乡| 商河县| 织金县| 阿瓦提县| 灌南县| 应城市| 随州市| 庄浪县|