摘要: 1、POM文件中加入Shiro和fastJSON依赖 2、加入几个HTTP和JSON相关的工具类 package com.ltsolution.framework.util; import java.io.PrintWriter; import java.util.Enumeration; impo 阅读全文
posted @ 2018-06-13 23:57 LiveYourLife 阅读(1191) 评论(0) 推荐(1)
摘要: 【MyBatis】使用MyBatis的分页组件PageHelper时,多表关联下使用别名查询时,前台传参过来,根据参数排序的解决方案 场景: 使用SQLServer数据库 有2个表Customer、CustomerType,都有字段TypeId 后台SQL:select A.Name ,A.Type 阅读全文
posted @ 2018-06-13 11:36 LiveYourLife 阅读(7730) 评论(0) 推荐(0)