网站地图| 免费获取|
毕业论文网
  • 网站首页|
  • 论文范文|
  • 论文降重|
  • 职称论文发表|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 原创论文|
  • 论文开题报告
搜索

当前位置:毕业论文网 -> 论文下载 -> 资料论文下载 -> 基于ASP.NET平台的潮流服装电子商务网站的设计与实现
行政管理论文范文| 物流管理论文资料| 人力资源论文| 工商管理论文| 旅游管理| 财管管理论文| 工程管理| 安全管理| 乡镇企业管理| 电视制片管理| 文化产业管理| 物业管理|
工程管理论文资料| 工商管理论文下载| 信息管理论文| 人力资源论文| 酒店管理| 免费物流论文| 工商管理| 行政管理| 物流专业论文| 免费旅游论文| 行政管理论文| 人力资源|

基于ASP.NET平台的潮流服装电子商务网站的设计与实现

本文ID:LW21204 字数:12450,页数:43 价格:¥50.00 → 信用说明

以下为论文简介,扫一扫付款马上可获取全文,付款金额见标题右下角。付款后请把付款结果截图及本篇论文的网址或者论文ID发给客服,客服核实后,马上将论文发到您的邮箱或者在线传送给您。客服QQ:17304545 点击这里给我发消息   微信:17304545 扫一扫 扫一扫
本站会员可自行下载:下载地址 基于ASP.NET平台的潮流服装电子商务网站的设计与实现 (收费:5000 积分)  如何获取积分?
基于ASP.NET平台的潮流服装电子商务网站的设计与实现

^论文字数:12450,页数:43

摘  要
 基于ASP.NET的潮流服饰电子商务网站,打破了传统的购买服饰只能到实体店的方式。通过本网站可以方便的在网上购买服饰,突破了地域和时间上的限制,不需要建立很庞大的店面,从而提高了工作效率,节约了成本;采用了多种支付方式,可满足不同的人群;管理员可以对商品、用户,管理员、评论等进行方便灵活的管理;购物车功能模拟了传统购物方式中的购物车,使用户感觉到在线购物的方法和传统的购物方法非常相似,使购物更加简单、方便、易行。
 系统的实现技术采用了当前很成熟而且也非常流行的ASP.NET技术,由于ASP.NET具有性能高,多种语言的支持功能,可扩展性和伸缩性强,开发效率高等诸多优点,所以我采用了ASP.NET技术来开发系统,而且要是ASP.NET技术和SQL Server 数据库配合使用那更是中小型企业的上上之选。
关键词: 潮流服饰,网上购物,ASP.NET, SQL Server 2000,购物车
ABSTRACT
 This development of graduation project is the on-line style trappings shopping mall based on ASP.NET, broke the traditionally way to buy the trappings products only have to arrive the stores. To break through in the region and the time limit, people do not need to establish the very huge shop front, thus enhanced the working efficiency and saved the cost; using the all kinds of payments method, may satisfy the different crowd; The managers are able to carry on the convenience management for the products, the user, the manager, the commentary and so on. The shopping vehicle simulate the function of traditional shopping vehicle, causes the user to feel on-line shopping method and traditional shopping method extremely similar, simply causes the shopping to be convenient and easy.
 This realization technology of system has used currently very mature and the extremely popular ASP.NET technology, due to ASP.NET has many merits such as the high performance, all kinds of languages support function, the strong extension and the elasticity, development efficiency is higher. Therefore I used the ASP.NET technology to develop this system, if the ASP.NET technology and SQL the Server database joined, which is the good way of small and medium-sized enterprise’ in electing.
Keywords: Style trappings, On-line Shopping Mall, ASP.NET, SQL Server 2000, Shopping vehicles

目录
摘  要 I
ABSTRACT II
第1章 引言 1
1.1 设计背景 1
1.2 课题研究的目的和意义 2
1.3 设计方法 2
第2章 ASP.NET技术介绍 4
2.1 ASP.NET概述 4
2.1.1 ASP.NET的5大内置对象及其功能 4
2.1.2 客户机/服务器结构 4
2.1.3 C/S模式的主要优点 5
2.2 数据库访问技术 7
2.2.1 ADO 7
2.2.2 ASP.NET利用ADO.NET访问数据库 8
2.3 数据库SQL Server 2000 9
2.4 客户/服务器程序设计原则 10
第3章 系统总体设计 11
3.1 用户注册流程 11
3.2 购物流程 12
3.3 功能模块划分 13
3.4 系统前台需求 13
3.5 系统后台需求 14
3.6 数据库设计 14
3.6.1 数据库结构设计 15
3.6.2 数据库详细设计 17
3.7 通用模块设计 21
3.8 系统总体设计思想 21
3.8.1 用户控件 21
3.8.2 购物车的运用 22
第4章 系统模块设计与实现 23
4.1 系统前台功能模块 23
4.1.1 网站主页面 23
4.1.2 用户注册页面 24
4.1.3 产品分类页面 25
4.1.4 购物车页面 27
4.1.5 用户管理页面 28
4.1.6 用户留言页面 29
4.2 后台功能模块 29
4.2.1 管理员界面 29
4.2.2 商品管理功能 30
4.2.3 供应商管理功能 31
4.2.4 用户管理功能 31
4.2.5 订单管理功能 32
4.2.6 留言板功能 32
第5章 运行和调试 33
第6章 结束语 37
致谢 38
参考文献 39

基于ASP.NET平台的潮流服装电子商务网站的设计与实现由毕业论文网(www.huoyuandh.com)会员上传。
原创论文资料流程 相关论文
上一篇:基于ASP的图书信息管理系统设计与.. 下一篇:基于.NET的ERP沙盘辅助教学系统的..
推荐论文 本专业最新论文
Tags:基于 ASP.NET 平台 潮流 服装 电子 商务网站 设计 实现 2011-08-28 15:36:26【返回顶部】
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文资料


毕业论文网提供论文范文,论文代发,原创论文资料

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 17304545@qq.com

Copyright@ 2009-2020 毕业论文网 版权所有