1、 本本 科科 生生 毕毕 业业 论论 文文 论文题目:网论文题目:网上家具上家具销销售系售系统统的的设计与实现设计与实现 院系名称:院系名称:计算机科学与信息工程学院计算机科学与信息工程学院 专业名称:专业名称:计算机科学与技术计算机科学与技术 摘 要 本设计以 ASP.NET 为开发技术,以 SQL SERVER 2005 作为后台数据库,以 C#为开发语 言,阐述一个在线电子商务购物系统的设计思路,并对系统的具体实现进行分析。该系统 分为前台展示和用户中心、后台管理三个模块,其中前台管理模块包括会员登录、产品展 示、购物车,后台管理模块包括订单管理、库存管理、系统管理、用户管理、管理员管理
2、。 普通客户在浏览页面时,可以进行商品的浏览、购买、下定单、注册成为会员,查看和修 改用户信息等操作。管理员登录成功后,将进入后台管理模块,管理员可以进行商品的添 加、修改、删除,对用户订单进行处理,查询客户信息,以及对客户基本信息进行操作等。 通过这些前台、后台功能模块的设计,基本上实现了整个网上在线交易过程。经测试,系 统运行正确。 关键词:ASP.NET;SQL Server 2005;在线电子商务购物 Abstract This design with for development technology, with SQL SERVER 2005 as the backend da
3、tabase in c #, for developing language, this paper expounds an online e-commerce shopping system design, and implementation of system is analyzed. This system is divided into front desk management and management background two modules, which receptionist management module includes members login, pro
4、duct exhibition, shopping cart, background management module includes order anagement, inventory management, system management, user management, the administrator management. Ordinary customers in the browse pages, can undertake commodity browsing, purchase and order, registered membership, viewing
5、and modify user information operations. Administrator, will enter after login successfully background management module, the administrator can undertake commodity add, modify and delete, user order processing, inquires the customer information, as well as to the basic information about the clients o
6、peration, etc. Through these front desk, backstage function module design, basically realized the whole on-line transaction. By test of the operation of the system, correct. Keyword:ASP.NET;SQL Server 2005;Online e-commerce shopping 目 录 引引 言言. 1 第第 1 章章 系统分析系统分析 1 1.1 需求分析需求分析 . 1 1.2 可行性分析可行性分析 . 1 第第 2 2 章章 系统设计系统设计 2 2.1 系统目标系统目标 . 2 2.2 系统流程图系统流程图 . 3 2.3 系统功能结构系统功能结构 . 4 2.4 系统预览系统预览 . 4 2.5 构建开发环境构建开发环境 . 6 2.6 数据库设计数据库设计 . 6 2.7 文件夹组织结构文件夹组织结构 .12 第第 3 章章 详细设计详细设计 13 3.1 公共