Java程序設計 Blog
IDEA 啟動失敗,彈出 Error launching IDEA Improperly specified VM option 錯誤彈窗Error launching IDEA Improperly specified VM option. To fix the problem, edit your JVM options and remove the options that are obsolete or not supported by the current version of the JVM. 閱讀(116) 評論(0) 2023-11-01 【轉載】Cannot resolve symbol 解決方案匯總(6種解決方案)Cannot resolve symbol 'xxx' 是比較常見一種錯誤,以下整理常見的六種解決方案。 閱讀(110) 評論(0) 2023-10-27 關于 SpringBoot 分頁 pagehelper 啟動時報錯:com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration 的解決方法SpringBoot 加入了 PageHelper 分頁依賴后,啟動報錯: The dependencies of some of the beans in the application context form a cycle: com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration 閱讀(3581) 評論(0) 2022-12-06 關于idea每次新建項目時,Maven home directory都會使用默認路徑的解決方法我們在使用idea時,會發現明明已經設置了Maven home directory為自己下載的Maven路徑了,再次新建項目時,idea又把Mavn home directory給重置成默認路徑了。 閱讀(2961) 評論(0) 2022-09-06 The dependencies of some of the beans in the application context form a cycle: com.github.pagehelper.autoconfigure.PageHelperAutoConfigurationSpringBoot在啟動時報錯:APPLICATION FAILED TO START, The dependencies of some of the beans in the application context form a cycle:com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration 閱讀(2761) 評論(1) 2022-07-07 利用idea創建maven項目,報Unable to import Maven project錯誤的解決方案利用idea創建了一個maven項目,在pom.xml文件中導入mybatis相關依賴jar文件時,報出了 Unable to import Maven project 錯誤。 閱讀(1436) 評論(0) 2022-04-13 Java 中如何用 Math.random() 生成一個隨機數本文通過實例演示1到99之間的隨機數,100到999之間的隨機數,100000到999999之間的隨機數是如何生成的。 閱讀(1227) 評論(0) 2021-10-13 Java連接MySQL數據庫報出java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/demo錯誤Java利用JDBC技術連接MySQL數據庫報java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/demo異常的解決方法。 閱讀(5567) 評論(0) 2021-03-02 |