php+mysql跨境电子商务网站设计+源代码
时间:2019-06-01 21:58 来源:毕业论文 作者:毕业论文 点击:次
摘要:随着国际化的不断加深,国内消费者对于海外商品的需求也不断的增加。而一件商品要经过打包、运输、过关、检查、缴税等步骤才能送到消费者手中,这并非是一个简单的过程。很多消费者为不能得到一个简单的途径而烦恼。本系统是为实现向微店商城、淘宝店铺等 B 端消费者提供一个平台,使这部分消费者更方便,更快捷,更高效,更便宜的获取货源。网站采用 B/S 模式,利用PHP+MySQL+Apache+H5+jQuery 等技术,完成 B2B 交易模式的电子商务网站。实现 B 端客户直接在网站中采购、下单,然后发送给 C 端消费者。这样可以减少由快递转发产生的经济效益损失,直接由海外仓库发往 C 端消费者。系统主要实现功能模块包括:会员管理模块、采购订单管理模块、发货订单管理模块、用户管理模块、商品中心模块、文章精选模块。35903 毕业论文关键词:跨境;电子商务;B2B;MVC;YII;Design and Implementation of Cross - border E - commerceWebsiteStudent majoring in computer science and technology LiangFengTutor ShuXinAbstract:With the deepening of internationalization, domestic consumers demand for overseas goods isalso increasing. And a commodity to go through the packaging, transportation, clearance, inspection,taxation and other steps to be sent to the hands of consumers, this is not a simple process. Many consumersworry that they can not get a simple way. The system is to achieve to the micro shop mall, Taobao shopsand other B-side consumers to provide a platform to make this part of the consumer more convenient, faster,more efficient and cheaper access to supply. Web site using B / S mode, the use of PHP + MySQL +Apache + H5 + jQuery and other technologies to complete the B2B trading model of e-commerce sites. Toachieve B-side customers directly in the site procurement, orders, and then sent to the C-side consumers.This can reduce the loss of economic benefits arising from courier forwarding, directly from the overseaswarehouse to the C-side consumers. The main function modules of the system include: membermanagement module, purchase order management module, delivery order management module, usermanagement module, commodity center module, article selection module. Key words:Cross-border;e-commerce;B2B;MVC; YII; 目录 1网站开发应用技术与思想2 1.1应用框架..2 1.1.1前端框架jQuery2 1.1.2后端框架YII..3 1.2缓存技术Memcache.3 1.3开发模式..3 1.3.1控制反转IoC与依赖注入DI..3 1.3.2单列模式4 1.3.3工厂模式4 1.3.4观察者模式..4 1.3.5MVC设计模式.5 1.4数据库MySQL.6 1.5服务器Apache+Nginx..6 1.6后台编程语言PHP6 2系统功能模块分析6 2.1用户登录注册模块.6 2.2商品中心模块7 2.3商品采购与发货模块8 2.4支付模块10 2.4会员中心模块.11 3主要模块数据库表结构设计12 3.1用户模块表结构图表.12 3.1.1用户信息存储表12 3.1.2用户店铺信息存储表.12 3.2商品模块表结构图表.12 3.2.1商品信息存储表12 3.2.2商品SKU信息存储表.12 3.3订单模块表结构图表.13 3.3.1采购订单信息存储表.13 3.3.2采购订单明细信息存储表..13 3.3.3发货订单信息存储表.13 3.3.4发货订单明细信息存储表..13 3.3.5发货订单分箱明细信息存储表13 4系统相关实体分析与整体规划..14 4.1用户模块实体分析..14 4.2商品模块实体分析..15 4.3订单模块实体分析..15 4.4整体实体关系图17 4.5整体系统结构图18 5总结与展望.18 引言:自从二十几年前,B/S 软件架构的诞生,网站一直作为信息网络通讯的重要媒介。本系统采用网站的形式,主要是为了更好的进行跨平台使用,实现所有种类的用户都能在任何情况下使用本系统。1 网站开发应用技术与思想 (责任编辑:qin) |