- 博客(29)
- 收藏
- 关注
原创 Cannot run a Git command in the safe mode
Cannot run a Git command in the safe mode
2024-03-29 11:33:53 563
原创 java.lang.ClassCastException: java.util.ArrayList cannot be cast to com.github.pagehelper.Page 异常
pagehelper 分页插件 出现上述的错误大致意思就是类型转换错误。
2024-03-28 21:17:14 304
原创 Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedded datasource could
在application.properties或者application.yml文件中没有添加数据库配置信息.
2024-03-28 19:26:44 151
原创 修改mysql密码
2.输入命令mysqladmin -uroot -p旧密码 password 新密码。3.在navicat进行测试连接。1.在此处文件夹下打开cmd。
2024-03-28 16:53:02 179
原创 客户机操作系统已将 CD-ROM 门锁定,并且可能正在使用 CD-ROM,这可能会导致客户机无法识别介质的更改。如果可能,请在断开连接之前从客户机内部弹出 CD-ROM。确实要断开连接并覆盖锁定设置吗
客户机操作系统已将 CD-ROM 门锁定,并且可能正在使用 CD-ROM,这可能会导致客户机无法识别介质的更改。如果可能,请在断开连接之前从客户机内部弹出 CD-ROM。确实要断开连接并覆盖锁定设置吗
2024-03-07 00:06:31 1101
原创 “ Java:不支持发行版本5”
<properties> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target></properties>
2024-02-28 18:58:58 383
原创 Plugin org.apache.maven.plugins:maven-resources-plugin:2.22.2
添加相关依赖<plugin></plugin>
2024-01-22 05:36:21 428
原创 java.lang.IllegalArgumentException: Unable to instantiate org.mybatis.spring.boot
降低版本依赖。
2024-01-21 16:43:09 586
原创 Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources
报错:解决方法:<plugin></plugin>
2024-01-21 16:36:08 335 1
原创 Uncaught TypeError: Cannot read properties of null (reading ‘addEventListener‘)
Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')
2023-11-29 22:10:07 2400 1
原创 java中导入json文件
6.选择json所在路径,注意:是json在java里面的的路径,不是jar包所在位置。1.在webapp下的WEB-INF-新建-目录。3.将json复制,粘贴到lib目录下。5.库---“+”---java。2.创建一个名为lib的目录。4.再到 文件--项目结构。7.这样就引入成功啦。
2023-11-06 21:24:58 1293
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人