上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 21 下一页
摘要: 错误:s!=null 正确:StringUtils.isNotBlank(s); 阅读全文
posted @ 2018-06-04 15:14 小六子666 阅读(676) 评论(0) 推荐(0)
摘要: private List<Integer> classId=new ArrayList<Integer>(); business.getClassId()!=null以上为错误正确的为: business.getClassId().size>0 阅读全文
posted @ 2018-06-02 17:31 小六子666 阅读(477) 评论(0) 推荐(0)
摘要: Intellij IDEA 安装和配置jrebel进行项目的热部署 https://www.cnblogs.com/a8457013/p/7866625.html Intellij IDEA 使用jrebel运行spring-boot并实现自动编译进行热部署 https://blog.csdn.ne 阅读全文
posted @ 2018-06-02 15:55 小六子666 阅读(587) 评论(0) 推荐(0)
摘要: @requestbody 接受前端传json对象并绑定javabean https://blog.csdn.net/ljxbbss/article/details/74452326 最近代码遇见了一个springmvc中的小问题,算是很基础的东西,同事问我后我有有些迷惑上网找了一些资料后弄清楚了。特 阅读全文
posted @ 2018-05-31 19:27 小六子666 阅读(20299) 评论(0) 推荐(1)
摘要: 在application配置文件中加如下: spring.jackson.time-zone=GMT+8 阅读全文
posted @ 2018-05-31 14:59 小六子666 阅读(758) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/smileberry/p/4145872.html 使用Mybatis-Generator自动生成Dao、Model、Mapping相关文件(转) 阅读全文
posted @ 2018-05-29 09:59 小六子666 阅读(110) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/liangxiaofeng/p/5798590.html 数据库设计软件介绍--几种数据库建模工具推荐(包含开源版) 阅读全文
posted @ 2018-05-28 20:02 小六子666 阅读(650) 评论(0) 推荐(0)
摘要: mysql 查询当天、本周,本月,上一个月的数据 mysql 查询当天、本周,本月,上一个月的数据 今天 select * from 表名 where to_days(时间字段名) = to_days(now()); 昨天 SELECT * FROM 表名 WHERE TO_DAYS( NOW( ) 阅读全文
posted @ 2018-05-25 18:24 小六子666 阅读(329) 评论(0) 推荐(0)
摘要: springboot学习-jdbc操作数据库--yml注意事项--controller接受参数以及参数校验-- 异常统一管理以及aop的使用 整合mybatis swagger2构建api文档 jpa访问数据库及page进行分页 整合redis 定时任务 https://blog.csdn.net/ 阅读全文
posted @ 2018-05-25 16:59 小六子666 阅读(169) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_31001665/article/details/71075743 springboot项目--传入参数校验 SpringBoot开发详解(五)--Controller接收参数以及参数校验 阅读全文
posted @ 2018-05-25 15:47 小六子666 阅读(247) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 21 下一页