{$cfg_webname}
主页 > 计算机 > JSP >

零食网上超市销售管理系统的设计(MVC,MySQL)

来源:wenku163.com  资料编号:WK16313269 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK16313269
资料介绍

零食网上超市销售管理系统的设计(MVC,MySQL)(任务书,开题报告,论文说明书13000字,程序代码,MySQL数据库)
摘要
    本文主要阐述的是玖零零食网上超市销售管理系统这个典型的信息管理系统的开发背景和开发过程。详细记录了从需求分析,总体设计,详细设计到最终编码实现及调试系统的过程。基于现实中的零食超市,将销售业务网络化,基于动态网页开发技术,实现在线浏览零食信息,购买零食,并能通过后台与用户交互等功能。 
    玖零零食销售系统按照实际业务流程的需要,在MVC框架下,贯彻业务逻辑和页面代码分开的思想,从而提高所写方法的复用率,以及处理数据的速度。通过前后台信息管理、查询、统计等模块,开发语言是Java,后台数据库使用Mysql,通过Tomcat服务器实现了对与零食销售相关的各类信息的浏览、查询、添删改,统计等功能,完成了规范信息化管理销售流程的目标,具备实用性和可操作性的特点。同时通过限定可进入后台管理系统的角色,保证了数据的安全访问和数据安全性。
关键词:网上零食销售;信息管理系统;java开发

ABSTRACT
    This paper focuses on the development background and development process of the typical information management system of the supermarket sales management system. Detailed records from the needs analysis, the overall design, detailed design to the final code to achieve and debug the process of the system. Based on the reality of the snack supermarket, the sales network, based on dynamic web development technology, to achieve browsing online snack information, buy snacks, and through the background and user interaction and other functions.
    Jiuzero snack sales system in accordance with the needs of the actual business process, In the MVC framework, the implementation of business logic and the separation of the idea of the page code, thereby improving the reuse rate of the written method, as well as the speed of processing data.Through the front and back information management, query, statistics and other modules, the development language is Java, the background database using Mysql, through the Tomcat server to achieve the various types of information related to snack sales browsing, query, add, delete ,change relevant information, statistics and other functions, to complete the norms of information management sales process objectives, with practical and operational characteristics. At the same time through the limited access to the background management system to ensure that the data security access and data security.
Key words: Online snack sales; Information management system; Java development
1.5 设计内容与设计方法
1.5.1 系统目标
    本系统主要的目标是实现零食的在线销售,订单管理与发送。同时实现零食信息和用户信息的规范化管理,让用户足不出户就能购买零食,有很好的用户体验。
1.5.2 基本内容
    基本内容:1.面向管理员:管理员注册和登录管理;零食售价和特价管理;商品信息管理;公告管理;友情链接管理;评论管理;留言与评价回复与处理等;零食库存管理等。
    2.面向用户:客户注册管理,登录管理,购物车管理;付款管理,收藏零食管理,留言和管理,评论管理,个人信息的维护以及修改管理等。
3.面向商品:主要的业务包括:选择零食,购买零食,支付零食,寄送零食。零食的推介和查询管理,零食口味和质量的评价展示管理;存货展示管理;筛选排序商品管理;特价商品的促销以及展示管理等。
开发工具:MyEclipse
开发语言:Java
数据库:MySQL
Web服务器:Tomcat
 

零食网上超市销售管理系统的设计(MVC,MySQL)
零食网上超市销售管理系统的设计(MVC,MySQL)
零食网上超市销售管理系统的设计(MVC,MySQL)


目  录
第1章 绪论    1
1.1 零食网上超市管理系统的开发背景    1
1.2 设计的目的及意义    1
1.3 国内外研究现状    2
1.3.1 国内研究现状    2
1.3.2 国外研究现状    2
1.4 相关技术和理论介绍    3
1.5 设计内容与设计方法    3
1.5.1 系统目标    3
1.5.2 基本内容    4
1.5.3 拟采用的技术方案与措施    4
第2章 系统分析    6
2.1 需求分析    6
2.1.1 用户需求分析    6
2.1.2 管理员需求分析    6
2.2 可行性分析    6
2.2.1 经济上的可行性    6
2.2.2 技术上的可行性    6
2.2.3 可靠性和安全性可行性分析    6
2.2.4 组织可行性分析    7
2.3 业务流程分析    7
2.4 数据流程分析    9
2.5 数据字典    10
2.5.1 数据元素    10
2.5.2 数据流    10
2.5.3 数据存储    11
2.5.4 外部实体    12
2.5.5 数据处理    12
第3章 系统设计    13
3.1 系统总体设计    13
3.1.1 功能模块结构设计    13
3.1.2 物理配置方案设计    15
3.2 系统详细设计    15
3.2.1 数据库设计    15
3.2.2 编码设计    24
3.2.3 输入输出及界面设计    25
第4章 系统实施    29
4.1 开发环境与开发工具选择    29
4.2 系统调试    29
4.2.1 系统调试目的    29
4.2.2 系统调试方案    29
4.2.3 调试计划执行情况    29
4.3 系统测试    30
4.3.1 系统测试计划的制定    30
4.3.2 系统测试用例的设计    30
4.3.3 系统测试计划的执行    31
4.3.4 缺陷管理与改错    31
第5章 结论    32
参考文献    33
致谢    34

推荐资料