资源简介
在线音乐吧,包含需求,各种图,源码, JSP + Struts + SQL Server 2005
代码片段和文件信息
package com.action;
import java.util.List;
import java.util.Map;
import org.apache.struts2.ServletActionContext;
import com.dao.TAdminDAO;
import com.model.TAdmin;
import com.opensymphony.xwork2.ActionSupport;
import com.util.Pagination;
public class adminAction extends ActionSupport
{
private int userId;
private String userName;
private String userPw;
private String message;
private String path;
private int index=1;
private TAdminDAO adminDAO;
public String adminAdd()
{
TAdmin admin=new TAdmin();
admin.setUserName(userName);
admin.setUserPw(userPw);
adminDAO.save(admin);
this.setMessage(“操作成功“);
this.setPath(“adminManage.action“);
return “succeed“;
}
public String adminManage()
{
List adminList=adminDAO.findAll();
Map request=(Map)ServletActionContext.getContext().get(“request“);
request.put(“adminList“ adminList);
return ActionSupport.SUCCESS;
}
public String adminManageFenye()
{
List adminList=adminDAO.findAll();
int pageSize=3;
int fromIndex = (index - 1) * pageSize;
int toIndex = Math.min(fromIndex + pageSize adminList.size());
List adminListFenye = adminList.subList(fromIndex toIndex);
Pagination p = new Pagination();//创建 分页对象
p.setIndex(index);//设置页数
p.setPageSize(pageSize);
p.setTotle(adminList.size());//设置总共的条数
p.setData(adminListFenye);//设置数据
p.setPath(“adminManageFenye.action?“);//跳转的路径
Map request=(Map)ServletActionContext.getContext().get(“request“);
request.put(“page“ p);
return ActionSupport.SUCCESS;
}
public String adminDel()
{
adminDAO.delete(adminDAO.findById(userId));
this.setMessage(“删除成功“);
this.setPath(“adminManage.action“);
return “succeed“;
}
public TAdminDAO getAdminDAO()
{
return adminDAO;
}
public void setAdminDAO(TAdminDAO adminDAO)
{
this.adminDAO = adminDAO;
}
public String getMessage()
{
return message;
}
public int getIndex()
{
return index;
}
public void setIndex(int index)
{
this.index = index;
}
public void setMessage(String message)
{
this.message = message;
}
public String getPath()
{
return path;
}
public void setPath(String path)
{
this.path = path;
}
public int getUserId()
{
return userId;
}
public void setUserId(int userId)
{
this.userId = userId;
}
public String getUserName()
{
return userName;
}
public void setUserName(String userName)
{
this.userName = userName;
}
public String getUserPw()
{
return userPw;
}
public void setUserPw(String userPw)
{
this.userPw = userPw;
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1048576 2012-08-12 23:27 在线音乐吧项目\tpl\jsp219\db_zxyy_Data.MDF
文件 1048576 2012-08-12 23:27 在线音乐吧项目\tpl\jsp219\db_zxyy_Log.LDF
文件 2820398 2013-04-06 11:23 在线音乐吧项目\tpl\jsp219\JSP音乐网站录像.rar
文件 5327 2012-08-12 23:08 在线音乐吧项目\tpl\jsp219\zxyy\.classpath
文件 527 2012-04-01 23:16 在线音乐吧项目\tpl\jsp219\zxyy\.myhibernatedata
文件 285 2012-08-12 23:07 在线音乐吧项目\tpl\jsp219\zxyy\.myme
文件 1632 2012-04-01 23:16 在线音乐吧项目\tpl\jsp219\zxyy\.project
文件 330 2012-04-01 23:16 在线音乐吧项目\tpl\jsp219\zxyy\.settings\org.eclipse.jdt.core.prefs
文件 273 2012-04-01 23:16 在线音乐吧项目\tpl\jsp219\zxyy\.springBeans
文件 2785 2012-04-01 23:16 在线音乐吧项目\tpl\jsp219\zxyy\src\com\action\adminAction.java
文件 3980 2012-04-01 23:16 在线音乐吧项目\tpl\jsp219\zxyy\src\com\dao\TAdminDAO.java
文件 782 2012-04-01 23:16 在线音乐吧项目\tpl\jsp219\zxyy\src\com\model\TAdmin.hbm.xm
文件 1393 2012-04-01 23:16 在线音乐吧项目\tpl\jsp219\zxyy\src\com\model\TLiuyan.java
文件 2529 2012-04-01 23:16 在线音乐吧项目\tpl\jsp219\zxyy\src\com\service\loginService.java
文件 2451 2012-04-01 23:16 在线音乐吧项目\tpl\jsp219\zxyy\src\com\util\Pagination.java
文件 1300 2012-04-01 23:16 在线音乐吧项目\tpl\jsp219\zxyy\src\com\util\safeFileter.java
文件 2922 2012-04-01 23:16 在线音乐吧项目\tpl\jsp219\zxyy\src\com\util\upload.java
文件 2534 2012-04-01 23:16 在线音乐吧项目\tpl\jsp219\zxyy\src\com\util\Util.java
文件 3526 2012-04-01 23:16 在线音乐吧项目\tpl\jsp219\zxyy\src\struts.properties
文件 4517 2012-04-01 23:16 在线音乐吧项目\tpl\jsp219\zxyy\src\struts.xm
文件 0 2012-08-12 23:07 在线音乐吧项目\tpl\jsp219\zxyy\WebRoot\admin\index\sysPro.jsp
文件 3747 2012-08-12 23:08 在线音乐吧项目\tpl\jsp219\zxyy\WebRoot\admin\index\userinfo.jsp
文件 88 2013-03-29 12:10 在线音乐吧项目\tpl\jsp219\zxyy\WebRoot\admin\index.jsp
文件 88 2013-03-29 12:10 在线音乐吧项目\tpl\jsp219\zxyy\WebRoot\admin\menu.jsp
文件 88 2013-03-29 12:10 在线音乐吧项目\tpl\jsp219\zxyy\WebRoot\admin\top.jsp
文件 802 2012-04-01 23:16 在线音乐吧项目\tpl\jsp219\zxyy\WebRoot\common\add_success.jsp
文件 817 2012-04-01 23:16 在线音乐吧项目\tpl\jsp219\zxyy\WebRoot\common\del_success.jsp
文件 731 2012-04-01 23:16 在线音乐吧项目\tpl\jsp219\zxyy\WebRoot\common\succeed.jsp
文件 805 2012-04-01 23:16 在线音乐吧项目\tpl\jsp219\zxyy\WebRoot\common\update_success.jsp
文件 5008 2012-04-01 23:16 在线音乐吧项目\tpl\jsp219\zxyy\WebRoot\css\ba
............此处省略784个文件信息
相关资源
- 企业人力资源管理系统.zip
- jsp大学生毕业设计论文管理系统
- jsp基本javabean技术的网络书店系统毕业
- jsp+servlet+jdbc的一个手机商城项目
- 游戏交易网站
- 一个使用Servlet+Jsp+Jdbc+H-ui+EasyUI+jQuer
- jsp项目开发全程实录 第3版 项目1到
- 传智播客项目资料-网上书城
- JSP基于SSM公司商品进销存系统
- SSH框架实现BBS完整版.2018_03_16
- jsp门户网站war包
- struts2框架JAR包
- S1SH 增删改查
- 精通Java EE:Eclipse Struts 2 Hibernate Sprin
- JSP + laypage分页完整案例
- Servlet与JSP核心编程第二版
- 基于JSP写的股票管理系统,无框架
- 人事工资管理系统JSP+Mysql附带数据库
- jsp酒店订单管理系统
-
JSP+Servlet+xm
l实现在线相册管理 - 新闻发布系统 j2ee 采用ssh三层框架
- j2ee课程设计jsp+mysql班级同学录
- 航空票务系统(Spring+Struts+Hibernate)(
- 企业人力资源管理系统(附数据库文
- JSP+SQL旅游网站 SSH
- JAVA JSP心理健康系统 源代码 论文
- 基于JSP的航空订票系统
- JSP实验室设备管理系统
- JSP实习就业管理系统
- JavaWeb学生在线选课系统Struts+Hibernat
评论
共有 条评论