08 2021 档案

摘要:CellStyle cellStyle_tmp = workbook.createCellStyle();cellStyle_tmp.setAlignment(HorizontalAlignment.RIGHT);cellStyle_tmp.setVerticalAlignment(Vertical 阅读全文
posted @ 2021-08-26 14:32 northli 阅读(529) 评论(0) 推荐(0)
摘要:### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Expression #6 of SELECT list is not in GROUP BY clause and contains nonaggregate 阅读全文
posted @ 2021-08-25 10:08 northli 阅读(101) 评论(0) 推荐(0)
摘要:sheet.shiftRows(2, sheet.getLastRowNum(), 1);https://www.cnblogs.com/linvan/p/10860538.html 阅读全文
posted @ 2021-08-19 16:36 northli 阅读(174) 评论(0) 推荐(0)
摘要:List<ZbRadar> zbRadars_temp = zbDataStatisticsAndAuditService.selectZbRadar(zbRadar); List<ZbRadar> zbRadars = zbRadars_temp.stream().filter(s-> Float 阅读全文
posted @ 2021-08-18 10:07 northli 阅读(114) 评论(0) 推荐(0)
摘要:原因:有两个mysql 服务, 正确的mysql服务没有启动 阅读全文
posted @ 2021-08-11 09:20 northli 阅读(52) 评论(0) 推荐(0)