资源描述:
《基于ajax技术的无刷新邮件系统的设计与实现》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、毕业论文(设计)题目:基于AJAX技术的无刷新邮件系统的设计与实现__姓名:_______学院:理学与信息科学学院_______专业:计算机科学与技术__________班级:_______学号:________指导教师:________完成时间:2009年06月13日_______二○○九年六月十三日基于AJAX技术的无刷新邮件系统的设计与实现摘要:邮件系统是伴随着计算机网络技术的产生和发展而形成的新的网络服务载体,为使信息的传递更加高效,邮件系统必须具有符合人们需求的特征。如何使用相关技术提高邮件系统的使用体验,并解决邮件系统中存在的响应迟缓、交互不良等问题
2、,是当前的热点研究课题。本文在综合邮件系统发展与现状基础上分析了邮件系统制作过程中的设计与实现环节。首先,本文从选题背景、技术综述出发,较为详细的介绍了邮件系统的现状以及建立邮件系统所需要的各种配置。其次,对无刷新邮件系统做出了概要分析,依据数据流程图、系统模块图、相关数据库的表结构等大致分析了该系统的架构和层次。最后,使用AJAX、ASP.NET、C#技术开发出整个系统、并详细的介绍了系统各个模块功能的实现以及相应的实现代码,使其达到无刷新以及高效交互的用户体验。关键词:无刷新邮件系统;AJAX;ASP.NET;C#TheDesignAndImplementa
3、tionofE-mailSystemWithoutRefreshBasedOnAjaxTechnologyAbstract:Thee-mailsystemisaccompaniedbytheemergenceofcomputernetworktechnologyanddevelopmentinthenewcarriernetworkservices,inordertoenablemoreefficienttransmissionofinformation,e-mailsystemmustbeconsistentwiththecharacteristicsofpe
4、ople'sneeds.Howtousetechnologytoenhanceuserexperienceofe-mailsystemandaddresstheexistenceofe-mailsysteminresponsetoslow,interactivenon-performingandsoon,iscurrentlyahotresearchtopic.Inthispaper,withthehistoryandcurrentsituationofthee-mailsystem,maketheprocessofthee-mailsystem’sdesign
5、andimplementationoflinks.Firstofall,thisarticlesubjectsandthebackgroundtechnology,themoredetailthestatusofthemailsystemandtheestablishmentofe-mailsystemconfigurationneeds.Secondly,noe-mailsystemtorefreshthesummaryanalysis,basedondataflowdiagram,thesystemmodulediagram,relationaldataba
6、setablestructureanalysisofthegeneralsystemstructureandhierarchy.Finally,theuseofAJAX,ASP.NET,C#technologytodeveloptheentiresystem,andadetailedintroductionofthesystemfunctionoftherealizationofeachmodule,aswellastherealizationofthecorrespondingcodetoreachtheset,aswellascollegesandunive
7、rsitieswithoutinteractiveuserexperience.Keywords:E-mailSystemWithoutRefresh;AJAX;ASP.NET;C#目录前言11概述31.1课题设计背景和意义31.2系统开发与运行环境42技术综述52.1C#语言综述52.2ASP.NET技术综述62.3AJAX技术综述72.4SQLServer2005综述83系统需求分析和概要设计103.1需求分析103.1.1总体需求103.1.2系统的总体设计原则103.2AJAX无刷新邮件系统的体系结构103.2.1数据流程图103.2.2系统功能模块图1
8、13.2.3系统登录模块