优秀的毕业设计论文网
计算机 JAVA 电子信息 单片机 机械机电 模具 土木工程 建筑结构 论文
热门搜索词:网络 ASP.NET 汽车 电气 数控 PLC

JSP基于BS结构下的邮件系统设计开发(源代码+论文)

以下是资料介绍,如需要完整的请充值下载.
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
  
资料介绍:
  核心提示:如有需要请联系 QQ:306826066摘 要 随着网络的逐渐普及,Email在人们生活中应用日益广范,除了专业的邮件服务系统之外,一般大型网站与单位都提供了email服务。因此,本次设计是通过对S...
如有需要请联系 QQ:306826066
摘 要
随着网络的逐渐普及,Email在人们生活中应用日益广范,除了专业的邮件服务系统之外,一般大型网站与单位都提供了email服务。因此,本次设计是通过对SMTP、pop3协议的熟悉和理解、以及对JSP编程和网页设计技能的掌握,开发出一个简单的B/S结构下的邮件服务系统。能完成邮件的发送、接收、以及附件处理功能等。主要运用的软件有Eclipse, SQL Server,在JAVA环境下,利用JSP编程来实现邮件系统的各种功能。该系统主要支持用户的身份验证,用户只有通过正确注册后才能进入该系统。在系统中可以查看自己的邮件也可以发送邮件到任意的邮箱,发邮件的时候可以进行附件的发送。通过本次课题的学习和研究掌握了基本的web编程技能,更实践了自我的动手能力。同时认识到在信息化高速发展的今天,高效、快速、方便的邮件收发系统将得到越来越多的人关注和使用,它将给人们带来更方便快捷的生活。
关键词: B/S;邮件系统;SMTP;POP3;JSP
[资料来源:THINK58.com]

 
The design and development of E-mail system based on B/S
Abstract
Nowadays, with the increasing popularity of the network, Email system is used widely more and more. Since the e-mail comes to our life, people do not just depend on the traditional letters, either. It’s reliable, fast, convenient and flexible, which makes people accept and use it widely. The graduation designment is a way to let us know how to develop an email system based on WEB. This system uses an agent mail which gets through SMTP and POP3 protocol to achieve the email system. It is similar to OUTLOOK which is based on WEB Service. The mainly used soft wares are Eclipse, SQL Server. Java is also used too, under which we can use JSP programming to achieve for various functions. This system supports users’ authentication. Before accessing the system, users must have a proper registration. In this system, users can not only check their mail but also send them to any mail boxes. When sending the e-mail, they can also send the attachment. During this period, not only can I deepen the understanding of professional knowledge, but also I practice my self-agility. At the same time, I realized that, with the rapid development of the informational technology, more and more people will be concerned with the efficient, fast and convenient mail system. After that, perhaps most of them will have a try. In a word, e-mail will make our life more efficient and convenient.
[版权所有:http://think58.com]

Key words: B/S; mail system; SMTP; POP3; JSP
目 录
论文总页数:23页
1 引言 1
1.1 课题背景 1
1.2 课题研究意义 1
2 相关技术和开发平台 1
2.1 开发环境的选择 1
2.2 JSP技术 1
2.3 系统所需协议介绍 3
2.4 系统所需配置简介 3
3 系统需求分析与总体设计 5
3.1 系统设计目的 5
3.2 系统功能需求分析 5
3.3 系统总体构架 6
3.4 系统功能模块简介 6
3.5 数据库设计 7
4 系统详细设计及实现 7
4.1 系统流程说明 7
4.2 用户管理模块 8
4.3 邮件发送模块 12
4.4 邮件接收模块 16
5 测试及问题分析 19
5.1 用户登录模块测试 19
5.2 发邮件模块测试 19
5.3 测试结果分析 19
结 论 21
参考文献 21
致 谢 22
声 明 23
 
[资料来源:http://think58.com]