資源描述:
《《基于web的選課系統(tǒng)》畢業(yè)設(shè)計(jì)》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫。
1、目錄摘要本論文主要論述的是基于WEB的選課系統(tǒng)的系統(tǒng)維護(hù)模塊的設(shè)計(jì)與實(shí)現(xiàn)。設(shè)計(jì)本系統(tǒng)的目的是對(duì)選課信息進(jìn)行管理。學(xué)生選課系統(tǒng)維護(hù)模塊主要完成的是系統(tǒng)管理與維護(hù)功能。課題研究過程中,首先對(duì)系統(tǒng)管理模塊進(jìn)行了詳盡的需求分析,經(jīng)分析得到系統(tǒng)管理模塊主要完成如下的功能:用戶基本信息、選課信息的錄入,查看,修改,刪除等,同時(shí)還具有查詢各個(gè)模塊的功能,數(shù)據(jù)備份,數(shù)據(jù)還原,注銷等功能。系統(tǒng)管理模塊是整個(gè)系統(tǒng)的指揮中心,保證整個(gè)系統(tǒng)在校園網(wǎng)上安全有效地運(yùn)作。之后根據(jù)需求提出了系統(tǒng)管理模塊的總體設(shè)計(jì)方案,并據(jù)此進(jìn)行了詳細(xì)設(shè)計(jì)和編碼實(shí)現(xiàn)。系統(tǒng)使用B/S結(jié)構(gòu)設(shè)計(jì)和開發(fā),系統(tǒng)的編
2、碼實(shí)現(xiàn)基于VS.NET平臺(tái),使用ASP.NET作為開發(fā)語言,SQLServer2000作為數(shù)據(jù)庫。代碼中通過使用進(jìn)程中的Session、盡量使用存儲(chǔ)過程和盡量減少數(shù)據(jù)庫連接的打開時(shí)間等手段來提高性能。論文中對(duì)課題的設(shè)計(jì)和開發(fā)進(jìn)行了完整地論述。系統(tǒng)開發(fā)完成后,對(duì)課題要求的功能設(shè)計(jì)出測(cè)試用例,進(jìn)行功能測(cè)試,測(cè)試結(jié)果證明學(xué)生選課系統(tǒng)的維護(hù)模塊實(shí)現(xiàn)了對(duì)該模塊的功能需求,完成了課題的主要任務(wù)。關(guān)鍵詞:選課系統(tǒng),系統(tǒng)管理,ASP.NETIV第一章緒論AbstractThetopicismainlytocommentdesignmentandimplementation
3、ofthemaintenancemoduleoftheWeb-basedCourseSelectionSystem.ThepurposeofCourseSelectionSystemistomanagethecourseselectioninformationoncomputer.Researchprocess,thefirstsystemmanagementmoduleforadetailedneedsanalysis.Uponanalysisofsystemmanagementmoduletobecompletedthefollowingfunctio
4、ns:basicuserinformationintheCourseSelectionlogginginformation,thefollowingchanges.delete,inquiryalsohasthefunctionofeachmodule,backupdata,restoredata,thewrite-offandotherfunctions.Theentiresystemisthecommandmodulemanagementsystemtoensurethattheentirecampusnetworksafeandeffectivetr
5、ansportsystemtodo.Afterademandmanagementmoduledesignprogram,andthusachieveadetaileddesignandcoding.ThesystemusetheStructureofB/S,usingVS.NETasthedevelopmentlanguageandSQLServer2000asdatabase.Sessioncodethroughtheuseoftheprocess.Makefulluseoftheprocessandminimizestoragetimeopendata
6、baseconnectivitytoimproveperformance.Thedesignanddevelopmentofathesistopicforacompleteexposition.Systemdevelopmentiscompleted,subjecttotherequirementsofthefunctionaltestcasedesignandthefunctionality,Testresultsshowthatthesystemtosafeguardoptionalmoduleofthefunctionalrequirementsof
7、thismodule,andcompletethemaintask.Keywords:courseselectionsystem,managementmodules,ASP.NETIV目錄目錄摘要IABSTRACTII目錄III第一章緒論11.1課題背景11.2關(guān)鍵技術(shù)介紹11.2.1ASP.NET簡(jiǎn)介11.2.2SQLServer31.2.3ADO.NET簡(jiǎn)介31.2.4HTML41.2.5Script51.3課題主要工作5第二章需求分析72.1可行性分析72.1.1網(wǎng)上選課系統(tǒng)的產(chǎn)生和可行性分析72.2功能分析8第三章系統(tǒng)的設(shè)計(jì)103.1總體設(shè)計(jì)103
8、.2功能的詳細(xì)設(shè)計(jì)103.3數(shù)據(jù)庫設(shè)計(jì)11第四章系統(tǒng)實(shí)現(xiàn)與驗(yàn)證16