《明星运动专卖店管理系统的设计与实现》-公开DOC·毕业论文

上传人:zhuma****mei1 文档编号:136407979 上传时间:2020-06-28 格式:DOC 页数:62 大小:2.18MB
返回 下载 相关 举报
《明星运动专卖店管理系统的设计与实现》-公开DOC·毕业论文_第1页
第1页 / 共62页
《明星运动专卖店管理系统的设计与实现》-公开DOC·毕业论文_第2页
第2页 / 共62页
《明星运动专卖店管理系统的设计与实现》-公开DOC·毕业论文_第3页
第3页 / 共62页
《明星运动专卖店管理系统的设计与实现》-公开DOC·毕业论文_第4页
第4页 / 共62页
《明星运动专卖店管理系统的设计与实现》-公开DOC·毕业论文_第5页
第5页 / 共62页
点击查看更多>>
资源描述

《《明星运动专卖店管理系统的设计与实现》-公开DOC·毕业论文》由会员分享,可在线阅读,更多相关《《明星运动专卖店管理系统的设计与实现》-公开DOC·毕业论文(62页珍藏版)》请在金锄头文库上搜索。

1、平顶山学院本科毕业设计 PINGDINGSHAN UNIVERSITY 毕业论文毕业论文( (设计设计) ) 题题 目目: : 明星运动专卖店管理系统明星运动专卖店管理系统 的设计与实现 院院 ( ( 系系 ) ): : 软件学院 专业年级专业年级: : 软件工程 2008 级 姓姓 名名: : 学学 号号: : 081530247 指导教师指导教师: : 讲师 20112011 年年 1111 月月 5 5 日日 平顶山学院本科毕业设计 明星运动专卖店管理系统的设计与实现 摘 要 目前,各类专卖店对庞大的商品进货、销售、库存以及顾客消费等信息 的管理,已经从收银机的使用发展到各种专卖店管理系

2、统的使用。明星运 动专卖店管理系统是一个能够满足运动品专卖店多方面需求的专卖店管理系 统。通过该系统,可以 从根本上满足运动品专卖店的高效管理、操作方便、 降低成本的要求 。 本文根据目前运动品专卖店的实际管理需求,选用B/S 结构的 MVC 设 计思想实现系统分层的开发,并采用Struts 和 Hibernate 框架设计了一个 明星运动专卖店管理系统。该系统有六个主要的功能模块,分别是采购管理 模块、前台管理模块、批发管理模块、人事管理模块、账务管理模块和仓库 管理模块。系统实行的是店长、会计和收银员角色的不同权限操作,店长的 主要职责是进行人事管理和账务管理,会计主要的职责是进行账务管理

3、、采 购管理、仓库管理,收银员主要的职责是进行前台管理和批发管理。该系统 是一个易用、高效和易管理的运动品专卖店管理系统,能够使运动品专卖店 对商品、用户和会员等信息地管理更加合理化、及时化,以便专卖店有效的 管理与长久的发展。 本文对 Struts 和 Hibernate 框架进行了详细研究和分析, Struts 框 架为采用 MVC 模式开发分层架构中的 web 层提供了优秀的解决方案,而 Hibernate 解决了 Java 对象和关系数据库之间的阻抗不匹配问题,避免了 采用面向关系的 JDBC 方法来开发持久层的缺点。 本文阐述了明星运动专卖店 管理系统的背景、研究现状及发展趋势,介绍

4、 了系统开发所使用的环境、工具以及开发语言,并对相关的开发技术进行了阐 述。按照软件开发的生命周期论述了系统分析、概要设计、详细设计和代码实 现的过程。 关键词:关键词:运动专卖,MVC,Struts,Hibernate 平顶山学院本科毕业设计 MANAGEMENT SYSTEM OF STAR SPORTS STORE Abstract At present, all kinds of large stores of goods for purchase, sales, inventory and customer consumption management has been develo

5、ped from the use of cash registers to the use of a variety of store management system. The management system of star sports store management system is a sporting goods store which is deigned to meet various needs of the store. It meet the sporting goods store and efficient management, ease of operat

6、ion, cost reduction requirements basically by the system.This paper is based on the demand of current sporting goods store the actual management, has used the B/S structure of the MVC to achieve the development of the system layer, using Struts and Hibernate frameworks designed a star sports store m

7、anagement system, which has six main modules, purchasing management module, management module front, wholesale management modules, personnel management, accounting management module, and warehouse management module, which is practiced manager, accounting and cash register the role of different membe

8、rs of privileged operations, the main responsibility of manager is to carry out personnel messages and account messages, what the major responsibility of accounting is to manage account,purchasing and warehouse,cashier primary responsibility for conducting future management and wholesale management.

9、 The system is an efficient ,easy using and management of sporting goods stores, enabling sporting goods store of goods, user and membership information to rationalize the management, in-time, it is good for store effective management and long-term development.The paper has researched and analysised

10、 Struts and Hibernate framework detailly, struts framework has provided a good solution for the development of the MVC pattern in web-tier layered architecture, Hibernate has resolved the problem of mismatching of the java objects and relational database impedance and avoided the relationship orient

11、ed approach to development of JDBC persistence layer of the shortcomings. This paper expounds the system background, research and development ,introduce the system development environment, development tools and the use of language.And the development of relevant technology in detail.In the software

12、development life cycle describes the system analysis, the outline design, detailed design and the code realization process. 平顶山学院本科毕业设计 Keywords: sports store, MVC, Struts, Hibernate 平顶山学院本科毕业设计 目 录 1 绪论.1 1.1 课题研究背景及意义.1 1.2 国内外研究状况.2 1.3 论文的主要工作.2 1.4 论文的组织安排.3 2 技术与工具介绍.5 2.1 Web 应用的分层架构.5 2.2 MVC 模式.6 2.3 Struts 框架和 Hibernate 技术.7 2.3.1 Struts 概述.7 2.3.2 Struts 体系结构.7 2.3.3 Hibernate 概述 .8 2.3.4 Hibern

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 学术论文 > 毕业论文

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号