“衣依”服装销售平台

摘要

随着信息互联网购物的飞速发展,一般企业都去创建属于自己的电商平台以及购物管理系统。本文介绍了“衣依”服装销售平台的开发全过程。通过分析企业对于“衣依”服装销售平台的需求,创建了一个计算机管理“衣依”服装销售平台的方案。文章介绍了“衣依”服装销售平台的系统分析部分,包括可行性分析等,系统设计部分主要介绍了系统功能设计和数据库设计。

本“衣依”服装销售平台管理员功能有管理员和用户两个角色。管理员有个人中心,用户管理,商品分类管理,颜色管理,尺码管理,商品信息管理,订单评价管理,系统管理,订单管理。用户可以注册登录,登录后在前台首页可以查看商品信息,商品资讯,在个人中心可以修改个人资料,查看我的订单,我的地址,我的收藏等信息,后台管理可以查看自己的订单。因而具有一定的实用性。

本站是一个B/S模式系统,采用Spring Boot框架作为开发技术,MYSQL数据库设计开发,充分保证系统的稳定性。系统具有界面清晰、操作简单,功能齐全的特点,使得“衣依”服装销售平台管理工作系统化、规范化。


关键词:“衣依”服装销售平台;Spring Boot框架;MYSQL数据库


 


Abstract

With the rapid development of information Internet shopping, most companies create their own e-commerce platforms and shopping management systems. This article introduces the whole development process of "Yiyi" clothing sales platform. By analyzing the needs of enterprises for the clothing sales platform of "Yiyi", a solution for computer management of the clothing sales platform of "Yiyi" was created. The article introduces the system analysis part of "Yiyi" clothing sales platform, including feasibility analysis, etc. The system design part mainly introduces system function design and database design.

The "Yiyi" clothing sales platform administrator function has two roles: administrator and user. The administrator has personal center, user management, product classification management, color management, size management, product information management, order evaluation management, system management, and order management. Users can register and log in. After logging in, they can view product information and product information on the front page of the front desk. In the personal center, they can modify personal information, view my orders, my address, my collection and other information, and back-end management can view their orders. So it has a certain practicability.

This site is a B/S model system, using Spring Boot framework as the development technology, MYSQL database design and development, fully guarantee the stability of the system. The system has the characteristics of clear interface, simple operation and complete functions, which makes the management of "Yiyi" clothing sales platform systematized and standardized.

Keywords: "Yiyi" clothing sales platform; Spring Boot framework; MYSQL database







目录

1系统概述 1

1.1 研究背景 1

1.2研究目的 1

1.3系统设计思想 1

2相关技术 3

2.1 MYSQL数据库 3

2.2 B/S结构 3

2.3 Spring Boot框架简介 4

3系统分析 4

3.1可行性分析 4

3.1.1技术可行性 5

3.1.2经济可行性 5

3.1.3操作可行性 5

3.2系统性能分析 5

3.2.1 系统安全性 5

3.2.2 数据完整性 6

3.3系统界面分析 6

3.4系统流程和逻辑 7

4系统概要设计 8

4.1概述 8

4.2系统结构 9

4.3.数据库设计 10

4.3.1数据库实体 10

4.3.2数据库设计表 12

5系统详细实现 17

5.1 管理员模块的实现 17

5.1.1 商品信息管理 17

5.1.2 尺码信息管理 17

5.1.3 商品分类管理 18

5.2 用户模块的实现 19

5.2.1 首页 19

5.2.2 商品 19

5.2.3 购买商品订单管理 20

6系统测试 21

6.1概念和意义 21

6.2特性 21

6.3重要性 22

6.4测试方法 22

6.5 功能测试 23

6.6可用性测试 23

6.7性能测试 23

6.8测试分析 24

6.9测试结果分析 24

结论 24

致谢语 25

参考文献 25


首先我们来说界面测试,界面测试是为了使程序在不同的的操作平台上能够运行界面,并且能够保持原来的风格。我把完整程序拷贝到Windows 7环境下,似的程序运行正常,运行界面上的字体图片等设置都能够保持得非常好。不出现字体变形等情况!

其次进行功能测试。该系统测试采用的是单元测试,集成测试,完善性测试等多种方式进行测试。

经过测试,所有功能都能得以实现,没有任何变形。至此,在功能的测试上也已经比较圆满的完成了。

由于经验不足,写代码时出现了一些考虑不周的系统缺陷,写代码的时候会出现与设想不一致,比如说代码不规范导致接口与接口之间出现问题,功能与客户的要求不符合,这样导致产品不能过关,无法交付。所以产品在上线前必须反复测试,经过反复测试,修改,再测试,再修改,产品才能够不断完善。在整个系统测试中,根据需求文档和设计文档,逐一对功能进行检测并写好测试用例,有效避免残片缺陷,因为产品出现缺陷不仅影响功能,而且可以导致数据的不准确,导致产品质量的降低,经过测试,才能使得产品的稳定性和成熟度得到极大的提升,产品质量也才有保证。

基于springboot的服装销售平台-计算机毕业设计源码+LW文档_数据库设计

基于springboot的服装销售平台-计算机毕业设计源码+LW文档_系统测试_02

基于springboot的服装销售平台-计算机毕业设计源码+LW文档_数据库设计_03

基于springboot的服装销售平台-计算机毕业设计源码+LW文档_信息管理_04