摘 要
伴随着我国社会的发展,人民生活质量日益提高。互联网逐步进入千家万户,改变传统的管理方式,以互联网为基础,利用java技术,结合Spring Boot框架和MySQL数据库开发设计一套跳蚤市场,提高工作效率的同时,减轻管理者工作方面的压力,使他们能够将更多精力投入到市场上,更好的完成用户的核心业务。
本论文将对跳蚤市场相关的技术以及系统开发技术进行分析和研究,在深入了解跳蚤市场管理的过程以及合格要求后,结合管理员和用户的实际情况,研究跳蚤市场的设计与实现,期望通过该系统能够将管理员和用户的数据管理工作规范化、简单化,从而提高管理工作的效率。本论文的主要内容包括:
第一,研究分析java技术,结合管理员和用户日常管理方式和安排,进行跳蚤市场信息的数据库设计和系统功能,并对每个模块进行说明。
第二,陈列说明该系统实现所采用的架构、系统搭建采用的服务器、系统开发环境和使用的工具,以及系统后台采用的数据库。
最后,对系统进行全面测试,主要包括功能测试、查询性能测试、安全性能测试。分析系统存在的不足以及将来改进的方向。
关键词:跳蚤市场;java;MySQL数据库
Abstract
With the development of our society, the quality of life of the people is improving day by day. The Internet has gradually entered thousands of households, changing the traditional management mode, based on the Internet, using Java technology, combined with Spring Boot framework and MySQL database to develop and design a set of flea market, improve work efficiency, reduce the pressure of managers, so that they can put more energy into the market, better complete the core business of users.
This thesis will analyze and research the technology related to the flea market and the system development technology, after in-depth understanding of the process and qualified requirements of the flea market management, combined with the actual situation of administrators and users, study the design and implementation of the flea market, and expect that the data management of administrators and users can be standardized and simplified through this system, so as to improve the efficiency of management. The main contents of this paper include:
First, research and analysis of Java technology, combined with the daily management methods and arrangements of administrators and users, the database design and system functions of flea market information, and explain each module.
Second, the architecture used to implement the system, the server used to build the system, the system development environment and the tools used, and the database used in the background of the system are displayed.
Finally, the system is comprehensively tested, mainly including functional testing, query performance testing, and security performance testing. Analyze the shortcomings of the system and the direction of future improvement.
Keywords: flea market; .java; MySQL database
目 录
1 绪 论 5
1.1研究背景 5
1.2 研究意义 5
1.3国内外研究现状 5
1.4本文组织结构 5
2 技术介绍 7
2.1 Android Studio介绍 7
2.2 java介绍 7
2.3 MySQL数据库 8
2.4 Spring Boot框架介绍 8
2.5本章小结 9
3需求分析 10
3.1可行性分析 10
3.1.1经济可行性分析 10
3.1.2技术可行性分析 10
3.2系统需求分析 10
3.2.1功能需求 10
3.2.2 性能需求 11
3.2.3 安全性需求 12
3.3系统流程的分析 12
3.3.1 系统操作流程 12
3.3.2 登录流程 13
3.3.3个人中心管理流程 14
3.4本章小结 14
4系统设计 15
4.1系统结构设计 15
4.2系统功能模块设计 15
4.2.1管理员模块 15
4.2.2用户模块 16
4.3系统功能结构设计图 16
4.4数据库设计 17
4.4.1 概念模型设计 17
4.4.2 数据库表结构 20
4.5本章小结 26
5 系统实现 27
5.1 前台功能的实现 27
5.1.1 登录注册界面的实现 27
5.1.2 首页功能的实现 28
5.2 后台管理员功能的实现 30
6系统测试 36
6.1 系统测试目的 36
6.2 系统测试环境 36
6.3系统测试用例 36
6.4本章小结 37
结 论 38
参考文献 39
致 谢 39
本论文中实现的跳蚤市场将以用户核心的日常信息维护工作为主,主要涵盖了系统首页、个人中心、用户管理、商品分类管理、商品信息管理、订单信息管理、求购信息管理、联系信息管理、回复信息管理、通知信息管理、系统管理等功能,采用该跳蚤市场将满足管理员和用户日常管理工作的基本需求。本系统与管理员和用户操作的全过程相契合,从管理员和用户登录开始录入系统,然后记录跳蚤市场信息,从而让管理员和用户对系统的管理都能够清晰规范,相应信息的检索和维护简单高效,进而提高用户整体工作的效率。