摘要: 在springMvc.xml中配置: 阅读全文
posted @ 2018-12-10 11:54 Dylan_G 阅读(243) 评论(0) 推荐(0)
摘要: 图片上传下载插件: https://www.cnblogs.com/ggq-insist-qiang/articles/10095635.html 阅读全文
posted @ 2018-12-10 11:54 Dylan_G 阅读(244) 评论(0) 推荐(0)
摘要: 分页工具: https://www.cnblogs.com/ggq-insist-qiang/articles/10095603.html 阅读全文
posted @ 2018-12-10 11:50 Dylan_G 阅读(390) 评论(0) 推荐(1)
摘要: 1 package com.ddz.util; 2 3 public class PageUtil { 4 private String page;//请求页 5 private int pageSize;//每页展示的记录数 6 private int count;//总记录数 7 8 private int prev... 阅读全文
posted @ 2018-12-10 11:48 Dylan_G 阅读(550) 评论(0) 推荐(0)