asp.net网上购物商城系统设计(附源程序.rar
asp.net网上购物商城系统设计(附源程序,资源包括任务书.doc 开题报告.doc 致谢.doc 附录.doc 电子购物商城系统.ppt 及程序设计源文件等全套资源摘 要伴随着计算机技术在各行各业日益广泛和深入的应用,网络的概念早已深入人心。网络在各行各业的发展战略中占据了重要的位置,成为商家不可分割的部分。商品的宣传已不只局限于电视与报纸,网络已成为商家展示...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 莎士比亚 发布
资源包括任务书.doc 开题报告.doc 致谢.doc 附录.doc 电子购物商城系统.ppt 及程序设计源文件等全套资源
摘 要
伴随着计算机技术在各行各业日益广泛和深入的应用,网络的概念早已深入人心。网络在各行各业的发展战略中占据了重要的位置,成为商家不可分割的部分。商品的宣传已不只局限于电视与报纸,网络已成为商家展示自己的另一个舞台。商家建立网站,将商家各方面的宣传与服务展现于网络中,通过网络更可实现如网上购物、信息查寻等功能,这些在改变我们原有经营方式与经营理念的同时,也为商家带来了更高的效益。因此,对于商家来说,拥有一个属于自己的网站是至关重要的。
本论文研究了一种基于数据关联规则的网上购物系统。其开发主要包括后台数据库的建立、后台管理以及前台页面的Web设计。系统使用Microsoft公司以C#为核心语言的ASP.NET开发工具,利用微软提供的IIS 5.0建立运行环境,再结合SQL Server 2000建立数据连接关系。利用其提供的各种组件,在短时间内建立数据库,对数据库进行分析与建立ASP.NET页面,不断改进,直到功能基本实现的可行系统。
本系统主要运用了系统开发生命周期法(System Development Life Cycle 简称SDLC)和结构化方法(Structured Approach)来阐述该系统的开发过程,将计算机作为管理决策的支持手段,融入日常业务的各个环节,使得管理更加规范,同时也能够更好的为顾客服务,该系统大大提高了工作效率,为公司带来了更好的社会效益和经济效益。本系统采用ASP.NET和SQL Server 2000为开发工具,具有扩展性。
在此,我真诚的感谢对我的毕业设计进行耐心指导的王保旗老师,以及对我的论文完成给予帮助的各位老师和同学。
关键字:软件生命周期法;信息系统开发;浏览器/服务器; 动态网站
ABSTRACT
Follow the technology of the computer in the enterprise and deep application day by day of all trades and professions, the concept internet has been deeply taken up people’s heart. Today , the internet takes an very important part in the development tactics of all trades and professions, became a part of an company which can not be partition off. The merchandise has not only limited in TV set and newspaper. The internet has became another stage which company can display themselves. Company set up web site, and make propaganda and service of all aspects of company, display on the internet. Though internet we can achieve buying products on the internet, searching message and so on. Those have changed old way of management and idea of management, meanwhile those also bring more yield for company. So, for the business company, have a web site which is belong to themselves is very important.
I studied one kind of system of shopping online based on related-data rule. Its developments mainly include database setting-up, back-stage management and web design of the foreground pages. The system uses ASP.NET developing instrument, which taking C# as key language of Microsoft Company, exploit IIS 5.0 offered by Microsoft as running environment, and then combine with SQL server 2000 to establish the database. At first, utilize its various kinds of packages offered to set up the database within short time. Then, I analyzed database and made pages with ASP.NET, improved constantly, until basic functions of the system were realized.
The system mainly utilize the Structrued Approach of System Development Life Cycle method to expound the performance history of Department Store MIS,computer as important administrative decision supporter.Which will make the business technological process more standard and rational,raise working effiencicy,and bring us greater management and economic benefit.The system adopts ASP.NET and SQL Server 2000 as the development tool,so it is extensible.
Thanks to my tutor,Teacher wang bao qi.He gives me earnest direct to this paper,as well as other teachers and my fellow students.
key words: Software life cycle method; Information System Developing; B/S ; Dynamic website
目 录
第一章 系统概述1
1.1 电子商务介绍1
1.2 电子商务系统1
1.3 电子商务系统Web平台的开发方式4
1.3.1 Web平台的体系结构4
1.3.2 Web服务器平台5
1.3.3 Web平台的动态设计技术6
1.3.4 Web平台系统的开发方法7
第二章 系统规划8
2.1 系统规划概述8
2.1.1 系统规划的目标、任务和主要工作8
2.1.2 系统规划工作的特点9
2.2 项目实施前期工作10
2.3 电子购物商城系统的总体设计思路10
2.4 电子购物商城系统的建设原则11
第三章 系统分析12
3.1 系统分析概述12
3.2 系统初步调查12
3.3 可行性研究13
3.4 现行系统的详细调查14
3.4.1 组织结构分析15
3.4.2 功能分解分析16
3.4.3 信息关联分析17
3.4.4 业务流程分析17
3.5 新系统逻辑模型的提出18
3.5.1 数据流图19
3.5.2 数据字典22
第四章 系统设计25
4.1 系统设计概述25
4.2 系统总体结构设计25
4.2.1 系统总体功能结构25
4.2.2 系统总体物理结构27
4.2.3 系统体系结构28
4.3 系统详细设计29
4.3.1 代码设计29
4.3.2 数据库设计29
4.3.3 用户界面设计38
第五章 系统实施与维护40
5.1 开发工具的选择40
5.1.1 ASP.NET开发平台40
5.1.2 SQL Server 200041
5.2 程序设计41
5.2.1 程序设计概要41
5.2.2 功能模块的实现41
5.3 系统测试50
5.3.1 系统测试的原则50
5.3.2 系统测试的方法及步骤50
5.3.3 系统测试的用例及结果50
5.4 系统转换52
5.5 系统维护52
第六章 结论和展望53
附录5..
摘 要
伴随着计算机技术在各行各业日益广泛和深入的应用,网络的概念早已深入人心。网络在各行各业的发展战略中占据了重要的位置,成为商家不可分割的部分。商品的宣传已不只局限于电视与报纸,网络已成为商家展示自己的另一个舞台。商家建立网站,将商家各方面的宣传与服务展现于网络中,通过网络更可实现如网上购物、信息查寻等功能,这些在改变我们原有经营方式与经营理念的同时,也为商家带来了更高的效益。因此,对于商家来说,拥有一个属于自己的网站是至关重要的。
本论文研究了一种基于数据关联规则的网上购物系统。其开发主要包括后台数据库的建立、后台管理以及前台页面的Web设计。系统使用Microsoft公司以C#为核心语言的ASP.NET开发工具,利用微软提供的IIS 5.0建立运行环境,再结合SQL Server 2000建立数据连接关系。利用其提供的各种组件,在短时间内建立数据库,对数据库进行分析与建立ASP.NET页面,不断改进,直到功能基本实现的可行系统。
本系统主要运用了系统开发生命周期法(System Development Life Cycle 简称SDLC)和结构化方法(Structured Approach)来阐述该系统的开发过程,将计算机作为管理决策的支持手段,融入日常业务的各个环节,使得管理更加规范,同时也能够更好的为顾客服务,该系统大大提高了工作效率,为公司带来了更好的社会效益和经济效益。本系统采用ASP.NET和SQL Server 2000为开发工具,具有扩展性。
在此,我真诚的感谢对我的毕业设计进行耐心指导的王保旗老师,以及对我的论文完成给予帮助的各位老师和同学。
关键字:软件生命周期法;信息系统开发;浏览器/服务器; 动态网站
ABSTRACT
Follow the technology of the computer in the enterprise and deep application day by day of all trades and professions, the concept internet has been deeply taken up people’s heart. Today , the internet takes an very important part in the development tactics of all trades and professions, became a part of an company which can not be partition off. The merchandise has not only limited in TV set and newspaper. The internet has became another stage which company can display themselves. Company set up web site, and make propaganda and service of all aspects of company, display on the internet. Though internet we can achieve buying products on the internet, searching message and so on. Those have changed old way of management and idea of management, meanwhile those also bring more yield for company. So, for the business company, have a web site which is belong to themselves is very important.
I studied one kind of system of shopping online based on related-data rule. Its developments mainly include database setting-up, back-stage management and web design of the foreground pages. The system uses ASP.NET developing instrument, which taking C# as key language of Microsoft Company, exploit IIS 5.0 offered by Microsoft as running environment, and then combine with SQL server 2000 to establish the database. At first, utilize its various kinds of packages offered to set up the database within short time. Then, I analyzed database and made pages with ASP.NET, improved constantly, until basic functions of the system were realized.
The system mainly utilize the Structrued Approach of System Development Life Cycle method to expound the performance history of Department Store MIS,computer as important administrative decision supporter.Which will make the business technological process more standard and rational,raise working effiencicy,and bring us greater management and economic benefit.The system adopts ASP.NET and SQL Server 2000 as the development tool,so it is extensible.
Thanks to my tutor,Teacher wang bao qi.He gives me earnest direct to this paper,as well as other teachers and my fellow students.
key words: Software life cycle method; Information System Developing; B/S ; Dynamic website
目 录
第一章 系统概述1
1.1 电子商务介绍1
1.2 电子商务系统1
1.3 电子商务系统Web平台的开发方式4
1.3.1 Web平台的体系结构4
1.3.2 Web服务器平台5
1.3.3 Web平台的动态设计技术6
1.3.4 Web平台系统的开发方法7
第二章 系统规划8
2.1 系统规划概述8
2.1.1 系统规划的目标、任务和主要工作8
2.1.2 系统规划工作的特点9
2.2 项目实施前期工作10
2.3 电子购物商城系统的总体设计思路10
2.4 电子购物商城系统的建设原则11
第三章 系统分析12
3.1 系统分析概述12
3.2 系统初步调查12
3.3 可行性研究13
3.4 现行系统的详细调查14
3.4.1 组织结构分析15
3.4.2 功能分解分析16
3.4.3 信息关联分析17
3.4.4 业务流程分析17
3.5 新系统逻辑模型的提出18
3.5.1 数据流图19
3.5.2 数据字典22
第四章 系统设计25
4.1 系统设计概述25
4.2 系统总体结构设计25
4.2.1 系统总体功能结构25
4.2.2 系统总体物理结构27
4.2.3 系统体系结构28
4.3 系统详细设计29
4.3.1 代码设计29
4.3.2 数据库设计29
4.3.3 用户界面设计38
第五章 系统实施与维护40
5.1 开发工具的选择40
5.1.1 ASP.NET开发平台40
5.1.2 SQL Server 200041
5.2 程序设计41
5.2.1 程序设计概要41
5.2.2 功能模块的实现41
5.3 系统测试50
5.3.1 系统测试的原则50
5.3.2 系统测试的方法及步骤50
5.3.3 系统测试的用例及结果50
5.4 系统转换52
5.5 系统维护52
第六章 结论和展望53
附录5..