安徽理工大学毕业设计(论文)I摘要电子商务在互联网或因特网的发展下,越来越被人们广泛地所接受,通过Internet进行交易已成为一种潮流。所以企业为了进行更多地交易和交流,建立电子商务企业网站己成为一种必要。目前,经济全球化和信息网络化己成为世界经济发展不可逆转的大趋势。以网络化、数字化技术为依托的电子商务活动必将成为未来贸易方式的发展方向,建立一个有特色的网站系统,对于企业的发展是至关重要的。电子商务是一种全新的经营手段,随着网络和电子商务的发展,越来越多的企业开始以电子商务的方式实现管理和营销。电子商务是通过信息网络以电子数据信息流通的方式进行的各种商务活动。它通过电子方式处理和传递数据,包括文本、声音和图像。电子商务的主要形式包括了企业对个人(BtoC)、个人对个人(CtoC)、企业对企业(BtoB)等。其中CtoC模式是最能够体现互联网的精神和优势的,它使数量巨大、地域不同、时间不一的买方和同样规模的卖方通过一个平台进行交易。在CtoC模式中,电子交易平台扮演着举足轻重的作用,它直接影响这个商务模式存在的前提和基础。本文介绍了CtoC模式的电子交易平台具体设计过程。此系统采用B/S(浏览器/服务器)构架,PHPWeb应用程序开发技术和MySQL数据库,设计了用户注册登录,发布及查看供求信息,信息搜索,留言板,广告申请,会员投稿,管理员后台管理等功能,能够建成一个具备交易管理功能的电子虚拟市场网站。本文从系统的需求分析入手,详细论述了网站的系统架构、数据库的详细设计、各功能模块的划分与定义以及各模块的实现与优化。最后设计了一个完整的CtoC模式的交易型电子商务网站的各交易流程。关键词:电子商务;CtoC模式;PHP;MySQL;功能模块安徽理工大学毕业设计(论文)IIAbstractWiththedevelopmentofNetworkorInternet,e-commercewidelyisacceptedbypeople,dosometradebyInternethasbecomeakindoftrend.Soitisnecessityforenterprisefordoadealmoreexchangetosetupwebsiteofe-commerceventurePresently,theeconomyglobalandinformationspreadingonnetworkhasbecomethemaintrendoftheworldeconomydevelopment,thisdirectionisunabletoreverse.Thee-commerceactivitywhichisbasedonthenetworkanddigitalizationtechniquemustbethedirectionoftrademodeinthefuture.CreatingacharacteristicWEBsystemisextremelyimportanttothedevelopmentofadepartment.E-commerceisabrand-newbusinessrunningmethod.WiththedevelopmentofnetworkandE-commerce,moreandmoreenterprisesarestartingtomaketherealizationofe-commercemanagementandmarketing.Throughinformationnetworks,E-commercetakesadvantageofthewaylikeelectronicdataflowofinformationtodovariouscommercialactivitiesmanner.Itprocessesandtransfersdata,text,voiceandimages.ThemainformsofE-commerceincludeBusinesstoCustomer(BtoC),CustomertoCustomer(CtoC),andBusinesstoBusiness(BtoB),etc.ThemodelofCustomertoCustomeristhemostcapableofrepresentingthespiritandadvantagesofInternet.Byusingasimilarscaletradingplatform,itallowsthebuyersandsellerstomakeadealindifferentplacesandatdifferenttime.InCtoCmodel,theelectronictradingplatformisplayinganimportantrole,directlyaffectingtheprerequisiteandbasisfortheexistenceofbusinessmodel.ThisthesisdiscussesthespecificrealizationprocessofelectronicTradingplatformaboutCtoC.ThesystemusesB/S(browser/server)framework,PHPWebapplicationdevelopmenttechnologyandMySQLdatabase,designingandrealizingthefunctionsofusers'loggingandregistering,issuingandcheckingsupplyanddemandinformation,searchinginformation,messageboards,advertisingapplications,Memberarticles,backgroundmanagement.Itbuildsamarketwebsitewithvirtualelectronictransactionmanagementfunctions.Thisthesisstartsfromtheanalysisofsystemdemand,discussingthestructureofthewebsitesystem,databasedesign,designandtherealizationofthemainwindowstyle,andthedefinitionandclassificationoffunctionalmodulesandoptimizingtherealizationindetail.Finallyitdesignsacompletetransaction-basede-commercewebsiteCtoCmodelprocess.KeyWords:E-commerce;ThemodelofCustomertoCustomer;PHP;MySQL;FunctionalModules安徽理工大学毕业设计(论文)III目录摘要.....................................................................IABSTRACT.................................................................II1绪论...................................................................11.1研究背景和意义......................................................11.2研究内容............................................................22电子商务综述............................................................42.1电子商务的概念......................................................42.2电子商务的特点......................................................42.2.1电子商务的产生和发展............................................42.2.2电子商务的基本特点..............................................52.2.3电子商务的应用类型..............................................62.2.4电子商务系统的组成元素..........................................62.2.5电子商务与传统商务的比较........................................72.3电子商务对社会和经济产生的影响......................................72.4我国电子商务发展现状................................................83电子商务网站的分析与设计...............................................113.1可行性分析.........................................................113.2技术分析...........................................................123.3需求分析...........................................................143.4功能设计...........................................................153.4.1功能模块划分...................................................153.4.2数据分析.......................................................173.4.3页面框架设计...................................................193.4.4流程设计.......................................................204网站功能的实现.........................................................234.1数据设计与实现.....................................................234.2重要功能模块的实现.................................................254.2.1用户注册.......................................................254.2.2发布供求信息...................................................264.2.3管理员发布文章.................................................274.2.4游客建议留言...................................................274.3功能实现的测试......................