中小企业信息网站的设计与实现(SQL)

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

摘   要
人类进入21世纪,信息技术和网络技术的迅速发展和广泛应用,对社会的政治、经济、军事、科技和文化等领域产生越来越深刻的影响,也正在改变着人们的工作、生活、学习和交流方式。尤其是网站的技术形成,使得企业的信息管理前进了一大步,企业网站成为了企业管理和宣传的又一重要手段。
本文主要论述了如何利用asp(Active Server Pages)技术进行企业信息管理网站的开发,作为动态网站的设计与数据库是分不开的,网站采用SQL Server2000数据库作为后台数据库,开发工具使用MACROMEDIA公司的Dreamweaver进行设计使用,在开发中严谨地遵循软件工程学的原理,在设 计上具有友好的交互界面,管理员可以在管理界面上对后台数据进行更改,从而改变用户界面的内容,在网站主页上,浏览者能够浏览到企业的基本信息介绍和公司的主要业务、最新新闻以及在客户服务中提交客户的需要和意见等信息,企业信息网站是企业信息管理的最佳管理软件和窗口。

关键词 : asp ; 数据库 ; 网站开发
 
Abstract      
Mankind has entered the 21st century, information and network technology and the rapid development of the wider use of the social political, economic, military, technological and cultural fields have an increasingly profound impact on people is also changing work and living, learning and sharing. In particular website technical shape, enterprise information management makes a big step forward, and enterprise business management and information websites become another important tool.  
This article discusses how to use asp main (Active Server Pages) technology for the development of enterprise information management website as a dynamic website design and database are inseparable, and the web sites using SQL Server2000 database as a background database, MACROMEDIA公司 use the Dreamweaver development tool designed to use in the development of rigorous software engineering principles to follow in a friendly terms with the world interface, managers can interface to the background in the management of data changes, thus changing the user interface elements in the web site home page, surfers can browse to the basic information on enterprises and companies main business, the latest news and in customer service to the customer's needs and ideas, information, business information website is the best management enterprise information management software and windows.   
Keyword : asp ;  database ;  website development
 
企业网站的的在于为广大用户提供丰富的企业资源,建立一个互动的信息交流平台,通过此平台帮助用户得到本企业最新的产品资料和信息,提高企业的发展能力。

功能需求
网站分成两大部分:前台用户浏览部分和后台管理部分。
在前台管理部分可以分为五个信息浏览功能窗口,分别是“关于我们”、“客户服务”、“主要业务”、“公司新闻”和“产品订购”这五个窗口。关于我们窗口中主要介绍了关于企业的基本信息;客户服务窗口主要是收集关于客户需要的服务要求和建议的提交信息;主要业务的窗口主要向浏览者介绍公司开展的主要业务范围和业务信息;公司新闻窗口主要是用于浏览公司发布的最新新闻和与企业相关的重要新闻;产品订购主要是客户通过网站了解到公司的产品,并通过网站进行产品的网上预定。
管理员操作部分:本网站的主要信息都可以通过后台管理来进行管理。后台管理主要包括首选服务、商品管理、用户管理、分类管理、信息管理这五个部分。首选服务包括注销登陆和修改密码两个部分;商品管理是根据商品的分类来对商品进行添加、修改和删除管理;用户管理是用来对后台管理员进行权限分配管理和添加后台管理员的操作;分类管理是对公司商品进行分类管理,设置商品的大类别和小类别以方便商品的管理。信息管理是网站的新闻发布管理系统,用来对网站的新闻信息和客户提交意见信息进行处理。



















目    录
摘   要 I
Abstract II
第1章 绪 论 1
1.1问题的提出 1
1.2设计与研究工作的目的 1
1.3 相关领域 2
1.4网站设计的相关原理 2
1.4.1 基本概念 2
1.4.2  asp简介 3
1.4.3 脚本语言概述 6
1.5开发工具的选用介绍及 7
1.5.1  SQL Server2000简介 7
1.5.2  Dreamweaver简介 9
第2章 可行性分析 10
2.1技术可行性分析 10
2.2经济可行性分析 10
2.3 社会因素可行性分析 10
第3章 需求分析 12
3.1 功能需求 12
3.2 性能需求 12
第4章 概要设计 13
4.1网站的整体框架 13
4.2网站的各个模块设计 14
4.2.1 前台浏览 14
4.2.1 后台管理 14
第5章 详细设计 16
5.1 用户操作部分 16
5.1.1主窗口设计 16
(优秀毕业设计 www.2bysj.cn)
5.1.2客户服务 16
5.1.3公司新闻窗口设计 17
5.1.4 产品订购窗口设计 18
5.2 管理员操作部分 20
5.2.1首选服务 20
5.2.2商品管理 21
5.2.3用户管理 21
5.2.4分类管理 22
5.2.5信息管理 22
5.3 数据库设计部分 24
第6章 网站发布 27
6.1  IIS配置 27
6.1.1安装IIS 27
6.1.2测试IIS 27
6.1.3配置IIS 27
6.2数据库配置 28
6.2.1安装SQL Server2000 28
6.2.2启动SQL Server2000 28
6.2.3备份数据库 29
6.2.4还原数据库 29
结  论 30
致  谢 31
参考文献 32
附录1 33