武汉科技大学本科生毕业论文I为了更好的帮助同学们学习,此毕业文档还包含全部的源文件和源代码文件,有需要的同学请进本作者的百度空间!摘要随着互联网日益深入社会生活,论坛是目前Internet上最流行、最时尚的应用,它代表着网络时代的个人“读者文摘”,是以超链接为介质的网络日志。更简明的定义,就是一种简便的网站内容管理系统,其内容有时效性,可通过评论等形式实现作者与读者的交流,同时提供有符合标准的内容摘要。论坛作为一种新的生活方式、新的工作方式和新的学习方式已经被越来越多的人所接受,并且正在改变着传统的网络和社会结构。论坛正在影响和改变着我们的生活。该系统设计完成了两大功能模块,即:管理员模块和会员模块。该系统以Internet为平台,前台可使任何人注册、登陆在论坛上进行发贴及讨论,版主或者前台管理者也可以进行一部分管理。而管理员也可以在后台进行相关的管理。本系统的前台开发工具是MicrosoftVisualStudio2008;后台数据库选用的是MicrosoftSQLServer2005。关键字:论坛系统;MicrosoftVisualStudio2008;MicrosoftSQLServer2005武汉科技大学本科生毕业论文IIAbstractWiththedevelopmentofourlife,websiteisincreasedrapidlyintheInternet.BBSisthemostpopularwebsiteontheInternet,theapplicationofthemostfashionable,anditrepresentsthenetworkeraofpersonalreader'sdigest,whichisbasedonhyperlinkweblogsofthemediumandaddedmoreconcisedefinition.Itisasimplecontentmanagementsystem,itscontenthastimeliness,italsocanrealizetheauthorandthereaders’concernsthroughtheotherpeoples’commentsandotherformsofcommunicationatthesametime.Soitprovidesastandardcontentinthispaper.BBSasanewwayoflife,ithasbeenacceptedbymoreandmorepeople,anditischangedthetraditionalnetworkandsocialstructure.BBSisinfluencingandchangingourlife.Thesystemdesignhascompletedtwomajorfunctionalmodules,namely:theadministratormoduleandmembermodule.AsaplatformforthesystemintheInternet,thefrontdeskcanmakeanyoneregister,landinapostingonBBS,discussthemoderatororintheoffice.Managercanalsobepartofthemanagement.Theadministratoralsocanberelatedtothemanagementinthebackground.TheforegroundofthissystemdevelopmenttoolisMicrosoftVisualStudio2008,andtheBackgrounddatabaseofchoiceisMicrosoftSQLServer2005.Keywords:OnlineBBSsystem;MicrosoftVisualStudio2008;MicrosoftSQLServer2005武汉科技大学本科生毕业论文III目录绪论...............................................................................................................11计算机论坛的调查及初步分析.............................................................21.1计算机论坛的开发背景.....................................................................21.1.1项目背景.....................................................................................21.1.2项目的选题意义.........................................................................21.2关于开发工具的描述........................................................................31.3计算机论坛的需求分析....................................................................61.3.1需要解决的问题.........................................................................61.3.2系统目标......................................................................................62系统分析.................................................................................................72.1系统的功能分析................................................................................72.2系统的用况图....................................................................................73系统设计.................................................................................................83.1功能设计............................................................................................83.1.1登录注册模块.............................................................................83.1.2用户发帖模块..............................................................................93.1.3用户回帖模块..............................................................................93.1.4浏览帖子模块..............................................................................93.1.5管理员信息模块..........................................................................93.1.6用户搜索模块..............................................................................93.2业务流程图.........................................................................................9武汉科技大学本科生毕业论文IV3.3数据库设计.......................................................................................103.3.1数据库概念设计.......................................................................103.3.2数据库概要设计.......................................................................103.3.3数据库物理设计.......................................................................103.4代码设计..........................................................................................123.4.1会员注册...................................................................................103.4.2会员登入...................................................................................133.4.3会员发帖...................................................................................143.4.4会员查找...................................................................................154系统实现...............................................................................................174.1用户注册登入..................................................................................174.2注册用户发帖..................................................................................184.3注册用户浏览帖子..........................................................................194.4注册用户回帖..................................................................................204.5管理会员信息.......................................................