一次解決IDEA所有 中文亂碼問題

2021-09-22 01:59:03 字數 815 閱讀 7169

中文亂碼問題分類:

編碼普通中文亂碼

properties檔案中文亂碼

console控制台中文亂碼

搜尋框中文亂碼

svn注釋中文亂碼

問題截圖:

2、properties檔案中文亂碼

4,、搜尋框中文亂碼

5、svn注釋中文亂碼

解決方法:

1、編碼普通中文亂碼

①settings --> editor  --> code style --> file encodings 中ied encoding 和project encoding defult encoding for properties files 三個設定為utf-8

②開啟idea安裝位址\bin中idea.exe.vmoptions 和idea64.exe.vmoptions 開啟檔案在最後加上-dfile.encoding=utf-8

這樣中文顯示ok了

2、properties檔案中文亂碼

project encoding defult encoding for properties files後面的要打勾

3、console控制台中文亂碼

vm options 中加上-dfile.encoding=utf-8

4、搜尋框中文亂碼

editor -->  color& font  -->  font中primary font 一定要選擇dialoginput

5、svn注釋中文亂碼

同上4

記一次解決oracle sql效能瓶頸的問題

先上sql select select m.album id from album r music am,album m where am.music id m.music id and am.album id m.album id and rownum 1 album id,select m.al...

記一次解決MYSQL占用CPU100 的問題

有張表50w條資料,今天寫了個job每隔10秒對其進行分組查詢並獲取每組的第一條資料。select select kvarh total from e monitorhours where mobusid a.mobusid order by id desc limit 1 askvarh tota...

一次解決問題的經過

問題處理經過 tcaplus 出現的乙個奇怪的問題,現象描述如下 從不知道哪一天開始,公升級的時候全部掛起,restore 事務全部掛起,重啟任何程序都掛起.找來一幫大神幫忙看,發現tcapsvr 啟動的時候,被卡住了30秒,tcm 是發出啟動命令後5秒檢查程序是否啟動,這時就會報啟動失敗.如果去看...