企业网站会员管理与信息发布系统.doc

约32页DOC格式手机打开展开

企业网站会员管理与信息发布系统, 全文31页约17200字论述翔实摘要 随着internet的发展,在专用网络上开始了电子数据交换(edi),银行一直在专用网络上使用电子资金转帐(eft),随着人们对网络的认识增强,电子商务已经成为个人用户和各种规模就的企业所掌握,电子商务是一个系统,它不仅包括可以直接产生收益的那些商品...
编号:10-26840大小:746.50K
分类: 论文>计算机论文

内容介绍

此文档由会员 棉花糖糖 发布

企业网站会员管理与信息发布系统

全文31页 约17200字 论述翔实

摘 要
随着INTERNET的发展,在专用网络上开始了电子数据交换(EDI),银行一直在专用网络上使用电子资金转帐(EFT),随着人们对网络的认识增强,电子商务已经成为个人用户和各种规模就的企业所掌握,电子商务是一个系统,它不仅包括可以直接产生收益的那些商品交易,这些交易主要集中在货物买卖和服务上,而且也包括那些支持产生收益的交易,比如那些商品和服务所产生的需求,提供销售支持和客户服务,或提供商业伙伴之间的通信等,它是在传统的商业优势和结构上,增加了计算机网络提供的种种灵活而形成的。
论文阐述的系统采用B/S模式,B/S模式是Internet/Intranet网络上最流行模式,它由浏览器和服务器组成,通过网络连接达到数据浏览的目的,因客户端不需要安装用户应用程序可大大降低运行维护费用,客户端的浏览器是一种基于图形用户界面的超文本客户程序,通过浏览器可以对万维网和因特网上无数个远程服务器上的超文本文件和其他服务进行访问.
研究的另外一个方面是后台数据库的选择和使用,Access是微软创建的功能全面而又强大的重要用户及联网的个人计算机数据库应用程序开发环境,它提供了强大的因特网和内联网的功能部件,共享的MS Office编程功能和数据访问对象,广泛扩展的对象和事件模型,运行时访问大多数表单和报表的属性,有新的查询类型且支持子查询,此外,在稳定性和性能上得到了很大的改进。系统后台实际上是个管理信息系统(MIS),管理信息系统可定义为基于计算机的数据处理过程的网络系统,并且可以按需要把人工和其他的过程结合在一起。
论文给出了整个系统实现的关键技术和算法设计,并以《ASP程序设计》为实例做了系统实现。

关键词:EDI,EFT,B/S模式,万维网,对象

ABSTRACT
With the internet developing, Electronic data interchange(EDI) on private networks and banks have been using dedicated networks for electronic funds transfer(EFT) almost as long, with the increased awareness and popularity or the internet ,electronic commerce has come to encompass individual consumers as well as businesses of all sizes, Electronic commerce is a system that include not only those transactions that center on buying and selling goods and services to directly generate revenue ,but also those transactions that support revenue generation, such as generation demand for those goods and services, offering sales support and customer service or facilitating communication between business partners, It builds on the advantages and structures of traditional commerce by adding the flexibilities offered by electronic networks.
This thesis says that this system has adopted B/S mode, this mode is popular on the internet, it made up of client and server, using network link obtain data’s browse, because client don’t install any software ,so that decreased run and the maintain of fee, Brower is GUI-Based hypertext client application, used to access hypertext documents and other services located on innumerable remote serves throughout the WWW and Internet.
Another essence issue research task of is database of choice and use, Microsoft has created a serious, full-featured and powerful development environment for creating database applications on single-user and networked personal computers. IT support Internet/intranet features, shared Microsoft office propramsbility features A vastly extended object and event model, run-time access to most form and report properties, new query types-union, data definition, and pass through queries-and support for subqueries and data access objects. stability and performance have also been improved significantly. MIS can be defined as a network of computer-based data processing and other procedures manpower join together.
This thesis has given key technologies and detailed argorithms design. The system realized on the course “c” programming language.
Key words: edi; eft; b/s mode; object

目 录
第一章 绪论
1.1 研究背景……………………………………………………………………
1.1.1 电子商务简介………………………………………………………
1.1.2 电子商务与企业网站………………………………………………
1.2 相关工作…………………………………………………………………
1.2.1 开发环境及工具简介……………………………………………
1.2.2 企业网站的主要功能及形式………………………………………
1.3课题的研究目标、内容及意义…………………………………………
1.4 小结……………………………………………………………………
第二章 系统分析
2.1 企业网站会员管理与信息发布系统概述……………………………………
2.1.1 系统简介…………………………………………………………
2.1.2 系统可行性分析………………………………………………
2.2 系统模块划分…………………………………………………
2.2.1 会员管理模块……………………………………
2.2.2 信息发布模块……………………………………
2.2.3 系统功能模块图……………………………………
2.3 系统框架流程……………………………………………….
2.3.1 网架流程…………………………………
2.3.2 网站管理端框架流程…站客户端框………………………………………
2.4 小结…………………………………………………………………
第三章 数据库设计
3.1 数据库的建立………………………………………………………………
3.1.1 数据字典及数据库的连接………………………………
3.2 概念结构设计…………………………………………………….
3.2.1 数据流程图……………………………………………….
3.3 逻辑结构与物理结构设计…………………………………………
3.4 小结………………………………………………………………
第四章 系统详细设计
4.1 系统工作原理简介…………………………………………………………
4.1.1 系统流程图……………………………………………
4.2 系统功能描述与实现…………………………………………
4.2.1 会员的管理…………………………………………………………
4.2.2 企业各项信息的发布………………………………………………
4.3 系统算法设计与实现……………………………………………………
4.3.1 算法流程图……………………………………………………
4.4 小结………………………………………………………………………

第五章 系统应用与评价
5.1 系统构架………………………………………………………………
5.2 系统测试………………………………………………………………
5.2.1 模块测试……………………………………………………………
5.2.2 集成测试……………………………………………………………
5.3 系统界面…………………………………………………………
5.4 系统使用和评价……………………………………………………………
5.5 小结…………………………………………………………………………
第六章 总结
6.1 总结…………………………………………………………………………
6.2 进一步研究工作……………………………………………………………
参考文献………………………………………………………………………………
致谢………………………………………………………………………………
附录………………