学生网上选课系统的设计与实现

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:


摘要
随着科学技术的不断提高,计算机科学日渐成熟,其强大的功能已为人们深刻认识,它已进入人类社会的各个领域并发挥着越来越重要的作用。学生选课系统作为一种现代化的教学技术,以越来越受到人民的重视,是一个学校不可缺少的部分, 学生选课系统就是为了管理好选课信息而设计的。学生选课系统的将使选课管理工作规范化,系统化,程序化,避免选课管理的随意性,提高信息处理的速度和准确性,能够及时、准确、有效的查询和修改选课情况。
系统实现了对课程的基本信息和学生选课、学生和教师用户进行管理。系统对学生角色提供个人信息查看、选课管理以及其他功能;对教师提供查看自己所担任课程的课表和选该门课程的学生信息;提供给管理员以下功能:查看所有课程、学生、教师的信息并可以对它们进行管理(添加、编辑、删除),以及实现新闻的发布并修改。
关键字:选课、课程信息发布、B/S、SQL Server 2000、JSP

Abstract
With the improvement of science technology, the computer science becomes gradually mature, people have already deeply understood its strong function, and it has already got into each realm of the human society to exert a more and more important function. The student selecting system, a modernizing teaching technology, pays much more attention by people. It is indispensable part for a school. The student selecting system is for the sake of managing to the information of selecting courses. The tendency of student selecting system will edify the selecting management, it would be more systematical and procedural in future work. We try to avoid the random work, promoting the accuracy and speed of the processing information, so that we can check the information of selecting course with a convenient and efficient form.
The system carried out the management of basic information of course, the student selecting course, the student and the teacher's customer. The system provides a function, which is good for students to check their personal information and the management of selecting course, to the characters of the students. And for the teachers, it is convenient to look into the curricular lesson that he hold and the Student's information that chose the course. At last, it is good for manager to check all the information of the lessons, students and teachers. Furthermore, it can carry on a management (increase, edit, delete) to them, and carry out the renounce of the news.
Key words: select course, the renouncement of course information, B/S、SQL Server 2000、JSP

学生选课系统作为一种现代化的教学技术,以越来越受到人民的重视。是一个学校不可缺少的部分,它的内容对于学校的决策者和管理者来说都至关重要,所以学生选课系统应该能够为用户提供充足的信息和快捷的查询手段。但一直以来人们使用传统人工的方式管理文件档案,这种管理方式存在着许多缺点,如:效率低、保密性差,另外时间一长,将产生大量的文件和数据,这对于查找、更新和维护都带来了不少的困难。    
本系统具体有以下功能:
 个人信息:包括学生和学生的个人资料
 课程计划:计划课程的开课时间,上课地点,上课老师等信息
 管理功能:课程发布,修改,删除。学生,老师用户的添加删除。新闻的发布和删除和修改
 教师用户:教师可以修改密码,查看课程和选修自己课程的学生列表以及查看新闻
 学生用户:选修课程,可以取消选择
 条件查询:用户可以查询自己所需的资料
 退出系统

网上选课系统从功能上划分一共有3个主模块,主要实现教师信息管理、学生信息管理、课程信息管理,其中教师信息管理有教师姓名、教师工号、教师职称、教师所属系;学生信息管理有学生姓名、学生学号和学生所在系;课程信息管理有课程名称、学分、上课地点、上课时间、上课教师。管理员有权限去更改选课课程的信息。
 身份登入:学生,教师,管理员三中身份登入(权限不同)
 用户管理:管理员可以添加各种权限的用户,修改,和删除用户
 课程管理:可以对颁布的课程表进行添加,删除,修改
 新闻发布:管理员可以发布新闻并对其修改删除












目录
SCIENCE & TECHNOLOGY COLLEGE OF - 1 -
NANCHANG  UNIVERSITY - 1 -
THESIS  OF  BACHELOR - 1 -
摘要 - 2 -
ABSTRACT - 3 -
目录 - 4 -
第一章 绪论 - 5 -
1.1 课程背景 - 5 -
1.2 课程现状 - 6 -
第二章  系统需求分析 - 6 -
2.1 需求分析 - 6 -
2.2可行性分析 - 7 -
2.3系统配置需求 - 7 -
第三章  系统总体设计 - 8 -
3.1 项目规划 - 8 -
3.2 设计目标 - 8 -
3.3 系统相关技术介绍 - 8 -
3.3.1系统开发采用的技术方案——B/ S模式 - 8 -
3.3.2 JSP技术介绍 - 8 -
3.3.3  SQL 2000 SERVE 数据库介绍 - 10 -
3.4 数据库分析设计 - 10 -
3.4.1 数据库需求分析 - 10 -
3.4.2 数据库概念结构设计 - 10 -
3.4.3 数据库表的设计和创建 - 12 -
第四章 系统详细设计和实现 - 15 -
4.1 主界面设计 - 16 -
4.2 界面头尾设计 - 16 -
4.3 登录界面 - 16 -
4.4学生用户界面设计 - 17 -
4.4.1 个人信息模块功能模块设计 - 18 -
4.4.2 网上平台模块功能设计 - 19 -
4.4.3 系统公告 - 21 -
4.4.4 其他功能模块设计 - 22 -
4.5 管理员用户界面设计 - 22 -
4.5.1用户管理模块功能设计 - 23 -
4.5.2 网上平台模块功能设计 - 24 -
4.5.3 系统公告模块设计 - 25 -
4.5.4 其他功能模块设计 - 26 -
4.6 教师用户界面设计 - 26 -
4.7 系统后台模块 - 27 -
参考文献 - 28 -