上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 17 下一页
摘要: 报错原因: 项目中要压缩图片 用maven 打包时,提示 程序包com.sun.image.codec.jpeg不存在 解决方法: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plug 阅读全文
posted @ 2021-10-27 11:03 唏嘘- 阅读(165) 评论(0) 推荐(0) 编辑
摘要: springboot 项目部署到tomcat 下,上传附件出现问题: 报错信息: [http-nio-80-exec-544] 2021-09-29 15:54:20 (GlobalExceptionHandler.java:372) 运行时异常: org.springframework.web.m 阅读全文
posted @ 2021-10-15 22:42 唏嘘- 阅读(2178) 评论(0) 推荐(0) 编辑
摘要: spring 整合 mybatis 报错日志 Exception in thread "main" org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.Persiste 阅读全文
posted @ 2021-10-10 08:27 唏嘘- 阅读(1073) 评论(0) 推荐(0) 编辑
摘要: spring 整合 mybatis 报错信息 Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.mybatis.spring.SqlSessio 阅读全文
posted @ 2021-10-10 08:18 唏嘘- 阅读(765) 评论(0) 推荐(0) 编辑
摘要: spring 整合 mybatis 报错信息 java.lang.NoClassDefFoundError: org/apache/commons/pool/KeyedObjectPoolFactory 找不到commons-pool, 添加commons-pool-1.6依赖 <dependenc 阅读全文
posted @ 2021-10-10 08:14 唏嘘- 阅读(158) 评论(0) 推荐(0) 编辑
摘要: spring 整合 mybatis 查询数据库报错 java.lang.NoClassDefFoundError: org/springframework/dao/support/DaoSupport 缺少jar包 添加如下jar包 <dependency> <groupId>org.springf 阅读全文
posted @ 2021-10-10 08:11 唏嘘- 阅读(797) 评论(0) 推荐(0) 编辑
摘要: 1、SpringBoot 项目 (1)、 Resource resource = new ClassPathResource("template/xixu.png"); // template 前面不要加 / File file = resource.getFile(); (2)、 String p 阅读全文
posted @ 2021-10-09 09:46 唏嘘- 阅读(579) 评论(0) 推荐(0) 编辑
摘要: 报错信息: Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'XXX' which is not functionally dependent on columns in 阅读全文
posted @ 2021-09-17 11:35 唏嘘- 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 例如下载地址: https://az764295.vo.msecnd.net/stable/fd6f3bce6709b121a895d042d343d71f317d74e7/VSCodeUserSetup-x64-1.54.2.exe 将下载地址修改为国内镜像的下载地址 vscode.cdn.azu 阅读全文
posted @ 2021-09-16 20:46 唏嘘- 阅读(418) 评论(0) 推荐(0) 编辑
摘要: 开启了bin-log, 我们就必须指定我们的函数是否是: 1 DETERMINISTIC 确定性的 2 NO SQL 没有SQl语句,当然也不会修改数据 3 READS SQL DATA 只是读取数据,当然也不会修改数据 4 MODIFIES SQL DATA 要修改数据 5 CONTAINS SQ 阅读全文
posted @ 2021-09-16 20:37 唏嘘- 阅读(1295) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 17 下一页