漢字處理問題?
開啟tomcat的server.xml檔案,找到區塊,加入如下一行:
URIEncoding=”UTF-8”
完整的應如下:
<Connector port="80" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" redirectPort="8443" acceptCount="100" debug="0" connectionTimeout="20000" disableUploadTimeout="true"
URIEncoding="UTF-8"/>
表單和post\get方法的漢字均可顯示,但
<%
File dir1= new File("c:\\apache\\tomcat\\webapps");
File f[] = dir1.listFiles();
%>
<br>5個長度大於1000 bytes的檔案和全部目錄
<%
for(int i=0,number=0;i<f.length&&number<5;i++){
if(f.length() >1000){
out.print("<br>"+f.toString() );
number++;
}
}
%>
結果顯示:
5個長度大於1000 bytes的檔案和全部目錄
c:\apache\tomcat\webapps\tomcat5????????????.txt
本應該顯示:
tomcat5中文問題解決之道.txt
為什麼?應該如何解決?
URIEncoding=”UTF-8”
完整的應如下:
<Connector port="80" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" redirectPort="8443" acceptCount="100" debug="0" connectionTimeout="20000" disableUploadTimeout="true"
URIEncoding="UTF-8"/>
表單和post\get方法的漢字均可顯示,但
<%
File dir1= new File("c:\\apache\\tomcat\\webapps");
File f[] = dir1.listFiles();
%>
<br>5個長度大於1000 bytes的檔案和全部目錄
<%
for(int i=0,number=0;i<f.length&&number<5;i++){
if(f.length() >1000){
out.print("<br>"+f.toString() );
number++;
}
}
%>
結果顯示:
5個長度大於1000 bytes的檔案和全部目錄
c:\apache\tomcat\webapps\tomcat5????????????.txt
本應該顯示:
tomcat5中文問題解決之道.txt
為什麼?應該如何解決?
相關文章
- 漢字編碼問題
- 對於數字或者字串有限的問題的處理字串
- golang json處理問題GolangJSON
- [git] git問題處理Git
- 併發問題處理方式
- Linux 問題處理集錦Linux
- 處理SQLServer errorlog滿問題SQLServerError
- 資料處理--pandas問題
- Ubuntu處理依賴問題Ubuntu
- IDEA Activiti Designer外掛---actiBPM漢字亂碼問題Idea
- PHP 開發版本問題處理PHP
- 【故障處理】TNS-04610問題
- JVM問題分析處理手冊JVM
- gc buffer busy acquire問題處理GCUI
- oracle SP2-問題處理Oracle
- 記憶體分配問題處理記憶體
- 如何處理 No DMARC Record Found 問題
- 如何處理HTTP 503故障問題?HTTP
- MySQL:亂碼問題處理流程MySql
- 【問題處理】IPC Send timeout detected
- mysql 報錯json字串 中文漢字轉義的問題MySqlJSON字串
- 【問題處理】MySQL忘記root密碼的處理辦法MySql密碼
- 二、Git 問題彙總及處理Git
- Redis 快取常見問題處理Redis快取
- Oracle日常問題處理ORA-04031Oracle
- .net異常處理的效能問題
- ORACLE問題處理十個指令碼Oracle指令碼
- repmgr 叢集雙主問題處理
- SpringBoot 2.6.7 處理跨域的問題Spring Boot跨域
- RAC磁碟頭損壞問題處理
- SpringBoot 2.7.0 處理跨域的問題Spring Boot跨域
- 問題:mybatis like 佔位符處理MyBatis
- options 請求跨域問題處理跨域
- 文字相似度 HanPL漢語言處理
- 【Weblogic】java.lang.UnsupportedClassVersionError問題處理方案WebJavaError
- 三、實戰系列問題處理集中營
- 瀏覽器相容問題處理總結瀏覽器
- 處理分頁的result型別問題型別
- linux處理oracle問題常用命令LinuxOracle