文件名称:CourseRegistrationSystem
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:123.93kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
用JSP完成的学生选课系统,其中包含数据库的应用,应用MVC设计模式、HTML、Javascr ipt、Servlet、JSP、JDBC和DAO等技术,主要实现学生注册模块、学生选课管理模块和课程维护模块这三个模块-a Course Registration System using JSP
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CourseRegistrationSystem/.classpath
CourseRegistrationSystem/.mymetadata
CourseRegistrationSystem/.project
CourseRegistrationSystem/.settings/.jsdtscope
CourseRegistrationSystem/.settings/org.eclipse.wst.jsdt.ui.superType.container
CourseRegistrationSystem/.settings/org.eclipse.wst.jsdt.ui.superType.name
CourseRegistrationSystem/MyJsp.jsp
CourseRegistrationSystem/myweb.sql
CourseRegistrationSystem/src/Administrator.java
CourseRegistrationSystem/src/beans/Admin.java
CourseRegistrationSystem/src/beans/AdminDao.java
CourseRegistrationSystem/src/beans/Course.java
CourseRegistrationSystem/src/beans/CourseDao.java
CourseRegistrationSystem/src/beans/DataSource.java
CourseRegistrationSystem/src/beans/SMDao.java
CourseRegistrationSystem/src/beans/Student.java
CourseRegistrationSystem/src/beans/StudentDao.java
CourseRegistrationSystem/src/beans/testBean.java
CourseRegistrationSystem/src/Register.java
CourseRegistrationSystem/WebRoot/admin/admin.jsp
CourseRegistrationSystem/WebRoot/admin/error.jsp
CourseRegistrationSystem/WebRoot/admin/thanks.jsp
CourseRegistrationSystem/WebRoot/index.jsp
CourseRegistrationSystem/WebRoot/logError.jsp
CourseRegistrationSystem/WebRoot/loginAdmin.jsp
CourseRegistrationSystem/WebRoot/loginStu.jsp
CourseRegistrationSystem/WebRoot/META-INF/MANIFEST.MF
CourseRegistrationSystem/WebRoot/org/apache/jsp/admin/admin_jsp.class
CourseRegistrationSystem/WebRoot/org/apache/jsp/admin/admin_jsp.java
CourseRegistrationSystem/WebRoot/org/apache/jsp/admin/error_jsp.class
CourseRegistrationSystem/WebRoot/org/apache/jsp/admin/error_jsp.java
CourseRegistrationSystem/WebRoot/org/apache/jsp/admin/thanks_jsp.class
CourseRegistrationSystem/WebRoot/org/apache/jsp/admin/thanks_jsp.java
CourseRegistrationSystem/WebRoot/org/apache/jsp/index_jsp.class
CourseRegistrationSystem/WebRoot/org/apache/jsp/index_jsp.java
CourseRegistrationSystem/WebRoot/org/apache/jsp/logError_jsp.class
CourseRegistrationSystem/WebRoot/org/apache/jsp/logError_jsp.java
CourseRegistrationSystem/WebRoot/org/apache/jsp/loginAdmin_jsp.class
CourseRegistrationSystem/WebRoot/org/apache/jsp/loginAdmin_jsp.java
CourseRegistrationSystem/WebRoot/org/apache/jsp/loginStu_jsp.class
CourseRegistrationSystem/WebRoot/org/apache/jsp/loginStu_jsp.java
CourseRegistrationSystem/WebRoot/org/apache/jsp/login_jsp.class
CourseRegistrationSystem/WebRoot/org/apache/jsp/login_jsp.java
CourseRegistrationSystem/WebRoot/org/apache/jsp/regist/error_jsp.class
CourseRegistrationSystem/WebRoot/org/apache/jsp/regist/error_jsp.java
CourseRegistrationSystem/WebRoot/org/apache/jsp/regist/regist_jsp.class
CourseRegistrationSystem/WebRoot/org/apache/jsp/regist/regist_jsp.java
CourseRegistrationSystem/WebRoot/org/apache/jsp/regist/thanks_jsp.class
CourseRegistrationSystem/WebRoot/org/apache/jsp/regist/thanks_jsp.java
CourseRegistrationSystem/WebRoot/org/apache/jsp/regist_jsp.class
CourseRegistrationSystem/WebRoot/org/apache/jsp/regist_jsp.java
CourseRegistrationSystem/WebRoot/org/apache/jsp/student/error_jsp.class
CourseRegistrationSystem/WebRoot/org/apache/jsp/student/error_jsp.java
CourseRegistrationSystem/WebRoot/org/apache/jsp/student/regist_jsp.class
CourseRegistrationSystem/WebRoot/org/apache/jsp/student/regist_jsp.java
CourseRegistrationSystem/WebRoot/org/apache/jsp/student/student_jsp.class
CourseRegistrationSystem/WebRoot/org/apache/jsp/student/student_jsp.java
CourseRegistrationSystem/WebRoot/org/apache/jsp/student/thanks_jsp.class
CourseRegistrationSystem/WebRoot/org/apache/jsp/student/thanks_jsp.java
CourseRegistrationSystem/WebRoot/org/apache/jsp/testBean_jsp.class
CourseRegistrationSystem/WebRoot/org/apache/jsp/testBean_jsp.java
CourseRegistrationSystem/WebRoot/regist/error.jsp
CourseRegistrationSystem/WebRoot/regist/regist.jsp
CourseRegistrationSystem/WebRoot/regist/thanks.jsp
CourseRegistrationSystem/WebRoot/student/error.jsp
CourseRegistrationSystem/WebRoot/student/regist.jsp
CourseRegistrationSystem/WebRoot/student/student.jsp
CourseRegistrationSystem/WebRoot/student/thanks.jsp
CourseRegistrationSystem/WebRoot/testBean.jsp
CourseRegistrationSystem/WebRoot/WEB-INF/classes/Administrator.class
CourseRegistrationSystem/WebRoot/WEB-INF/classes/beans/Admin.class
CourseRegistrationSystem/WebRoot/WEB-INF/classes/beans/AdminDao.class
CourseRegistrationSystem/WebRoot/WEB-INF/classes/beans/Course.class
CourseRegistrationSystem/WebRoot/WEB-INF/classes/beans/CourseDao.class
CourseRegistrationSystem/WebRoot/WEB-INF/classes/beans/DataSource.class
CourseRegistrationSystem/WebRoot/WEB-INF/classes/beans/SMDao.class
CourseRegistrationSystem/WebRoot/WEB-INF/classes/beans/Student.class
CourseRegistrationSystem/WebRoot/WEB-INF/classes/beans/StudentDao.class
CourseRegistrationSystem/WebRoot/WEB-INF/classes/beans/testBean.class
CourseRegistrationSystem/WebRoot/WEB-INF/classes/Register.class
CourseRegistrationSystem/WebRoot/WEB-INF/web.xml
CourseRegistrationSystem/WebRoot/org/apache/jsp/admin
CourseRegistrationSystem/WebRoot/org/apache/jsp/regist
CourseRegistrationSystem/WebRoot/org/apache/jsp/student
CourseRegistrationSystem/WebRoot/org/apache/jsp
CourseRegistrationSystem/WebRoot/WEB-INF/classes/beans
Cour
CourseRegistrationSystem/.mymetadata
CourseRegistrationSystem/.project
CourseRegistrationSystem/.settings/.jsdtscope
CourseRegistrationSystem/.settings/org.eclipse.wst.jsdt.ui.superType.container
CourseRegistrationSystem/.settings/org.eclipse.wst.jsdt.ui.superType.name
CourseRegistrationSystem/MyJsp.jsp
CourseRegistrationSystem/myweb.sql
CourseRegistrationSystem/src/Administrator.java
CourseRegistrationSystem/src/beans/Admin.java
CourseRegistrationSystem/src/beans/AdminDao.java
CourseRegistrationSystem/src/beans/Course.java
CourseRegistrationSystem/src/beans/CourseDao.java
CourseRegistrationSystem/src/beans/DataSource.java
CourseRegistrationSystem/src/beans/SMDao.java
CourseRegistrationSystem/src/beans/Student.java
CourseRegistrationSystem/src/beans/StudentDao.java
CourseRegistrationSystem/src/beans/testBean.java
CourseRegistrationSystem/src/Register.java
CourseRegistrationSystem/WebRoot/admin/admin.jsp
CourseRegistrationSystem/WebRoot/admin/error.jsp
CourseRegistrationSystem/WebRoot/admin/thanks.jsp
CourseRegistrationSystem/WebRoot/index.jsp
CourseRegistrationSystem/WebRoot/logError.jsp
CourseRegistrationSystem/WebRoot/loginAdmin.jsp
CourseRegistrationSystem/WebRoot/loginStu.jsp
CourseRegistrationSystem/WebRoot/META-INF/MANIFEST.MF
CourseRegistrationSystem/WebRoot/org/apache/jsp/admin/admin_jsp.class
CourseRegistrationSystem/WebRoot/org/apache/jsp/admin/admin_jsp.java
CourseRegistrationSystem/WebRoot/org/apache/jsp/admin/error_jsp.class
CourseRegistrationSystem/WebRoot/org/apache/jsp/admin/error_jsp.java
CourseRegistrationSystem/WebRoot/org/apache/jsp/admin/thanks_jsp.class
CourseRegistrationSystem/WebRoot/org/apache/jsp/admin/thanks_jsp.java
CourseRegistrationSystem/WebRoot/org/apache/jsp/index_jsp.class
CourseRegistrationSystem/WebRoot/org/apache/jsp/index_jsp.java
CourseRegistrationSystem/WebRoot/org/apache/jsp/logError_jsp.class
CourseRegistrationSystem/WebRoot/org/apache/jsp/logError_jsp.java
CourseRegistrationSystem/WebRoot/org/apache/jsp/loginAdmin_jsp.class
CourseRegistrationSystem/WebRoot/org/apache/jsp/loginAdmin_jsp.java
CourseRegistrationSystem/WebRoot/org/apache/jsp/loginStu_jsp.class
CourseRegistrationSystem/WebRoot/org/apache/jsp/loginStu_jsp.java
CourseRegistrationSystem/WebRoot/org/apache/jsp/login_jsp.class
CourseRegistrationSystem/WebRoot/org/apache/jsp/login_jsp.java
CourseRegistrationSystem/WebRoot/org/apache/jsp/regist/error_jsp.class
CourseRegistrationSystem/WebRoot/org/apache/jsp/regist/error_jsp.java
CourseRegistrationSystem/WebRoot/org/apache/jsp/regist/regist_jsp.class
CourseRegistrationSystem/WebRoot/org/apache/jsp/regist/regist_jsp.java
CourseRegistrationSystem/WebRoot/org/apache/jsp/regist/thanks_jsp.class
CourseRegistrationSystem/WebRoot/org/apache/jsp/regist/thanks_jsp.java
CourseRegistrationSystem/WebRoot/org/apache/jsp/regist_jsp.class
CourseRegistrationSystem/WebRoot/org/apache/jsp/regist_jsp.java
CourseRegistrationSystem/WebRoot/org/apache/jsp/student/error_jsp.class
CourseRegistrationSystem/WebRoot/org/apache/jsp/student/error_jsp.java
CourseRegistrationSystem/WebRoot/org/apache/jsp/student/regist_jsp.class
CourseRegistrationSystem/WebRoot/org/apache/jsp/student/regist_jsp.java
CourseRegistrationSystem/WebRoot/org/apache/jsp/student/student_jsp.class
CourseRegistrationSystem/WebRoot/org/apache/jsp/student/student_jsp.java
CourseRegistrationSystem/WebRoot/org/apache/jsp/student/thanks_jsp.class
CourseRegistrationSystem/WebRoot/org/apache/jsp/student/thanks_jsp.java
CourseRegistrationSystem/WebRoot/org/apache/jsp/testBean_jsp.class
CourseRegistrationSystem/WebRoot/org/apache/jsp/testBean_jsp.java
CourseRegistrationSystem/WebRoot/regist/error.jsp
CourseRegistrationSystem/WebRoot/regist/regist.jsp
CourseRegistrationSystem/WebRoot/regist/thanks.jsp
CourseRegistrationSystem/WebRoot/student/error.jsp
CourseRegistrationSystem/WebRoot/student/regist.jsp
CourseRegistrationSystem/WebRoot/student/student.jsp
CourseRegistrationSystem/WebRoot/student/thanks.jsp
CourseRegistrationSystem/WebRoot/testBean.jsp
CourseRegistrationSystem/WebRoot/WEB-INF/classes/Administrator.class
CourseRegistrationSystem/WebRoot/WEB-INF/classes/beans/Admin.class
CourseRegistrationSystem/WebRoot/WEB-INF/classes/beans/AdminDao.class
CourseRegistrationSystem/WebRoot/WEB-INF/classes/beans/Course.class
CourseRegistrationSystem/WebRoot/WEB-INF/classes/beans/CourseDao.class
CourseRegistrationSystem/WebRoot/WEB-INF/classes/beans/DataSource.class
CourseRegistrationSystem/WebRoot/WEB-INF/classes/beans/SMDao.class
CourseRegistrationSystem/WebRoot/WEB-INF/classes/beans/Student.class
CourseRegistrationSystem/WebRoot/WEB-INF/classes/beans/StudentDao.class
CourseRegistrationSystem/WebRoot/WEB-INF/classes/beans/testBean.class
CourseRegistrationSystem/WebRoot/WEB-INF/classes/Register.class
CourseRegistrationSystem/WebRoot/WEB-INF/web.xml
CourseRegistrationSystem/WebRoot/org/apache/jsp/admin
CourseRegistrationSystem/WebRoot/org/apache/jsp/regist
CourseRegistrationSystem/WebRoot/org/apache/jsp/student
CourseRegistrationSystem/WebRoot/org/apache/jsp
CourseRegistrationSystem/WebRoot/WEB-INF/classes/beans
Cour
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.