欢迎来到天天文库
浏览记录
ID:14853282
大小:398.00 KB
页数:25页
时间:2018-07-30
《毕业论文——BBS系统开发与账户安全保护的实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、BBS系统开发与账户安全保护的实现摘要BBS的英文名称是BulletinBoardSystem,翻译为中文就是“电子公告板”。BBS在上世纪九十年代进入中国,并迅速普及。本设计的目的是用ASP和SQL开发一个简易的BBS系统,并实现账户安全保护。此外,BBS系统有操作简单、界面友好的特点,并具有广泛的应用前景。BBS系统开发主要讲述了系统设计的基本功能和方法。接着以BBS系统为例,逐一介绍开发的步骤:系统分析、系统设计、系统实现。在系统分析中先后用数据流程图、系统的功能结构图分析了BBS系统所需的各种数据。在BBS系统的设计中,详细的展现了系统的各个功能模块,所需的数据库表及表字段,
2、菜单的设计等,并通过运用MD5函数,实现用户账户的安全保护。在BBS系统的实现中,取得了系统预期的成果,基本使各个模块的功能得以实现,并给出了模块实现的核心代码和主要的界面设计。关键词:BBS系统;ASP;SQL;账户安全DevelopmentofBBSSystemandImplementationofAccountSecurityProtectionAbstractBBS’sEnglishnameisBulletinBoardSystem.In90'softhelastcenturyBBSentersChinaandbecomespopular.Aimofthisdesignist
3、odevelopasimplesystemofBBSbasedonAspandSQL,andtheimplementationofaccountSecurityProtection.Furthermore,BBSsystemisgoodforeasyoperationandfriendlyinterface,ithascomprehensiveapplicationforeground.DevelopmentofBBSSystemmainlynarratesbasicfunctionandmethodforSystemDesign.Thentakethissystemasanexam
4、ple,recommenddevelopingthestepofthissystemonebyone:systemanalysis,systemdesign,andsystemrealization.SuccessivelyusedthedatastreamchartthesystemfunctionstructuredrawinginthesystemanalysistoanalyzeeachkindofdatawhichtheBBSsystemneeded.Inthedesignofthesystem,detailedeachfunctionmodulewhichhasrepre
5、sentedthesystem,necessarydatabaseformandfield,designofthemenu,andimplementationofuser'saccountsecurityprotectionbyusingMD5function.Intherealizationofthesystem,Igotanticipatedachievement,realizedeachmodule’sbasicfunction,andshowedthemodulesrealizationcorecodeandthemainGUIdesign.Keywords:BBSsyste
6、m;ASP;SQL;Accountsecurity目录论文总页数:21页1引言11.1BBS概念与发展背景11.2BBS系统的应用12BBS理论基础12.1BBS相关理论基础12.2BBS开发运行环境23系统功能需求分析33.1BBS系统的综合要求33.1.1系统功能要求33.1.2系统的数据要求33.2数据库E-R图34系统概要设计44.1模块的划分与功能设计44.2数据库结构的设计55系统详细设计75.1论坛首页模块75.1.1功能描述75.1.2界面设计75.1.3工作流程及代码设计85.2新用户注册模块85.2.1功能描述85.2.2界面设计95.2.3工作流程及代码设计95
7、.3会员登陆模块105.3.1功能描述105.3.2界面设计115.3.3工作流程及代码设计115.4用户资料修改模块125.4.1功能描述125.4.2界面设计125.4.3工作流程及代码设计125.5发帖模块135.5.1功能描述135.5.2界面设计135.5.3工作流程及代码设计135.6留言模块145.6.1功能描述145.6.2界面设计155.6.3工作流程及代码设计155.7账户安全保护的实现165.7.1系统安全描述165.7.2md5算法
此文档下载收益归作者所有