毕 业 论 文学生学 号学院计算机科学与技术学院专业计算机科学与技术学院(软件工程)题 目基于 JSP 的仓库管理系统的设计与实现摘 要:仓库管理系统是一个企业不可或缺的部分,高效的仓库管理系统可以为企业的进展和经营提供坚强的后盾。随着科技的不断进展,用计算机对仓库进行管理,具有人工管理所无法比拟的优点,例如:检索迅速、查找方便、性好、成本低、寿命长等。这些优点能极提高仓库管理的效率,使企业的仓库管理井井有条,为企业的健康进展制造良好的条件。本文在分析现有管理系统开发技术的基础上,实现了以 Eclipse 为开发平台的基于 JSP 的,以 MySql 作为后台数据库的仓库管理系统。该系统主要具备基本信息管理、库存管理、信息查询、用户管理等功能模块。关键词:仓库管理,JSP,MySql 数据库Abstract: Warehouse management system is an indispensable part of the enterprise. A warehouse management system with high efficiency can provide 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 advantages 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 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 moduleKeywords:Warehouse management, JSP, MySql database目 录1 绪论 41.1 开发背景 41.2 开发意义 41.3 本文组织结构 42 系统解决方案 52.1JSP 语言概述 52.2SSH 框架 52.3MySql 数据库 52...