• 大小: 146KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-01
  • 语言: 其他
  • 标签:

资源简介

小型飞机票预定系统,可以对登陆的用户进行增删改查,也可以对机票进行管理,对飞机的起飞时间段进行查询,预定之际想要的时间段的飞机票

资源截图

代码片段和文件信息

package com;

import java.io.IOException;
import java.io.PrintWriter;

import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

public class hh extends HttpServlet {
 private static final String CONTENT_TYPE = “text/html; charset=GBK“;
/**
 * Constructor of the object.
 */
public hh() {
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 doPost(HttpServletRequest request HttpServletResponse response)
throws ServletException IOException {
 request.setCharacterEncoding(“GBK“);

        //设置字符输出的编码机制

    response.setContentType(CONTENT_TYPE);
String username = request.getParameter(“userName“);
String userPassword = request.getParameter(“userPassword“);
String  userState = request.getParameter(“userState“);
System.out.println(userState);
userdataAdd user = new userdataAdd();
int a;
a=user.checkLogin(username userPassword userState);
System.out.println(a);
//System.out.println(“123“);
if(user.checkLogin(username userPassword userState)==0)
          {
request.getRequestDispatcher(“Function.jsp“).forward(request response);
          }
else if(user.checkLogin(username userPassword userState)==1)
        {
  request.getRequestDispatcher(“ticketchakan.jsp“).forward(request response);
        }
else request.getRequestDispatcher(“MyJsp.jsp“).forward(request response);
}

/**
 * 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
 */


/**
 * Initialization of the servlet. 

 *
 * @throws ServletException if an error occurs
 */
public void init() throws ServletException {
// Put your code here
}

}

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

     文件    1179648  2009-12-15 18:33  小型飞机票预定系统\数据库文件\uer_Data.MDF

     文件    1048576  2009-12-15 18:33  小型飞机票预定系统\数据库文件\uer_Log.LDF

     文件        440  2009-12-15 10:41  小型飞机票预定系统\源代码\yy\.classpath

     文件        279  2009-12-15 07:39  小型飞机票预定系统\源代码\yy\.mymetadata

     文件       1408  2009-12-15 07:39  小型飞机票预定系统\源代码\yy\.project

     文件        406  2009-12-15 07:39  小型飞机票预定系统\源代码\yy\.settings\.jsdtscope

     文件         49  2009-12-15 07:39  小型飞机票预定系统\源代码\yy\.settings\org.eclipse.wst.jsdt.ui.superType.container

     文件          6  2009-12-15 07:39  小型飞机票预定系统\源代码\yy\.settings\org.eclipse.wst.jsdt.ui.superType.name

     文件       2592  2009-12-15 07:55  小型飞机票预定系统\源代码\yy\src\com\hh.java

     文件       3966  2009-12-15 14:29  小型飞机票预定系统\源代码\yy\src\com\ticketchaxun.java

     文件      12355  2009-12-15 14:28  小型飞机票预定系统\源代码\yy\src\com\TicketchaxunData.java

     文件       5655  2009-12-15 08:09  小型飞机票预定系统\源代码\yy\src\com\TicketData.java

     文件      12233  2009-12-15 09:36  小型飞机票预定系统\源代码\yy\src\com\ticketinput.java

     文件       4983  2009-12-15 08:09  小型飞机票预定系统\源代码\yy\src\com\UserData.java

     文件       1542  2009-12-15 07:55  小型飞机票预定系统\源代码\yy\src\com\userdataAdd.java

     文件      10149  2009-12-15 10:33  小型飞机票预定系统\源代码\yy\src\com\UserManage.java

     文件       2570  2009-12-15 14:56  小型飞机票预定系统\源代码\yy\src\Pressuretest\PressureTest.java

     文件       1481  2009-12-15 08:09  小型飞机票预定系统\源代码\yy\WebRoot\Function.jsp

     文件       1797  2009-12-15 14:48  小型飞机票预定系统\源代码\yy\WebRoot\index.jsp

     文件       3220  2009-12-15 09:35  小型飞机票预定系统\源代码\yy\WebRoot\management.jsp

     文件         39  2009-12-15 07:39  小型飞机票预定系统\源代码\yy\WebRoot\meta-INF\MANIFEST.MF

     文件       1040  2009-12-15 07:55  小型飞机票预定系统\源代码\yy\WebRoot\MyJsp.jsp

     文件      18899  2009-12-15 14:23  小型飞机票预定系统\源代码\yy\WebRoot\ticketchakan.jsp

     文件       3706  2009-12-15 10:37  小型飞机票预定系统\源代码\yy\WebRoot\ticketinput.jsp

     文件       1981  2009-12-15 10:41  小型飞机票预定系统\源代码\yy\WebRoot\WEB-INF\classes\com\hh.class

     文件       3331  2009-12-15 14:29  小型飞机票预定系统\源代码\yy\WebRoot\WEB-INF\classes\com\ticketchaxun.class

     文件       7013  2009-12-15 14:28  小型飞机票预定系统\源代码\yy\WebRoot\WEB-INF\classes\com\TicketchaxunData.class

     文件       5169  2009-12-15 10:41  小型飞机票预定系统\源代码\yy\WebRoot\WEB-INF\classes\com\TicketData.class

     文件       7021  2009-12-15 10:41  小型飞机票预定系统\源代码\yy\WebRoot\WEB-INF\classes\com\ticketinput.class

     文件       3759  2009-12-15 10:41  小型飞机票预定系统\源代码\yy\WebRoot\WEB-INF\classes\com\UserData.class

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

评论

共有 条评论

相关资源