下面与IE结合对JavaScript调试支持比较好的工具是()A、记事本B、Microsoft Visual Studio 2005C、JSEclipseD、VC++

题目

下面与IE结合对JavaScript调试支持比较好的工具是()

  • A、记事本
  • B、Microsoft Visual Studio 2005
  • C、JSEclipse
  • D、VC++

相似考题
更多“下面与IE结合对JavaScript调试支持比较好的工具是()A、记事本B、Microsoft Visual Studio 2005C、JSEclipseD、VC++”相关问题
  • 第1题:

    运行下面的程序,输入字符串Microsoft Visual Studio,则程序的执行结果是()。includemai

    运行下面的程序,输入字符串Microsoft Visual Studio,则程序的执行结果是( )。 #include<stdio.h> main() {char Chr[20]; scanf("%s",&Chr); printf("%s\n”,Chr); }

    A.Microsoft Visua1 Studio

    B.M

    C.Microsoft

    D.MicrosoflVisualStudio


    正确答案:C
    解析:当从键盘输入Microsoft Visual studio时,由于scanf输入函数的特点是遇到空格时结束读入字符,因此,该程序只将Microsoft这9个字符送到了字符数组str中,并在其后自动加上结束符“\0”。

  • 第2题:

    Embedded Visual Studio是()

    A.嵌入式硬件开发工具

    B.嵌入式软件开发工具

    C.嵌入式调试工具

    D.嵌入式编译工具


    参考答案:B

  • 第3题:

    Embedded Visual Studio是()

    • A、嵌入式硬件开发工具
    • B、嵌入式软件开发工具
    • C、嵌入式调试工具
    • D、嵌入式编译工具

    正确答案:B

  • 第4题:

    You create a Microsoft ASP.NET AJAX application by using the Microsoft .NET Framework version 3.5.  You attach Microsoft Visual Studio 2008 debugger to the Microsoft Internet Explorer instance to debug the JavaScript code in the AJAX application.  You need to ensure that the application displays the details of the client-side object on the debugger console.  What should you do?()

    • A、Use the Sys.Debug.fail method.
    • B、Use the Sys.Debug.trace method.
    • C、Use the Sys.Debug.assert method.
    • D、Use the Sys.Debug.traceDump method.

    正确答案:D

  • 第5题:

    下列关于VisualStudio2008的叙述中,哪一条是不正确的?()

    • A、Visual  Studio  2008彻底解决了需要绑定一个特定版本的CLR(通用语言框架机制)的问题
    • B、Visual  Studio  2008实现了Dreamwaver网页编辑的功能
    • C、Visual  Studio  2008对AJAX和JavaScript提供了更丰富的支持
    • D、Visual  Studio  2008允许编写使用LINQ的代码

    正确答案:A

  • 第6题:

    You create a control named ContosoUI for a Web application. You need to add the control to the toolbox of Microsoft Visual Studio .NET. Which two actions should you perform?()

    • A、Create the ContosoUI control as a Web Control Library.
    • B、Create the ContosoUI control as a Web user control.
    • C、Within the Visual Studio .NET toolbox, browse to and select ContosoUI.ascx.
    • D、Within the Visual Studio .NET toolbox, browse to and select ContosoUI.dll.

    正确答案:A,D

  • 第7题:

    You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.  You host the application on a server named ContosoTest that runs Microsoft IIS 6.0. You set up remote  | English | Chinese | Japan | Korean | - 127 - Test Information Co., Ltd. All rights reserved. debugging on the ContosoTest server.  You need to debug the application remotely from another computer named ContosoDev. What should you do?()

    • A、Attach Microsoft Visual Studio.NET to the w3wp.exe process.
    • B、Attach Microsoft Visual Studio.NET to the inetinfo.exe process.
    • C、Attach Microsoft Visual Studio.NET to the Msvsmon.exe process.
    • D、Attach Microsoft Visual Studio.NET to the WebDev.WebServer.exe process.

    正确答案:A

  • 第8题:

    You are employed as a network administrator at Certkiller.com. You are in the process of creatingan Asp.Net application using Microsoft .NET Framework v3.5.  The application is hosted on a server named CERTKILLER-SR01. CERTKILLER-SR01 isconfigured to run Microsoft IIS 6.0. You receive several requests from management to set upCERTKILLER-SR01 for remote debugging. You need to make use of CERTKILLER-WS01 inorder to debug the application remotely.  What should you do?()

    • A、This can be accomplished by attaching Microsoft Visual Studio.NET to the inetinfo.exe process.
    • B、This can be accomplished by attaching Microsoft Visual Studio.NET to the Msvsmon.exeprocess.
    • C、This can be accomplished by attaching Microsoft Visual Studio.NET to theWebDev.WebServer.exe process.
    • D、This can be accomplished by attaching Microsoft Visual Studio.NET to the w3wp.exe process.

    正确答案:D

  • 第9题:

    单选题
    You are employed as a network administrator at Certkiller.com. You are in the process of creatingan Asp.Net application using Microsoft .NET Framework v3.5.  The application is hosted on a server named CERTKILLER-SR01. CERTKILLER-SR01 isconfigured to run Microsoft IIS 6.0. You receive several requests from management to set upCERTKILLER-SR01 for remote debugging. You need to make use of CERTKILLER-WS01 inorder to debug the application remotely.  What should you do?()
    A

    This can be accomplished by attaching Microsoft Visual Studio.NET to the inetinfo.exe process.

    B

    This can be accomplished by attaching Microsoft Visual Studio.NET to the Msvsmon.exeprocess.

    C

    This can be accomplished by attaching Microsoft Visual Studio.NET to theWebDev.WebServer.exe process.

    D

    This can be accomplished by attaching Microsoft Visual Studio.NET to the w3wp.exe process.


    正确答案: C
    解析: 暂无解析

  • 第10题:

    单选题
    You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.  You host the application on a server named ContosoTest that runs Microsoft IIS 6.0. You set up remote debugging on the ContosoTest server.  You need to debug the application remotely from another computer named ContosoDev. What should you do? ()
    A

    Attach Microsoft Visual Studio.NET to the w3wp.exe process.

    B

    Attach Microsoft Visual Studio.NET to the inetinfo.exe process.

    C

    Attach Microsoft Visual Studio.NET to the Msvsmon.exe process.

    D

    Attach Microsoft Visual Studio.NET to the WebDev.WebServer.exe process.


    正确答案: A
    解析: 暂无解析

  • 第11题:

    单选题
    You create a Microsoft ASP.NET AJAX application by using the Microsoft .NET Frameworkversion 3.5.  You attach Microsoft Visual Studio 2008 debugger to the Microsoft Internet Explorer instance to debug the JavaScript code in the AJAX application.  You need to ensure that the application displays the details of the client-side object on the debugger console.  What should you do?()
    A

    Use the Sys.Debug.fail method. 

    B

    Use the Sys.Debug.trace method. 

    C

    Use the Sys.Debug.assert method. 

    D

    Use the Sys.Debug.traceDump method.


    正确答案: B
    解析: 暂无解析

  • 第12题:

    单选题
    Embedded Visual Studio是()
    A

    嵌入式硬件开发工具

    B

    嵌入式软件开发工具

    C

    嵌入式调试工具

    D

    嵌入式编译工具


    正确答案: D
    解析: 暂无解析

  • 第13题:

    下面关于脚本语言的说法错误的是( )

    A.动态HTML的脚本语言是指JavaScript和VBScript

    B.JavaScript最早起源于Netscape的LiveScript

    C.遗憾的是IE还没有提供对JavaScript的支持

    D.VBScript则是接近VB的一种语句,只能应用于IE浏览器


    正确答案:C

  • 第14题:

    下列选项中不完属于网吧性能测试工具的是()

    • A、SiSoftware Sandra Pro 2005、DU Meter、HD Speed
    • B、SiSoftware Sandra Pro 2005、HD Speed、Visual Studio 2005
    • C、HD Tune、HD TACH、CPU-Z、HD Speed
    • D、HD TACH、CPU-Z、HD Speed、SiSoftware Sandra Pro 2005 

    正确答案:B

  • 第15题:

    You create a Microsoft ASP.NET AJAX application by using the Microsoft .NET Frameworkversion 3.5.  You attach Microsoft Visual Studio 2008 debugger to the Microsoft Internet Explorer instance to debug the JavaScript code in the AJAX application.  You need to ensure that the application displays the details of the client-side object on the debugger console.  What should you do?()

    • A、Use the Sys.Debug.fail method. 
    • B、Use the Sys.Debug.trace method. 
    • C、Use the Sys.Debug.assert method. 
    • D、Use the Sys.Debug.traceDump method.

    正确答案:D

  • 第16题:

    下面关于脚本语言的说法错误的是:()

    • A、动态HTML的脚本语言是指JavaScript和VBScript
    • B、JavaScript最早起源于Netscape的LiveScript
    • C、遗憾的是IE还没有提供对JavaScript的支持
    • D、VBScript则是接近VB的一种语句,只能应用于IE浏览器

    正确答案:C,D

  • 第17题:

    新装正版Windows 7自带()软件。

    • A、所有驱动程序
    • B、Microsoft Office
    • C、语音识别
    • D、Visual studio

    正确答案:C

  • 第18题:

    You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You host the application on a server named ContosoTest that runs Microsoft IIS 6.0. You set up remote debugging on the ContosoTest server.  You need to debug the application remotely from another computer named ContosoDev.  What should you do?()

    • A、Attach Microsoft Visual Studio.NET to the w3wp.exe process. 
    • B、Attach Microsoft Visual Studio.NET to the inetinfo.exe process. 
    • C、Attach Microsoft Visual Studio.NET to the Msvsmon.exe process. 
    • D、Attach Microsoft Visual Studio.NET to the WebDev.WebServer.exe process.

    正确答案:A

  • 第19题:

    你正在为 Web 应用创建一个控件 ContosoUI。你需要增加这个控件到 Microsoft VisualStudio .NET 的工具栏。你应该通过下面那两个操作完成?()

    • A、创建ContosoUI控件为Web控件库。
    • B、创建ContosoUI控件为Web用户控件。
    • C、在Visual Studio .NET 工具栏,浏览并选择ContosoUI.ascx。
    • D、在Visual Studio .NET 工具栏,浏览并选择ContosoUI.dll.

    正确答案:A,D

  • 第20题:

    单选题
    You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.  You host the application on a server named ContosoTest that runs Microsoft IIS 6.0. You set up remote  | English | Chinese | Japan | Korean | - 127 - Test Information Co., Ltd. All rights reserved. debugging on the ContosoTest server.  You need to debug the application remotely from another computer named ContosoDev. What should you do?()
    A

    Attach Microsoft Visual Studio.NET to the w3wp.exe process.

    B

    Attach Microsoft Visual Studio.NET to the inetinfo.exe process.

    C

    Attach Microsoft Visual Studio.NET to the Msvsmon.exe process.

    D

    Attach Microsoft Visual Studio.NET to the WebDev.WebServer.exe process.


    正确答案: D
    解析: 暂无解析

  • 第21题:

    多选题
    下面关于脚本语言的说法错误的是:()
    A

    动态HTML的脚本语言是指JavaScript和VBScript

    B

    JavaScript最早起源于Netscape的LiveScript

    C

    遗憾的是IE还没有提供对JavaScript的支持

    D

    VBScript则是接近VB的一种语句,只能应用于IE浏览器


    正确答案: A,D
    解析: 暂无解析

  • 第22题:

    单选题
    You create a Microsoft ASP.NET AJAX application by using the Microsoft .NET Framework version 3.5.  You attach Microsoft Visual Studio 2008 debugger to the Microsoft Internet Explorer instance to debug the JavaScript code in the AJAX application.  You need to ensure that the application displays the details of the client-side object on the debugger console.  What should you do?()
    A

    Use the Sys.Debug.fail method.

    B

    Use the Sys.Debug.trace method.

    C

    Use the Sys.Debug.assert method.

    D

    Use the Sys.Debug.traceDump method.


    正确答案: D
    解析: 暂无解析

  • 第23题:

    多选题
    You create a control named ContosoUI for a Web application. You need to add the control to the toolbox of Microsoft Visual Studio .NET. Which two actions should you perform?()
    A

    Create the ContosoUI control as a Web Control Library.

    B

    Create the ContosoUI control as a Web user control.

    C

    Within the Visual Studio .NET toolbox, browse to and select ContosoUI.ascx.

    D

    Within the Visual Studio .NET toolbox, browse to and select ContosoUI.dll.


    正确答案: C,D
    解析: 暂无解析