信息系网站设计.doc
约36页DOC格式手机打开展开
信息系网站设计,论文标准word格式排版共 36页 11316字摘要关键字:网页、动态网页、数据管理asp技术 asp(active server pages动态网页)是微软公司推出的一种用以取代cgi(common gateway interface通用网关接口)的技术。目前,internet上的许多基于windows平台的web站...
内容介绍
此文档由会员 莎士比亚 发布
论文标准WORD格式排版共 36页 11316字
摘 要
关键字:网页、动态网页、数据管理
ASP技术 ASP(Active Server Pages动态网页)是微软公司推出的一种用以取代CGI(Common Gateway Interface通用网关接口)的技术。目前,Internet上的许多基于Windows平台的Web站点已开始应用ASP来替换CGI。 简单地讲,ASP是一个位于服务器端的脚本运行环境,通过这种环境,用户可以创建和运行动态的交互式Web服务器应用程序,如交互式动态网页,包括使用HTML表单收集和处理信息,上传与下载等等。一个"静态"的站点,若要更新主页的内容,必须手动的来更新其HTML的文件数据。而随着Web应用的发展,用户希望能够看到根据要求而动态生成的主页,例如响应用户查询数据库的要求、生成报表等。ASP比较网关及服务器扩展模式有着以下优点:
(1)完全与HTML文件融合在一起;
(2)容易创建,不需要其它编译、链接程序;
(3)面向对象的并通过ActiveX Server对象可扩展。
随着Web技术的发展,基于网络的应用来代替传统的信息交换方式无疑有着大好的前景。至于如何让网络更好的为人类服务,仍是当前人们所关注的问题。
Abstract
The ASP technique ASP( the Active Server Pages dynamic state web page) is the technique that the Microsoft releases a kind of to replace the CGI( the Common Gateway Interface in general use net pass connecting orifice) in order to on the Internet of many according to terrace of Windows of the Webs station dot have already started apply the ASP to substitute the CGI. Speak in brief, the ASP is a script run - time environment that locates the server port, passing this kind of environment, the consumer can establish and circulate dynamic hand over with each other the type Web server application procedure, if hand over with each other the type dynamic state web page, include to use the HTML menu collections and handle the information, spread up with the download etc A station dot of" quiescent", if to update the contents of the main page, must hand operation of to update the document data of its HTLM .But along with the development that Web apply, the consumer hopes and can see the basis request but born and main page of dynamic state, for example the request, born report etc. of the response consumer search Database .The ASP expands the mode to have the following advantage than the net pass and server: (1)Complete blend with the HTML document together; (2)Establish easily, do not need the other to compile, chaining procedure; (3)Face to the object of and pass the object of ActiveX Server and can expand.
Along with the technical development of Web, replace the traditional information exchange method to have the big good foreground doubtless according to the application of the Network .As for how let the network better behavior type serve, is still the problem that current people pay attention to.
目 录
摘 要 1
Abstract 2
目录 3
第一章 诸论 5
1.1设计思想 5
1.2 开发工具的选用及介绍 5
1.2.1 ASP的优势: 5
1.2.2 ASP的特点: 6
1.2.3 ASP的新功能 7
第二章 网站总体分析 8
2.1网站系统分析 8
2.2主页设计 8
2.3数据库设计 11
2.3.1数据库的组成级类型: 11
2.3.2 ASP访问数据库的原理 12
2.3.3 ASP访问数据库步骤 14
第三章 系统构成 16
3.1 系统维护提示 16
3.1.1 功能 16
3.1.2 重点与难点代码设计 16
3.2 部门职责 17
3.2.1 功能 17
3.2.2 数据库结构设计 17
3.2.3 界面设计与重点、难点代码设计 17
3.3 规章制度 18
3.3.1 功能 18
3.3.2 数据库结构 18
3.3.3 重点难点及代码说明 18
3.4普通新闻,学习宣传信息 18
3.4.1 功能 18
3.4.2 数据库结构 19
3.4.3 重点难点代码部分 19
3.5 公示板、弹出式公告 21
3.5.1功能: 21
3.5.2 数据结构设计: 21
3.5.3 重点、难点代码说明: 22
3.6 举报信箱 25
3.6.1 功能 25
3.6.2 数据库结构 25
3.6.3重点难点代码部分 25
3.7 图片新闻、图片式友情链接 28
3.7.1 功能: 28
3.7.2 数据结构设计: 28
3.7.3 重点、难点代码说明: 28
3.8 新闻检索与后台管理 30
3.8.1功能: 30
3.8.2 重点、难点代码分析: 30
第四章 系统的使用说明与安装 33
4.1运行环境要求 33
4.2安装设置 33
第五章 结论及体会 34
参考文献 35
致谢 36
摘 要
关键字:网页、动态网页、数据管理
ASP技术 ASP(Active Server Pages动态网页)是微软公司推出的一种用以取代CGI(Common Gateway Interface通用网关接口)的技术。目前,Internet上的许多基于Windows平台的Web站点已开始应用ASP来替换CGI。 简单地讲,ASP是一个位于服务器端的脚本运行环境,通过这种环境,用户可以创建和运行动态的交互式Web服务器应用程序,如交互式动态网页,包括使用HTML表单收集和处理信息,上传与下载等等。一个"静态"的站点,若要更新主页的内容,必须手动的来更新其HTML的文件数据。而随着Web应用的发展,用户希望能够看到根据要求而动态生成的主页,例如响应用户查询数据库的要求、生成报表等。ASP比较网关及服务器扩展模式有着以下优点:
(1)完全与HTML文件融合在一起;
(2)容易创建,不需要其它编译、链接程序;
(3)面向对象的并通过ActiveX Server对象可扩展。
随着Web技术的发展,基于网络的应用来代替传统的信息交换方式无疑有着大好的前景。至于如何让网络更好的为人类服务,仍是当前人们所关注的问题。
Abstract
The ASP technique ASP( the Active Server Pages dynamic state web page) is the technique that the Microsoft releases a kind of to replace the CGI( the Common Gateway Interface in general use net pass connecting orifice) in order to on the Internet of many according to terrace of Windows of the Webs station dot have already started apply the ASP to substitute the CGI. Speak in brief, the ASP is a script run - time environment that locates the server port, passing this kind of environment, the consumer can establish and circulate dynamic hand over with each other the type Web server application procedure, if hand over with each other the type dynamic state web page, include to use the HTML menu collections and handle the information, spread up with the download etc A station dot of" quiescent", if to update the contents of the main page, must hand operation of to update the document data of its HTLM .But along with the development that Web apply, the consumer hopes and can see the basis request but born and main page of dynamic state, for example the request, born report etc. of the response consumer search Database .The ASP expands the mode to have the following advantage than the net pass and server: (1)Complete blend with the HTML document together; (2)Establish easily, do not need the other to compile, chaining procedure; (3)Face to the object of and pass the object of ActiveX Server and can expand.
Along with the technical development of Web, replace the traditional information exchange method to have the big good foreground doubtless according to the application of the Network .As for how let the network better behavior type serve, is still the problem that current people pay attention to.
目 录
摘 要 1
Abstract 2
目录 3
第一章 诸论 5
1.1设计思想 5
1.2 开发工具的选用及介绍 5
1.2.1 ASP的优势: 5
1.2.2 ASP的特点: 6
1.2.3 ASP的新功能 7
第二章 网站总体分析 8
2.1网站系统分析 8
2.2主页设计 8
2.3数据库设计 11
2.3.1数据库的组成级类型: 11
2.3.2 ASP访问数据库的原理 12
2.3.3 ASP访问数据库步骤 14
第三章 系统构成 16
3.1 系统维护提示 16
3.1.1 功能 16
3.1.2 重点与难点代码设计 16
3.2 部门职责 17
3.2.1 功能 17
3.2.2 数据库结构设计 17
3.2.3 界面设计与重点、难点代码设计 17
3.3 规章制度 18
3.3.1 功能 18
3.3.2 数据库结构 18
3.3.3 重点难点及代码说明 18
3.4普通新闻,学习宣传信息 18
3.4.1 功能 18
3.4.2 数据库结构 19
3.4.3 重点难点代码部分 19
3.5 公示板、弹出式公告 21
3.5.1功能: 21
3.5.2 数据结构设计: 21
3.5.3 重点、难点代码说明: 22
3.6 举报信箱 25
3.6.1 功能 25
3.6.2 数据库结构 25
3.6.3重点难点代码部分 25
3.7 图片新闻、图片式友情链接 28
3.7.1 功能: 28
3.7.2 数据结构设计: 28
3.7.3 重点、难点代码说明: 28
3.8 新闻检索与后台管理 30
3.8.1功能: 30
3.8.2 重点、难点代码分析: 30
第四章 系统的使用说明与安装 33
4.1运行环境要求 33
4.2安装设置 33
第五章 结论及体会 34
参考文献 35
致谢 36