更多“dwr.xml配置create的时候,其中的scope属性不能是()。A、sessionB、pageContentC、requestD、application”相关问题
  • 第1题:

    ASP内置对象中,(43)对象获取客户端通过浏览器向服务器发送的信息。

    A.Session

    B.Server

    C.Request

    D.Response


    正确答案:C
    解析:ASP提供了可在脚本中使用的内置对象。这些对象使用更容易收集那些通过浏览器请求发送的信息,响应浏览器及存储用户信息,从而使对象开发摆脱了很多烦琐的工作。Request对象获取客户端通过浏览器向服务器发送的信息,为脚本提供了当客户端请求一个页面或者传递一个窗体时,客户端提供的全部信息。这包括能指明浏览器和用户的HTTP变量,在这个域名下存放在浏览器中的Cookie,任何作为查询字符串而附于URL后面的字符串或页面的form>段中的HTML控件的值,同时也提供使用SecureSockerLayer(SSL)或其他加密通信协议的授权访问,以及有助于对连接进行管理的属性。Response对象用来访问服务器端所创建的并发回到客户端的响应信息。为脚本提供HTTP变量,指明服务器、服务器的功能、关于发回浏览器的内容的信息及任何将为这个域而存放在浏览器里新的Cookie。Session对象用于存储访问者的一些特定信息。它提供一个空间用来存放变量和对象的引用,但只能供目前的访问者在会话的生命期中打开的页面使用。Server对象用于提供对服务器方法、属性的存取,专为处理服务器上的特定任务而设计的,特别是与服务器的环境和处理活动有关的任务。

  • 第2题:

    ● ASP 提供的内嵌对象中, (41) 对象的值只能在一个会话的生命期中使用

    (41)

    A. Session

    B. Application

    C. Request

    D. Server


    正确答案:A

  • 第3题:

    当属性scope的值为application时,JSP动作定义的JavaBean实例就会被存储到()对象中。

    • A、Servlet Context
    • B、Http Session
    • C、Servlet Application
    • D、Http Servlet Request

    正确答案:A

  • 第4题:

    jsp对象的作用范围()

    • A、pageContext
    • B、session
    • C、request
    • D、application

    正确答案:B,C,D

  • 第5题:

    You have a DHCP server named Server1 and an application server named Server2. Both servers run Windows Server 2008. The DHCP server contains one scope. you need to ensure that server2 alwaysreceives the same IP address. Server2 must receive its DNS settings and its Wins settings from DHCP. What should you do?()

    • A、Create a multicast scope
    • B、Assign a Static IP address to Server2
    • C、Create an exclusion range in the DHCP scope
    • D、Create a DHCP reservation in the DHCP scope.

    正确答案:D

  • 第6题:

    avaBean的生命周期中,哪个是用来跟踪用户会话的() 

    • A、session
    • B、request
    • C、page
    • D、application

    正确答案:B

  • 第7题:

    网页重定向功能可以有内置对象()的方法Redirect实现。

    • A、Server
    • B、Response
    • C、Request
    • D、Application

    正确答案:B

  • 第8题:

    负责管理“脚本程序的运行环境”是JSP的内置对象()。

    • A、page
    • B、session
    • C、request
    • D、application

    正确答案:A

  • 第9题:

    JavaBean的生命周期中,哪个是用来跟踪用户的会话的?()

    • A、session
    • B、request
    • C、page
    • D、application

    正确答案:A

  • 第10题:

    you have a DHCP server named server1 and an application server named server2. Both servers run windows server 2008. The DHCP server contains one scope. You need to ensure that server2 always receives the same ip address. Server2 must receive its DNS settings and its wins settings from DHCP. What should you do?()

    • A、Create a multicast scope.
    • B、Assign a static ip address to server2.
    • C、Create an exclusion range in the DHCP scope.
    • D、Create a DHCP reservation in the DHCP scope.

    正确答案:D

  • 第11题:

    填空题
    使用useBean动作标记的时候scope属性有4种选项,作用范围由小到大是page和()、()、()。

    正确答案: request,session,application
    解析: 暂无解析

  • 第12题:

    单选题
    dwr.xml配置create的时候,其中的scope属性不能是()。
    A

    session

    B

    pageContent

    C

    request

    D

    application


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

  • 第13题:

    dwr.xml配置create的时候,其中的scope属性不能是()。

    A.session

    B.pageContent

    C.request

    D.application


    参考答案:A

  • 第14题:

    ASP中,存储用户身份信息一般采用

    A.session
    B.server
    C.request
    D.application

    答案:A
    解析:
    一般采用session存储用户身份相关信息。

  • 第15题:

    使用useBean动作标记的时候scope属性有4种选项,作用范围由小到大是page和()、()、()。


    正确答案:request;session;application

  • 第16题:

    What are five of the seven layers that are found in the OSI model?()

    • A、session
    • B、physical
    • C、protocol
    • D、gateway
    • E、data  link
    • F、transport
    • G、application

    正确答案:A,B,E,F,G

  • 第17题:

    在ASP内建对象中,必须要有lock和Unlock方法以确保多个用户无法同时改变某一属性的对象()

    • A、Response
    • B、Session
    • C、Request
    • D、Application

    正确答案:D

  • 第18题:

    按作用域从大到小排列正确的是 ()

    • A、  application page request  response
    • B、  session page request  application
    • C、  public  application session request
    • D、  application session  request  page

    正确答案:D

  • 第19题:

    〈jsp:useBean〉的scope的默认值()。

    • A、session
    • B、application
    • C、page
    • D、request

    正确答案:C

  • 第20题:

    在JSP页面中,保存数据的范围由小到大依次是()。

    • A、pageContext,request,application,session
    • B、pageContext,application,session,request
    • C、pageContext,request,session,application
    • D、pageContext,session,request,application

    正确答案:C

  • 第21题:

    You are creating a new form for the Order Entry application. You define a record group that will be created when the form is executing this built in: CREATE_GROUP(rg_emplist, global_scope) Which form(s) in the application will have access to this record group?()

    • A、All forms in the application. 
    • B、Any forms opened by the user who initiated the record group. 
    • C、Only the form issuing the CREATE_GROUP built-in. 
    • D、Any forms referenced by the form that contains the procedure.

    正确答案:A

  • 第22题:

    You have a DHCP server named Server1 and an application server named Server2. Both servers run Windows Server 2008 R2. The DHCP server contains one scope.You need to ensure that Server2 always receives the same IP address. Server2 must receive its DNS settings and its WINS settings from DHCP. What should you do?()

    • A、Create a multicast scope.
    • B、Assign a static IP address to Server2.
    • C、Create an exclusion range in the DHCP scope.
    • D、Create a DHCP reservation in the DHCP scope.

    正确答案:D

  • 第23题:

    单选题
    按作用域从大到小排列正确的是 ()
    A

      application page request  response

    B

      session page request  application

    C

      public  application session request

    D

      application session  request  page


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