闽江学院
本科毕业论文(设计)
题 目基于.NET网上购物系统设计与实现 学生姓名 学 号
系 别 软件学院 年 级 2012级 指导教师
职 称 完成日期 2014-04-20
专 业 软件工程
闽江学院毕业论文(设计)诚信声明书
本人郑重声明:
兹提交的毕业论文(设计)《基于.NET网上购物系统设计与实现》,是本人在指导老师 的指导下独立研究、撰写的成果;论文(设计)未剽窃、抄袭他人的学术观点、思想和成果,未篡改研究数据,论文(设计)中所引用的文字、研究成果均已在论文(设计)中以明确的方式标明;在毕业论文(设计)工作过程中,本人恪守学术规范,遵守学校有关规定,依法享有和承担由此论文(设计)产生的权利和责任。
声明人(签名):
年 月 日
摘 要
互联网时代的发展,人们渐渐的从传统购物模式走向互联网的电子商务购物模式。随着电子商务的发展和技术的成熟,人们对于网络购物系统的需求不断增加,网上交易总额正在日益扩大。电子商务的应用越来越普及,改变了的人们的生活方式和消费模式。我们的生活慢慢习惯了电子商务带来的便利,并且感受到了其中的无穷魅力。
在我们传统的购物模式中,人们购物的方式需要从商店、超市、购物中心等场所进行消费。商品的分布和质量影响着人们的购物效率,出行和寻找满意的商品占用了人们大量的时间和精力。由于互联网的普及和广泛应用,电子商务的兴起有效地解决了这个问题。随着网络技术和编程技术的成熟,采用ASP.NET编程技术和三层架构的开发模式,方便各大商家和消费者应用电子商务。这种方便、灵活、快捷的购物和销售方式,让人们在任何有互联网的地方都可以购买到喜欢的商品。
设计方案重点研究了网上购物系统所需的基本功能和数据库中数据关系的设计。设计包括用户登录,商品展示功能模块,购物车模块,用户订单功能模块,后台综合管理模块等等。
关键词:网上购物; B/S模式;ASP.NET;三层架构
Abstract
The development of Internet gradually enable people from the traditional mode of shopping to e-commerce shopping patterns. As the mature of electronic commerce and the development of technology, people are increasing get used to take advantage of online shopping system, total online transactions is growing significantly. The increasing popularity of e-commerce applications, it changed people's lifestyles and consumption patterns. Our lives slowly become accustomed to the convenience of e-commerce, and feel its charm.
In our traditional shopping mode, the way people shopping need to consume from shops, supermarkets, shopping malls and other places. Distribution and quality of the goods affecting the efficiency of people's shopping ,travel and finding satisfaction with the goods take up people a lot of time and effort. As the popularity of the Internet and widely used, the rise of e-commerce to effectively solve this problem. With the network technology and programming technologies mature, using ASP.NET programming techniques and the development of three-tier model, major businesses and consumers to facilitate the application of e-commerce. This convenient, flexible, and efficient shopping and sales, let people have the Internet at any place can be buy favorite products.
Design focuses on the design of the basic functions and database data relationships required for online shopping system. Design includes user login, product display modules, shopping cart module, the user orders the function module, integrated management module background.
Keywords: online shopping; B/S model; ASP.NET; Three-tier architecture
2
目 录
1.绪论 ........................................................... 1
1.1本课题的研究现状及意义 ...................................... 1
1.2 网上购物系统的特点及优缺点分析 ............................. 1 1.3 网上购物系统的目标 ......................................... 2 1.4网上购物系统的可行性分析 .................................... 2
2.系统分析 ...................................................... 3
2.1 用户特点 ................................................... 3 2.2 功能要求 ................................................... 3 2.3 性能要求 ................................................... 5 2.4 系统运行环境规定 ........................................... 6 2.5 系统选用的开发工具和环境 ................................... 6
3.系统设计 ............................................................................................................................. 7
3.1 软件层次结构图 ............................................. 7 3.2 数据库逻辑结构设计 ......................................... 7 3.3 模块详细设计 .............................................. 12
4.系统实现技术 ................................................ 17
4.1 系统运用的技术 ............................................ 17 4.2详述系统各部分的实现方法 ................................... 18
5.系统测试与分析 .............................................. 27
5.1 测试实例的研究与选择 ...................................... 28 5.2 测试环境与测试条件 ........................................ 28 5.3 实例测试及结果 ............................................ 29 5.4 性能分析 .................................................. 31
6.结论 .......................................................... 32 参考文献 ......................................................... 33 致谢 ............................................................. 34