asp企业网站开发----毕业设计.doc

约52页DOC格式手机打开展开

asp企业网站开发----毕业设计,asp企业网站开发----毕业设计摘 要active server pages(asp)是微软公司推出的服务器端的命令执行环境,使用它可以创建和运行动态的、交互的、独立的web服务器应用程序。它使用了vbscript,javascript等简单易懂的脚本语言,结合html代码,即可快速地完成网站应用程序的开发。由于as...
编号:42-90097大小:688.00K
分类: 论文>计算机论文

内容介绍

此文档由会员 bshhty 发布

ASP企业网站开发----毕业设计

摘 要

Active Server Pages(ASP)是微软公司推出的服务器端的命令执行环境,使用它可以创建和运行动态的、交互的、独立的Web服务器应用程序。它使用了VBScript,JavaScript等简单易懂的脚本语言,结合HTML代码,即可快速地完成网站应用程序的开发。
由于ASP的易学易用的特点,加上背后有全球软件之王——微软的大力支持,使它一经推出便风靡整个互连网,得到了广泛的推广和应用。以ASP为主要开发语言所开发出来的网站和各种应用软件更是多得数不胜数。可以毫不夸张地说,互联网的发展有ASP一半的功劳。
伴随着计算机技术和互联网技术的发展,信息社会也在飞速的发展。现代企业面临激烈的竞争,迫切需要提高办公的效率、节省办公成本,以适应当今飞速发展的信息时代。在这样一个时代大发展的环境下,企业网站和电子商务便应运而生了。
本论文以无锡市路灯管理处和无锡市照明工程总公司两套网站建设实例,说明了进行企业网站开发的具体实施步骤和注意事项以及如何使用ASP技术实现网站前台Web页与后台数据库的连接、查询、修改、更新等操作。


关键词:ASP,网站建设,信息时代,Web页,数据库,查询,修改,更新
 

Abstract
Active Server Pages ( ASP ) is a technology developed for executing server command by Microsoft . By using ASP , web application programs can be dynamic , full of ever-changing content , and browse independent . Pages using ASP are primarily developed in JavaScript, VBScript and are integrated into the HTML of your Web pages , so it is quickly to complete the development of website application programs.
As the ASP is easy to learn and use, plus with the strongly support by the king of world ’s software —— Microsoft, so it becomes popular as soon as it push out, getting the extensive spread and apply. The website and Web application programs which use ASP as the main developing tool are in a extremely number. It can be say in nowise turgidly that ASP has made a mainly half contribution for the development of the internet.
Along with the development of computer and internet , information society also develops very fast. The modern business enterprise faces the vigorous competition, the urgent demand is to increases the work efficiency and to save the cost, acclimatize themselves to the information society. Under the environment of the fast development, the business enterprise website and E-business emerged with the tide of the times.
This paper takes the websites of Wuxi street lamp administrative office and Wuxi lighting engineering corporation for example, to explain the specific way and advert items of developing a enterprise website , and how to use the Active Server Pages technology to put a Web front operate with the database background , such as connect , search , modify and renew.

[keywords]:ASP,Enterprise website ,Web ,Database ,Search , Modify, Renew.

 

目 录
摘  要   ………………………………………………………………………………… 1
Abstract ………………………………………………………………………………… 2

第一章 项目概况 ……………………………………………………………………… 4
1.1信息时代概述 ………………………………………………………………4
1.2企业建立网站的作用 ………………………………………………………4
1.3建立企业网站的市场分析 …………………………………………………5
1.4企业网站建设解决方案 ……………………………………………………5

第二章 网站开发基础知识 ……………………………………………………………6
2.1 网站开发知识  …………………………………………………………………… 6
2.1.1 如何进行开发工作 ………………………………………………………6
2.1.2 网站程序的可读性……………………………………………………………7
2.1.3 网站代码的可移植性…………………………………………………7
2.1.4 网站程序的模块化要求……………………………………………………… 8
2.2 ASP的特点及发展前景 ……………………………………………………8 
2.2.1 ASP的特点……………………………………………………………………8  
2.2.2 ASP与其它语言的比较 …………………………………………………… 9
2.2.3 ASP的发展前景………………………………………………………………11
2.3 ASP基础知识……………………………………………………………………… 11
2.3.1 ASP的几大内置对象………………………………………………………  11
2.3.2 ASP的内置组件……………………………………………………… 12
2.3.3 ASP的安全…………………………………………………………………… 13
2.4 SQL-SERVER基础…………………………………………………………… 16

第三章 网站开发实施方案 ………………………………………………… 17
3.1 网站功能分析与可行性报告…………………………………………… 17
3.1.1 网站开发任务的提出与可行性报告……………………………… 17
3.1.2 网站功能的分析…………………………………………………… 18
3.2 网站整体框架的搭建…………………………………………………… 19
3.2.1 网站主体风格和框架的确定……………………………………… 19
3.2.2 网站内容的确定…………………………………………………… 24
3.3 功能模块的分析与实现………………………………………………… 26
3.3.1 模块功能预测与分析 ………………………………………………26
3.3.2 数据库的结构……………………………………………………… 26
3.3.3 功能列表及程序代码分析………………………………………… 27
3.4 网站的建成与测试……………………………………………………… 43

第四章 附录……………………………………………………………………44
4.1 毕业设计总结…………………………………………………………… 44
4.2 参考文献………………………………………………………………… 44
4.3 英文资料翻译…………………………………………………………… 45