基于JavaWeb的校友录同学录管理系统设计与实现 毕业论文+开题报告+外文翻译及原文+项目源码及数据库文件
基于JavaEE的校友录管理系统[摘要] 随着社会和经济的飞速发展,人们的生活节奏越来越快,生活压力也随着增加。为了提高自己的生活质量和水平,人们把自己越来越多的时间投入到工作之上。用来有的人甚至连家庭都顾忌不上,更别说去跟以前的老同学联系。通过校友录这种网络联系方式,可以加强很多因毕业而分离的同学们之间的联系,互相嘘寒问暖,了解各自的近况,增进互相之间的感情。通过校友录,人们可以对自己的当前信息进行管理,实时更新自己的信息,让大家都能够了解到自己的信息,方便大家的联系。本篇文章主要对系统的设计以及实现的过程进行了阐述。主要介绍了课题的来源和背景。还有相关的技术和开发工具。主要进行了可行性分析、需求分析。主要进行了总体设计。主要进行了系统的数据库设计。主要进行了详细的设计和具体的实现。最后主要对系统进行了测试。本系统操作简单、方便,可以提供相当大的便利。[关键词] 校友录 管理系统 JAVA B/SAlumni address book management system based on JavaEE[Abstract] With the rapid development of society and economy, people's pace of life is faster and faster, and the pressure of life is increasing. In order to improve the quality of life and the level of their own, people put more and more time to work. Used to some people do not even have to worry about the family, let alone to contact with the previous old classmates.Through the alumni the network contact can strengthen links between many separated by the graduate students, care about each other, understand their situation, enhance mutual feelings. Through alumni records, people can manage their current information, real-time update their information, so that everyone can understand their own information, to facilitate the link.This paper mainly describes the design and implementation of the system. This paper mainly introduces the source and background of the project. There are related technologies and development tools. Mainly carries on the feasibility analysis, the demand analysis. Mainly carried out the overall design. The database design of the system is mainly carried out. The detailed design and implementation are mainly carried out. Finally, the system is tested. The system is simple and convenient, and can provide considerable convenience.[Keywords] Alumni management system B/S JAVA目 录第1章 系统背景 11.1开发背景和意义 11.1.1 课题的来源 11.1.2 11.2 国内外发展状况 11.2.1 国内发展状况 11.2.2 国外发展状况 2第2章 主要开发工具和技术 32.1 开发技术 32.1.1 MVC技术简介 32.1.2 B/S体系结构 32.2 开发工具 42.2.1 Mysql数据库 42.2.2 MyEclipse开发平台 4第3章 系统需求分析 63.1 背景说明 63.2 可行性分析 63.3 系统功能需求分析 63.4 运行环境需求 7第4章 系统总体设计 84.1总体设计概述 84.2系统功能总体设计 84.2.1超级管理员功能模块 84.2.2班级管理员功能模块 94.2.3学生功能模块 94.3系统功能模块结构图 9第5章 系统数据库设计 115.1数据库概要 115.2 数据库物理表的设计 145.3 本系统采用的数据库连接技术简介 16第6章 程序设计 186.1系统超级管理员功能的设计与实现 186.1.1 帐号管理功能的设计与实现 186.1.2班级管理功能的设计与实现 206.1.3网站信息管理功能的设计与实现 216.2班级管理员功能模块的设计与实现 246.2.1帐号管理功能的设计与实现 246.2.2班级信息管理功能的设计与实现 256.2用户功能模块的设计与实现 276.3.1个人信息管理功能的设计与实现 276.3.2通讯录管理功能的设计与实现 286.3.3消息管理功能的设计与实现 29谢 辞 31参考文献 32附 录 33