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