1、 毕 业 论 文 学生姓名学生姓名 学学 号号 学院学院 计算机科学与技术学院 专专 业业 计算机科学与技术学院(软件工程) 题题 目目 基于 JSP 的仓库管理系统 的设计与实现 指导教师指导教师 讲讲 师师/ /硕硕 士士 (姓 名) (专业技术职称/学位) 年 月 1 摘摘 要:要:仓库管理系统是一个企业不可或缺的部分,高效的仓库管理系统可以为企业的发 展和经营提供坚强的后盾。随着科技的不断发展,用计算机对仓库进行管理,具有人工管 理所无法比拟的优点,例如:检索迅速、查找方便、保密性好、成本低、寿命长等。这些 优点能极大地提高仓库管理的效率, 使企业的仓库管理井井有条,为企业的健康发展创
2、造 良好的条件。本文在分析现有管理系统开发技术的基础上,实现了以 Eclipse 为开发平台 的基于 JSP 的, 以 MySql 作为后台数据库的仓库管理系统。 该系统主要具备基本信息管理、 库存管理、信息查询、用户管理等功能模块。 关键词:关键词:仓库管理,JSP,MySql 数据库 2 AbstractAbstract: : Warehouse management system is an indispensable part of the enterprise. A warehouse management system with high efficiency can provid
3、e a strong backing for the development and management of enterprises. With the development of technology,to manage the warehouse with computer has the incomparable advantages of manual management.For example, quick search, find convenient, good security, low cost, long service life etc. These advant
4、ages can greatly improve the efficiency of warehouse management, the enterprise storage management be arranged in good order, and create good conditions for the healthy development of enterprises. In this paper, based on analysis of the existing management system development technology, in order to
5、realize the Eclipse as the development platform based on JSP, using MySql as the background database warehouse management system. The system mainly has the basic information management, inventory management, information query, user management module Keywords: Warehouse management, JSP, MySql databas
6、e 3 目目 录录 1 绪论 . 4 1.1 开发背景 . 4 1.2 开发意义 . 4 1.3 本文组织结构 . 4 2 系统解决方案 . 5 2.1 JSP 语言概述 5 2.2 SSH 框架 5 2.3 MySql 数据库 5 2.4 系统平台环境 . 5 3 需求分析 . 6 3.1 面向的用户人群 . 6 3.2 功能需求分析 . 6 3.3 业务流程图 . 7 4 数据库设计 . 9 4.1 E-R 模型 9 4.2 数据模型 12 5 详细设计 15 5.1 数据库连接类 15 5.2 系统主要模块 16 结 论 34 参 考 文 献 . 35 致 谢 36 4 1 1 绪论绪论 1.11.1 开发背景开发背景 一直以来企业使用传统人工的方式来管理文件库存, 这种管理方式存在许多缺点, 如: 保密性差、效率低等,而且时间一长,将产生大量的数据和文件, 这对于企业查找、更新和 维护都带来了很多的困难。由于缺乏科学的管理和管理工具,企业在业务上和管理上的安 排都存在着许多不便。因而针对这些问题而开发的系统具有很好的前景。 1.21.2 开