資源描述:
《基于ajax技術(shù)的無(wú)刷新郵件系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在教育資源-天天文庫(kù)。
1、畢業(yè)論文(設(shè)計(jì))題目:基于AJAX技術(shù)的無(wú)刷新郵件系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)__姓名:_______學(xué)院:理學(xué)與信息科學(xué)學(xué)院_______專業(yè):計(jì)算機(jī)科學(xué)與技術(shù)__________班級(jí):_______學(xué)號(hào):________指導(dǎo)教師:________完成時(shí)間:2009年06月13日_______二○○九年六月十三日基于AJAX技術(shù)的無(wú)刷新郵件系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)摘要:郵件系統(tǒng)是伴隨著計(jì)算機(jī)網(wǎng)絡(luò)技術(shù)的產(chǎn)生和發(fā)展而形成的新的網(wǎng)絡(luò)服務(wù)載體,為使信息的傳遞更加高效,郵件系統(tǒng)必須具有符合人們需求的特征。如何使用相關(guān)技術(shù)提高郵件系統(tǒng)的使用體驗(yàn),并解決郵件系統(tǒng)中存在的
2、響應(yīng)遲緩、交互不良等問(wèn)題,是當(dāng)前的熱點(diǎn)研究課題。本文在綜合郵件系統(tǒng)發(fā)展與現(xiàn)狀基礎(chǔ)上分析了郵件系統(tǒng)制作過(guò)程中的設(shè)計(jì)與實(shí)現(xiàn)環(huán)節(jié)。首先,本文從選題背景、技術(shù)綜述出發(fā),較為詳細(xì)的介紹了郵件系統(tǒng)的現(xiàn)狀以及建立郵件系統(tǒng)所需要的各種配置。其次,對(duì)無(wú)刷新郵件系統(tǒng)做出了概要分析,依據(jù)數(shù)據(jù)流程圖、系統(tǒng)模塊圖、相關(guān)數(shù)據(jù)庫(kù)的表結(jié)構(gòu)等大致分析了該系統(tǒng)的架構(gòu)和層次。最后,使用AJAX、ASP.NET、C#技術(shù)開(kāi)發(fā)出整個(gè)系統(tǒng)、并詳細(xì)的介紹了系統(tǒng)各個(gè)模塊功能的實(shí)現(xiàn)以及相應(yīng)的實(shí)現(xiàn)代碼,使其達(dá)到無(wú)刷新以及高效交互的用戶體驗(yàn)。關(guān)鍵詞:無(wú)刷新郵件系統(tǒng);AJAX;ASP.NET;
3、C#TheDesignAndImplementationofE-mailSystemWithoutRefreshBasedOnAjaxTechnologyAbstract:Thee-mailsystemisaccompaniedbytheemergenceofcomputernetworktechnologyanddevelopmentinthenewcarriernetworkservices,inordertoenablemoreefficienttransmissionofinformation,e-mailsystemmustbe
4、consistentwiththecharacteristicsofpeople'sneeds.Howtousetechnologytoenhanceuserexperienceofe-mailsystemandaddresstheexistenceofe-mailsysteminresponsetoslow,interactivenon-performingandsoon,iscurrentlyahotresearchtopic.Inthispaper,withthehistoryandcurrentsituationofthee-ma
5、ilsystem,maketheprocessofthee-mailsystem’sdesignandimplementationoflinks.Firstofall,thisarticlesubjectsandthebackgroundtechnology,themoredetailthestatusofthemailsystemandtheestablishmentofe-mailsystemconfigurationneeds.Secondly,noe-mailsystemtorefreshthesummaryanalysis,ba
6、sedondataflowdiagram,thesystemmodulediagram,relationaldatabasetablestructureanalysisofthegeneralsystemstructureandhierarchy.Finally,theuseofAJAX,ASP.NET,C#technologytodeveloptheentiresystem,andadetailedintroductionofthesystemfunctionoftherealizationofeachmodule,aswellasth
7、erealizationofthecorrespondingcodetoreachtheset,aswellascollegesanduniversitieswithoutinteractiveuserexperience.Keywords:E-mailSystemWithoutRefresh;AJAX;ASP.NET;C#目錄前言11概述31.1課題設(shè)計(jì)背景和意義31.2系統(tǒng)開(kāi)發(fā)與運(yùn)行環(huán)境42技術(shù)綜述52.1C#語(yǔ)言綜述52.2ASP.NET技術(shù)綜述62.3AJAX技術(shù)綜述72.4SQLServer2005綜述83系統(tǒng)需求分析和概要設(shè)計(jì)
8、103.1需求分析103.1.1總體需求103.1.2系統(tǒng)的總體設(shè)計(jì)原則103.2AJAX無(wú)刷新郵件系統(tǒng)的體系結(jié)構(gòu)103.2.1數(shù)據(jù)流程圖103.2.2系統(tǒng)功能模塊圖113.2.3系統(tǒng)登錄模塊