{$cfg_webname}
主页 > 计算机 > Javaweb >

交友网站系统的设计与实现(JSP,MySQL)(含录像)

来源:56doc.com  资料编号:5D11142 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D11142
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

交友网站系统的设计与实现(JSP,MySQL)(含录像)(开题报告,毕业论文12700字,程序代码,MySQL数据库)
摘  要
随着中国老龄化的加快,越来越多的人进入了退休后的晚年生活,人这一群体也加入到互联网大军当中,人也想通过互联网结识更多的朋友。但现有的交友平台只是照顾到青年群体,大多以婚恋为主题,并不适合群体,所以,需要发展一种新的,适合人的交友平台,所以需要开发一套适合人交友的网络平台系统。
在这个系统中我综合应用了MySQL、Servlet、JSP等知识。网页界面的结构设计以实用性出发,具有易于操作、简洁、方便等特点。在设计中,首先,运用HTML语言对网站的静态页面进行精细的加工并且在网站的美工方面取得了良好的效果。其次,对于Java编程、JSP的动态编程以及MySQL数据库进行努力学习和大量实践,并运用到了网站的建设中。
本论文就此人交友网站进行了详细全面的论述。访问本系统的用户分为游客、会员和管理员两种角色,3个角色共有十几个功能的实现。系统中游客的主要功能有:浏览会员信息,在线注册会员主要功能有:添加好友、共享图片。系统中的管理员的主要功能有:管理系统基本信息、回复用户留言信息。

关键字  交友网、JSP、MySQL、MyEclipse

Abstract
With the speeding up of China's aging, more and more people into the retirement of old age, the elderly groups also joined the Internet army, old people also want to know more friends through the internet. But the existing platform to make friends just to take care of the youth groups, mostly with love and marriage as the theme, is not suitable for the elderly, so, need to develop a new, suitable for the elderly friends platform, developed a set of suitable for the elderly friends network platform system so I need。
In this system the integrated application of MySQL, Servlet, JSP knowledge. Structure design of webpage interface to practicality, has the characteristics of easy operation, simple, convenient. In the design, first of all, has obtained the good effect of art using the static page HTML language on the website of the fine processing and in site. Secondly, to learn and practice a lot for the dynamic programming, JSP Java programming and MySQL database, and applied to the construction of the site。
In this paper the elderly dating site in detail. Users to access the system is divided into two kinds of roles of tourists, members and administrators, the realization of the 3 character has dozens of functions. The main functions of the system, visitors are: browse member information, online registration function members are: add friends, share pictures. The main function of the system administrator : user message, reply basic information management system。

Key Words  Friends network, JSP, MySQL, MyEclipse

系统前台
它可以分为三个大块功能,分别为:信息浏览,好友管理和照片管理模块。
信息浏览模块:浏览网站上已注册的会员信息。
好友添加模块:添加注册会员成为自己的好友。
照片上传模块:注册会员可以上传图片共享给好友

系统后台功能
2) 这就是本网站后台台的功能框图(如图3-6所示)。后台的所有模块的功能分析:
会员信息管理模块:对注册的会员进行管理,包括会员信息浏览、删除等。
照片信息管理模块:对会员上传的照片进行管理,包括照片信息的浏览、删除等。
友情链接管理模块:对网站的友情链接信息进行管理,包括添加、删除等。
留言板回复模块:对会员在前台提交的留言信息进行回复。
修改个人密码:管理员登录系统,可以修改自己的登录密码。
 

交友网站系统的设计与实现(JSP,MySQL)
交友网站系统的设计与实现(JSP,MySQL)
交友网站系统的设计与实现(JSP,MySQL)
交友网站系统的设计与实现(JSP,MySQL)


目  录
摘  要    I
Abstract    II
绪  论    1
1  系统概述与技术介绍    2
1.1  B/S结构介绍    2
1.2  MySQL数据库    2
1.3  MyEclipse介绍    2
1.4  JavaScrip语言    3
1.5  JSP技术    3
1.6  MVC模式    5
2  系统需求分析    8
2.1  开发环境    8
2.2  需求分析    8
2.3  可行性分析    8
3  系统概要设计    10
3.1  系统设计概述    10
3.2  系统用例图    11
3.3  系统流程图    12
3.4  系统功能分析    13
4  数据库设计与实现    15
4.1  数据库结构设计    15
4.1.1  表概要说明    15
4.1.2  数据表的结构    15
5  系统的实现    19
5.1  前台首页设计    19
5.2  网站导航设计    20
5.3  信息显示模块    20
5.4  照片信息管理    21
5.5  后台登录页面    23
5.6  会员信息管理    26
5.7  友情链接管理    27
5.8 留言信息回复    29
5.9 退出后台管理    30
6  系统测试    31
6.1  测试方法    31
6.2  系统测试结果    31
总 结    33
参考文献    34

推荐资料