毕业设计(论文)资料
设计(论文)题目:
基于 S2SH 的超市管理系统
I
摘 要
如今科技迅猛发展的今天台,各种管理系统已应用到社会的各个领域。各个大小企
业无论规模如何,都充分意识到传统的手工管理模式已经逐渐不能适应时代的发展,为
了更好的发展,纷纷开发适合自己的管理系统。
通过超市管理系统这个平台,可以实现小型超市管理的信息化、网络化、系统化、
规范化,使工作人员从繁杂的数据查询和统计中解脱出来,减少工作量。系统的主要功
能包括:商品分类管理、商品管理、入库管理、出库管理、库存信息浏览、商品管理、
供应商 管理等。
本系统前台主要使用 JSP 作为开发语言,后台使用 Mysql 作为数据库管理系统,开
发环境是 MyEclipse,服务器采用 tomcat,开发出的一个基于 Web 技术的 B/S 结构的超
市管理系统。
关键词:小型超市,SSH,B/S 结构
II
ABSTRACT
With the rapid development of science and technology, all kinds of management systems
have been applied to each field of the society. Various size enterprises regardless of size, are
fully aware of the traditional manual management mode has not adapted to the development
of the times, in order to better development, in development for the management system.
Through this platform, Zhonghui group management system, can be achieved Zhonghui
group management informatization, network, systematic, standardized, so that staff free out
from the complicated data query and statistics, reduce the workload. The main functions of
the system include: production workshop management, food management, warehousing
management, inventory management, information browsing, food management, supplier
management.
The front of the system using JSP as the development language, the background using
Mysql as the database management system, the development environment is MyEclipse, the
server using tomcat, developed a management system based on B/S structure Zhonghui group
by Web technology.
Keywords: Zhonghui group,SSH,B / S structure
III
目 录
摘 要....................................................................................................................I
ABSTRACT .........................................................................................................II
第一章 绪论.........................................................................................................1
1.1 课题背景........................................................................................................................1
1.2 目的和意义....................................................................................................................1
1.3 开发工具及技术............................................................................................................1
1.3.1 开发工具..............................................................................................................1
1.3.3 JavaScript.............................................................................................................3
1.4 软硬件需求....................................................................................................................3
第二章 需求分析.................................................................................................4
2.1 需求调研........................................................................................................................4
2.2 可行性分析....................................................................................................................4
2.2.1 技术的可行性......................................................................................................4
2.2.2 经济的可行性......................................................................................................4
2.2.3 操作可行性..........................................................................................................5
2.2.4 法律的可行性......................................................................................................5
2.3 系统用户用例图............................................................................................................5
2.3.1 管理员用例图......................................................................................................5
2.4 功能模块需求分析........................................................................................................6
2.5 设计的基本思想............................................................................................................7
2.6 性能需求........................................................................................................................7
2.6.1 系统的安全性......................................................................................................7
2.6.2 数据的完整性......................................................................................................7
2.7 界面需求........................................................................................................................8
第三章 系统分析与设计.....................................................................................8
3.1 数据库的分析与设计....................................................................................................8
3.1.1 数据库的概念结构设计......................................................................................9
3.1.2 数据库的逻辑结构设计....................................................................................11
3.1.3 数据库的连接原理............................................................................................14
第四章 系统功能实现.......................................................................................14
4.1 系统登陆页面实现......................................................................................................15
4.2 系统首页设计..............................................................................................................17
4.3 商品管理模块..............................................................................................................17
4.4 入库申请管理..............................................................................................................20
IV
4.5 商品分类管理..............................................................................................................21
4.6 库存统计.....................................................................................................................23
4.7 安全退出系统..............................................................................................................23
第五章 系统测试...............................................................................................23
5.1 系统测试目的与意义..................................................................................................23
5.2 测试过程......................................................................................................................24
5.2.1 主页面的登录模块测试....................................................................................24
结 论.................................................................................................................25
参考文献.............................................................................................................26
致 谢.................................................................................................................27