摘 要
使用24小时便利店配送系统管理便利店的配送,不仅实现了智能化管理,还提高了管理员的管理效率,用户实现的功能也需要24小时便利店配送系统来提供。
设计24小时便利店配送系统是本文的目标,24小时便利店配送系统是一个不断创新的系统,创新是将系统框架进行结合,经过很长一段时间了解了前后端开源框架之后,最终选择了asp.net技术,以开源框架为基础实现了24小时便利店配送系统。为了实现编程语言选择采用C#来实现系统代码和采用数据库SQL Server来存储系统中的信息。
关键词;便利店配送;asp.net技术;SQL Server
Abstract
Using the 24-hour convenience store distribution system to manage the distribution of convenience stores not only realizes the intelligent management, but also improves the management efficiency of administrators. The functions realized by users also need to be provided by the 24-hour convenience store distribution system.
The goal of this paper is to design a 24-hour convenience store distribution system. The 24-hour convenience store distribution system is a continuously innovative system. The innovation is to combine the system framework. After a long time of understanding the front-end and back-end open source frameworks, we finally chose the asp. net technology to realize the 24-hour convenience store distribution system based on the open source framework. In order to realize the programming language, C # is used to realize the system code and SQL Server is used to store the information in the system.
Key words:Convenience Store Delivery;asp.net Technology;SQL Server
目 录
2.1 C#语言
C#专为.NET定制语言而设计,以充分利用.NET的组件。程序员能在Visual Studio中编写各种基于.NET平台的应用程序,.NET提供了一系列的工具和服务来最大程度地开发利用计算与通讯领域。
2.2 MVC模式
MVC是最常用的一种软件开发方式,它可以将整个系统划分成模型、视图和控制器三大类。在此流程中,该模式可以将个性化推荐购物系统的所有资料进行打包,并与数据库表格进行对应,并可以使用SQL语句进行数据的操作,无需考虑到前端接口的处理。该视图层可以代表服务器的用户操作接口,可以将数据存储到前面的接口中,而视图层则要求相应的数据模式进行相应的处理。该控制器可以对由用户所提出的数据请求进行处理,并具有多种组织功能。
2.3 SQL Server数据库
SQL Server是一款可信任、高效、智能的数据库软件管理系统,它可以对数据进行查询,编码,分析等操作,它能让管理员更加高效的处理业务数据。数据库时管理系统的基础与核心,数据库设计的优劣将直接影响系统的性能,SQL Server考虑到本系统在实际使用过程中产生的数据体量及数据规范性
3 需求分析
3.1 功能需求
图3.1 用户用例图
图3.2 配送员用例图
图3.3 管理员用例图