資源描述:
《在線教育系統(tǒng)—畢業(yè)設(shè)計論文》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫。
1、在線教育系統(tǒng)摘要這是一篇基于ASP組件技術(shù)的,設(shè)計開發(fā)在線教育系統(tǒng)的論文。論文的題目是:基于ASP組件技術(shù)的在線教育系統(tǒng)的設(shè)計與開發(fā)。其中,本課題中關(guān)于在線教育系統(tǒng)的教學(xué)內(nèi)容發(fā)布、公告發(fā)布和維護(hù)、作業(yè)的管理、答疑、聊天室等模塊的設(shè)計與開發(fā)純粹使用ASP腳本語言。課程瀏覽、個人信息的修改、教師方案管理等模塊的設(shè)計與開發(fā)采用ASP組件技術(shù)。整個設(shè)計適用于Internet發(fā)布,后臺為服務(wù)器端的SQLServer數(shù)據(jù)庫。前臺使用ASP語言及其組件技術(shù)設(shè)計網(wǎng)頁。設(shè)計的重點是通過ASP組件(SchoolComponent、OnlineStore
2、、MessageBoard、Links、PageChangeNotify、EmailAFriend、ProjectProgress、EmailBlast、MailingList)的設(shè)計與開發(fā)。目的在于簡化程序中的代碼,降低程序的復(fù)雜性,增強代碼的可讀性和保密性。并實現(xiàn)了將這些封裝后的代碼被多個應(yīng)用程序同時使用的功能。另外,組件的使用也實現(xiàn)了某些用ASP腳本無法實現(xiàn)的功能關(guān)鍵字:在線教育,數(shù)據(jù)庫,ASP組件,答疑AbstractThisisonebasedontheASPmoduletechnology,Designdevelopme
3、ntonlineeducationsystempaper.AmongthemInthistopicaboutonlineeducationsystemcoursecontentissue,Theannouncementissuesandthemaintenance,Workmanagement,Q/A,Chatroom,addressbookandsoon。ThemoduledesignandthedevelopmentusestheASPscriptlanguagepurely。Thecurriculumglancesover,i
4、ndividualmoduleandsooninformationrevision,onlinetest,friendshiplink,messagecenter,teacherplanmanagementdesignsandthedevelopmentusestheASPmoduletechnology.TheentiredesignissuitableinInternetissued,ThebackstageisserverendSQLtheServerdatabase.TheonstageusestheASPlanguagea
5、ndthemoduletechnicaldesignhomepage.ThedesignkeypointpassestheASPmodule(SchoolComponent、OnlineStore、MessageBoard、Links、PageChangeNotify、EmailAFriend、ProjectProgress、EmailBlast、MailingList)Designanddevelopment。Thegoalliesinthesimplificationprocedurethecode,Reducestheproc
6、edurethecomplexity,Enhancementcodereadabilityandsecrecy,Afterandhasrealizedthesesealcodethefunctionwhichissimultaneouslyusedbymanyapplicationprocedure.Inaddition。Moreover,ThemoduleusehasalsorealizedcertainthefunctionwhichisunablewiththeASPscripttorealizeKeywords:Online
7、education,Database,ASPmodule,Q/A目錄第一章選題的意義………………………………………………………………1第一節(jié)Internet的發(fā)展…………………………………………………………1第二節(jié)當(dāng)今社會Internet的作用……………………………………………2第三節(jié)在線教育的意義………………………………………………………2第二章開發(fā)工具的選擇及開發(fā)的軟硬件環(huán)境……………………………………3第一節(jié)開發(fā)環(huán)境………………………………………………………………3第二節(jié)前臺開發(fā)工具的選擇…………………………………………………
8、4第三節(jié)后臺開發(fā)工具的選擇…………………………………………………5第三章系統(tǒng)設(shè)計…………………………………………………………………7第一節(jié)目標(biāo)設(shè)計……………………………………………………………7第二節(jié)設(shè)計思想…………………………………