论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 其他专业论文
毕业论文标题:

基于ASP.NET平台的皮革城电子商务网站的设计与实现

 本文ID:LWGSW17021 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 基于ASP.NET平台的皮革城电子商务网站的设计与实现 (收费:5000 积分)  

论文字数:18971,页数:57

摘  要

 近年来,随着Internet的迅速崛起,互联网已成为收集发布信息的最佳渠道并逐步进入传统的流通领域。于是电子商务开始流行起来,越来越多的商家在网上建立在线商店,向消费者展示出一种新颖的购物理念。
 基于.net的皮革城电子商务网站,打破了传统的购买皮货只能到实体店的方式。通过本网站可以方便的在网上购买皮货,突破了地域和时间上的限制,不需要建立很庞大的店面,从而提高了工作效率,节约了成本;采用了多种支付方式,可满足不同的人群;管理员可以对商品、用户,管理员、公告、广告、评论、消息等进行方便灵活的管理;购物车功能模拟了传统购物方式中的购物车,使用户感觉到在线购物的方法和传统的购物方法非常相似,使购物更加简单、方便、易行。
 系统的实现技术采用了当前很成熟而且也非常流行的ASP.NET技术,由于asp.net具有性能高,多种语言的支持功能,可扩展性和伸缩性强,开发效率高等诸多优点,所以我采用了ASP.NET技术来开发系统,而且要是ASP.NET技术和SQL Server 数据库配合使用那更是中小型企业的上上之选。为了方便代码的管理、提高开发效率和代码的重用性,系统中分别采用了三层架构的代码管理方式和组建,用户控件、自定义服务器控件的使用。
 
关键词 皮革城,网上购物,ASP.NET, SQL Server 2000,购物车,三层架构
 
 
 ABSTRACT

 In recent years, with the rapid rising of the Internet, the Internet has become the best channel of collection issue information and gradually enters the traditional circulation area. So the electronic commerce starts to get up popularly, more and more merchants establish the on-line shops, suggest one kind of new shopping idea to the consumer.
 This development of graduation project is the on-line leather city shopping mall based on .net, broke the traditionally way to buy the leather 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 announcement, the advertisement, the commentary, the news 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. For the convenience code management, the improvement of development efficiency and the code entrust with heavy responsibility the nature, this system has separately selected three overhead constructions code management methods and sets up, the user controls, the use of from definition in the server to control.
  
Keywords Leather City, On-line Shopping Mall, ASP.NET, SQL Server 2000, Shopping vehicles, Three Overhead Constructions

目录

摘  要 I
ABSTRACT II
第1章 绪论 1
1.1 设计背景 1
1.2 国内外的研究现状 2
1.3 课题研究的目的和意义 3
1.4 设计方法 4
第2章 ASP.NET技术介绍 5
2.1 ASP.NET概述 5
2.1.1 ASP.NET的5大内置对象及其功能 5
2.1.2 客户机/服务器结构 5
2.1.3 C/S模式的主要优点 6
2.2 数据库访问技术 7
2.2.1 ADO 7
2.2.2 ASP.NET利用ADO.NET访问数据库 9
2.3 数据库SQL Server 2000 10
2.4 客户/服务器程序设计原则 11
第3章 系统总体设计 12
3.1 用户注册流程 12
3.2 购物流程 12
3.3 功能模块划分 13
3.4 系统前台需求 14
3.5 系统后台需求 15
3.6 数据库设计 15
3.6.1 数据库概念结构设计 16
3.6.2 数据库逻辑结构设计 21
3.6.3 数据库详细设计 21
3.7 通用模块设计 27
3.8 系统总体设计思想 29
3.8.1 用户控件 29
3.8.2 管理员登录 29
3.8.3 购物车的运用 30
第4章 系统模块设计与实现 31
4.1 系统前台功能模块 31
4.1.1 网站主页面 31
4.1.2 用户注册页面 33
4.1.3 产品分类页面 34
4.1.4 企业分类页面 35
4.1.5 购物车页面 36
4.1.6 用户管理页面 38
4.1.7 用户评论页面 38
4.2 后台功能模块 40
4.2.1 管理员界面 40
4.2.2 商品管理功能 40
4.2.3 企业信息管理功能 42
4.2.4 用户管理功能 43
4.2.5 订单管理功能 45
第5章 运行和测试 47
第6章 结论 51
致谢 52
参考文献 53


相关论文
本论文在其他专业论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:某公司商业型网站设计与开发 下一篇:驾校管理信息系统
Tags:基于 ASP.NET 平台 皮革 电子 商务网站 设计 实现 【收藏】 【返回顶部】
会计论文
电子机电论文
金融论文
电气自动化论文
模具设计
化学工程与工艺
机械设计
电子通信论文
英语论文
行政管理论文
物流论文
电子商务论文
法律论文
国际贸易论文
财务管理论文
人力资源论文
市场营销论文
土木工程论文
工商管理论文
工程管理论文
汉语言文学论文
教育管理论文
测控专业论文
交通工程论文
旅游管理论文
新闻专业论文
艺术设计
教育技术学论文
应用物理学论文
轻化工程论文
德语专业论文
给水排水工程
服装设计与工程
食品生物技术
材料科学与工程
电视制片管理
工业工程论文
文化产业管理
包装工程论文
印刷工程论文
信息管理论文
制药工程论文
生物工程论文
电子信息工程
信息计算科学
电气工程论文
通信工程论文
财务会计毕业论文
电子商务毕业论文
现代教育技术
信息管理专业
心理学专业
数学与应用数学
数学教育
护理学毕业论文
其他专业论文
历史学论文
学前教育毕业论文
小学教育毕业论文
教育管理毕业论文
法律专业毕业论文
汉语言文学毕业论文
工商管理毕业论文
人力资源毕业论文
营销专业毕业论文
物流专业毕业论文
计算机论文
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供其他专业论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号