网友您好, 请在下方输入框内输入要搜索的题目:

2012年湖北省宜昌市中考试卷及答案

以下是ASP.NET 页生命周期事件的有( )

A、Page_PreInit

B、Page_Init

C、Page_Load

D、Page_PreRender

E、Page_Unload


参考答案:ABCDE


When monitoring a system using /usr/bin/vmstat with an interval, the metrics under page pi and page po represent which of the following phrases?()

  • A、 The pages to and from paging space per second
  • B、 The page intervals and page operations per second
  • C、 The page interrupts and page operations per second
  • D、 The page segments transferred between pi and po devices per second

正确答案:A


You are implementing an ASP.NET Web page. The page includes several controls, but only a GridView requires view state. You set the GridView… You need to ensure that the page will omit unneeded view state. Wich @ Page directive should you use?()

  • A、<% Page EnableViewState=”true” ViewStateMode=”Enabled” _ %>
  • B、<% Page EnableViewState=”true” ViewStateMode=”Disabled” _ %>
  • C、<% Page EnableViewState=”false” ViewStateMode=”Disabled” _ %>
  • D、<% Page EnableViewState=”false” ViewStateMode=”Enabled” _ %>

正确答案:B


为了指定page1.html、page2.html和page3.html,可以使用以下哪些正则表达式?()

  • A、^/page(1
  • B、^/page[1-3]/.html
  • C、^/page[123]/.htmlD.
  • D、^/page[1-3]+/.html

正确答案:A,B,C


与page指令<%@ page import= “java.util.*, java.text.* “ %> 等价的是()。

  • A、<%@ import="“java.util.*" page=""><%@ import="“java.text.*" page=""><%@ import="“java.text.*" page=""><%@ import="“java.util.*" page=""><%@ import="“java.text.*" page=""><%@ import="“java.util.*" page=""><%@ page import= “java.util.* %> <%@ page import= “java.text.* “ %> 
  • B、<%@ page import= “java.util.*”  ,  import= “java.text.* “ %> 
  • C、<%@ page import= “java.util.* “  ;  %> <%@ page import= “java.text.* “  ; %>
  • D、<%@ page import= “java.util.* ; java.text.* “ %>

正确答案:A


摘要:2012年湖北省宜昌市中考试卷及答案[page] [page] [page] [page] [page]


Where do you enable the CRS engine?()

  • A、Publisher Activation page  
  • B、Component Activation page  
  • C、Cluster Setup page  
  • D、Server Setup page 

正确答案:B


You develop a Web application that contains two master pages. You need to dynamically set the master page when a user views pages in the application. What should you do? ()

  • A、Set Page.MasterPageFile in the Page's Page_Init event.
  • B、Set Page.MasterPageFile in the Page's OnInit event.
  • C、Set Page.MasterPageFile in the Page's Page_Load event.
  • D、Set Page.MasterPageFile in the Page's Page_PreInit event.

正确答案:D


You develop a Web application that contains two master pages. You need to dynamically set the master page when a user views pages in the application. What should you do? ()

  • A、Set Page.MasterPageFile in the Page's Page_Init event.
  • B、Set Page.MasterPageFile in the Page's OnInit override.
  • C、Set Page.MasterPageFile in the Page's Page_Load event.
  • D、Set Page.MasterPageFile in the Page's Page_PreInit event.

正确答案:D


You are perfoming security testing on an existing asp.net web page.You notice that you are able to issue unauthorised postback requests to the page. You need to prevent unauthorised post back requests. which page directive you use?()

  • A、<%@Page strict = "true" %>  
  • B、<%@Page enableViewStateMac = "true" %>
  • C、<%@Page EnableEventValidation = "true" %>
  • D、<%@Page Aspcompact = "true" %>

正确答案:C


You develop a Web application that contains two master pages. You need to dynamically set the master page when a user views pages in the application. What should you do? ()

  • A、Set Page.MasterPageFile in the Page's Page_Init event.
  • B、Set Page.MasterPageFile in the Page's OnInit override.
  • C、Set Page.MasterPageFile in the Page's Page_Load event.
  • D、Set Page.MasterPageFile in the Page's Page_PreInit event.

正确答案:D


更多 “2012年湖北省宜昌市中考试卷及答案” 相关考题
考题 单选题When monitoring a system using /usr/bin/vmstat with an interval, the metrics under page pi and page po represent which of the following phrases?()A  The pages to and from paging space per secondB  The page intervals and page operations per secondC  The page interrupts and page operations per secondD  The page segments transferred between pi and po devices per second正确答案: C 解析: 暂无解析

考题 单选题Where do you enable the CRS engine?()A Publisher Activation page  B Component Activation page  C Cluster Setup page  D Server Setup page 正确答案: C 解析: 暂无解析

考题 单选题与page指令 等价的是()。A %@ import="“java.util.*" page=""%@ import="“java.text.*" page=""%@ import="“java.text.*" page=""%@ import="“java.util.*" page=""%@ import="“java.text.*" page=""%@ import="“java.util.*" page=""%@ page import= “java.util.* % %@ page import= “java.text.* “ % B %@ page import= “java.util.*”  ,  import= “java.text.* “ % C %@ page import= “java.util.* “  ;  % %@ page import= “java.text.* “  ; %D %@ page import= “java.util.* ; java.text.* “ %正确答案: A 解析: 暂无解析

考题 单选题Where do you enable the CRS engine?()A Publisher Activation page  B Component Activation page  C Cluster Setup page  D Server Setup page 正确答案: A 解析: 暂无解析

考题 单选题You develop a Web application that contains two master pages. You need to dynamically set the master page when a user views pages in the application. What should you do? ()A Set Page.MasterPageFile in the Page's Page_Init event.B Set Page.MasterPageFile in the Page's OnInit override.C Set Page.MasterPageFile in the Page's Page_Load event.D Set Page.MasterPageFile in the Page's Page_PreInit event.正确答案: D 解析: 暂无解析

考题 单选题You develop a Web application that contains two master pages. You need to dynamically set the master page when a user views pages in the application. What should you do? ()A Set Page.MasterPageFile in the Page's Page_Init event.B Set Page.MasterPageFile in the Page's OnInit override.C Set Page.MasterPageFile in the Page's Page_Load event.D Set Page.MasterPageFile in the Page's Page_PreInit event.正确答案: A 解析: 暂无解析

考题 单选题与page指令 等价的是()。A %@ import="“java.util.*" page=""%@ import="“java.text.*" page=""%@ import="“java.text.*" page=""%@ import="“java.util.*" page=""%@ import="“java.text.*" page=""%@ import="“java.util.*" page=""%@ page import= “java.util.* % %@ page import= “java.text.* “ % B %@ page import= “java.util.*”  ,  import= “java.text.* “ % C %@ page import= “java.util.* “  ;  % %@ page import= “java.text.* “  ; %D %@ page import= “java.util.* ; java.text.* “ %正确答案: C 解析: 暂无解析

考题 单选题Where do you enable the CRS engine?()A Publisher Activation page  B Component Activation page  C Cluster Setup page  D Server Setup page 正确答案: D 解析: 暂无解析

考题 单选题When monitoring a system using /usr/bin/vmstat with an interval, the metrics under page pi and page po represent which of the following phrases?()A  The pages to and from paging space per secondB  The page intervals and page operations per secondC  The page interrupts and page operations per secondD  The page segments transferred between pi and po devices per second正确答案: B 解析: 暂无解析

考题 单选题You develop a Web application that contains two master pages. You need to dynamically set the master page when a user views pages in the application. What should you do? ()A Set Page.MasterPageFile in the Page's Page_Init event.B Set Page.MasterPageFile in the Page's OnInit event.C Set Page.MasterPageFile in the Page's Page_Load event.D Set Page.MasterPageFile in the Page's Page_PreInit event.正确答案: A 解析: 暂无解析