基于jsp的管理系统的设计 毕业论文 .doc
文本预览下载声明
摘 要
传统的毕业设计都是由学生和老师当面交流沟通,但是由于大四学生很多情况下很难和指导教师及时联系上,譬如工作原因等等,故而对毕业设计方面不完善。
开发系统—毕业论文管理系统就是学生教师交流的功能。本系统是在JSP的平台上实现用户管理,信息维护,论文管理和留言管理等功能。通过这些功能的实现来达到学生和指导教师之间的网络化“交谈”,从而便捷的对毕业设计进行指导和完善,最终为学生能顺利毕业而无需花费太多不必要的人力物力,大大提高了效率。
本篇文章基本按照软件工程的流程来论述本系统的整个过程。采用成熟的JSP和Struts来实现,达到设计系统的最终目的。
关键词: 毕业论文管理系统;JSP; Struts
Abstract
Traditional graduation design is communication by students and teachers, but it is difficult and under the guidance of senior teachers in many cases immediately contacted, such as work-related reasons. And there are perfect Graduation design.
Development of systems - thesis management system is a function of the student teacher exchanges. This system is implemented in a JSP user management platform, information maintenance, management and message management letter. By applying these functions to achieve network between students and instructors, talk, and thus easier to guide and improve graduation, students eventually graduate without having to spend a lot of unnecessary human resources and materials , greatly improving efficiency.
This article essentially as software engineering process to discuss the process of the system. From needs analysis, technical feasibility analysis, design, detailed design, and process technology. Using sophisticated JSP and struts to achieve, to achieve the ultimate goal of the system design.
Keyword :
目 录
第1章 课题研究的背景及意义 1
第2章 有关的技术和相关的工具 2
2.1有关的技术 2
2.1.1 动态页面(JSP) 2
2.1.2 struts架构 2
2.2 相关的工具 2
2.2.1 Myeclipse 2
第3章 需求分析 2
3.1 可行性分析 2
3.2功能需求 3
3.2.1用户管理模块 3
3.2.2信息模块 4
3.2.3 论文管理模块 5
3.2.4留言管理模块 6
第4章数据库的设计实现 8
4.1 数据库设计 8
4.1.1 数据的需求分析 8
4.1.2数据结构的设计 8
4.2 数据库实施 8
第5章 详细设计和具体实现 12
5.1 详细设计 12
5.1.1 系统的设计思想 12
5.1.2 系统的结构设计 12
5.1.3 系统的整体设计 13
5.1.4 系统类的设计 13
5.1.4 用户登录、注册功能的设计 14
5.1.5 用户管理功能的设计 15
5.1.6 论文格式管理功能的设计 16
5.1.7 论文管理功能的设计 16
5.1.8 留言管理功能的设计 16
5.2系统的实现 16
5.2.1 用户登录模块的实现 17
5.2.2注册模块功能的实现 17
5.2.3用户管理功能实现 18
5.2.4论文格式管理功能的实现 19
5.2.5论文管理功能的实现 20
5.2.6留言管理功能的实现 21
第6章 系统测试 24
6.1 功能测试 24
总结 25
第1章 课
显示全部