資源描述:
《asp.net網(wǎng)上選課系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)》由會員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在行業(yè)資料-天天文庫。
1、八年經(jīng)驗(yàn)專業(yè)指導(dǎo)畢業(yè)設(shè)計(jì)www.bysjzd.com需要全套設(shè)計(jì)請聯(lián)系:731767310分類號:TP315UDC:D10621-408-(2007)5987-0密級:公開編號:2003031313學(xué)位論文網(wǎng)上選課系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)論文作者姓名:申請學(xué)位專業(yè):計(jì)算機(jī)科學(xué)與技術(shù)申請學(xué)位類別:工學(xué)學(xué)士指導(dǎo)教師姓名(職稱):論文提交日期:2007年06月10日八年經(jīng)驗(yàn)專業(yè)指導(dǎo)畢業(yè)設(shè)計(jì)www.bysjzd.com需要全套設(shè)計(jì)請聯(lián)系:731767310網(wǎng)上選課系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)摘要隨著教育改革的不斷深化,建立一套能夠適
2、應(yīng)這些改變的行政管理方案也就顯得尤為重要。在高等院校的日常工作中,每個學(xué)期都要面臨學(xué)生的選課工作。以往在選課工作的各個階段都是手工操作,不但效率低下、工作繁瑣,而且容易出錯,于是開發(fā)一套適合校情的網(wǎng)上選課系統(tǒng)便成為了教務(wù)處的迫切需求。本文設(shè)計(jì)是根據(jù)部分學(xué)校的實(shí)際情況,在VisualStudio2005環(huán)境中,利用ASP.NET、SQLServer數(shù)據(jù)庫等技術(shù)開發(fā)了基于B/S模式的網(wǎng)上在線選課系統(tǒng)。在設(shè)計(jì)中完成了院系、專業(yè)、課程、教師、學(xué)生信息的管理功能及在線選課、查看選課學(xué)生、權(quán)限限制等功能。經(jīng)測試,此系
3、統(tǒng)滿足教務(wù)系統(tǒng)用戶需求,能夠促進(jìn)當(dāng)前高校教務(wù)工作的管理水平,有一定的實(shí)際應(yīng)用價(jià)值。關(guān)鍵詞:選課;SQLServer;ASP.NET;教務(wù)管理八年經(jīng)驗(yàn)專業(yè)指導(dǎo)畢業(yè)設(shè)計(jì)www.bysjzd.com需要全套設(shè)計(jì)請聯(lián)系:731767310TheDesignandImplementationofanOnlineCourse-ChoosingSystemAbstractWiththecontinuousdeepeningoftheeducationalreform,theconstructionanddevelopm
4、entofuniversitiesplayanincreasinglyimportantroletoraisetheoverallquality.Forthis,toestablishanadministrationsolutiontoadaptthesechangesisparticularlyimportant.Intheday-to-daywork,eachstudentisfacedwiththecourse-choosing.Forthepast,ineachstage,theworkhasdo
5、nenotonlyinefficient,cumbersome,butalsopronetoerror.SoanOnlineCourse-ChoosingSystemwhichissuitablefortheschoolconditionsbecomesaexigentdemand.Thisprojectisbasedonsomeuniversity’sbasicneedsanddevelopedbyVisualStudio2005andASP.NET,SQLServer.Thissystemcomple
6、tedthefunctionofdepartmentmanagement,majormanagement,coursemanagement,teachermanagement,studentmanagementandonline-course-choosingandsoon.WhentheB/Ssysteminworking,theUsersonlyneedapersonalcomputercanaccessthesiteforcompletingcourse-choosingandrelatinginf
7、ormationmanagement.Thissystemcanmeetthecurrentcollege'sneeds.Keywords:Course-Choosing;SQLServer;ASP.NET;EducationManage八年經(jīng)驗(yàn)專業(yè)指導(dǎo)畢業(yè)設(shè)計(jì)www.bysjzd.com需要全套設(shè)計(jì)請聯(lián)系:731767310目錄論文總頁數(shù):24頁1引言11.1課題背景11.2課題目標(biāo)11.3課題意義12開發(fā)平臺、相關(guān)技術(shù)的介紹22.1ASP.NET22.2SQLServer32.3C#簡介43需求分析5
8、3.1應(yīng)解決的問題53.2系統(tǒng)架構(gòu)53.3設(shè)計(jì)原則63.3.1實(shí)用性原則63.3.2可擴(kuò)展性與可維護(hù)性原則63.3.3安全可靠性原則63.3.4用戶界面設(shè)計(jì)原則63.3.5數(shù)據(jù)庫設(shè)計(jì)原則63.4中間件引用64系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn)64.1數(shù)據(jù)庫設(shè)計(jì)64.2模塊設(shè)計(jì)114.2.1登錄模塊設(shè)計(jì)114.2.2院系管理模塊設(shè)計(jì)124.2.3專業(yè)管理模塊設(shè)計(jì)134.2.4課程管理模塊設(shè)計(jì)134.2.5學(xué)生管理模塊設(shè)計(jì)144.2.6教師管理模塊設(shè)