Abstract
The warehouse management system is designed to provide users with product
information and other functions.
Compared with other applications, the design of warehouse management is mainly for
the warehouse, which aims to provide a warehouse management system for administrators
and users. Users can view product information in a timely manner through the system.
The warehouse management system is an application platform under the Windows
operating system. To prevent compatibility and stability issues, the server chooses jdango,
and the data storage between the front-end and back-end is mainly through MySQL. The
data generated by users when using the application is transmitted to the database through
languages such as Python. In this way, we can promote the information flow and data
transmission efficiency of the warehouse management system and provide a warehouse
management system with rich content, diverse functions and easy operation.
Keywords: warehouse management system; Python language; MySQL database
目 录
目 录 ............................................................................................................................I
一 绪论..........................................................................................................................1
1.1 研究意义..............................................................................................................1
1.2 系统设计目的......................................................................................................2
1.3 系统设计思想......................................................................................................2
二系统开发环境及关键技术........................................................................................3
2.1 Python 语言 ........................................................................................................3
2.2 Django 框架简介 ................................................................................................3
2.3 MySQL 数据库介绍............................................................................................4
2.4 Vue 简介 ..............................................................................................................4
2.5 系统开发环境......................................................................................................4
三 系统的设计..............................................................................................................5
3.1 系统性能需求.....................................................................................................5
3.2 需求分析.............................................................................................................6
3.3 可行性分析..........................................................................................................6
3.3.1 经济可行性...................................................................................................6
3.3.2 技术可行性...................................................................................................7
3.3.3 社会可行性...................................................................................................7
3.4 系统用例分析......................................................................................................7