资源描述:
《Java在线交友平台》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、参考论文在线交友平台摘要随着网络的快速发展,越来越多的人加入到互联网大军当中,人也想通过互联网结识更多的朋友。但现有的交友平台大多以婚恋为主题,并不适合所有人,所以需要发展一种新的,适合的交友平台,开发一套交友的网络平台系统很有必要。在这个系统中我综合应用了MySQL、Java、JSP等知识。网页界面的结构设计以实用性出发,具有易于操作、简洁、方便等特点。在设计中,首先,运用HTML语言对网站的静态页面进行精细的加工并且在网站的美工方面取得了良好的效果。其次,对于Java编程、JSP的动态编程以及MySQL数据库进行努力学习和大量
2、实践,并运用到了网站的建设中。本论文就交友网站进行了详细全面的论述。访问本系统的用户分为会员和管理员二个角色,二个角色共有十几个功能的实现。系统中会员的主要功能有:浏览会员信息,在线注册、添加好友、查看图片。系统中的管理员的主要功能有:管理系统会员信息管理、日记管理、相册管理、音乐管理、视频管理、留言管理等信息。关键字交友网、JSP、MySQL、MyMyeclipseII参考论文AbstractWiththerapiddevelopmentoftheInternet,moreandmorepeopletojointhearmyof
3、theInternet,peoplewanttoknowmorefriendsthroughtheinternet.Buttheexistingnetworkingplatformmostlywithloveandmarriageasthetheme,isnotsuitableforallpeople,theyneedtodevelopanew,suitablefordatingplatform,itisnecessarytodevelopasetofnetworkplatformsystemtomakefriends.Inthi
4、ssystemtheintegratedapplicationofMySQL,Java,JSPknowledge.Structuredesignofwebpageinterfacetopracticality,hasthecharacteristicsofeasyoperation,simple,convenient.Inthedesign,firstofall,hasobtainedthegoodeffectofartusingthestaticpageHTMLlanguageonthewebsiteofthefineproce
5、ssingandinsite.Secondly,tolearnandpracticealotforthedynamicprogramming,JSPJavaprogrammingandMySQLdatabase,andappliedtotheconstructionofthesite.Thisthesisisadatingsiteindetail.Accesstothesystemuserisdividedintomembersandadministratorstworoles,therealizationofthetworole
6、saremorethanadozenfunction.Themainfunctionofthesystemofmembershipare:visitthemembershipinformation,onlineregistration,addfriends,viewpictures.Themainfunctionofthesystemadministratormanagementsystem:thememberinformationmanagement,diarymanagement,photoalbummanagement,mu
7、sicmanagement,videomanagement,messagemanagementinformation.KeyWordsFriendsnetwork,JSP,MySQL,MyMyeclipseII参考论文目录摘要IAbstractII绪论11系统概述与技术介绍21.1B/S结构介绍21.2MySQL数据库21.3MyMyeclipse介绍31.4JavaScrip语言31.5JSP技术41.6MVC模式62系统需求分析92.1开发环境92.2需求分析92.3可行性分析93系统概要设计113.1系统设计概述113.2系
8、统用例图123.3系统流程图133.4系统功能分析143.4.1前台功能143.4.2后台功能164数据库设计与实现174.1数据库结构设计174.1.1表概要说明174.1.2数据表的结构174.1.3系统e-r图215系统的实现285.1前台会