2016年1月8日

文件批量上传功能

摘要: 使用struts2实现文件的上传功能:第一种方式package com.ljq.action;import java.io.File;import org.apache.commons.io.FileUtils;import org.apache.struts2.ServletActionConte... 阅读全文

posted @ 2016-01-08 13:20 王东明 阅读(449) 评论(0) 推荐(0) 编辑

页面分页显示功能

摘要: 要想实现分页显示的功能,先要准备好三个文件:pagination.css,jquery.pagination.js,jquery-2.1.1.js 这三个文件的下载地址:https://github.com/gbirke/jquery_pagination 注:在引用这三个文件的时候,要先引... 阅读全文

posted @ 2016-01-08 13:15 王东明 阅读(504) 评论(0) 推荐(0) 编辑

导航