欢迎来到毕设资料网! | 帮助中心 毕设资料交流与分享平台
毕设资料网
全部分类
  • 毕业设计>
  • 毕业论文>
  • 外文翻译>
  • 课程设计>
  • 实习报告>
  • 相关资料>
  • ImageVerifierCode 换一换
    首页 毕设资料网 > 资源分类 > DOC文档下载
    分享到微信 分享到微博 分享到QQ空间

    ASP基础语言英文资料翻译

    • 资源ID:127418       资源大小:71KB        全文页数:13页
    • 资源格式: DOC        下载积分:100金币
    快捷下载 游客一键下载
    账号登录下载
    三方登录下载: QQ登录
    下载资源需要100金币
    邮箱/手机:
    温馨提示:
    快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如填写123,账号就是123,密码也是123。
    支付方式: 支付宝   
    验证码:   换一换

     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。

    ASP基础语言英文资料翻译

    1、 英文资料翻译 系 别 软件与服务外包学院 专 业 软件技术 班 级 0904 姓 名 李 欣 学 号 100090590 指导教师 高振栋 2012 年 4 月 1 ASP Language Basics Active Server Pages (ASP) is a proven, well-established technology for building dynamic Web applications, which provides the power and flexibility you need to create anything from a personal, Web

    2、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, VBScript is by far the most popular choice. In this article, Ill bring

    3、you up to speed on the basic syntax of the VBScript language, including variables, operators, and control structures. This article is the second in a series teaching ASP. Specifically, the goal of this series is to teach you all you need to know to create dynamic Web sites using ASP. This article pi

    4、cks up right where the previous article in the series, Getting Started with ASP, left off. Variables Here is the listing for the first ASP script I helped you create in the previous article: 1 2 3 My First ASP Page 4 5 6 % 7 Write out a simple HTML paragraph 8 Response.Write This is a test of ASP. 9

    5、 % 10 11 As I admitted in that article, this is a pretty uninteresting example of an ASP script. When it comes right down to it, this script doesnt do anything a plain, old 2 HTML page couldnt do. Oh sure, I gave a slightly more interesting example that displayed the current server time, but to be r

    6、eally useful a script needs to perform some form of calculation, or manipulate dynamic information to present it in some interesting way. The language used for writing most ASP programs, and which Ill be using throughout this series, is called VBScript. Like most programming languages, VBScript lets

    7、 you store data in variables. A variable may be thought of simply as a named location in memory where data may be stored. VBScript is what is known as a loosely typed language, which means that a particular variable may store any kind of information, be it a number, a piece of text, a date, or some

    8、more complicated chunk of data (as opposed to strictly typed languages where you can only store one kind of information in each variable). Before you can use a variable, though, you must declare it; that is, you must let ASP know that you want to create a variable with a particular name. Lets look a

    9、t a basic example to help solidify these concepts in your mind. Say you were writing a Web page that performed conversions between Celsius and Fahrenheit temperatures. In countries where Celsius is used, 20°;C is commonly accepted as the value for room temperature. The following code creates a va

    10、riable called intRoomTempC, and then assigns it a value of 20: New Revised 2nd Edition Out NOW! Build Your Own Database Driven Website Using PHP & MySQL Fully updated for PHP 4.3. Installation instructions for Mac OS X Full index provided New wider book size Enhanced fonts New cover design Lay-flat spine All content revisited Download the First 4 Chapters FREE


    注意事项

    本文(ASP基础语言英文资料翻译)为本站会员(泛舟)主动上传,毕设资料网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请联系网站客服QQ:540560583,我们立即给予删除!




    关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们
    本站所有资料均属于原创者所有,仅提供参考和学习交流之用,请勿用做其他用途,转载必究!如有侵犯您的权利请联系本站,一经查实我们会立即删除相关内容!
    copyright@ 2008-2025 毕设资料网所有
    联系QQ:540560583