03 2020 档案

摘要:开发中遇到的问题 前端传的json数据是 {"ditId":null,"imgUrl":"woman.png","type":1,"dataId":null,"dataName":"小叮当2","px":"24","py":"48","lng":null,"lat":null,"smdId":nul 阅读全文
posted @ 2020-03-27 17:22 Sea_wxx 阅读(409) 评论(0) 推荐(0) 编辑
摘要:删除操作语句 表名不能有别名 阅读全文
posted @ 2020-03-27 10:27 Sea_wxx 阅读(94) 评论(0) 推荐(0) 编辑
摘要:应该先设置时间,然后重启项目spring定时器才会执行,步骤一定不能乱 阅读全文
posted @ 2020-03-22 10:28 Sea_wxx 阅读(376) 评论(0) 推荐(0) 编辑
摘要:1. 自动代码 常用的有fori/sout/psvm+Tab即可生成循环、System.out、main方法等boilerplate样板代码,例如要输入for(User user : users)只需输入user.for+Tab。 再比如:要输入Date birthday = user.getBir 阅读全文
posted @ 2020-03-11 09:14 Sea_wxx 阅读(216) 评论(0) 推荐(0) 编辑
摘要:解决方法: 更改tomcat配置文件catalina.properties 。 tomcat.util.scan.DefaultJarScanner.jarsToSkip=\ 值后面加",*"。 阅读全文
posted @ 2020-03-10 20:06 Sea_wxx 阅读(6694) 评论(0) 推荐(0) 编辑
摘要:字符串拼接 CONCAT(str1,str2,...) 示例:CONCAT( DATE_FORMAT( pas.begin_time, '%Y-%m-%d %H:%i:%s' ), '-', DATE_FORMAT( pas.end_time, '%Y-%m-%d %H:%i:%s' ) ) 时间转 阅读全文
posted @ 2020-03-07 10:49 Sea_wxx 阅读(97) 评论(0) 推荐(0) 编辑
摘要:注意: 当传入Integer或者Date类型的数据,mybatis动态条件判断只需判断非 NUll 就行 阅读全文
posted @ 2020-03-06 17:41 Sea_wxx 阅读(221) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示