xxx 学院
毕业设计(论文)
题 目:品牌银饰售卖平台
作 者: 学 号:
系 (院):计算机科学系
专业班级
:计算机科学与技术
指导者:
(姓 名) (专业技术职务)
评阅者:
(姓 名) (专业技术职务)
2022 年 月 日
摘 要
本论文主要是针对品牌银饰售卖而开发进行概述,主要包括对研究的背景和
研究现状,以及研究目的等的阐述,也对该系统的各种功能要求,对系统结构,
数据库的设计等进行讨论。随着科技与技术的发展,利用计算机以及网络来提高
工作效率已是大势所趋,希望该系统能有所帮助。本论文讨论的是品牌银饰售卖
平台,此系统运用了 B/S 结构(浏览器/服务器),同时加上动态网页开发技术 Java
语言以及 mysql 数据库一起开发完成的。该系统能完成的主要功能分为管理员和
用户两个用户角色。主要功能包括首页、个人中心、用户管理、促销活动管理、
饰品管理、我的收藏管理、系统管理、订单管理等。而用户登入系统也可以对自
己的信息以及修改个人资料进行查看等功能。该系统在完成设计以及测试之后,
运行稳定且操作方便快捷,能满足设计开发之初的要求。
关键词:品牌银饰售卖;java;mysql 数据库
Abstract
This paper mainly summarizes the development of brand silver jewelry sales,
including the background and status quo of the research, as well as the purpose of the
research, and also discusses the various functional requirements of the system, system
structure, database design and so on. With the development of science and technology,
the use of computer and network to improve work efficiency has been a general trend,
hope that the system can help. This paper discusses the brand silver jewelry sales
platform, this system uses B/S structure (browser/server), coupled with dynamic web
development technology Java language and mysql database developed together. The
main functions of the system can be divided into two user roles: administrator and
user. The main functions include home page, personal center, user management,
promotion management, jewelry management, my collection management, system
management, order management and so on. And the user login system can also view
their own information and modify personal information and other functions. After the
completion of the design and test, the system runs stably and operates easily and
quickly, which can meet the requirements of the initial design and development.
Key words: brand silver jewelry sales; Java; The mysql database
目 录
1 引言....................................................................................................................6
1.1 课题的任务与目的.................................................................................6
1.2 系统研究现状.........................................................................................6
1.3 论文各章简介.........................................................................................6
2 相关技术概述....................................................................................................8
2.1 Java 语言简介.........................................................................................8
2.2 Vue 介绍 ..................................................................................................9
2.3 B/S 结构...................................................................................................9
2.4 MySql 数据库........................................................................................10
2.5 SSM 框架...............................................................................................11
3 需求分析...........................................................................................................12
3.1 可行性分析............................................................................................12
3.1.1 经济可行性..............................................................................12
3.1.2 技术可行性..............................................................................12
3.1.3 法律可行性..............................................................................12
3.1.4 操作可行性..............................................................................12
3.2 系统流程的分析....................................................................................13
3.3 数据字典...............................................................................................15
4 系统设计...........................................................................................................16
4.1 系统功能模块........................................................................................16
4.2 数据库设计............................................................................................16
4.2.1 数据库需求分析......................................................................16
4.2.2 数据库概念结构设计................................................................17
4.2.3 数据库逻辑结构设计..............................................................18
系统详细设计......................................................................................................25
5.1 前台功能模块........................................................................................25
5.2 后台功能模块........................................................................................27
5.2.1 管理员功能模块.........................................................................27
5.2.2 用户功能模块.............................................................................29
6 系统测试..........................................................................................................30
6.1 功能测试...............................................................................................30
6.2 可用性测试...........................................................................................30
6.3 性能测试...............................................................................................31
6.4 测试结果分析.......................................................................................31
结 论..............................................................................................................32
致 谢..............................................................................................................33
参考文献..............................................................................................................34