摘 要:近年来随着社会经济和互联网事业的飞速发展,以计算机与网络为基础的信息技术正处于蓬勃发展的时期。所以本系统是一个中小型的网上商城购物系统,采用Microsoft Visual Studio 2013作为开发工具,语言采用的是C#,框架是ASP。NET,数据库是SQL Server,服务器是IIS,整个系统界面友好、操作灵活、实用简便,也很符合目前国内流行的电子商务模式。在本系统中,用户可以实现注册用户、登录系统、分类查询各种商品信息、管理购物车、线下结账和查看订单信息等功能操作。而且管理员通过后台管理模块可以实现对用户、商品、订单和系统的管理等功能。91974
毕业论文关键词:网上商城购物系统,管理系统,Microsoft Visual Studio,C#,ASP。NET,SQL Server
ABSTRACT:With the development of the rapid development of social economy ,the rapid development of computer industry, information system based on computer and network technology as the foundation is in a period of vigorous development。So The system uses the Microsoft Visual Studio as development tool,ASP。NET development environment, using SQL Server as the database development system, using IIS as the server is running, the system has the advantages of simple operation, friendly interface, flexible and practical。 Users can register, login, modify personal information, classified query commodity information, shopping, shopping cart, checkout and management view the various terms of service function and system。 Through the background management module can realize backstage management of membership, goods, logistics, order and system management functions。
KEYWORDS: online mall shopping system,management system,Microsoft Visual Studio,C#,ASP。NET,SQL Server
目 录
1 绪 论 5
1。1选题背景 5
1。2 网上商城购物系统描述 5
2 系统的开发环境及技术简介 6
2。1 开发工具 Microsoft Visual Studio 2013 6
2。2 数据库SQL Server 6
2。3 B/S体系结构 6
2。4 开发框架asp。net 7
2。5 开发语言C# 7
2。6 开发运行环境 8
3 系统需求分析 8
3。1功能需求设计 8
3。2可行性分析 9
3。3 系统运行流程图 10
4数据库设计 11
4。1概念模型设计 11
4。2数据库逻辑模型 12
4。3数据库表设计 14
5系统设计与实现 19
5。1网站主界面 19
5。2网站首页用户登录 19
5。3用户注册界面 21
5。4后台登录界面 22
5。5后台管理主界面 24
5。6添加商品主界面 25
6系统的调试与测试 28
6。1软件测试的目的 27
6。2 测试方法