王宁-木林森超市会员管理系统设计与实现.doc
文本预览下载声明
Liaoning Normal University
(2014届)
本科生毕业论文(设计)
题 目: 木林森超市会员管理系统设计与实现
学 院: 计算机与信息技术学院
专 业: 计算机科学与技术
班级序号: 6班16号
学 号: 20101118050045
学生姓名: 王宁
指导教师: 崔晓松
2014 年5月
目 录
摘要 1
Abstract 1
前言 2
1 概述 3
1.1 系统的背景 3
1.1.1 系统的提出 3
1.1.2 系统的意义 3
1.2 系统的研究目标 3
2 系统开发技术 4
2.1 MVC模型 4
2.2 Struts概述 5
3 系统分析 6
3.1 系统可行性分析 6
3.2 系统需求分析 6
3.3 系统功能与说明 6
3.3.1 系统模块功能图 6
3.3.2 功能模块说明 7
4 系统设计与实现 8
4.1 环境配置 8
4.1.1 硬件环境 8
4.1.2 软件环境 8
4.2 功能模块设计 8
4.2.1 会员注册模块的设计 8
4.2.2 会员信息管理模块的设计 9
4.2.3 会员卡模块的设计 9
4.2.4 系统用户添加的模块设计 10
4.3 数据库设计 10
4.3.1 数据库设计与实现 10
4.3.2 数据库需求分析 10
4.3.3 数据库表结构 10
4.4 代码实现 12
4.4.1 系统首页 12
4.4.2 会员用户相关界面 14
4.4.3 系统用户相关界面 15
5 系统测试 17
5.1 测试项目 17
5.2 测试结果 17
6 总结与展望 19
6.1 系统设计总结与展望 19
参考文献 20
致谢 21
摘要:
本系统是专门设计适用于商家的会员管理系统。整体采用B/S架构开发,通过对系统深入细致的分析,以及对业务背景和需求的了解,结合流行成熟的Web开发技术J2EE,设计搭建双管理权限。系统的总体技术框架为JSP+Servlet+JavaBean。前台浏览器浏览,后台服务器直接连接MySQL数据库。通过各端计算机接入会员注册的各项事务,实现会员管理的规范性和安全性。同时作为会员信息管理系统的组成部分,将来可以有很好的扩展性和通用性。
关键字:会员管理;B/S;J2EE
Abstract:
This system is specially designed suitable for businesses of member management system. Overall adopts B/S architecture development, through the analysis of system detail, and the understanding of the business background and demand, combined with the popular mature J2EE Web development technology, design structures, double management authority. Systems overall technical framework for the JSP + Servlet + JavaBean. At the front desk to surf, directly connect the MySQL database backend server. Each customer end computer access members through the various transactions, realize the standardization of the member management, and security. At the same time as part of the membership information management system, can have very good expansibility and universality in the future.
Key words: member management;B/S;J2EE
前言
随着经济水平的发展,商家越来越注重会员制营销,据相关权威资料统计,老顾客所产生的销量是新顾客的5倍以上。老顾客通过口碑宣传会影响他们周边的消费群体,这样店面及品牌就可以得到稳定的成长,利润也就会稳定增长。在经济全球化的今天,建立以顾客为中心的经营战略是可以加强商家和消费者间的联系的最好方法。对商家来为顾客提供一流的服务,是商家建商家牌、实现差别化服务、取得竞争的利器。对于商家而言会员管理是必不可少的组成部分。
会员系
显示全部