資源描述:
《網(wǎng)吧計費管理系統(tǒng) 畢業(yè)論文1》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在學術(shù)論文-天天文庫。
1、摘要網(wǎng)吧計費管理系統(tǒng)是典型的信息管理系統(tǒng)(MIS),其開發(fā)主要包括后臺數(shù)據(jù)庫的建立和維護以及前端應(yīng)用程序的開發(fā)兩個方面。對于前者要求建立起數(shù)據(jù)一致性和完整性強、數(shù)據(jù)安全性好的庫。而對于后者則要求應(yīng)用程序功能完備,易使用等特點。本系統(tǒng)主要完成對網(wǎng)吧計費信息的管理,包括添加、修改、刪除,查詢,打印信息以用戶管理等六個方面。系統(tǒng)可以完成對各類信息的瀏覽、查詢、添加、刪除、修改等功能。系統(tǒng)的核心是添加、修改和刪除三者之間的聯(lián)系,每一個表的修改都將聯(lián)動的影響其它的表,當完成添加或刪除操作時系統(tǒng)會自動地完成合同信息的修改。查詢功能也是系統(tǒng)的核心之一。此外,系統(tǒng)有完整的用戶添加、刪除和密碼修改功能,并具備報
2、表打印功能。本論文包括需求分析、系統(tǒng)功能、系統(tǒng)設(shè)計、程序設(shè)計、系統(tǒng)測試及存在問題等方面,較為系統(tǒng)地介紹了“網(wǎng)吧計費管理系統(tǒng)”課題開發(fā)的整個過程。關(guān)鍵詞:網(wǎng)吧計費,數(shù)據(jù)庫,管理系統(tǒng)ABSTRACTNetBarTimeFeeManagementSystemisatypicalapplicationofmanaginginformationsystem(knowasMIS),whichmainlyincludesdevelopingtheapplicationinterfaceoffront-endandbuildingupandmaintainingthedatabaseofback-end.Th
3、eformershouldmakethefunctionofapplicationintegratedandtheusageiseasy,thelatterrequiredadatabasewithpowerfulconsistencyandintegrality,andnicesecurity.Thissystemmainlycompletesthemanagementtonetbar’sinformation;includesixaspectssuchasadding,modifying,deleting,searching,printinginformationandthecustome
4、rmanagement.Thesystemcancompletetobrowse,search,add,delete,modifyetc.toeachkindofthefunctionofinformation.Thecoreofthesystemisthecontactofincrease,modificationanddelete,themodificationsofeachformwillaffecttootherforms,thesystemwillcompletethemodificationofcontractofitselfwhilebeingtocompletetoincrea
5、seordeletetheoperation.Inquiringaboutthefunctionofsearchingalsoistheoneofthesystematicnucleus.Thesystemcontainstheintegrityfunctionofusersincrease,deleteandtheciphermodification,andthereportformtoprint.Thisthesisincludesrequirementanalysis,systemfunction,systemsdesign,programmingandthesystemtestsand
6、existstheaspectssuchasquestionetc,andcomparativelysystematicallyintroducedthewholecourseof"NetBarTimeFeeManagementSystem"subjectdevelopment.Keyword:NetBarTimeFeeDatabaseMIS目錄1.緒論………………………………………………………………………………11.1論文研究主要內(nèi)容21.2國內(nèi)外現(xiàn)狀22.關(guān)鍵技術(shù)介紹42.1 關(guān)鍵性開發(fā)技術(shù)的介紹42.1.1 SQLServer數(shù)據(jù)庫介紹52.1.2 VB概述62.1.3ADO對象72.1
7、.4SQL語言82.2搭建環(huán)境93.系統(tǒng)概述與需求分析104.詳細分析設(shè)計134.1系統(tǒng)功能設(shè)計134.2模型流程圖144.3模型業(yè)務(wù)流程圖164.4數(shù)據(jù)流圖174.5數(shù)據(jù)字典174.6系統(tǒng)E-R圖194.7數(shù)據(jù)庫設(shè)計205.系統(tǒng)的實現(xiàn)255.1登錄模塊實現(xiàn)255.2系統(tǒng)管理功能實現(xiàn)265.3信息管理實現(xiàn)285.4查詢信息實現(xiàn)295.5操作功能305.6系統(tǒng)幫助326.系統(tǒng)的運行與維護346.1系