资源简介
本系统的具体功能如下:
1、管理员功能:实现学生信息查询、教师信息查询、添加或删除学生、添加或删除教师、留言管理、公告管理、课程信息录入及修改等功能。
2、教师功能:实现学生成绩录入及修改、个人信息查询及修改、选择选课的学生、网上留言和查看公告等功能。
3、学生功能:实现网上选课、成绩查询、个人信息查询及修改、网上留言及查看公告等功能。
代码片段和文件信息
package com.jspdev.biyesheji;
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 addStudentServlet extends HttpServlet {
/**
*
*/
private static final long serialVersionUID = 1L;
/**
* Constructor of the object.
*/
public addStudentServlet() {
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();
try{
Student student=new Student();
student.setId(request.getParameter(“id“));
student.setName(request.getParameter(“name“));
student.setSex(request.getParameter(“sex“));
student.setCollege(request.getParameter(“college“));
student.setDepartment(request.getParameter(“department“));
student.setInTime(request.getParameter(“inTime“));
student.setOutTime(request.getParameter(“outTime“));
student.setPassword(request.getParameter(“id“));
student.setAge(Long.parseLong(“0“));
student.setAddress(““);
student.setPhone(““);
if(!(student.isTrue(request.getParameter(“id“))))
Student.addStudent(student);
}
catch(Exception e){System.out.println(e.toString());}
javax.servlet.RequestDispatcher dis=request.getRequestDispatcher(“../form/addStudent.jsp“);
dis.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
*/
public void doPost(HttpServletRequest request HttpServletResponse response)
throws ServletException IOException {
doGet(requestresponse);
}
/**
* Initialization of the servlet.
*
* @throws ServletException if an error occurs
*/
public void init() throws ServletException {
// Put your code here
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-08-14 16:17 教务选课信息管理系统\
目录 0 2014-08-14 16:17 教务选课信息管理系统\struts+hibernate教务信息系统\
目录 0 2014-08-14 16:17 教务选课信息管理系统\struts+hibernate教务信息系统\biyesheji\
文件 1618 2012-06-09 18:35 教务选课信息管理系统\struts+hibernate教务信息系统\biyesheji\.classpath
目录 0 2014-08-14 16:17 教务选课信息管理系统\struts+hibernate教务信息系统\biyesheji\.hibernateSynchronizer3\
文件 193 2012-06-10 08:32 教务选课信息管理系统\struts+hibernate教务信息系统\biyesheji\.hibernateSynchronizer3\config.properties
目录 0 2014-08-14 16:18 教务选课信息管理系统\struts+hibernate教务信息系统\biyesheji\.hibernateSynchronizer3\snippets\
目录 0 2014-08-14 16:18 教务选课信息管理系统\struts+hibernate教务信息系统\biyesheji\.hibernateSynchronizer3\templates\
目录 0 2014-08-14 16:18 教务选课信息管理系统\struts+hibernate教务信息系统\biyesheji\.myeclipse\
文件 499 2012-06-04 23:49 教务选课信息管理系统\struts+hibernate教务信息系统\biyesheji\.myhibernatedata
文件 300 2012-06-04 07:42 教务选课信息管理系统\struts+hibernate教务信息系统\biyesheji\.myme
文件 262 2012-06-08 19:45 教务选课信息管理系统\struts+hibernate教务信息系统\biyesheji\.mystrutsdata
文件 1512 2012-06-03 20:33 教务选课信息管理系统\struts+hibernate教务信息系统\biyesheji\.project
目录 0 2014-08-14 16:17 教务选课信息管理系统\struts+hibernate教务信息系统\biyesheji\WebRoot\
文件 4783 2012-06-08 18:00 教务选课信息管理系统\struts+hibernate教务信息系统\biyesheji\WebRoot\AddCategory.jsp
目录 0 2014-08-14 16:17 教务选课信息管理系统\struts+hibernate教务信息系统\biyesheji\WebRoot\me
文件 39 2012-06-06 10:56 教务选课信息管理系统\struts+hibernate教务信息系统\biyesheji\WebRoot\me
目录 0 2014-08-14 16:17 教务选课信息管理系统\struts+hibernate教务信息系统\biyesheji\WebRoot\WEB-INF\
文件 13435 2012-06-06 08:53 教务选课信息管理系统\struts+hibernate教务信息系统\biyesheji\WebRoot\WEB-INF\.struts-config.mex
目录 0 2014-08-14 16:17 教务选课信息管理系统\struts+hibernate教务信息系统\biyesheji\WebRoot\WEB-INF\classes\
目录 0 2014-08-14 16:17 教务选课信息管理系统\struts+hibernate教务信息系统\biyesheji\WebRoot\WEB-INF\classes\com\
目录 0 2014-08-14 16:17 教务选课信息管理系统\struts+hibernate教务信息系统\biyesheji\WebRoot\WEB-INF\classes\com\jspdev\
目录 0 2014-08-14 16:17 教务选课信息管理系统\struts+hibernate教务信息系统\biyesheji\WebRoot\WEB-INF\classes\com\jspdev\biyesheji\
文件 4273 2012-06-01 18:43 教务选课信息管理系统\struts+hibernate教务信息系统\biyesheji\WebRoot\WEB-INF\classes\com\jspdev\biyesheji\Course.class
文件 1285 2012-06-01 22:17 教务选课信息管理系统\struts+hibernate教务信息系统\biyesheji\WebRoot\WEB-INF\classes\com\jspdev\biyesheji\Course.hbm.xm
文件 1634 2012-06-09 02:02 教务选课信息管理系统\struts+hibernate教务信息系统\biyesheji\WebRoot\WEB-INF\classes\com\jspdev\biyesheji\EncodingFilter.class
文件 4523 2012-06-10 13:11 教务选课信息管理系统\struts+hibernate教务信息系统\biyesheji\WebRoot\WEB-INF\classes\com\jspdev\biyesheji\Grade.class
文件 1046 2012-06-10 17:35 教务选课信息管理系统\struts+hibernate教务信息系统\biyesheji\WebRoot\WEB-INF\classes\com\jspdev\biyesheji\Grade.hbm.xm
文件 628 2012-06-10 00:07 教务选课信息管理系统\struts+hibernate教务信息系统\biyesheji\WebRoot\WEB-INF\classes\com\jspdev\biyesheji\GradePK.class
文件 2487 2012-06-09 13:00 教务选课信息管理系统\struts+hibernate教务信息系统\biyesheji\WebRoot\WEB-INF\classes\com\jspdev\biyesheji\HibernateSessionFactory.class
文件 3760 2012-06-09 07:45 教务选课信息管理系统\struts+hibernate教务信息系统\biyesheji\WebRoot\WEB-INF\classes\com\jspdev\biyesheji\Message.class
............此处省略345个文件信息
评论
共有 条评论