(2020年)(店铺管理)中小型超市管理系统前台设计与实现(完整版)

上传人:精****库 文档编号:135269251 上传时间:2020-06-14 格式:DOC 页数:49 大小:996.22KB
返回 下载 相关 举报
(2020年)(店铺管理)中小型超市管理系统前台设计与实现(完整版)_第1页
第1页 / 共49页
(2020年)(店铺管理)中小型超市管理系统前台设计与实现(完整版)_第2页
第2页 / 共49页
(2020年)(店铺管理)中小型超市管理系统前台设计与实现(完整版)_第3页
第3页 / 共49页
(2020年)(店铺管理)中小型超市管理系统前台设计与实现(完整版)_第4页
第4页 / 共49页
(2020年)(店铺管理)中小型超市管理系统前台设计与实现(完整版)_第5页
第5页 / 共49页
点击查看更多>>
资源描述

《(2020年)(店铺管理)中小型超市管理系统前台设计与实现(完整版)》由会员分享,可在线阅读,更多相关《(2020年)(店铺管理)中小型超市管理系统前台设计与实现(完整版)(49页珍藏版)》请在金锄头文库上搜索。

1、本科毕业设计论文题 目 中小型超市管理系统前台设计与实现专业名称 计算机信息与技术 学生姓名 指导教师 毕业时间 设计论文毕业 任务书一、 题目: 中小型超市管理系统前台设计与实现二、 指导思想和目的要求:1指导学生综合运用所学的基础理论知识和专业技术知识分析和解决科研开发工作中的实际问题,培养学生的研发能力;2学习和掌握利用各种资料、知识分析和解决实际问题的思路及方法;3了解和掌握超市管理系统特点,学习超市系统相关内容模块;4通过实践,学习JAVA编程语言,掌握常用的编程技能,理解JAVA、MySQL等概念并能具体应用。5通过这次毕业设计,让我能够了解开发一个软件产品所要经历的基本过程,掌握

2、软件开发过程中的设计方法,实现方法以及测试方法,并最终能够提供一个有实用的软件产品。三、 主要技术指标:1使用JAVA提供的控件与数据库结合,可方便快速的开发信息管理系统2MySQL在该平台中的应用:创建数据库时如何建立和存取数据。 四、 进度与要求:1第1周:了解毕业设计任务和熟悉开发环境,准备相关资料;2第2周:设计基本方案、分析论证;3第 3周第 6周:设计方案研制开发;4第7周:中期检查;5第 8周第 9周:系统调试/验证、修改和完善;6第10周第11周:毕业设计论文及其相关技术资料文档的整理;7第 12 周第14周:准备毕业设计(论文)答辩,成果演示、验收。五、 主要参考书及参考资料

3、:【1】张孝祥, 徐明华, 单兴华 著Java基础与案例开发详解北京: 清华大学出版社2009年9月【2】埃克尔 著Java编程思想北京: 机械工业出版社2007年6月【3】卢瀚, 王春斌 著Java Web开发实战1200例北京: 清华大学出版社2011年1月【4】王志刚, 江友华 著MySQL高效编程北京:人民邮电出版社2005年7月【5】Watts S.Humphrey 著软件工程规范北京:清华大学出版社2006年8月【6】席国庆 著深入体验Java项目开发北京:清华大学出版社2011年7月【7】毕庶伟 著管理信息系统分析与设计北京:机械工业出版社1992年【8】张基温 著信息系统开发案

4、例北京:清华大学出版社1999年 【9】(美)Paul CJorgensen 著软件测试北京:机械工业出版社2009年3月学生 指导老师 院(系)主任 摘 要 随着科学技术的飞速发展,计算机在日常生活中应用越来越普及,利用计算机实现超市的管理系统已迫在眉睫。当超市发展到一定规模时,传统的常规管理、收银系统显然已经不能满足发展的需要,所以如何实现规范化,标准化的管理系统来提高超市的管理效率,就成为了一个新课题。21世纪是网络经济,电子商务信息化的天下,所以对于中小型超市开发一款经济、实用的管理软件是很有必要的。超市管理系统是市场上很流行的,在超市中最常用的一款软件,它主要包含以下几个模块:系统管

5、理员的设定,数据的录入和删除,数据的汇总和查询,进货和退货管理模块、销售模块、库存模块、人事管理模块、系统模块等,实现了对超市人员,超市商品等各个方面全面、及时、动态的管理。可以有效的利用最少的资源将整个超市联系成为一个整体。随着计算机网络技术以及数据库技术的迅速发展,管理信息系统得到了广泛应用。通过周密的设计,健壮的程序,可以将原本需要很多人力的事情,简化到一台PC机就可以完成,最大限度的降低了成本,同时也避免了错误,因此一个自动化的超市货品管理系统的开发非常必要。在此次系统的开发过程中,我主要负责超市前台的制作与实现。超市前台系统包括整体设计的框架,各模块的位置和功能,前台与后台的切换方式

6、,数据库的设计和后台样式的设计等工作。此次系统的设计我经过分析与考察之后,决定采用C/S即Client/Server (客户机/服务器) 结构,通过将任务合理分配到Client端和Server端,降低了系统的通讯开销,从而节省了成本。 当然服务器方面的设计我现在还力不能及的,但是相信以后通过学习之后一定可以实现。关键词:管理系统,数据库ABSTRACT With the rapid development of science and technology, computer application in daily life is becoming increasingly popular;

7、 the use of computer supermarket management system is imminent. When the supermarket development to a certain size, the conventional management, cash register systems apparently can not meet the needs of the development, so how to achieve standardization, standardization of management systems to imp

8、rove the management efficiency of the supermarket has become a new topic. The 21st century is the network economy, e-commerce information technology world, so for small and medium-sized supermarket to develop economical, practical management software is necessary. Supermarket management system is ve

9、ry popular on the market, the most commonly used piece of software in the supermarket, it mainly contains the following modules: system administrator setting, data entry, and delete data aggregation and query, purchase, and return management module, sales module, inventory module, personnel manageme

10、nt module, the system module, supermarket staff, supermarket goods comprehensive, timely and dynamic management. Can effectively use the least resources to the supermarket linked into an overall With the rapid development of computer network technology and database technology, management information

11、 systems have been widely applied. Through careful design, robust procedures, which require a lot of human things, reduced to a single PC can be completed, reduce costs, but also to avoid an error, an automated supermarket goods management system the development is very necessary. In the system deve

12、lopment process, I am responsible for the production of the supermarket front. Supermarket front system including the framework of the overall design, location and function of each module, foreground and background of the switching mode, database design and back-office style design. The design of th

13、e system after analysis and study, I decided to use the C / S Client / Server (Client / Server) structure, the tasks assigned to the Client side and Server side, to reduce the communication overhead of the system, thus saving costs. Of course, server-side design also force can not and I believe the

14、future by learning after a certain can be achievedKey words: Management system,Database目 录摘 要IABSTRACTII第1章 概 述11.1 超市系统的开发背景和意义11.2 本系统的开发目的和内容21.3 国内外超市管理系统的发展2第2章 开发环境和相关技术介绍42.1 Java 开发工具42.1.1 Java简介42.1.2 Java的特点52.2 开发环境运行平台eclipse简介62.3 数据库MySQL62.3.1 数据库MySQL简介62.3.2 数据库MySQL的特点7第3章 需求分析83.1 需求分析83.2 模块分析83.3 数据库分析93.4 可行性分析93.4.1 技术可行性93.4.2 操作可行性10第4章 总体设计114.1 系统目标设计114.2 系统功能模块设计114.3 系统数据库设计124.3.1 数据库总体设计124.3.2 后台数据库与前台连接13第5章 详细设计155.1 超市界面设计155.1.1 超市前台界面155.1.2 超市后台界面185.2 商品管理设计205.3 交易管理设计245.4 会员管理设计275.5 后台接口设计28第6章 软件测试306.1 软件测试的目标306.2 软件测试的准则306.3 软件

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

当前位置:首页 > 商业/管理/HR > 企业文档

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