资源简介
用户: 注册登录 发布二手信息 信息查询 发表信息 购物订单 管理员:
帐户管理 会员管理 会员管理 换物信息管理 系统管理 公告管理 资讯管理
代码片段和文件信息
package com.action;
/**
* 管理员登陆 增加 修改 删除 删除登陆日志
*/
import java.io.IOException;
import java.util.List;
import java.util.StringTokenizer;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import com.bean.AdminBean;
import com.bean.SystemBean;
import com.util.Constant;
import com.util.MD5;
public class AdminAction extends HttpServlet {
/**
* Constructor of the object.
*/
public AdminAction() {
super();
}
/**
* Destruction of the servlet.
*/
public void destroy() {
super.destroy(); // Just puts “destroy“ string in log
// Put your code here
}
/**
* The doGet method of the servlet.
*
* This method is called when a form has its tag value method equals to get.
*
* @param request the request send by the client to the server
* @param response the response send by the server to the client
* @throws ServletException if an error occurred
* @throws IOException if an error occurred
*/
public void doGet(HttpServletRequest request HttpServletResponse response)
throws ServletException IOException {
doPost(requestresponse);
}
/**
* The doPost method of the servlet.
*
* This method is called when a form has its tag value method equals to post.
*
* @param request the request send by the client to the server
* @param response the response send by the server to the client
* @throws ServletException if an error occurred
* @throws IOException if an error occurred
*/
public void doPost(HttpServletRequest request HttpServletResponse response)
throws ServletException IOException {
response.setContentType(Constant.CONTENTTYPE);
request.setCharacterEncoding(Constant.CHARACTERENCODING);
try{
String method=request.getParameter(“method“).trim();
AdminBean loginbean = new AdminBean();
HttpSession session = request.getSession();
session.setMaxInactiveInterval(1200);
SystemBean systembean = new SystemBean();
String sysdir = systembean.getDir();
if(method.equals(“one“)){//admin登录
String username = request.getParameter(“username“);
String password = request.getParameter(“password“);
if(username == null||username.trim().equals(““)){
request.setAttribute(“message“ “请正确输入用户名!“);
request.getRequestDispatcher(sysdir+“/login.jsp“).forward(request response);
}
else if(password == null||password.trim().equals(““)){
request.setAttribute(“message“ “请输入密码!“);
request.getRequestDispatcher(sysdir+“/login.jsp“).forward(request response);
}
else{
String md5password = MD5.MD5(password);
String agent = request.getHeader(“user-agent“);
StringTokenizer st = new StringTokenizer(agent“;“);
String useros=st.nextToken();
String loginip = request.getRemoteA
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1565 2012-09-17 12:50 571JSP+MYSQL二手交易系统\es\.classpath
文件 279 2012-09-17 12:49 571JSP+MYSQL二手交易系统\es\.myme
文件 1220 2012-04-12 20:40 571JSP+MYSQL二手交易系统\es\.project
文件 9092 2012-04-12 20:34 571JSP+MYSQL二手交易系统\es\src\com\action\AdminAction.java
文件 6058 2012-04-12 20:34 571JSP+MYSQL二手交易系统\es\src\com\action\LoginAction.java
文件 7968 2012-04-12 20:34 571JSP+MYSQL二手交易系统\es\src\com\bean\AdminBean.java
文件 24789 2012-04-12 20:59 571JSP+MYSQL二手交易系统\es\src\com\bean\HzpBean.java
文件 318 2012-04-12 20:34 571JSP+MYSQL二手交易系统\es\src\com\util\CheckCode.java
文件 2580 2016-11-28 13:06 571JSP+MYSQL二手交易系统\es\src\com\util\DBO.java
文件 836 2012-04-12 20:34 571JSP+MYSQL二手交易系统\es\src\com\util\Log.java
文件 27350 2012-04-12 20:34 571JSP+MYSQL二手交易系统\es\src\com\util\SmartUpload.java
文件 10889 2012-04-12 20:34 571JSP+MYSQL二手交易系统\es\WebRoot\admin\images\admin_m.swf
文件 6221 2012-04-12 20:34 571JSP+MYSQL二手交易系统\es\WebRoot\admin\images\Admin_st
文件 876 2012-04-12 20:34 571JSP+MYSQL二手交易系统\es\WebRoot\admin\images\bg.jpg
文件 315 2012-04-12 20:34 571JSP+MYSQL二手交易系统\es\WebRoot\admin\images\bt_login.gif
文件 179 2012-04-12 20:34 571JSP+MYSQL二手交易系统\es\WebRoot\admin\images\bullet.gif
文件 20734 2012-04-12 20:34 571JSP+MYSQL二手交易系统\es\WebRoot\admin\images\calendar.js
文件 26508 2012-04-12 20:34 571JSP+MYSQL二手交易系统\es\WebRoot\admin\images\Common.js
文件 3143 2012-04-12 20:34 571JSP+MYSQL二手交易系统\es\WebRoot\admin\images\date.js
文件 835 2012-04-12 20:34 571JSP+MYSQL二手交易系统\es\WebRoot\admin\images\default.jsp
文件 168 2012-04-12 20:34 571JSP+MYSQL二手交易系统\es\WebRoot\admin\images\HardWare.gif
文件 85 2012-04-12 20:34 571JSP+MYSQL二手交易系统\es\WebRoot\admin\images\img_u.gif
文件 835 2012-04-12 20:34 571JSP+MYSQL二手交易系统\es\WebRoot\admin\images\index.jsp
文件 57 2012-04-12 20:34 571JSP+MYSQL二手交易系统\es\WebRoot\admin\images\li
文件 63 2012-04-12 20:34 571JSP+MYSQL二手交易系统\es\WebRoot\admin\images\li
文件 25985 2012-04-12 20:34 571JSP+MYSQL二手交易系统\es\WebRoot\admin\images\MainBg.gif
文件 1069 2012-04-12 20:34 571JSP+MYSQL二手交易系统\es\WebRoot\admin\images\menu.gif
文件 1607 2012-04-12 20:34 571JSP+MYSQL二手交易系统\es\WebRoot\admin\images\qq_22.gif
文件 10550 2012-04-12 20:34 571JSP+MYSQL二手交易系统\es\WebRoot\admin\images\rollpic.swf
文件 18666 2012-04-12 20:34 571JSP+MYSQL二手交易系统\es\WebRoot\admin\images\SearchFluctuation.js
............此处省略710个文件信息
相关资源
- Bhu校园二手交易市场
- basice of SSM,基于Java的校园二手交易平
- JSP+SQL二手交易系统(毕业设计)
- JSP MYSQL校园二手交易系统
- 二手交易闲鱼聊天关注微信小程序代
- J2EE校园二手交易系统带数据库
- 毕业设计 jsp二手交易系统
- 基于Java WEB的校园二手交易平台
- 基于Maven+SSH的二手交易平台
- Android二手交易系统.zip
- 一个基于androidstudio开发的二手交易平
- 校园二手交易
- 基于java的二手交易系统
- javaweb校园二手平台的实现与设计.zi
- 一个基于android studio开发的二手交易平
- java 二手交易平台源码(mysql数据库)
- [Android源码] 基于Android的校园二手交易
- Web二手交易系统
- java 校园二手交易系统源码(附数据脚
- Android应用源码基于安卓的校园二手交
评论
共有 条评论