niusouti.com
参考答案和解析
正确答案:B
更多“假设现在已经利用Application对象把变量a赋值为456,那么下列语句中能显示出“456”的是______。A.<%=Application"a"%>B.<%=Application("a")%>C.<%=Application(a)%>D.<%=Application:a%>”相关问题
  • 第1题:

    写出下列Application对象的集合属性和方法所表示的含义  1.Application_onEnd 2.Application_onStart 3.Lock 4.unLock
    1.Application_onEnd应用程序对象结束事件
    2.Application_onStart应用程序对象开始事件
    3.Lock加锁方法
    4.unLock解锁方法

  • 第2题:

    在建立Application对象的时候会产生哪个事件?()

    • A、Application_OnStart
    • B、Application_OnEnd
    • C、Application_Start
    • D、Application_End

    正确答案:A

  • 第3题:

    关于Session变量、Application变量以及普通变量的名称,下列说法不正确的是()。

    • A、在一个页面中,Session变量、Application变量、普通变量的名称可以相同
    • B、在一个页面中,Session变量和Application变量的名称不可以相同
    • C、在一个页面中,Session变量和普通变量的名称不可以相同
    • D、在一个页面中,Session变量、Application变量、普通变量的名称都不可以相同

    正确答案:B,C,D

  • 第4题:

    要退出应用程序的执行,应执行下列的()语句。

    • A、 Application.Exit();
    • B、 Application.Exit;
    • C、 Application.Close();
    • D、 Application.Close;

    正确答案:A

  • 第5题:

    在application对象中用()方法可以获得application对象中的所有变量名。

    • A、getServerInfo
    • B、nextElements()
    • C、removeAttribute
    • D、getRealPath

    正确答案:B

  • 第6题:

    安装目录下的“放入application”里面的文件需放到application文件夹下是指的()

    • A、安装软件前,放到源目录下
    • B、安装软件后,在电脑上找到TEMs安装生成的application文件夹,把“放入application”放入到该文件夹
    • C、安装软件后,在电脑上找到TEMs安装生成的application文件夹,把“放入application”里面的内容覆盖放入到该文件夹

    正确答案:C

  • 第7题:

    Application A currently holds an exclusive lock on a single row and application B tries to access that row. If lock timeout is set to -1 and both applications are using isolation level RS, which of the following will occur?()

    • A、Applications A and B will cause a deadlock situation
    • B、Application B will read the previous version of the row
    • C、Application B will read the row and see uncommitted changes made by application A
    • D、Application B will be placed in a lock-wait state until application A releases its lock

    正确答案:D

  • 第8题:

    You recently installed an application on your computer. The application is configured to automatically start. This application might cause your computer to run slower.  You need to prevent the application from auto starting without uninstalling the application.  What should you do?()

    • A、Use the Microsoft Windows Task Manager application to end the task for the application.
    • B、Use the Control Panel application to uninstall the application. Reboot the computer.
    • C、Use the Software Explorer application to disable the application. Reboot the computer.
    • D、Use the Services application to disable the Application Experience service, and then launch the application.

    正确答案:C

  • 第9题:

    You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. The application requires frequent updates. You want to use the ClickOnce technology to distribute the application to Internet users. You need to ensure that the application is automatically updated without requiring user intervention. You also need to ensure that the users execute the most recent version of the application. What should you do when you publish the application? ()

    • A、 Use Install the application from a file share. Select the Application is available online and offline option.
    • B、 Use Install the application from CD-ROM or a DVD-ROM. Select the Application will not check for updates option.
    • C、 Use Install the application from a Web site. Select the Application is available online only option.
    • D、 Use Install the application from a Web site. Select the Application is available online and offline option.

    正确答案:C

  • 第10题:

    填空题
    ()方法用于锁定Application对象,()方法可以解除对Application对象的锁定。

    正确答案: Lock,unLock
    解析: 暂无解析

  • 第11题:

    问答题
    写出下列Application对象的集合属性和方法所表示的含义  1.Application_onEnd 2.Application_onStart 3.Lock 4.unLock

    正确答案: 1.Application_onEnd应用程序对象结束事件
    2.Application_onStart应用程序对象开始事件
    3.Lock加锁方法
    4.unLock解锁方法
    解析: 暂无解析

  • 第12题:

    单选题
    安装目录下的“放入application”里面的文件需放到application文件夹下是指的()
    A

    安装软件前,放到源目录下

    B

    安装软件后,在电脑上找到TEMs安装生成的application文件夹,把“放入application”放入到该文件夹

    C

    安装软件后,在电脑上找到TEMs安装生成的application文件夹,把“放入application”里面的内容覆盖放入到该文件夹


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

  • 第13题:

    Which statement is true about item records and inventory management? ()

    • A、 With IBM Maximo Asset Management V6.2 (IMAM), item records are created in the Item Master application, and storeroom records are created in the Storerooms application, but inventory is managed in the Inventory application.
    • B、 With IMAM, item records are created in the Storerooms application, and storeroom records are created in the Inventory application, but inventory is managed in the Inventory application.
    • C、 With IMAM, item records are created in the Inventory application, and storeroom records are created in the Item Master application, and inventory is managed in the Item Master application.
    • D、 With IMAM, item records are created in the Inventory application, and storeroom records are created in the Storerooms application, but inventory is managed in the Item Master application.

    正确答案:A

  • 第14题:

    ()方法用于锁定Application对象,()方法可以解除对Application对象的锁定。


    正确答案:Lock;unLock

  • 第15题:

    Application对象有两个事件,()事件和Application_OnEnd事件。


    正确答案:Application_OnS

  • 第16题:

    下列关于Application对象说法中错误的是()

    • A、Application对象用于在多个程序中保存信息
    • B、Application对象用来在所有用户间共享信息,但不可以在Web应用程序运行期间持久地保持数据。
    • C、getAttribute(Stringname)方法返回由name指定的名字application对象的属性的值。
    • D、getAttributeNames()方法返回所有application对象的属性的名字。
    • E、setAttribute(Stringname,Objectobject)方法设置指定名字name的application对象的属性值Object

    正确答案:B

  • 第17题:

    Application对象


    正确答案: 负责存储数据以供多个用户使用的ASP内键对象。

  • 第18题:

    A technician installed a new application on a Windows XP desktop. When the technician tries to launch the application it crashes. Which of the following can the technician use to troubleshoot the application?()

    • A、System logs
    • B、Security logs
    • C、Application logs
    • D、Application installation logs

    正确答案:C

  • 第19题:

    Application A holds an Update lock on a single row and application B is trying to read that row. If both applications are using isolation level UR, which of the following will occur?()

    • A、Application B will read the row.
    • B、Applications A and B will cause a deadlock situation.
    • C、Application B will wait until application A releases the Update lock.
    • D、Application A will be terminated so that application B can read the row.

    正确答案:A

  • 第20题:

    Your company uses Microsoft Application Virtualization (App-V). You maintain the sequencing for applications. You need to add a template to an existing sequenced application. What should you do?()

    • A、Edit the application, add the template, and then save the application with a new name.
    • B、Sequence the template as a new application to the original application installation folder.
    • C、Restore the sequencing computer and add the template to the original application installation folder.
    • D、Upgrade the existing sequencing package, add the template to the package, and then save the application.

    正确答案:D

  • 第21题:

    单选题
    Which statement is true about item records and inventory management? ()
    A

     With IBM Maximo Asset Management V6.2 (IMAM), item records are created in the Item Master application, and storeroom records are created in the Storerooms application, but inventory is managed in the Inventory application.

    B

     With IMAM, item records are created in the Storerooms application, and storeroom records are created in the Inventory application, but inventory is managed in the Inventory application.

    C

     With IMAM, item records are created in the Inventory application, and storeroom records are created in the Item Master application, and inventory is managed in the Item Master application.

    D

     With IMAM, item records are created in the Inventory application, and storeroom records are created in the Storerooms application, but inventory is managed in the Item Master application.


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

  • 第22题:

    填空题
    Application对象有两个事件,()事件和Application_OnEnd事件。

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

  • 第23题:

    单选题
    要退出应用程序的执行,应执行下列的()语句。
    A

     Application.Exit();

    B

     Application.Exit;

    C

     Application.Close();

    D

     Application.Close;


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