- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
反垃圾邮件管理系统
摘要
随着Internet的普及,电子邮件作为一个主流的应用也日益得到了更多的使用。但是随之而来的垃圾邮件也越来越猖獗。经统计,从2001年开始,垃圾邮件增长的速度非常快,网民每周收到的垃圾邮件数量是非垃圾邮件数量的两倍,针对近几年来垃圾邮件的愈演愈烈,急需一种能有效防范垃圾邮件的方法。
反垃圾邮件管理系统,开发该系统的主要目的是了解当前垃圾邮件过滤的发展现状,学习有关过滤的技术,能有效的阻止垃圾邮件的泛滥。通过学习和实践,发现垃圾邮件过滤发展中遇到的问题,并结合自己的研究工作提出一些看法和见解。
关键词 : 反垃圾邮件管理系统;系统开发;学习实践
Mail filtration system
Abstract
Along with the Internet popularization, the email took a mainstream the application also day by day to obtain more uses. But the following junk mail is also getting more and more rampant. After the statistics, started from 2001, the junk mail grew the speed was quick, the web cam received every week junk mail quantity right and wrong junk mail quantitys two times, in view of junk mails escalation, were urgently needed one kind to be able in the last few years to guard against the junk mail effectively the method.
The mail filtration system, develops this systems main purpose is the understanding current junk mail filtration development present situation, the study related filtration technology, can effective impediment junk mail being in flood. Through the study and the practice, discovered in the junk mail filtration development meets the question, and unifies own research work to propose some views and the opinion.
Key words:Mail filtration system;System development;Study practice
目 录
摘要 i
Abstract ii
1 引言 1
1.1 选题背景 1
1.2 课题研究意义 1
1.3 可行性研究 2
1.3.1 经济可行性 2
1.3.2 技术可行性 2
1.3.3 运行可行性 2
1.3.4 时间可行性 2
1.3.5 法律可行性 2
2 相关技术简介 4
2.1 JAVA技术简介 4
2.2 JAVAEE技术简介 4
2.3 JSP技术简介 5
2.4 JSP工作原理 5
2.5 JSP体系结构 5
2.6 JSP的特点 6
2.7 SQLSERVER 2000 数据库 6
2.8系统数据库连接 7
2.9 BS模式与C/S模式的比较分析 10
3 概要设计 12
3.1 基本思路 12
3.2 基本思想 12
3.3 功能模块图 12
3.4 数据库表设计 13
3.4.1 设计表users 13
3.4.2 设计表hmd 13
3.4.3 设计表mails 13
3.5 数据删除流程 13
3.6 E-R图 14
4 详细设计 15
4.1 登陆 15
4.2 注册 16
4.3 首页 18
4.4 发邮件 19
4.5 收件箱 21
4.6 垃圾邮件 22
5 系统调试与测试 24
5.1 程序调试 24
5.2 程序的测试 24
5.2.1 测试的重要性及目的 24
5.2.2 测试的步骤 25
5.2.3 测试的主要内容 25
结束语 27
参考文献 28
致谢 29
外文原文 30
中文翻译 40
1 引言
1.1 选题背景
随着Internet的普及,电子邮件作为
文档评论(0)