資源描述:
《畢業(yè)設(shè)計(jì)(論文)-asp具有身份識(shí)別的網(wǎng)上投票系統(tǒng)的設(shè)計(jì)》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫(kù)。
1、具有身份識(shí)別的網(wǎng)上投票系統(tǒng)的設(shè)計(jì)摘要隨著網(wǎng)絡(luò)技術(shù)的迅速發(fā)展,傳統(tǒng)的投票方式已經(jīng)不能滿足人們的需要。而網(wǎng)上投票系統(tǒng)除了能夠完成傳統(tǒng)的功能之外,更具有時(shí)效高和范圍廣的優(yōu)點(diǎn),更符合現(xiàn)代社會(huì)的需要。具有動(dòng)態(tài)口令認(rèn)證機(jī)制的網(wǎng)上投票系統(tǒng)的設(shè)計(jì)是采用ASP和SQLServer2000技術(shù)開發(fā)的簡(jiǎn)易投票系統(tǒng),并在用戶登陸過程中設(shè)置動(dòng)態(tài)驗(yàn)證碼,提高系統(tǒng)的安全性。它實(shí)現(xiàn)了以下功能:投票、結(jié)果查看、增加、刪除及搜索投票等。本論文首先介紹了網(wǎng)上投票系統(tǒng)的概念及和適用范圍。在系統(tǒng)開發(fā)環(huán)境中主要對(duì)ASP、SQL和動(dòng)態(tài)口令認(rèn)證機(jī)制的基本概念作了詳盡
2、的介紹。接著通過E-R圖說明數(shù)據(jù)庫(kù)的搭建和數(shù)據(jù)庫(kù)的設(shè)計(jì)。然后介紹了本系統(tǒng)的總體設(shè)計(jì),包括:系統(tǒng)結(jié)構(gòu)和總體功能設(shè)計(jì)。論文以功能模塊圖的形式說明了功能的設(shè)計(jì)并給出了部分核心代碼及主要功能界面圖。關(guān)鍵詞:網(wǎng)上投票系統(tǒng);ASP;SQL;動(dòng)態(tài)驗(yàn)證碼Thedesignoftheon-linevotesystemwiththedynamicpasswordauthenticationschemeAbstractWiththerapiddevelopmentofnetwork,thetraditionalvotemethodhasal
3、readycan'tsatisfiedpeople'sdemanded.Butinadditiontocompletingtraditionalfunction,"theon-linevotesystem"hastimelimitedefficacymorehighandthescopewideadvantage,meetthedemandofmodernsocietymore.Thedesignoftheon-linevotesystemwiththedynamicpasswordauthenticationsche
4、meisasimplevotesystemhavedevelopedbyASPandSQLServer2000technique,andestablishedadynamicverifiablecodeintheprocessofthecustomerloginthesystem,enhancedsystem’ssecurity.Itcanbeeffectiveimplementthefunctionofvoting,examining,adding,deletingandsearchingvotes.Tostartw
5、ith,thisthesisintroducesthebasicconceptandtheappliancescopeoftheon-linevotesystem.Afterthat,thethesismakedetailedintroductiontothebasicconceptoftheASP,theSQLandthedynamicpasswordauthenticationschemeinthepartofthedevelopmentenvironmentofthesystem.Thenitelucidates
6、thecreationofthedatabasebytheE-Rdiagramandthedesignofthedatabase.Introducedthetotaldesignofthissystemimmediatelyafter,include:thesystemstructuredesignsandthetotalfunctiondesign.Withtheformofthefunctiondiagram,thesisexplainedthedesignoffunction,showedcorecodeandt
7、hesystemcirculateinterfaceofthemainfunction.Keywords:Theon-linevotesystem;ASP;SQL;Thedynamicverifiablecode目錄論文總頁(yè)數(shù):20頁(yè)1引言11.1網(wǎng)上投票系統(tǒng)的概念11.2網(wǎng)上投票系統(tǒng)概念的提出11.3網(wǎng)上投票系統(tǒng)的適用范圍11.3.1什么樣的主題適合做網(wǎng)上投票11.3.2網(wǎng)上投票樣本的合理性21.3.3網(wǎng)上投票的程序與方法22系統(tǒng)體系開發(fā)環(huán)境22.1系統(tǒng)的硬件環(huán)境22.2技術(shù)上配合32.3ASP簡(jiǎn)介32.4SQL簡(jiǎn)介
8、42.5動(dòng)態(tài)口令認(rèn)證技術(shù)62.5.1驗(yàn)證碼起源62.5.2驗(yàn)證碼實(shí)現(xiàn)流程62.5.3網(wǎng)上投票系統(tǒng)中的驗(yàn)證碼的作用73數(shù)據(jù)庫(kù)的搭建73.1E-R圖73.2數(shù)據(jù)庫(kù)的設(shè)計(jì)83.2.1用戶信息83.2.2投票信息93.2.3投票選項(xiàng)93.2.4管理員信息104系統(tǒng)詳細(xì)設(shè)計(jì)104.1具有動(dòng)態(tài)口令認(rèn)證機(jī)制的網(wǎng)上投票系統(tǒng)的結(jié)構(gòu)104.2系統(tǒng)詳細(xì)