拿着旺仔牛奶的猫

导航

2022年10月9日 #

Java面试题

摘要: Java 基础1. JDK 和 JRE 有什么区别?JDK:Java Development Kit 的简称,Java 开发工具包,提供了 Java 的开发环境和运行环境。JRE:Java Runtime Environment 的简称,Java 运行环境,为 Java 的运行提供了所需环境。具体来 阅读全文

posted @ 2022-10-09 10:36 拿着旺仔牛奶的猫 阅读(24) 评论(0) 推荐(0) 编辑

2022年7月8日 #

oracle转mysql

摘要: 使用navicat Premium自带工具进行转换即可 阅读全文

posted @ 2022-07-08 15:13 拿着旺仔牛奶的猫 阅读(45) 评论(0) 推荐(0) 编辑

2022年4月6日 #

mq学习

摘要: 01.近期也是有点感悟吧,其实学习编程或者说学习别的,其实要抱着看不懂或者看不太明白就一定要问到明白,我觉得这才是学习,去背还不如去思考由来,就好像我学一个词,我不是去背,主动就思考这个词的由来然后分析为什么会出现,说的又点多了,开始写下心得吧。 学习AMQ的时候,其实我已经用过一点了,但就是不懂为 阅读全文

posted @ 2022-04-06 10:00 拿着旺仔牛奶的猫 阅读(65) 评论(0) 推荐(0) 编辑

2021年9月5日 #

idea 集成Git 拉取 合并代码

摘要: 阅读全文

posted @ 2021-09-05 18:52 拿着旺仔牛奶的猫 阅读(105) 评论(0) 推荐(0) 编辑

2021年8月13日 #

If you want an embedded database please put a supported one on the classpath

摘要: If you want an embedded database please put a supported one on the classpath. If you have database settings to be loaded from a particular profile you 阅读全文

posted @ 2021-08-13 14:42 拿着旺仔牛奶的猫 阅读(1718) 评论(0) 推荐(0) 编辑

2021年8月12日 #

### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'crm_user_id' at row 1

摘要: ### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'crm_user_id' at row 1 阅读全文

posted @ 2021-08-12 11:56 拿着旺仔牛奶的猫 阅读(2188) 评论(0) 推荐(0) 编辑

2021年8月10日 #

### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL

摘要: ### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL 这个问题 可能是你更新数据库多加了个,也有可能是你更新没有更新内容 阅读全文

posted @ 2021-08-10 15:33 拿着旺仔牛奶的猫 阅读(4173) 评论(0) 推荐(0) 编辑

org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException

摘要: org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 阅读全文

posted @ 2021-08-10 14:58 拿着旺仔牛奶的猫 阅读(216) 评论(0) 推荐(0) 编辑

org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported

摘要: org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported 请求方式对不上 修改@PostMapping主键和前端接收一致即可 阅读全文

posted @ 2021-08-10 11:30 拿着旺仔牛奶的猫 阅读(2688) 评论(0) 推荐(0) 编辑

org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing

摘要: org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing: public com.crm.lessn.utils.DataResult com.crm.le 阅读全文

posted @ 2021-08-10 11:25 拿着旺仔牛奶的猫 阅读(1325) 评论(0) 推荐(0) 编辑