企业快信系统毕业设计论文

上传人:夏** 文档编号:498613696 上传时间:2023-01-07 格式:DOC 页数:62 大小:2.46MB
返回 下载 相关 举报
企业快信系统毕业设计论文_第1页
第1页 / 共62页
企业快信系统毕业设计论文_第2页
第2页 / 共62页
企业快信系统毕业设计论文_第3页
第3页 / 共62页
企业快信系统毕业设计论文_第4页
第4页 / 共62页
企业快信系统毕业设计论文_第5页
第5页 / 共62页
点击查看更多>>
资源描述

《企业快信系统毕业设计论文》由会员分享,可在线阅读,更多相关《企业快信系统毕业设计论文(62页珍藏版)》请在金锄头文库上搜索。

1、JSP企业快信系统的设计与实现摘 要计算机网络的出现到现在已经经历了翻天覆地的重大改变。因特网也从最早的供科学家交流心得的简单的文本浏览器发展成为了商务和信息的中心。到了今天,互联网已经成为了大量应用的首选平台,人们已经渐渐习惯了网络交易,渐渐对网络产生了依赖。公司会议、机票预定、酒店预定、公司之间货物订单的下达等等工作都可以通过网络快速的完成。网络已经渗透到了人们生活中的方方面面,甚至已经延伸至人们日常的衣食住行各个领域。本项目就是在此背景下设计的企业快信系统。本系统在开发中,采用了 MYSQL 数据库,同时使用到了 Java Swing、短信猫组件、Java MailAPI 等相关技术。在

2、进行详细设计之前,根据总体设计的结构,确定每部分功能的解决方案,并完成相关技术的可行性分析以及技术原型的实现。在该系统中,采用数据服务器,和客户机相结合形成 B/S 结构,由相关人员或系统管理员执行如系统的备份、恢复、修改等重要操作,从而用来提高系统的安全性,并且降低了了黑客通过 Web 入侵来获取以及改变系统中重要数据信息的可能性。同时,采用 Web 客户机架构 B/S 三层结构,Web 客户机可通过 Internet 或专线连接应用服务器,向其发送指令,从而获取服务。这样做的优点是用浏览器便可进行,使用起来方便快捷,为客户提供了很大的便利。而对于记录管理,系统维护功能而言,主要是对记录信息

3、进行处理,即对数据库信息进行添加,查询,导入和导出操作,这部分功能涉及的主要技术为通过 java连接 MYSQL 数据库,并通过 Java 代码完成对表内信息的查询和添加操作。本文首先对企业快信的开发进行了较深入的研究,然后对短信发送与邮件发送原理进行了介绍,接下来对系统的概要设计、功能模块、数据库设计,以及名片夹管理功能与邮件发送功能的具体实现作了细致阐述,最后是系统效果的展示。企业快信系统是一个集短信与邮件为一体的移动商务应用系统。是针对企业内部II及外部不同需求和应用方面,而专门定制开发的系统软件。它完全集成了企业的业务推广、客情沟通、内部管理等应用功能。企业快信的作用是帮助企业解决企业

4、内部、企业与外部沟通难、信息不能及时传播等问题。为此,系统提供邮件群发、短信群发、人员档案、信息的管理等功能。系统是短信猫与邮件在企业商务应用中的典型实例,因此必然受到众多企业的青睐,成为企业通信的最佳选择。关键词:短信发送;邮件发送;企业快信The Design and Implementation of Enterprises Express Letter SystemAbstractComputer network has undergone a great change.The internet has also developed intoa business and informa

5、tion center from the earliest.The company eeting,airlinereservation,hotel reservation, release the order of goods between the companies and so on,these all can becompleted through the network quikly.Internet has penetrated into every aspect of peoples life, even extending to the basic necessities of

6、 life in all areas of peoples daily life, The enterprises express letter system is designed in this context.The system development uses MYSQL database, uses Java Swing, GSM Modem, Java mail API and other Technology. Before the detailed design of the structure of the overall design to determine the s

7、olution of some of the features, and complete the feasibility analysis and prototype implementation of the related technologies. In this system, data server and client combine to form the C/S structure, performed by the financial staff or system managers, such as system backup, restore, and modify t

8、he amount of important operating to improve the security of the system, reduce hacker by Web Intrusion to access and change the possibility of important information. The same time, the use of the Web client organizations into the B / S three-tier Web client can be connected through the Internet or g

9、reen application server, send commands, and thus access to services. The advantage is you can operate from a browser, easy to use, fast and efficient, convenient to the customer with the greatest convenience. For records management, system maintenance functions, record information that the database

10、information to add, query, import and export operations, some of the features involved in technology to through VC6 connect the MYSQL database, and Java code to query and add operations on the information in the table.In this paper, we research the development of enterprises express letter system at

11、 first,and then introduce the principles of sending SMS and mails, After that, we made a elaboration of the summary of the system design, function modules, database design,business card folder management capabilities, as well as of the e-mail functions concreterealization.Finally, we show the system

12、s effect.The enterprises express letter system is a mobile business of application systemwhich sets SMS and E-mail as a whole .The system software is specificallycustom-developed for internal and external needs and applications. It is fully integrated enterprise business promotion, customer intellig

13、ence, communication, internal management applications. The enterprises express letter system of the role is to help businesses solve internal, corporate and external communication difficult, not timely issemination of information and other issues. To this end, the system provides functions as java m

14、ail, BSwing , personnel files, information management and so on. The system is a typical example of the GSM Modem and e-mail in the enterprise business applications, so it will be subject to the favor of many enterprises, the best choice for business communications.Key words:Java Mail;BSwing;Express

15、 Letter目录摘 要iAbstractii1 绪论11.1 开发背景11.2 国内外发展概况11.3 研究目的和意义11.4 研究主要内容22 系统分析32.1 需求分析32.2 可行性研究32.2.1 经济可行性32.2.2 技术可行性32.3 开发环境33 系统总体设计53.1 系统目标53.2 系统功能结构53.3 业务流程图53.4 系统预览63.5 文件夹组织结构74 系统详细设计84.1 数据库设计84.1.1 数据库分析84.1.2 数据库概念设计84.1.3 数据库逻辑结构设计94.2 公共模块设计104.2.1 数据库连接及操作类的编写104.2.2 字符串处理类的编写124.2.3 配置Struts134.3 主页设计144.3.1 主页概述144.3.2 主页技术分析154.4 名片夹管理模块设计174.4.1 名片夹管理模块概述174.4.2 名片夹管理模块技术分析174.4.3 查看客户信息列表的实现过程184.4.4 添加客户信息的实现过程194.4.5 删除客户信息的实现过程224.5 发送短信模块设计234.5.1 发送短信模块功能概述234.5.2 发送短信的实现过程234.5.3 发送短信模块技术分析244.5.4 单元测试284.6 发送邮件模块设计284.6.1 发送邮件模块功能概述284.6.2

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 建筑/环境 > 施工组织

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号