資源描述:
《班級網(wǎng)站的設(shè)計與實現(xiàn) 畢業(yè)論文》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫。
1、深圳技師學(xué)院畢業(yè)設(shè)計(論文)題目班級網(wǎng)站系(院)電子信息系專業(yè)軟件技術(shù)年級09軟件G5學(xué)生姓名學(xué)號200900518指導(dǎo)老師2013年12月【摘要】:本文主要介紹通過管理員維護基礎(chǔ)信息,維護使用系統(tǒng)角色。實現(xiàn)了班級信息的交流和發(fā)布,班級網(wǎng)站是一個班級和外界交流的窗口,也是本班同學(xué)相互交流的平臺。隨著Internet的飛速發(fā)展與進步,及時的信息交流是非常必要的。為了加強師生間、學(xué)校和學(xué)生及時的信息交流與溝通,班級網(wǎng)站的出現(xiàn)實現(xiàn)了這一交流平臺。管理員通過后臺登錄,可發(fā)布重要的班級信息新聞等消息;學(xué)生能在主頁查看最新的班級信息,也可以通過注冊登錄在留言板塊進行留言,擁有評論他人留言的
2、權(quán)限。實現(xiàn)了學(xué)生之間的信息交流。本網(wǎng)站采用ASP.NET技術(shù)作為創(chuàng)建應(yīng)用程序的方式,以C#作為編程語言,采用SQLServer數(shù)據(jù)庫作為后臺數(shù)據(jù)庫。它是基于Browser/Server結(jié)構(gòu)下形成的數(shù)據(jù)驅(qū)動的Web應(yīng)用程序。關(guān)鍵詞:C#;VisualStudio2010;SQLServer;ASP.NET;Ajax;班級網(wǎng)站[Abstract]:Thispaperdescribesthebasisoftheinformationthroughthemaintenancemanager,maintenanceandusesystemroles.Classimplementsthee
3、xchangeofinformationandpublishing,classwebsiteisawindowclassandtheoutsideworld,butalsoaplatformformutualexchangebumbanstudents.WiththerapiddevelopmentandprogressoftheInternet,andtimelyexchangeofinformationisessential.Inordertostrengthenbetweenteachersandstudents,schoolandstudentinformationex
4、changeandcommunication,appearstimelyimplementationofthisclasswebsiteplatform.Manageadministratorscanpublishnewsandotherimportantclassinformationmessages;classstudentscanviewthelatestinformationonthehomepage,youcanalsoleaveamessageinthemessagecarriedRegisterLoginplates,othershavepermissiontoc
5、ommentmessage.Achievetheexchangeofinformationbetweenstudents.ThissiteusesASP.NETtechnologyasawaytocreateapplicationstoC#asaprogramminglanguage,usingtheSQLServerdatabaseasthebackenddatabase.ItisbasedonthedataundertheBrowser/ServerstructureformationdrivenWebapplications.Keywords:C#;VisualStudi
6、o2010;SQLServer;ASP.NET;Ajax;Classwebsite第1頁目錄1、緒論11.1課題研究背景綜述11.2課題研究目的和意義11.3可行性分析11.3.1經(jīng)濟可行性11.3.2技術(shù)可行性11.3.3操作可行性21.3.4管理可行性22、系統(tǒng)需求分析22.1系統(tǒng)需求功能分析22.1.1網(wǎng)站前臺頁面模塊22.1.2后臺管理系統(tǒng)模塊32.2前臺模塊功能圖32.3后臺系統(tǒng)模塊功能圖53、數(shù)據(jù)庫設(shè)計53.1用戶管理表(TB_User)53.2評論管理表(TB_Reply)63.3公告管理表(TB_Notice)63.4留言管理表(TB_Message)63.5圖
7、片管理表(TB_Images)73.6管理員表(TB_Admin)74、功能實現(xiàn)74.1前臺界面及布局代碼74.1.1首頁設(shè)計(Index.aspx)74.1.2用戶注冊(UserRegister.aspx)84.1.3用戶登陸(UserLogin.aspx)134.1.4用戶信息修改(UserInfo.aspx)164.1.5留言板(MessageBoard.aspx)174.1.6公告板(NoticeList.aspx)234.1.7相冊板(Photo.aspx)254.2后臺布局界面和