日常小問題解決方案

2021-10-18 03:06:18 字數 1247 閱讀 4981

用idea可以先刪除module,轉為普通檔案。再重新從project setting中import。

2、jq設定全部變數,跳轉頁面也可以讀取到:cookie或者localstorage

localstorage或cookie

由於bean沒有無參構造器,加入無參建構函式後,錯誤消失。

也就是說mybatis在建立bean對映的時候需要無參的構造其來構造物件,然後才進行賦值操作。

例如:var   link = document.createelement('a');

link.setattribute("download", "");

link.href = data.fileurl;

link.click();

window.location.href="htpp:"; 

5、linux 環境下午識別jre rt包

fontmetrics fontmetrics = fontdesignmetrics.getmetrics(font);
可以使用

fontmetrics fontmetrics = graphics2d.getfontmetrics(font);獲取
6、idea無法引用本地專案的類,應該是專案中的快取,建立的索引報錯了,導致不能正常引用現有的類; 解決方案:清理快取並重啟

7、mybatis 別名的用法:

8、 closing ...原因之一:controller層url有相同的

9、jekins構建微服務jar 並吧jar 上傳到git上。

1).指令碼資訊 需要將git資訊在linux上clone一下,不然會各種push錯誤。

10.linux 程序殺不死

幾個開發小問題解決方案

需要將練嗎資料解碼之後轉化為char後在轉化為string string s urldecoder.decode platformid,utf 8 private static string revert string s 如系統非使用utf 8編碼,請替換為帶有編碼格式的建構函式 return n...

docker小問題解決方案記錄

參考https www.1 輸入 sudo groupadd docker 回顯groupadd group docker already exists 2 將docker賬戶給與許可權 sudo gpasswd a 你的使用者名稱 docker 例如 sudo gpasswd a ubuntu d...

C語言小問題解決方案(持續更新)

答 在結束前加getch 答 標頭檔案裡包含了c語言的一些函式 該檔案包含了的c語言標準庫函式的定義 stdlib.h裡面定義了五種型別 一些巨集和通用工具函式。型別例如size t wchar t div t ldiv t和lldiv t 巨集例如exit failure exit success...