一,安裝mysql資料庫出現no compatible servers were found 解決辦法
二 mysql 解決1251 client does not support …問題
1.mysql -u root -p然後輸入密碼
3.根據第一步root對應是什麼@後面就是什麼就填入什麼.alter user 『root』@『localhost』 identified with mysql_native_password by 『123456』;
三,pycharm註冊碼
Android Studio 使用錯誤記錄
1.匯入工程部分檔案的中文注釋亂碼 解決方法,在介面右下角切換編碼方式 2.檢視專案資訊 檢視gradle或者外掛程式版本 file project strcture project 檢視或修改build tools 版本 專案右鍵 open module settings module的prope...
JRebel使用錯誤記錄
分析過程 專案rebuild,各種清快取,ide退了重進,電腦重啟統統沒有效果。後來想到這個專案是我從公司電腦copy過來的,可能是jrebel描述檔案記錄了一些資訊。錯誤原因 jrebel為專案新增乙個.xml檔案,裡面有一些專案描述資訊。generated by intellij xmlns x...
錯誤堆疊資訊記錄錯誤日誌
任何 執行前都需要考慮 bug,當出現錯誤資訊時需要展示其錯誤資訊 def f1 result 123int asdf 故意設定乙個錯誤的 源 return result defrun try ret f1 print ret except exception as e print e run vi...