隨筆-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

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


          網站導航:
           
          主站蜘蛛池模板: 金塔县| 安顺市| 登封市| 神农架林区| 西平县| 桐柏县| 正宁县| 澄城县| 江山市| 左贡县| 博乐市| 太和县| 紫阳县| 伽师县| 彩票| 商都县| 高阳县| 光山县| 宁津县| 铜鼓县| 四子王旗| 白玉县| 博罗县| 潍坊市| 湖州市| 吕梁市| 山西省| 会昌县| 洮南市| 弋阳县| 祁连县| 伊川县| 治多县| 乌拉特中旗| 茂名市| 武强县| 梁山县| 文昌市| 卓尼县| 库尔勒市| 苍南县|