您现在的位置:多问网软件下载毕业设计论文计算机毕业设计JSP毕业设计电脑仓库物流管理系统设计(JSP+Struts+Hibernate+MySql)(精品)☆下载

电脑仓库物流管理系统设计(JSP+Struts+Hibernate+MySql)(精品)☆

  • 名称:电脑仓库物流管理系统设计(JSP+Struts+Hibernate+MySql)(精品)☆
  • 类型:JSP毕业设计
  • 授权方式:免费版
  • 更新时间:06-09 23:51:05
  • 下载要求:无需注册
  • 下载次数:980
  • 语言简体中文
  • 大小:0 Bytes
  • 推荐度:3 星级
电脑仓库物流管理系统设计(JSP+Struts+Hibernate+MySql)(精品)☆简介

标签:JSP毕业设计论文,JSP毕业论文,JSP源代码, 本站提供电脑仓库物流管理系统设计(JSP+Struts+Hibernate+MySql)(精品)☆免费下载,http://www.duowen123.com

摘  要:随着我国经济的飞速发展,如何有效地管理仓库产品,对这些企业来说是非常重要的,仓库管理的重点是销售信息能否及时反馈,从而确保企业运行效益。而仓库管理又涉及入库、出库的产品、经办人员及客户等方方面面的因素,如何管理这些信息数据,是一项复杂的系统工程,对信息的规范管理、科学统计和快速查询,减少管理方面的工作量,同时对于调动广大员工的工作积极性,提高企业的生产效率,都具有十分重要的现实意义。
本文介绍了如何运用J2EE各项技术、Web服务器和Mysql数据库来实现(B/S)三层结构的管理信息系统。所运用的J2EE主要技术有Struts,Jsp,Hibernate等。前台使用jsp页面,后台是Java结合Struts框架,使用MySql数据库,Jsp采用标识简化页面开发,可以生成可重用的组件,加速工程的开发进度。而Struts框架使系统的表现层与逻辑层分离这样既便于系统的维护扩展也便于团队开发
论文中详细阐述了系统的设计目标、总体架构及各功能模块的详细设计。系统包括仓管部信息管理系统(含入库管理、仓库信息管理、出库管理、库检信息管理等);管理部信息管理系统(含报表管理、审批管理、人员信息管理)。该系统提高了仓库管理工作的效率,提高企业的生产效率。

关键词:物流管理 ; 效率; 方便
 
毕业设计(论文)外文摘要
Design and Implementation of Shankou Warehouse Logistics Management Systems
Abstract: With the rapid development of China's economy, how to effectively manage the storage products is very important, Warehouse Management will focus on the timeliness of sales information feedback, in order to ensure effective operation. And warehouse management also involves all aspects of factors such as storage, a library, staff and managers, how to manage these information and data, is a complex systems engineering. which is the standard management information, statistics and rapid scientific inquiry, to reduce the workload of management and at the same time to mobilize the broad masses of staff for the work to increase the productivity of enterprises all is of great practical significance.
This article also introduces the method of using different kinds of J2EE's techniques, the Web server and the Mysql database to achieve a Management Information System in a three-layer structure, in which applied J2EE techniques mainly include JSP, Struts,Jsp,Hibernate , etc. This system onstage uses the jsp page, the backstage is Java unifies the Struts frame, uses the MySql database,  Jsp uses the marking simplification page development, may produce the module which may entrust with heavy responsibility, the acceleration project development progress. But the Struts frame causes the system the performance level and the logical level separates is like this already advantageous for the system maintenance to expand is also advantageous for the team to develop
The article particularly introduces the design object of the system, the overall structure and detailed design of all system function modules .The whole system can be divided into two parts: Department Information Management, Management Information Management. Storage management, Warehouse inspection management, a database management, reporting management, examination and approval management, and personnel information management. This system improve the efficiency of warehouse management, increase the productivity of enterprises.

Keywords: Logistics Management; Efficient; Convenience

各章内容简介
第一章是引言, 在引言内对课题的研究背景与研究的目的、意义,同时对山口电脑公司的架构进行简单介绍,并且简单的介绍了一下系统开发内容,同时在开发系统之前对现有系统的调研以及开发本系统的可行性分析,还有对论文各章内容的介绍、全文的组织结构。
第二章是需求分析(RD)阶段,首先对NUL模型进行了简单介绍,接着介绍了设计的总体思想和结构以及分析问题的领域,通过面向对象的分析方式用户角色及相关的权限,并根据分析结果得出系统流程图与数据流图,进一步得出整个系统的功能结构模块。
第三章是概要设计,根据需求分析阶段得到的资料,得出系统用例图以及相应的用例说明,并对数据库进行初步设计。
第四章是详细设计阶段,在此阶段,主要对出库模块与仓库信息模块进行设计,主要涉及到出库信息与仓库信息的界面设计、类图设计与时序图设计。并对数据库进行定义,得出数据库表。
第五章是用户手册,给出了系统的功能简介、系统运行环境与系统安装以及操作指南。
第六章是系统评价部分,给出了系统的特色、系统存在的不足和改进方案等,在最后是毕业设计心得体会。
在最后,是致谢和参考文献等内容。

软件平台:
操作系统:Windows XP;
数据库:MySQL;
开发工具:MyEclipse,Tomcat6.0,JDK5.0以上;
浏览器:IE6.0以上

 








目   录   25000字
1 引言    1
1.1  公司简介    1
1.2  公司组织机构情况    2
1.3  系统需求分析    2
1.4  可行性分析    5
1.4.1  经济可行性    5
1.4.2  技术可行性    5
1.4.3  操作可行性    5
1.4.4  法律可行性    5
1.5  各章内容简介    5
2 需求分析(RD)    7
2.1  UML的简介    7
2.2 设计的总体思想和结构    8
2.3 分析问题的领域    9
2.4 发现对象    9
2.5用户角色定义及主要权限    9
2.6系统流程图    10
2.7系统数据需求(数据流图)    11
2.8系统的功能结构模块    14
3 概要设计    16
3.1系统用例图(USE CASE)    16
3.1.1工作人员用例图    16
3.1.2仓库管理人员用例图    17
3.2 用例说明    17
3.2.1 提交入库信息用例概述    17
3.2.2 查看审批状态用例概述    19
3.2.3 查看货品信息用例概述    20
3.2.4 添加货检信息用例概述    21
3.2.5 查询货检信息用例概述    22
3.3 数据库设计    24
4 详细设计    26
4.1系统设计模式    26
4.1.1 系统类图    26
4.1.2 系统时序图    27
4.2出库模块详细设计    27
4.2.1出库界面设计    27
4.2.2出库主要类图    28
4.2.3出库主要时序图    29
4.3 仓库信息模块详细设计    29
4.3.1仓库信息界面设计    29
4.3.2仓库信息主要类图    30
4.3.3仓库信息主要时序图    30
4.4数据库定义    31
4.4.1数据库表    31
4.4.2数据库的完整性和安全性    42
4.5 代码设计(CD)    43
4.5.1 代码设计的原则    43
4.5.2 代码设计    43
4.5.3 代码校验    44
5 用户手册    45
5.1 系统功能简介    45
5.2 系统运行环境与系统安装    45
5.2.1 系统运行环境    45
5.2.2 系统安装手册    46
5.3 系统操作指南    46
6 系统评价    48
6.1 系统特色    48
6.2 系统存在的不足和改进方案    48
6.2.1 系统存在的不足    48
6.2.2  改进方案    48
6.3 毕业设计心得体会    49
结  论    50
致  谢    51
参 考 文 献    52

管理系统(17)仓库(4)物流(4)MySql(14)JSP(107)Struts(5)Hibernate(2)电脑(1)

,大小:0 Bytes
相关热词搜索: tag: JSP毕业设计,JSP毕业设计论文,JSP毕业论文,JSP源代码,毕业设计论文 - 计算机毕业设计 - JSP毕业设计
上一篇:试卷题库生成系统的设计与实现(Eclipse+JSP+SQL000)
下载评论
联系我们 | 网站地图 | 范文大全 | 管理资料 | 驾照考试 | 教学资料 | 名言大全 | 软件下载
Copyright @ 多问网 all rights reserved
学生评语_教案设计_小学语文试卷
1 2 3 4 5 6 7 8 9 10 11 12