摘要: mybatis-plus: configuration: log-impl: org.apache.ibatis.logging.stdout.StdOutImpl 阅读全文
posted @ 2022-06-27 10:04 全琪俊 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 0.045*天数*人数 mysql 命令 创建用户:create user 'xy_item_rw'@'%' identified by 'Item@8IwrTO_';grant SELECT on xiangyangpolicy_policy.policy to 'xy_item_rw'@'%'; 阅读全文
posted @ 2022-06-27 09:49 全琪俊 阅读(240) 评论(0) 推荐(0) 编辑
摘要: response.setContentType("application/octet-stream; charset=UTF-8"); //response为HttpServletResponse对象response.setContentType("application/vnd.ms-excel; 阅读全文
posted @ 2022-06-27 09:28 全琪俊 阅读(153) 评论(0) 推荐(0) 编辑
摘要: Wrapper<WxAutoReply> queryWrapper = Wrappers.<WxAutoReply>lambdaQuery() .eq(WxAutoReply::getReqKey, wxAutoReply.getReqKey()) .eq(WxAutoReply::getRepTy 阅读全文
posted @ 2022-06-27 09:15 全琪俊 阅读(936) 评论(0) 推荐(0) 编辑