资源描述:
《网上商城-前台-工学学士毕业论文》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、外文摘要Throughtheonlineshoppingsysteminordertoachievetheconstructionofcommercialretailenterpriseswithinformationmanagement.EstablishedanetworkofB2Bmarketingsystem.Focusesonsystemfunctionalityandimplementation,dataflowandstorage,includingcatalogs,userregistration,onlineorderingandshopping,inv
2、entoryinformation,suchasdatabasemanagementbackground.Thissiteisthecreationofavirtualnetworkofshoppingmalls,accordingtotheirowncustomer'sjustneedtofindgoodstopurchaseitontheshoppingcart,theorderssubmittedtoit.Theselectionofsuchcustomerstoavoidthecumbersomeprocessofgoodstothecustomershoppin
3、gprocesseasy,fast,convenientandverysuitableforfast-pacedlifestyleofmodernpeople.Inthispaper,theconstructionofe-commercesitesinordertoachievethecommercialretailenterpriseswithinformationmanagement,andestablishedaweb-basedorderingsystemandnetworkmarketingsystems.Thepaperfocusesonsystemfunct
4、ionalityandimplementation,dataflowandstorage,includingcatalogs,membershipregistration,onlineorderingandshopping,merchandiseinformation,suchasdatabasemanagementbackground.Combinedwiththerequirementsofthesystem,thedatabasemanagementsystem,SQLlanguageprinciple,ASP.netdesignplatform,ASP.netda
5、tabasetechnologymorein-depthstudyandapplication,mainlytocompletetheonlineshoppingsystemneedsanalysis,functionalmodules,databasemodeanalysis,andthusthedesignofthedatabasestructureandapplications.Systemprovedthatthisarticleonlineshoppingsystemdesignedtomeettheseniormanagersandtheneedsofboth
6、sides.Keywords:ElectronicCommerce,Internetshopping,ASP.net,databaseIZ,—X_刖s随着网络技术和信息技术的不断发展,越来越多的企业重视信息化在企业中的作用,也开始建造相应的管理系统对企业的信息和业务流程进行管理,这样不但节省了人力、物力,同时还可以提高企业的竞争力。基于Internet的信息服务,商务服务已经成为现代企业一项不可缺少的内容,因此一个简单的仅能够发布信息的静态网站已满足不了企业的需求和为客户带来更多的服务,一个功能强大的,能提供完善的电子商务服务的动态商务网站的建设势在必行。网页根据起生成方
7、式,大致可以分为静态网页和动态网页。静态网页是指网页文件里没有程序代码,只有HTML标记,这种网页一般以后缀.htm或者.html存放。静态网页制作比较简单,利用FrontPage、Dreamweave等软件就可以方便的生成。动态网页是指该网页文件不仅含有HTML标记,而且含有程序代码,这种网页的后缀一般根据不同的程序设计语言而不同,如ASP文件的后缀为.asp,ASP.NET的后缀为.asps。动态网页能够根据不同的时间、不同的来访者而显示不同的内容。如常见的BBS、留言板、聊天室通常都是用动态网页实现。动态网页制作比较复杂