毕业论文--毕业论文选题系统的设计与实现Jsp+access.doc
文本预览下载声明
摘 要
毕业论文管理是高校教学中一个重要环节,目前大部分高校仍采用传统的手工方式进行选题工作。随着计算机网络的发展,越来越多的高校正在寻求有效的网上选题方式。对于高校教学工作者和学生而言,拥有一个功能完备的毕业论文选题系统是很重要的,它可以很大程度上节省人力和物力资源。
本设计利用JSP平台开发,采用B/S模式,后台数据库使用Microsoft Access2003,实现了毕业论文选题工作的各个管理功能,该系统能够实现教师与学生之间的双向选择,提高选题质量和效率,为学校、系部、指导老师和学生能充分利用因特网完成毕业论文选题工作提供了便利的平台。
关键词 毕业论文选题;JSP;B/S;Microsoft Access2003
Abstract
The graduation thesis management is an important part of university teaching, At present, most universities are still using the traditional manual way of selected topic work..With the development of computer networks, more and more universities are seeking effective ways of online topics. For higher education workers and students,it’s important to have a fully functional system, which can be to a large extent on savings in manpower and material resources.
This design development uses the ASP platform and uses the B/S mode, the background database using SqlServer2000. Provided graduation dissertation work in various management functions; the system enables two-way between teachers and students choose topics to improve the quality and efficiency and offers the platform for schools, departments, instructor and students take full advantage of the Internet to complete dissertation work.
Key Words Thesis topics of; ASP; SqlServer2000
目 录
1引言 1
1.1选题背景 1
1.2系统开发的意义和目的 1
1.2.1开发意义 1
1.2.2开发目的 2
2相关软件及技术简介 3
2.1 Dreamweaver简介 3
2.1 JSP 简介 4
2.3 Access 简介 5
3需求分析 6
3.1可行性分析 6
3.2功能需求分析 6
3.2.1功能结构图 7
3.3性能与安全性分析 8
4系统设计 9
4.1系统建模 9
4.1.1 UML语言简介 9
4.1.2角色的确定 9
4.1.3创建用例 10
4.1.4创建角色与用例关系图 10
4.2数据库设计 12
4.2.1数据库设计原则 12
4.2.2数据库表清单 13
4.2.3数据库约束关系图 16
4.3系统模块设计 16
4.3.1系统管理员管理模块 17
4.3.2院系管理员管理模块 18
4.3.3指导教师管理模块 18
4.3.4学生选题模块 19
4.3.5选题流程 20
5系统实现 21
5.1公共模块实现 21
5.1.1系统标题栏 21
5.1.2状态栏 21
5.1.3菜单 21
5.1.4文件上传与下载 22
5.1.5留言签写与查看 23
5.1.6查看留言 24
5.2登录界面的实现 24
5.3系统管理员模块实现 26
5.3.1系统管理主界面 26
5.3.2“系统设置”功能模块 27
5.3.3“系院及专业设置”功能模块 27
5.3.4“数据字典维护”功能模块 28
5.3.5“选题管理”功能模块 28
5.3.6系统管理员密码模块 29
5.4院系管理员主要模块实现 30
5.4.1用户管理 30
5.4.2其他管理模块 30
5.5指导老师管理模块 31
5.6
显示全部