文档介绍:江都水利枢纽网络新闻发布系统分析及实现
江都电大:
指导老师:
摘要
软件工程在现代软件开发中的作用越来越大,并且发展出了很多行之有效的软件工程方法和建模语言。Microsoft Active Server Pages 即我们所称的 ASP ,其实是一套微软开发的服务器端脚本环境,本系统通过 ASP结合 HTML 网页、 ASP 指令和 ActiveX 元件建立动态、交互且高效的WEB 服务器应用程序。有了 ASP 你就不必担心客户的浏览器是否能运行你所编写的代码,因为所有的程序都将在服务器端执行,包括所有嵌在普通 HTML中的脚本程序。当程序执行完毕后,服务器仅将执行的结果返回给客户浏览器,这样也就减轻了客户端浏览器的负担,大大提高了交互的速度。本文就是采用面向对象的方法以ASP为建模语言,ESS架构数据库,使用 VBScript 、 Jscript、ADO、DHTML、 HTML等编程工具、语言和技术实现了这个新闻发布系统。
关键词:ASP ;ACCESS;新闻发布系统
abstrac
The role of software project in the development of modern software is more and more bigger, and it has developed a lot effective software project methods and built mould languages. Microsoft Active Server Pages that we called ASP, Actually is a set of server of script environment made by Mircosoft co. This bines HTML webpage and ASP instruction through ASP with ActiveX element establishes dynamic、intercourse and effective WEB server application program. Posses of ASP, you need not worry about the browser of customer whether can run the code that piled, because all programs will carry out in the server, including of all the script programs that inlay in ordinary HTML. After program carries pletely, the result that server will carry out only is returned to customer browser, so this also alleviates the burden of customer end browser, and has raised interactive speed greatly. This article that adopts the method of facing object, has realized this news issue system with ASP for building mould language and using ACCESS configuration database and the programming tools such as VBScript, Jscript, ADO, DHTML and HTML etc.
Key words: ASP ,ACCESS ,the system of news issue
目录
…………………………………………………………………………………… 3
研究意义……………………………………………………………………………… 3
本新闻系统功能介绍………………………………………………………………… 3
模块结构说明………………………………………………………………………… 3
………………………………………………………………………… 4
概况分析……………………………………………………………………………… 4
网络方案设计综述…………………………………………………………………… 5
网络结构设计…………………………………………………………………………… 6
核心节点………