基于ecshop网上商店的实现.doc

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

基于ecshop网上商店的实现,基于ecshop网上商店的实现   摘要:网上商城系统开发存在的两个问题就是后台的管理与消费者操作的方便性,系统从数据库开发的基本内容入手,利用php编程技术开发了基于web的在线用户管理模块、在线商品销售模块、在线后台管理模块。实现了最重要的商品销售功能,也就是管理库房中的商品,及管理用户的购物车,从而实现结帐等一系...
编号:15-312867大小:1.22M
分类: 论文>计算机论文

内容介绍

此文档由会员 zijincheng 发布

基于ECSHOP网上商店的实现

   摘要:网上商城系统开发存在的两个问题就是后台的管理与消费者操作的方便性,系统从数据库开发的基本内容入手,利用PHP编程技术开发了基于Web的在线用户管理模块、在线商品销售模块、在线后台管理模块。实现了最重要的商品销售功能,也就是管理库房中的商品,及管理用户的购物车,从而实现结帐等一系列功能。另外网上商品销售系统还提供给用户查找数据库中商品相关记录的功能。同时,为了保证商品交易的正常进行,还实现了用户的登录注册功能。网上商城系统按照软件工程的要求,对系统进行需求分析,总体设计,详细设计,编码与测试,在此基础上将理论知识与开发技术运用到系统的实现过程当中,完成了网上商城平台的构建。经过大量的系统测试发现,ECshop网站的访问速度较块,安全性较好,有很强的实用性。
  本论文详细介绍了开发网上商城的全过程,是按软件工程的思想设计的 ,包括需求分析、系统总体设计、系统详细设计等。
  本系统具有多方面特点:系统功能完备,使用方便简捷,人性化的用户界面,安全保密设置齐全,节省经营成本,大大减少了操作人员的工作负担。
   关键词:购物车,数据库管理,PHP编程
  
  Based on the ECSHOP online store implementation

   Abstract: Two problems exist in the online store system development is the background of management and consumer convenience of operation, the system start from the basic contents of the database development, PHP programming techniques to develop a Web-based user management module, online merchandise sales modules, on-lineAdmin module. The most important commodity sales function, that is, management of goods in the warehouse, and manage the user's shopping cart in order to achieve checkout a series of functions. In addition, online merchandise sales system also provides users to find the function of commodity-related database records. The same time, in order to ensure normal commodity trading, the user's login registration function. Online Shopping Mall in accordance with the requirements of software engineering, requirements analysis, conceptual design, detailed design, coding and testing the system, on the basis of theoretical knowledge and development of technology applied to the system implementation process, and completed the online store platform . Found after a large number of system testing, ECshop site access speed than the block, good security, there is a strong practical.
  In this thesis describes the whole process of developing an online mall, is asoftware engineering design, including requirements analysis, system design,detailed design.
  This system has many characteristics: the system is fully functional, easy to usesimple, intuitive user interface, complete set of security and confidentiality, thesavings in operating costs, greatly reducing the workload of the operator.
    Key words: Shopping cart, database management and PHP programming
  
  
  
目 录
摘 要 I
Abstract II
第1章  绪 论 1
1.1  课题背景 1
1.2  课题的目的和意义 1
1.3  国内外概况 1
1.4  课题的发展趋势 2
第2章  可行性分析 3
2.1  社会可行性 3
2.2  技术可行性 3
2.3  操作可行性 3
2.4  系统的技术介绍 3
2.4.1  JavaScript介绍 3
2.4.2  MVC介绍 4
2.4.3  MySQL介绍 5
2.4.4  JDBC介绍 6
2.5  系统开发平台及运行环境 6
2.5.1  系统开发平台 6
2.5.2  运行环境 7
第3章  需求分析 8
3.1  系统需求分析 8
3.2  数据库结构分析 8
3.3  平台功能分析 9
3.4  数据库分析 10
3.4.1  ER图分析 10
3.4.2  数据库表分析 11
第4章  系统分析 14
4.1  通用文件设计 14
4.2  首页设计 14
4.3  网站会员设计 16
4.3.1  会员注册与登录 16
4.3.2  会员信息管理 18
4.4  会员购物设计 18
4.4.1  购物车设计 19
4.4.2  个人信息设计 20
4.5 生成订单 21
第5章  商城后台设计与实现 22
5.1  后台登录界面和主页面界面设计 22
5.1.1  登录界面的设计 23
5.1.2  后台主页的设计 23
5.2  订单信息查看 23
5.3  管理员模块 24
5.4  类别资料管理 25
5.4.1  商品大类 25
5.4.2  商品小类 26
5.5  出版单位资料管理 26
5.6  商品资料管理 27
5.6.1  浏览商品资料 27
5.6.2  增加商品资料 28
5.6.3  修改商品资料 29
5.7  网站人员的管理 29
第6章  系统测试 30
6.1  测试目的与目标 30
6.2  测试方法 30
6.3  测试用例 31
6.4  测试结论 31
结 论 33
致 谢 34
参考文献 35