当前位置:文档之家› 毕业设计-基于ASP动态网站设计与实现

毕业设计-基于ASP动态网站设计与实现

基于ASP动态网站设计与实现摘要在知识经济时代,信息和人才一样重要,而网站是信息资源最重要的发布和获取途径之一。

因此,及时的、有效的、连续的、安全的信息资源,成为保持和增进社会活力的可行、有效途径。

传统的静态网站己越来越不能满足现代社会发展的要求,采用基于ASP的动态网站技术来改变传统网站,已经成为改善可用性、降低管理成本和提升单位知识平台的迫切需要。

为实现单位信息化,下一代网站将广泛使用基于ASP等技术的数掘驱动的动态网站系统。

动态网站并不是指具有动画功能的网站,而是指通过数据库进行架构的网站。

动态网站除了要设计网页外,还要通过数据库和编程序来使网站具有更多自动的和高级的功能。

通过将网站上各种动态内容区域封装成页面元素,实现样式与内容的彻底分离。

提供的核心功能使单位能够对存储在数据库中的永久信息资源进行搜索、查询、分类、统计。

作者通过本部门员工工作动态网站的开发工作,从本部门的基本需求入手,对员工工作部的网站进行了一定的削析,提出了改进方案。

通过动态网站的开发,从工作原理着手,实现了使用ASP结合SQL Server 2008数据库数据访问技术,综合运用SQL Server 2008数据库来开发基于B/S模式的动念网站。

通过对动态网站的测试和试用,解决了原静态网站无法实现的员工管理工作需求:远程管理与查询、各部门协同工作等。

本文首先,阐述了当前动态网站的现状、存在的问题及解决对策,介绍了动念网站的功能特点及工作原理。

其次,结合网站开发实践给出了员工工作网站系统设计与实现的主要技术和理论基础,建立了系统运行和管理的逻辑模型,提出了网站整体的功能需求和框架结构。

再次,针对系统功能的要求,对数据库进行了选择和结构设计,建立了相关的数据库表。

最后,按照设计思想,实现了网站服务器基本功能配置及系统各功能模块。

关键词:动态网站;ASP;数据库The Design and Realization of Dynamic Network StationBased on ASP TechnologyAbstractIn the knowledge economy era, information and talent is as important as, and the website is the most important release information resources and get one way. Therefore, timely, effective, continuously, safety of information resources, keep and improve social vigor be feasible and effective way. The traditional static web site yourself more and can't meet the requirements of the development of modern society, the dynamic web site based on ASP technology to change the traditional web site, has become improve availability, reduce the management cost and improve knowledge platform unit of urgent need. To realize the unit informatization, the next generation of web site will be widely used such as the number of based on ASP technology to dig the dynamic website system driver.Dynamic web site and not refers to has the function of the animation website, but to through the database structure of the website. Dynamic web site in addition to web design, but also through the database and programming to make site has more automatic and advanced functions. Through the will of dynamic content area on the website packages into pages elements, realize the style and content of complete separation. The core function allows the unit to provide to the permanent storage in database information resources for search, inquiry, classification, statistics.The author through the staff of the department work the development work of dynamic websites, from the department of the basic needs of employees work site it is cut out, presents the improvement plan. Through the dynamic development of web sites, the work principle to realize the use ASP combined with SQL Server 2008 database data access technology, the integrated use of SQL Server 2008 to develop the database based on B/S model of dynamic read web site. Through dynamic web site to the test and trial, resolve the static websites can not achieve staff management work demands: remote management and inquires the, department collaborative work, etc. This paperfirst, expounds the present situation of the dynamic websites, problems and solutions of, this paper introduces the function of dynamic read website characteristics and working principle. Second, combined with web development practice was given a job site staff system design and realization of the main technical and theoretical foundation, established the system operation and management of the logical model, and then puts forward the of your overall site function demand and frame structure. Again, according to the requirements of the system function, the database and the selection of the structure design, build the relevant database table. Finally, according to the design thought, realize the basic function of the web server configuration and the function module system.Keywords: Dynamic Web Site; ASP; Database目录摘要 (I)目录 (IV)引言 (1)1 ASP动态网站的分析设计 (3)1.1 当今世界本课题的研究概况 (3)1.1.1 什么是网上购物 (3)1.1.2网上购物的好处 (3)1.1.3如何在网上购物 (3)1.2 系统设计主要功能及其特点 (4)1.2.1开发工具ASP的优势 (4)1.2.2 ASP的特点 (4)1.2 ASP的工作原理及配置 (5)2 系统设计与实现的主要技术及理论基础 (8)2.1开发工具数据库介绍 (8)2.1.1 SQL基础 (8)2.4.2 SQL语句 (9)2.4.3 DDL与DML (9)2.4.4复杂操作实现 (11)3 系统概要设计 (13)3.1需求分析 (13)3.2主页分析设计 (14)3.3数据库分析设计 (15)3.4服务器配置 (15)结论 (17)参考文献 (18)引言最早互联网出现时,站点内容都是以HTML静态页面形式存放在服务器上,访问者浏览到的页面都是这些实际存在的静态页面。

静态页面的主要特点有:(1)静态网页每个网页都有一个固定的URL,且网页URL以*.htm、*.html、*.shtml等常见形式为后缀,而不含有“?”;(2)网页内容一经发布到网站服务器上,无论是否有用户访问,每个静态网页的内容都是保存在网站服务器上的,也就是说,静态网页是实实在在保存在服务器上的文件,每个网页都是一个独立的文件;(3)静态网页的内容相对稳定,因此容易被搜索引擎检索;(4)静态网页没有数据库的支持,在网站制作和维护方面工作量较大,因此当网站信息量很大时完全依靠静态网页制作方式比较困难;(5)静态网页的交互性交叉,在功能方面有较大的限制。

相关主题