随笔分类 -  外部插件使用

三级联动
摘要:三级联动实现方式注:直接进本jsp页面就可,不用先查询再进页面1、jsp页面 <%-- Created by IntelliJ IDEA. User: Mr.Xue Date: 2017/9/3 Time: 17:41 To change this template use File | Setti 阅读全文

posted @ 2017-09-04 16:05 日出东海落西山 阅读(266) 评论(0) 推荐(0)

pageHelper分页插件使用总结
摘要:1、添加jar包货添加pom文件 <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper</artifactId> <version>4.0.0</version> </dependency>2、添加插 阅读全文

posted @ 2017-09-01 08:07 日出东海落西山 阅读(10695) 评论(0) 推荐(1)