大学毕业设计---家居装饰企业门户网站设计与实现 下载本文

5.3.2 功能测试 ................................................... - 23 - 5.3.3 性能测试 ................................................... - 24 - 5.3.4 测试中其他要注意的地方 ..................................... - 24 -

6 总结 ................................................... - 25 - 参考文献 .................................................. - 26 - 致 谢 ..................................................... - 27 -

摘 要

随着计算机科学的发展,数据库技术在INTERNET中的应用越来越广泛,为广大网络用户提供了更加周到和人性化的服务。本文讲解了一个家居装饰品交易平台建设,它基于数据关联的公司个性化页面及动态数据生成案例,在网页方面,综合考虑了页面色彩、页面的构架,充分的利用了图片、文字、图层、表格等元素。网站内容明确,层次清楚,达到了预期的功能。

本系统从家居装饰品交易平台的实际需求出发,提出家居装饰品交易平台系统的基本目标,并阐述系统的结构设计和功能设计。以Windows XP操作系统为开发平台,ASP.NET为开发技术,Visual Studio 2010为开发工具,SQL Server 2008为数据库开发平台,IIS网络信息服务为应用服务器,采用C# 语言开发的网上办公系统。设计过程中,首先建立了系统的应用原型,然后在此基础上进行需求分析,详细设计时不断修正和完善,经过测试阶段反复调试和验证,最终形成达到设计要求的可行系统。

关键字: 网站 动态 ASP.NET 数据库SQL

- 1 -

Abstract

With the development of computer science and technology in the internet database of more and more applications for the majority of internet users with a more thoughtful and humane.This article on a company's web site building,which is based on data associated with the rules of the company's personalized page and dynamic data to generate case,the web,consider the color of the page,the page framework,the full use of pictures,text,layer,tables and other elements.Web site content clear,a clear hierarchy,reaching the desired function.

This system puts forward to the office system aims of middle and small enterprises and describes the structure and function designing process according to their acquirements.  This Net Office System is developed based on the platform of Windows XP ,ASP.NET,Visual Studio 2010 and SQL Server 2008, and adopts IIS as the application server, C# as the programming language. During the process of the planning, firstly it establishes an applicable module of the system, then corrects the draft on this basis and through repeated examination and constant improvement, the system has lastly achieve its requirements.

Keywords: Dynamic asp.net web Database SQL

- 2 -

引 言

随着网络的普遍应用和企业对网络的重视,越来越多的企业已经意识到网络营销的重要性。企业应用型网站除了构建企业的网络形象,更重视将企业的日常业务延伸到互联网,通过网络进一步拓宽网络营销渠道,在这一点上,网站充分利用了互联网的媒体优势,使网络营销与传统营销有效结合。拥有一个网站,我们的企业就可以向访问者提供24小时×365天无间断的完美服务。为了让我们的企业可以充分利用网络。

本系统实现了家居装饰品展示的目的,以减轻企业宣传的工作负担及提高工作效率,并能激发浏览用户的深入了解兴趣。

本系统主要是利用浏览器作为界面,利用B/S模式,即用户可利用浏览器直接访问本站点。主要用到的技术是采用ASP.NET(C#)技术和SQL数据库设计出了各种功能。

本系统主要有用户管理、新闻系统、产品系统、留言系统、管理员登录及管理等功能。本文主要介绍系统的总体设计以及着重研究了导航板块的实现,并在此基础上建立了后台数据库。本系统采用左右框架式,看起来清爽简洁。登录系统主要实现用户和管理员的交流,用户管理可以提供查看产品以及修改信息等基本功能;导航栏提供整个平台的架构。

- 3 -