方式一:file -> settings -> editor -> file encodings
勾選transparent native-to-ascii conversion
2、方式二:開啟idea的終端terminal
會出現終端命令列,在命令列裡輸入native2ascii,回車,然後輸入中文,再回車就會把中文轉換成ascii碼
如果要把ascii碼轉換成中文,在終端命令列裡輸入native2ascii -reverse,加個反轉引數,就可以把ascii碼轉換成中文
IDEA讀取 properties配置檔案的路徑
類的載入器 classloader 獲取流讀取檔案的預設路徑是 當前module的src目錄下 普通輸入流讀取檔案的預設路徑是 當前module下 public class classloadertest 類的載入器 classloader 獲取流讀取檔案的預設路徑是 也是當前module的src目...
IDEA的配置檔案訪問
idea中當前模組的配置檔案無法被訪問,只能夠訪問到外層的project的配置檔案。具體情形可表示如下 project project.properties module module.properties 預設情況下,module目錄下只能訪問project目錄下的 project.propert...
idea中springboot配置檔案失效
報錯資訊 cause org.springframework.jdbc.cannotgetjdbcconnectionexception failed to obtain jdbc connection 說明 1.一開始報錯資料庫連線的問題,但是驗證後資料庫配置的使用者名稱和密碼都是正確的 2.檢視...