• 大小: 8.94MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-16
  • 语言: Java
  • 标签: 旅游  

资源简介

(1)后台可以发布旅游景点信息,前台可以浏览信息;(2)后台可以对已经发布的信息进行删除或者修改;(3)管理员可管理系统内所有资源的权限;(4)管理员可修改密码;(5)用户可以查询景点信息,预定宾馆;(6)用户可以留言;(7)管理员可以管理留言。

资源截图

代码片段和文件信息

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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1495  2012-06-04 10:10  171JSP+MYSQL旅游网站\bjly\.classpath

     文件        285  2012-06-04 16:38  171JSP+MYSQL旅游网站\bjly\.mymetadata

     文件        255  2012-06-05 13:28  171JSP+MYSQL旅游网站\bjly\.mystrutsdata

     文件       1222  2012-06-10 04:50  171JSP+MYSQL旅游网站\bjly\.project

     文件       9100  2012-06-09 04:50  171JSP+MYSQL旅游网站\bjly\src\com\action\AdminAction.java

     文件       5642  2012-06-06 23:58  171JSP+MYSQL旅游网站\bjly\src\com\action\AfficheAction.java

     文件       5789  2012-06-06 05:07  171JSP+MYSQL旅游网站\bjly\src\com\action\CommonAction.java

     文件       7947  2012-06-03 15:49  171JSP+MYSQL旅游网站\bjly\src\com\bean\AdminBean.java

     文件       3216  2012-06-10 07:59  171JSP+MYSQL旅游网站\bjly\src\com\bean\FriendlinkBean.java

     文件       7345  2012-06-05 23:04  171JSP+MYSQL旅游网站\bjly\src\com\bean\HzpBean.java

     文件       3989  2012-06-06 00:30  171JSP+MYSQL旅游网站\bjly\src\com\csgw\action\HzpsAction.java

     文件         80  2012-06-10 10:38  171JSP+MYSQL旅游网站\bjly\src\com\csgw\ApplicationResources.properties

     文件        318  2012-06-05 21:08  171JSP+MYSQL旅游网站\bjly\src\com\util\CheckCode.java

     文件       1838  2012-06-02 00:24  171JSP+MYSQL旅游网站\bjly\src\com\util\Common.java

     文件        533  2012-06-04 10:12  171JSP+MYSQL旅游网站\bjly\src\com\util\Constant.java

     文件       2634  2012-06-03 18:13  171JSP+MYSQL旅游网站\bjly\src\com\util\DBO.java

     文件        650  2012-06-08 16:44  171JSP+MYSQL旅游网站\bjly\src\com\util\Filter.java

     文件       4054  2012-06-03 14:13  171JSP+MYSQL旅游网站\bjly\WebRoot\admin\affiche\edit.jsp

     文件       4365  2012-06-09 20:19  171JSP+MYSQL旅游网站\bjly\WebRoot\admin\affiche\index.jsp

     文件        838  2012-06-04 01:27  171JSP+MYSQL旅游网站\bjly\WebRoot\admin\iframe\default.jsp

     文件       2418  2012-06-06 14:26  171JSP+MYSQL旅游网站\bjly\WebRoot\admin\iframe\foot.jsp

     文件       1227  2012-06-11 00:11  171JSP+MYSQL旅游网站\bjly\WebRoot\admin\iframe\help.jsp

     文件        838  2012-06-02 16:53  171JSP+MYSQL旅游网站\bjly\WebRoot\admin\iframe\index.jsp

     文件      10635  2012-06-03 06:57  171JSP+MYSQL旅游网站\bjly\WebRoot\admin\iframe\left.jsp

     文件       1636  2012-06-06 09:18  171JSP+MYSQL旅游网站\bjly\WebRoot\admin\iframe\main.jsp

     文件       5213  2012-06-10 23:29  171JSP+MYSQL旅游网站\bjly\WebRoot\admin\iframe\top.jsp

     文件      10889  2012-06-10 13:03  171JSP+MYSQL旅游网站\bjly\WebRoot\admin\images\admin_m.swf

     文件       6221  2012-06-04 03:34  171JSP+MYSQL旅游网站\bjly\WebRoot\admin\images\Admin_style.css

     文件        876  2012-06-07 06:52  171JSP+MYSQL旅游网站\bjly\WebRoot\admin\images\bg.jpg

     文件        315  2012-06-03 06:08  171JSP+MYSQL旅游网站\bjly\WebRoot\admin\images\bt_login.gif

............此处省略735个文件信息

评论

共有 条评论