摘要:
解决 post 请求乱码:我们可以在 web.xml 里边配置一个 CharacterEncodingFilter 过滤器。 设置为 utf-8. 解决 get 请求的乱码:有两种方法。对于 get 请求中文参数出现乱码解决方法有两个: 1. 修改 tomcat 配置文件添加编码与工程编码一致。 2 阅读全文
posted @ 2019-04-24 10:46
花似醉依颜
阅读(1110)
评论(0)
推荐(0)
摘要:
1.封装通用layUI分页table绑定 2.Mapper里的方法 3.Mapper.xml 里的处理 <!-- 查询所有信息 --> <resultMap type="cn.itcast.ssm.po.CompanyCustom" id="selectA" autoMapping="true"> 阅读全文
posted @ 2019-04-24 10:29
花似醉依颜
阅读(561)
评论(0)
推荐(0)
摘要:
在Controller 层 然后就可以了。。。。 阅读全文
posted @ 2019-04-24 10:09
花似醉依颜
阅读(531)
评论(0)
推荐(0)