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. 阅读(127) 评论(0) 2023-11-01 【转载】Cannot resolve symbol 解决方案汇总(6种解决方案)Cannot resolve symbol 'xxx' 是比较常见一种错误,以下整理常见的六种解决方案。 阅读(118) 评论(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 阅读(3592) 评论(0) 2022-12-06 关于idea每次新建项目时,Maven home directory都会使用默认路径的解决方法我们在使用idea时,会发现明明已经设置了Maven home directory为自己下载的Maven路径了,再次新建项目时,idea又把Mavn home directory给重置成默认路径了。 阅读(2966) 评论(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 阅读(2768) 评论(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异常的解决方法。 阅读(5574) 评论(0) 2021-03-02 |