批发市场电子交易平台的设计与实现.doc
《批发市场电子交易平台的设计与实现.doc》由会员分享,可在线阅读,更多相关《批发市场电子交易平台的设计与实现.doc(58页珍藏版)》请在沃文网上搜索。
1、19批发市场电子交易平台的设计与实现摘 要近年来,计算机科技的发展带来了信息时代的进步,在互联网的飞速发展之下悄然改变着人们的生活。而电子商务(e-commerce)更是一项重要的互联网应用,它不仅改变了人们的生活,改变了公司业务的发展方向,更推动了全球经济的发展,是未来产业链发展的重要环节。电子商务交易方式要建立全球化发展的模式,目标在于以最快速、最方便、最适用的方式在互联网中建立一个庞大的交易平台,改变传统的宣传推广和营销模式。本文研究的电子交易平台围绕将云南省昆明螺蛳湾国际商贸城打造成现代化的电子商城,实现一个大型的B2C网站。提供一站式服务的商品销售于结算平台网站,包含功能有平台集信息
2、发布、内部管理、资金清算、买卖双方的交易撮合、信用评价、物流为一体的综合性平台,该平台由建设银行实行资金监管并由国家权威认证机构认定的宝易互通支付平台负责资金的结算。该电子交易平台的系统运用稳定的构架,搭建大型应用平台,采用微软的最新网络应用程序平台ASP.net MVC,使用各种最新技术,Ajax、C#、Linq以及大型数据库Oracle或SQL Server 2008建立网上购物系统。此外,大量采用Cache进行网站优化,以实现高速互联网应用服务。经过测试该系统运行正常,但为了更好的融入互联网,还需要加强与搜索引擎的融合性,拥有site map以及完善的导购机制,使用户非常迅速地上手。关键
3、词:电子商务;交易平台;ASP.netAbstractIn recent years, the development of computer technology has accelerated the development of Information Era, and the rapid development of the Internet has been changing peoples lives quietly. As an important internet application, e-commerce has not only changed peoples live
4、s and the development direction of company business, but also enhanced global economic development and become a key link in the future industrial development chain. In order to establish a global development model, the trading methods of e-commerce targets to build a huge trading platform within the
5、 internet in a most rapid, convenient, and suitable way, and to change the traditional marketing model.This paper uses how to build Luosiwan International Trade Centre in Kunming, Yunnan Province into a modernized e-commerce centre and establish a huge B2C website as a case to study on such electron
6、ic trading platform. Such trading platform provides one-stop service of products sale through the website of accounts settlement platform, and China Construction Bank provides financial regulation for the platform and Bao Yi Interchange Payment Platform is responsible for its capital clearing. The d
7、etailed functions include information release, internal management, capital clearing, trade matching, credit evaluation, logistics.By using a stable framework, building a large-scale application platform, using Microsofts latest web application platform ASP.net MVC and the latest technologies, Ajax,
8、 C #, Linq, and large databases Oracle or SQL Server 2008, the system of this electronic trading platform set up a online shopping system. In addition, the extensive use of Cache for web site optimization to achieve high-speed Internet applications. After the testing, the system is in normal operati
9、on. However, in order to improve the compatibility with the internet, there is need to strengthen the compatibility with searching engine, set up site map and shopping guide mechanism, thereby to help the users learnt to use it quickly.Key Words: E-commerce;Trade platform;ASP.net.目 录摘 要5Abstract6目 录
10、7Table of Content10第1章 绪论131.1 论文的研究背景141.2 国内外电子商务研究发展现状151.2.1 电子商务主要模式151.2.2 发展现状151.3 解决方案问题分析161.3.1 目前主流系统和平台171.3.2 优化与接口准备工作181.3.3 实施与计划任务181.4 论文的主要研究内容181.5论文的结构安排19第2章 需求分析202.1 实现目标202.2 新螺蛳湾大型交易网站需求分析212.3 可行性分析212.3.1 经济可行性212.3.2 技术可行性222.3.3 管理可行性222.4 目标分析23第3章 系统总体设计243.1 系统目标243
11、.2 系统整体构架设计243.2.1 系统功能分析243.2.2 网络拓扑结构263.2.3 系统体系结构273.2.4 系统流程图283.3 系统数据库设计313.3.1 数据库需求分析313.3.2 数据表设计33第4章 系统实现404.1 系统首页404.2 商品二级栏目页404.3 登录界面414.4 诚信机制系统424.5 商品模块424.6 在线支付模块444.7 物流模块444.8 用户反馈模块454.9 网站后台管理系统474.10 网站程序编码474.10.1定义数据库连接474.10.2 网站和页面结构474.11 数据层函数484.11.1 用户信息类484.11.2 Q
12、uotedPrintable类484.11.3 商品分类类494.11.4 商品类494.11.5 订单类494.11.6 图片类504.11.7 经济类504.11.8 评价类514.12 接口设计514.12.1 用户信息接口模块514.12.2 商品交易信息提示接口524.12.3 聊天平台接口52第5章 系统测试与维护535.1 系统集成测试535.1.1 运行平台搭建535.1.2 发布网站535.1.3 压力测试545.1.4 发布到互联网555.2系统维护555.2.1 日常安全性维护555.2.2 突发性事故维护56第6章 总结与展望57参考文献59致谢60Table of C
13、ontentAbstract6Table of Content10Chapter 1 Introduction131.1 Background of the Study141.2 The Current Research and Development Situation of Both Domestic and International E-commerce151.2.1 Main Models of E-commerce151.2.2 Current Development Situation151.3 Solutions and Problem Analysis161.3.1 Curr
14、ent Mianstream System and Platform171.3.2 Optimization and Interface Preparation Work181.3.3 Implementation and Planning Tasks181.4 Research Topic of the Paper181.5 Structure of the Paper19Chapter 2 Needs Assessment202.1 Goal202.2 Needs Assessment of New Luosiwan Big-scale Trading Website212.3 Feasi
15、bility Analysis212.3.1 Economic Feasibility212.3.2 Technical Feasibility222.3.3 Management Feasibility222.4 Goal Analysis23Chapter 3 Overall Design of the System243.1 The Goal of the System243.2 Overall Framework Design of the System243.2.1 Function Analysis of the System243.2.2 Network Topological
16、Stucture263.2.3 Architecture of the System273.2.4 System Flow Chart283.3 Database Design of the System313.3.1 Needs Assessment of the Database313.3.2 Data Sheet Design33Chapter 4 Implementation of the System404.1 Home page of the System404.2 Commodity Two-column Page404.3 Logon Screen414.4 Credit Me
17、chanism System424.5 Commodity Module424.6 Online Payment Module444.7 Logistics Module444.8 User Feedback Module454.9 Website Administer System474.10 Website Program Coding474.10.1 Defining Database Connection474.10.2 Website and Webpage Structure474.11 Data Layer Function484.11.1 User Information Ca
18、tegory484.11.2 Quoted Printable Category484.11.3 Commodity Category494.11.4 Commodity494.11.5 Order Category494.11.6 Picture Category504.11.7 Economic Category504.11.8 Evaluation Category514.12 Interface Design514.12.1 User Information Interface Module514.12.2 Commodity Trading Information Prompt In
19、terface524.12.3 Chatting Platform Interface52Chapter 5 System Test and Maintainance535.1 System Integration Test535.1.1 Operation Platform Set-up535.1.2 Website Release535.1.3 Pressure Test545.1.4 Posting to the Internet555.2 System Maintainance555.2.1 Routine Security Maintainance555.2.2 Emergency
20、Accident Maintainance56Chapter 6 Conclusion and Outlook57Reference59Acknowledgement60第1章 绪论网络在带给人们无限惊喜的同时,整个商业模式也随之改变,即生活网络化和商业网络化。而我们平常走入互联网后,也经常使用着网上银行,与现有的电子交易平台,例如eBay易趣、Amazon、东京商城、淘宝网、有啊、拍拍网等大型交易平台数不胜数。研究现有出现在互联网中的平台,不但实现必须的交易模块,并且加以技术创新与改良。为了实现一些用户需要的特殊功能和用途,因此设计必须要有完整的接口,以及各种应用的服务接口,不仅仅提供内部模
21、块之间的互相沟通,而且可通过外部接口,实现二次开发。电子商务是一种以信息互联网络为载体的商务活动新模式,它的发展受制于信息网络基础设施水平和对应于网络经济的社会法律、诚信环境状况。尽管我国政府高度重视电子商务发展,但毕竟是发展中国家,各项社会性基础设施不甚完备,相比发达国家仍有较大差距。而保障电子商务活动规范、安全运行的社会法规、诚信环境不完备则是制约电子商务发展的更直接、深层的因素。因此正规的网站信任机制,以及合法化的交易流程,无差错的程序运转,是系统所需要完善的重要部分。首先是网上支付的问题。网上支付是电子商务的关键环节,网上支付需要具备四个方面的条件,即商务系统、电子钱包、支付网关和安全
22、认证。其中安全认证是目前必须解决的核心问题。而对于商户来说,由于电子商务的交易活动是在没有固定场所的国际信息网络环境下进行,造成国家难于控制和收取电子商务的税金。这种状况长期存在下去,必然会影响到电子商务的健康有序发展。而受到网络自身条件的限制,客户仅仅能看到系统中的详细描述和图片并不能亲自见到所需购买的商品实物,更不能触手可及,因此尽量给消费者满意的购物流程,首先需要建立的是诚信关系。商品本身与在网络上的文字与图片保持相符,并且有完整的流程来保障客户能购买到实在的并且是物美价廉的商品。其次,详细的商品描述,以及可靠的物流,是保证商品在交易过程中损失减小到最低的前题。当消费者对商品不满意,应当
23、及时地得到退货退款渠道,并且建立相应的鉴定与赔偿措施,使消费者与商家都在这块平台中拥有良好的流程环境。而网站是消费者面对虚拟商店的窗户,是一个虚拟的购物环境,而良好的购物环境,不仅可增加消费者对商品的认可,而且对商户的印象与信任也大大提高。良好的页面设计,轻松大方的购物环境,简单便捷而且容易上手的购物流程,是建立网站的目标。而对于无需商家在线交易的服务计划,可进行流程定制,例如,在线购买手机话费,在线购买彩票等服务。这些服务无需商家在线,只需要定制相应的流程,即可完成交易。1.1 论文的研究背景电子商务在短短的十几年发展中,直接促进了中国市场经济的壮大,每年在互联网中,电子商务进行的交易量逐年
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
20 积分
下载 | 加入VIP,下载更划算! |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 批发市场 电子 交易平台 设计 实现