基于JSP的学生成绩管理系统论文
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
成绩管理系统的设计与实现
院系北方软件学院
专业计算机科学与技术(软件工程)班级92330103
学号2009023301063
姓名张雪
指导教师王作彤
负责教师王作彤
沈阳航空航天大学
2011年6月
摘要
随着信息技术的发展、电脑化教学与远程的网络化教学的普及,使得基于WEB 技术的教学管理平台成为现代教育技术改革与发展的方向。但是由于大多数学校的成绩管理都还停留在比较原始的手工阶段,成绩修改信息主要依靠办公软件等。上述现象致使学生成绩信息更新不及时,教师容易弄不清楚成绩是否正确等问题。因此构建一个高效完善学生成绩管理系统,保证师生间具有实效性,同时能快速、方便地发布和检索各种学习内容,成为高校信息化建设的一项重要任务。
该论文首先分析了当前高校教学管理平台的应用现状和不足之处,明确了基于web的教学管理平台的主要功能和核心流程。在此基础上应用MVC模型,通过对系统进行一系列需求分析、设计、编码、测试等工作使系统实现了教学管理、成绩管理、用户信息管理等功能,其中重点分析核心子系统(教师和学生的成绩管理子系统)。
Abstract
Along with the development of information technology, computerized teaching and remote network teaching based on WEB, makes the popularity of technical teaching management platform to be modern education technology reform and development direction. But since most school score management are still stay in relatively primitive manual stage, rely mainly on score information office software The above phenomenon causes students to submit score not timely, teachers easy not clear whether problems such as correcting socre. So building an efficient operation management system to ensure the perfect between teachers and students, and at the same time with effectiveness quickly and easily release and retrieval various learning contents, become the university informatization construction of an important task.
Firstly analyzes the current college teaching management platform application status and deficiencies, made clear the teaching management platform based on web the main function and core processes. On this basis, through application MVC model of system and a series of requirement analysis, design, code, test etc make the system realized the teaching management, score management, customer information management, and other functions, which focuses on analyzing the core subsystem (teachers' and students' score management subsystem).
目录
1 引言 (1)
1.1 开发背景 (1)
1.2 课题研究意义 (1)
2 科研现状及设计目标 (2)
2.1 学生成绩管理系统的优点 (2)
2.2 成绩管理系统存在的问题及解决办法 (2)
2.3 系统设计目标 (3)
2.4 经济效益分析 (3)
3 关键问题及关键技术分析 (4)
3.1 研究设计中的关键问题 (4)
3.2 具体实现中采用的关键技术 (4)
3.2.1 JSP技术 (4)
3.2.2 JA V A技术 (5)
3.2.3 MySQL技术 (5)
3.2.4 JDBC桥技术 (6)
3.2.5 JavaBean 技术 (6)
4 需求分析 (7)
4.1 业务流程分析 (7)
4.2 功能需求 (7)
4.2.1 功能简述 (8)
4.2.2 用例图 (8)
4.3 可行性分析 (9)
4.3.1 操作可行性 (9)
4.3.2 技术可行性 (9)
4.3.3 经济可行性 (10)
4.4 系统的开发环境 (10)
4.4.1 硬件环境 (10)
4.4.2 软件环境 (11)
5 系统设计 (12)
5.1 系统体系结构 (12)
5.2 系统E-R图 (13)
5.3 数据库表的设计 (13)
6 系统实现及测试 (16)
6.1 具体功能模块的实现 (16)
6.1.1 登录模块 (16)
6.1.2 教师管理模块 (17)
6.1.3 学生模块 (23)
6.2 系统测试 (24)
6.2.1 在测试中遇到的问题 (24)
6.2.2 实例测试 (25)
7 结论与展望 (26)
参考文献 (27)
致谢 (28)