首页

> 期刊论文知识库

首页 期刊论文知识库 问题

asp论文文献

发布时间:

asp论文文献

在程序设计生涯混了10几年,最反感的就是形式主义,朋友,当你有扎实的编程技术,不要拘泥于形式,当然,你现在也是没有办法,现实是这样,建议你到学校图书馆,或者书店,自己去看看,程序这东西,并不是看书可以解决问题的,需要实战. 还有一点,不要认为asp落后了就不好好学,编程学的是一种思想,当你精通一门语言,其他语言,可能3-5天就可以学会了,好好努力吧.

Active Server Pages (ASP) is Microsoft's first server-side script engine for dynamically-generated web pages. It was initially marketed as an add-on to Internet Information Services (IIS) via the Windows NT Option Pack, but has been included as a free component of Windows Server since the initial release of Windows 2000 Server. Programming ASP websites is made easier by various built-in objects. Each object corresponds to a group of frequently-used functions useful for creating dynamic web pages. In ASP there are six such built-in objects: Application, ASPError, Request, Response, Server, and Session. Session, for example, is a cookie-based session object that maintains variables from page to page. Web pages with the ".asp" or file extension use ASP, although some Web sites disguise their choice of scripting language for security purposes. The ".aspx" extension is not an ASP page, but an page, another server-side scripting language from Microsoft, based on a mixture of traditional ASP, and Microsoft's .NET ASP pages are written in VBScript, but any other Active Scripting engine can be selected instead by using the @Language directive or the