本科毕业论文(设计)
题 目 网上交友系统的设计与实现 学生姓名 孙儒萌 专业班级 2013级信息管理与信息系统本科1班 学 号 2013057106 院 (系) 信息工程系 指导教师(职称) 李鑫(副教授) 完成时间 2017年3月20日
郑州升达经贸管理学院
本科毕业设计(论文)
题 目 网上交友系统的设计与实现 学生姓名 孙儒萌 专业班级 2013级信息管理与信息系统本科1班 学 号 2013057106 指导教师(职称) 李鑫(副教授) 完成时间 2017年3月20日
I
网上交友的系统的设计与实现
摘 要
在我们的日常生活中,人类越来越离不开对互联网的运用。其中网络交友系统几乎应用于人们工作生活中的各个方面,例如:沟通交流、文件发送、资源共享等等,给人们的通信方式带来了革命性的变革。
本交友网站基于ASP.NET,后台数据库采用了SQL Server 2012,搭配CSS布局展现出无与伦比的显示效果。本文论述了网络交友系统的设计与实现,首先介绍了系统设计的相关背景和现状,在此基础上进行了需求分析,并详细介绍了实现本系统所使用的关键技术,最后进行了系统的总体设计。系统实现部分主要包括系统模块的划分、后台数据库的设计以及系统开发工具的配置,并且详细介绍了各个功能模块的具体的实现。
通过此系统用户端主要实现了用户的注册登录、个人资料的完善、以及留言和回复等功能;同时管理员还可以实现对用户的管理和留言的删除等操作。
关键词:ASP.NET;SQL Server 2012;交友系统
I
Design and implementation of Online Dating System
ABSTRACT
In our daily life,human is increasingly inseparable from the use of the Internet. The dating system almost applied to every area of people’s working and living. such as: people communication,file transfer, the sharing of resources and so on,It has revolutionized the way people communication.
The dating site is based on ASP.NET, it’s date base uses SqlServer 2012 , with the CSS display can show unparalleled. This article discusses the design and implementation of integrity of the Internet chat room system. Firstly, this paper introduced the background and present situation, Followed by a needs analysis on this basis, then the overall design of the system is carried out and introduced in detail the key technologies used. Design of the system, including a division of the module of the system, the design of the background database, the configuration of the system development tools, and the design pattern analysis, and it also described the use of the various functional modules and the realization of the key functions in detail.
Through this system the user is mainly realized the user registration login,the improvement of personal data,as well as the message and reply function;at the same time,the administrator can also realize the user’s management and message delete function.
KEY WORDS:ASP.NET;SQL Server 2012;Dating system
II
目 录
摘 要................................................................................................. III ABSTRACT ............................................................................................. II 1 绪论 ....................................................................................................... 1
1.1 课题背景及研究意义 .......................................................................... 1
1.1.1 课题的背景 ................................................................................................... 1 1.1.2 研究的意义 ................................................................................................... 2
1.2 国内外发展现状及趋势 ...................................................................... 2
1.2.1 ASP.NET的现状及发展趋势 ........................................................................ 2 1.2.2 交友系统的现状及发展趋势 ....................................................................... 3
1.3 课题的内容及设计目标 ...................................................................... 4
1.3.1 课题的内容 ................................................................................................... 4 1.3.2 课题的设计目标 ........................................................................................... 4
2 需求分析和可行性分析 ...................................................................... 6
2.1 需求分析 .............................................................................................. 6
2.1.1 功能需求分析 ............................................................................................... 6 2.1.2 性能需求分析 ............................................................................................... 6
2.2 可行性分析 .......................................................................................... 7
2.2.1 技术可行性分析 ........................................................................................... 7 2.2.2 经济可行性分析 ........................................................................................... 7 2.2.3 社会可行性分析 ........................................................................................... 8
III