ASP简介毕业论文外文翻译.doc
《ASP简介毕业论文外文翻译.doc》由会员分享,可在线阅读,更多相关《ASP简介毕业论文外文翻译.doc(4页珍藏版)》请在三一办公上搜索。
1、Brief Introduction Of ASP Craig A. VanLengen, Flagstaff, AZ John D. Haney.Brief Introduction Of ASPJ.Journal of Computing Sciences in Colleges archive.2004,20(1)342-356.Active Server Pages (ASP) is a proven, well-established technology for building dynamic Web applications, which provides the power
2、and flexibility you need to create anything from a personal, Web based photo gallery to a complete catalogue and shopping cart system for your next eCommerce project。 One unique feature of ASP is that it lets you choose your favourite scripting language, be it JavaScript or VBScript; however, VBScri
3、pt is by far the most popular choice. In this article, Ill bring you up to speed on the basic syntax of the VBScript language, including variables, operators, and control structures.Server-Side ScriptingTo understand where ASP fits into the big picture of Web development, you need to understand the
4、concept of a server-side scripting language. If youve programmed Web pages in Perl, PHP, JSP, or Cold Fusion before, you can safely skip this section all of those are server-side scripting languages, and ASP works in much the same way. If youre coming to ASP armed only with knowledge of HTML (and pe
5、rhaps with some CSS and/or JavaScript experience) then youll find that server-side scripting is quite a bit different.Let me begin by giving you a quick review of how standard, non-ASP Web pages work. As shown in Figure 1, the Web browser on the client computer (the computer belonging to the user) m
6、akes a request for a page, say file.html (1). Assuming the requested file exists on the Web host computer where the Web Server software can find it, that software replies to the request by sending the file back to the browser (2). Any additional files (images, for example) required to display the pa
7、ge are requested and received in the same way. The protocol used for this exchange, and indeed for all communication between Web browsers and Web servers is called Hypertext Transfer Protocol (HTTP).If youve ever used any JavaScript in your pages, you know that the requested Web page (file.html) can
8、 contain, in addition to plain HTML code, small programs written in JavaScript. These programs, or scripts, are read and executed by the Web browser while the page is displayed in the browser. So the Web browser must understand not only how to read HTML and display text.and images, but it must also
9、be able to run JavaScript programs appearing inside Web pages. This arrangement, where the Web browser runs the script after receiving it from the Web server, is called client-side scripting. The name makes sense all of the script runs on the client-side the right-hand side of Figure 1. The Web serv
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ASP简介 毕业论文外文翻译 ASP 简介 毕业论文 外文 翻译
链接地址:https://www.31ppt.com/p-3931368.html