数据过长导致重复插入
本该唯一的产品型号字段,在列表中大量出现重复数据,看了看代码,确实是先查库,存在就跳过,匪夷所思。
本该唯一的产品型号字段,在列表中大量出现重复数据,看了看代码,确实是先查库,存在就跳过,匪夷所思。
实体类使用注解@Accessors(chain = true)导致导入失败
Dateutil.endofDay()存数据库日期为第二天00:00:00
SELECT * FROM test WHERE number NOT IN (4,7,10),数据库中有满足条件的数据,却一条也查不到。
maven打包项目失败报错:could not be resolved: com.sun🛠jar:1.8
执行SQl报错:Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column ’test.t1.name’ which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
Exception in thread “main” java.lang.NullPointerException.
服务器用着好好的,yum install安装软件失败。