基于BS模式的工程硕士教学与学籍管理系统的实现 ------界面设计和系统测试-毕业论文

上传人:wo7****35 文档编号:54922619 上传时间:2018-09-21 格式:DOC 页数:53 大小:2.09MB
返回 下载 相关 举报
基于BS模式的工程硕士教学与学籍管理系统的实现 ------界面设计和系统测试-毕业论文_第1页
第1页 / 共53页
基于BS模式的工程硕士教学与学籍管理系统的实现 ------界面设计和系统测试-毕业论文_第2页
第2页 / 共53页
基于BS模式的工程硕士教学与学籍管理系统的实现 ------界面设计和系统测试-毕业论文_第3页
第3页 / 共53页
基于BS模式的工程硕士教学与学籍管理系统的实现 ------界面设计和系统测试-毕业论文_第4页
第4页 / 共53页
基于BS模式的工程硕士教学与学籍管理系统的实现 ------界面设计和系统测试-毕业论文_第5页
第5页 / 共53页
亲,该文档总共53页,到这儿已超出免费预览范围,如果喜欢就下载吧!
资源描述

《基于BS模式的工程硕士教学与学籍管理系统的实现 ------界面设计和系统测试-毕业论文》由会员分享,可在线阅读,更多相关《基于BS模式的工程硕士教学与学籍管理系统的实现 ------界面设计和系统测试-毕业论文(53页珍藏版)》请在金锄头文库上搜索。

1、本科毕业论文本科毕业论文(科研训练、毕业设计)题题 目:目:基于 B/S 模式的工程硕士教学与学籍管理系统的实现-界面设计和系统测试界面设计和系统测试姓 名:学 院:软件学院系:软件工程专 业:软件工程年 级: 学 号:指导教师: 职称:年 月基于基于 B/S 模式的工程硕士教学与学籍管理系统的设计和实现模式的工程硕士教学与学籍管理系统的设计和实现I摘要摘要 随着工程硕士教育蓬勃发展,各学院亟需一套专门用于工程硕士教学与学籍管理系统平台。本文系统地探讨该管理系统的设计和实现技术。教学管理是工程硕士管理的主要日常工作之一,涉及到教学秘书、教师以及工程硕士三个角色。涉及的工作有教师管理、学生管理、

2、课程管理、成绩管理以及其他管理五个模块。课程管理又分为选课管理、排课管理、课表管理。本系统的目标角色为教学秘书、教师和工程硕士。采用面向对象设计方法,采用中心 4层架构的 B/S 模式,JSP 语言作为系统开发的语言。平台方面,采用EclipseMyEclipseTomcatMySQL 作为开发环境。本文介绍了项目背景以及研究内容与目标,然后介绍了该系统的设计的总体目标、功能体系结构、数据库设计和开发环境。开发环境中包括开发语言 JSP、数据库 MYSQL、系统开发平台、系统运行环境。第四章至第六章介绍个人负责的界面设计、密码修改模块和测试工作。测试用例报告附在附录中。关键词关键词教学与学籍管

3、理;界面设计;测试基于基于 B/S 模式的工程硕士教学与学籍管理系统的设计和实现模式的工程硕士教学与学籍管理系统的设计和实现IIAbstractWith the vigorous development of education, the College of the urgent needs for a specialized engineering master teaching and school management system platform. This paper described the system management system design and implem

4、entation of technology. Teaching Master of Engineering Management is the main daily work of the Secretary related to teaching, teachers and engineering masters degree three roles. The work includes teacher anagement, student management, curriculum management, performance management and other managem

5、ent five modules. Course management is divided into classes management, arranging schedule management, Timetable management. The goal of the system for the role of the Secretary of teaching, teachers and Master of Engineering . Object-oriented design methods, using four-tier structure of the Centre

6、for B / S model, JSP language as the language of system development. In the Platform, the system uses Eclipse + MyEclipse + Tomcat + MySQL as a development environment. This paper introduced the first item on the background and content and objectives, and then introduced the system of the overall ob

7、jectives, functional architecture, database design and development environment. Development environment including the development of language JSP, database MYSQL, system development platform, operating system environment. From the fourth chapter to chapter six, Introduce individuals responsible for

8、the interface design, Change password modules and testing work. The report of Test Case attached to the appendix.Keywords Teaching and school management; Interface design; Testing基于基于 B/S 模式的工程硕士教学与学籍管理系统的设计和实现模式的工程硕士教学与学籍管理系统的设计和实现III目录目录 第一章 引言11.1 项目背景 .11.2 研究内容与目标 .1第二章系统设计及设计目标.22.1 系统设计总体目标 .

9、22.2 功能体系结构 .22.3 系统结构设计42.4 数据库设计 .5第三章 开发环境.133.1 开发语言 JSP.133.2 数据库 MYSQL.143.3 系统开发平台 153.4 系统运行环境 15第四章 界面设计.164.1 界面设计的理念 164.1.1 网页布局类型.164.1.2 网页布局.204.1.3 网页设计的色彩.204.1.4 设计的 3C 原则204.1.5 页面设计要点.214.1.6 CSS224.2 系统界面 234.2.1 登陆界面.234.2.2 密码修改界面.234.2.3 教师学生信息管理.244.2.4 课程管理.264.2.5 成绩管理.29基

10、于基于 B/S 模式的工程硕士教学与学籍管理系统的设计和实现模式的工程硕士教学与学籍管理系统的设计和实现IV4.2.6 留言管理.30第五章 密码修改.33第六章 软件测试.366.1 软件测试的定义 366.2 软件测试的目标 366.3 软件测试用例选择 376.3.1 等价类划分方法.376.3.2 边界值分析法.386.3.3 错误推测法.396.3.4 因果图法.396.3.5 功能图 .406.4 软件测试的原则 406.5 测试结果 40结束语43参考文献44致 谢45附录46基于基于 B/S 模式的工程硕士教学与学籍管理系统的设计和实现模式的工程硕士教学与学籍管理系统的设计和实

11、现VContentsChapter 1 Foreword.11.1 The bearing of study.11.2 The purpose of study and individual work1Chapter 2 The status of study and the goal of design.22.1 The goal of system design .22.2 The structure of function system22.3 The design of system structure42.4 The design of data-base.5Chapter 3 De

12、velopment environment133.1 Development language JSP.133.2 Data base MYSQL .143.3 Development platform153.4 Running environment.15Chapter 4 The design of interface.164.1 The request of design interface164.1.1 Page layout type 164.1.2 Page layout204.1.3 Wed design color .204.1.4 The 3C principle of de

13、sign .214.1.5 The point of interface design214.1.6 CSS224.2 Designed interface .234.2.1 The interface of logining.234.2.2 The interface of changing password244.2.3 The interface of managing students and teachers.244.2.4 The interface of managing classes 264.2.5 The interface of managing score294.2.6

14、 The interface of managing leave word.30Chapter 5 Chang pasword.33Chapter 6 Software testing366.1 The definition of testing366.2 The goal of testing366.3 Select software Test Case .376.3.1 Equivalence class of methods376.3.2 Boundary value analysis386.3.3 Wrong to speculate Law.39基于基于 B/S 模式的工程硕士教学与

15、学籍管理系统的设计和实现模式的工程硕士教学与学籍管理系统的设计和实现VI6.3.4 Causal method.396.3.5 Figure.406.4 The principles of software testing.406.5 The result of test.40The end .43Referrence.44Acknowledgement45Appendix46基于基于 B/S 模式的工程硕士教学与学籍管理系统的设计和实现模式的工程硕士教学与学籍管理系统的设计和实现1第一章第一章 引言引言1.11.1 项目背景项目背景当今时代是飞速发展的信息时代。在各行各业中离不开信息处理,这

16、正是计算机被广泛应用于信息管理系统的环境。使用计算机进行信息控制,不仅提高了工作效率,而且大大的提高了安全性。尤其对于复杂的信息管理,计算机能够充分发挥它的优越性。在学校里,学校教务资料繁多,包含很多的信息数据的管理,涉及到校、院、导师、学生的诸多方面。随着教学体制的不断改革,尤其是学分制、选课制的展开和深入,教学日常管理工作日趋繁重、复杂。为了使教学管理工作规范、系统化、程序化、避免教务管理的随意性,提高信息处理的速度和准确性,能够及时、准确、有效的查询和修改教学档案,一套管理软件成为必要的。1.21.2 研究研究内容与目标内容与目标为了使教学管理工作规范、系统化、程序化,免教务管理的随意性,提高信息处理的速度和准确性,能够及时、准确、有效的查询和修改教学档案。本系统利用Internet技术的B/S体系结构,建立一套简洁、实用、高效、经济的工程硕士教学管理体系,使信息和资源的操作与管理过渡到一个真正开放的,与平台无关的环境。本人主要负责界面设计、系统测试工作以及密码修改功能。本论文介

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 学术论文 > 毕业论文

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号