當前位置:首頁 » 存儲配置 » 從配置文件中如何讀出中文

從配置文件中如何讀出中文

發布時間: 2024-01-27 16:15:00

1. 如何把電腦文件夾設置成中文

你的電腦文件如果不是中文狀態,你需要設置你電腦的文字顯示狀態,設立從簡體中文,如果依然是英文,能是在輸入時就以其他外文輸入,需要進行翻譯

2. 如何解決springboot讀取配置文件的中文亂碼

在application.properties中填寫中文信息,在讀取該文件時會出現中文亂碼問題。

比如:application.properties內容:

student.name=小康
student.age=15


3. java 資源文件中如何配置中文

java資源文件里中文字元需要轉換為unicode字元,用native2ascii太麻煩,下面是我用的一個小工具,把它保存為html格式文件,在輸入框裡面輸入中文,點擊轉換後就可以把中文轉換為unicode字元了.
<html>
<head>
<title>GB2312 TO Unicode<則褲/title>
<div align=center >
<center>
<table border=0 cellpadding=0 cellspacing=0 style="border-collapse: collapse" width=600 id=AutoNumber1 height=26>
<tr>
<td width=100% height=26 bgcolor="#EDF9FE">
<p align=center><font face=黑體 size=5 color=#FF0000><b>Unicode 轉換工具</b></font></p>

<p>在下面的文本框中,輸入中文文字</p>
<p> 按「轉換」,即可將其轉化為unicode字空拿符。</p>
<p> 再按「還原」,即可將其還原為簡體中文。</p>
</tr>
</table>
</center>
</div>
<p align=center>
<textarea cols=82 rows=15 id=code>
</textarea></p>
<p align=center>
<input type=button onclick=encode(code,this) value=轉化成Unicode字元>
<script>
var mode="zhuan";
function encode(obj,btn){
if(mode=="zhuan"){
obj.value=obj.value.replace("\'","ch39")
obj.value=obj.value.replace(/[^\u0000-\u00FF]/g,function($0){return escape($0).replace(/(%u)(\w{4})/gi,"\\u$2")});
btn.value="還原為簡體中文";
mode="huan";
}else{
obj.value=unescape(obj.value.replace(/\\u/g,'%u'));
btn.value="轉化成Unicode字元";
mode="zhuan";
}
}
</script></p>

</head>
<input type="孫虧簡checkbox" onclick="return false" checked readonly >
</html>
<jsp:include page="/common/page.jsp" flush="true"></jsp:include>

熱點內容
php二級分類 發布:2024-11-28 10:40:49 瀏覽:851
機頂盒主時鍾同步伺服器地址修改 發布:2024-11-28 10:40:43 瀏覽:333
androidstudio輸出 發布:2024-11-28 10:36:20 瀏覽:591
華為手機的音樂在哪個文件夾 發布:2024-11-28 10:34:54 瀏覽:720
賽爾號萬能腳本 發布:2024-11-28 10:34:44 瀏覽:629
逆戰端游二級密碼在哪裡設置 發布:2024-11-28 10:28:18 瀏覽:867
如何才能知道媽媽的手機密碼 發布:2024-11-28 10:28:15 瀏覽:456
linux連接sftp 發布:2024-11-28 10:25:47 瀏覽:460
c語言顯示日期 發布:2024-11-28 10:25:46 瀏覽:815
叢林法則腳本 發布:2024-11-28 10:24:54 瀏覽:124