医院管理系统.rar

时间:2013-05-01 17:07:51
【文件属性】:
文件名称:医院管理系统.rar
文件大小:98KB
文件格式:RAR
更新时间:2013-05-01 17:07:51
医院 管理 ackage hospital; import java.io.IOException; import java.io.PrintWriter; import java.util.Date; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; public class User extends HttpServlet { /** * Constructor of the object. */ public User() { 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 { response.setContentType("text/html"); PrintWriter out = response.getWriter(); out .println(""); out.println(""); out.println(" A Servlet"); out.println(" "); out.print(" This is "); out.print(this.getClass()); out.println(", using the GET method"); out.println(" "); out.println(""); out.flush(); out.close(); } /** * The doPost method of the servlet.
【文件预览】:
医院管理系统
----New Project 20060625 1603.sql(21KB)
----web.xml(8KB)
----src()
--------hospital()
----hospital()
--------ins()
--------room_regnum.jsp(1KB)
--------loginok.jsp(2KB)
--------index.jsp(2KB)
--------admin.jsp(720B)
--------web.xml(8KB)
--------pic()
--------news_view.jsp(897B)
--------admin()
--------drug_num.jsp(1KB)
--------loginerror.jsp(2KB)

网友评论

  • 全是工程文件,要是有详细文档和源代码分析就好了,操作步骤也行,不过还是谢谢了!!