当前位置:MCTS(70-528)题库

问题:

[单选]

You create a Web Form with several UI elements on it. During a code review, you realize that some of the UI elements can be grouped into user controls. You need to create a Web control to group the UI elements that do not require server-side processing. Doing so will enable you to programmatically add or remove the UI elements from the page. You want to maintain the UI elements' style properties.
What should you do? ()

A . Use System.Web.UI.TemplateControl to group the UI elements.
B . Use System.Web.UI.HtmlControls.HtmlControl to group the UI elements.
C . Use System.Web.UI.LiteralControl to group the UI elements.
D . Use System.Web.UI.WebControls.Literal to group the UI elements.

你正在SQL SERVER 2005 服务器上一个名为DB1的数据库上进行着工作。你发现由于对DB1中Table1表的扫描导致了查询执行缓慢。已知,Table是一个使用频繁而且非常巨大的表,同时你又确定了查询中包含如下的语句:SELECT col1,col2 FROM table1 WHERE col3 = 。在表保持对所有用户有效的情况下,为了最大化的提高查询性能,你应该怎么做?() 更新DB1数据库中表Table1的所有统计信息。 在DB1数据库中,使用CREATE STATISTICS 语句为表Table1的列col3创建缺少的统计信息。 设置优先值提升选项的值为1。 执行如下语句:USE DB1 GO CREATE INDEX index1 ON table1(col3) INCLUDE(col1, col2) WITH (ONLINE = ON) GO。 执行如下语句 USE DB1GOCREATE INDEX index1 ON table1(col3, col2,col1)。 当工作电压改变时,引起电能表误差的主要原因是()。 电压工作磁通改变,引起转动力矩的改变。 电压铁芯产生的自制动力矩改变。 负载功率的改变。 电压损耗角的改变,引起的相角误差。 Your network consists of a single Active Directory domain. You have a DHCP server named Server1 that runs Windows Server 2003 Service Pack 2 (SP2). You have a computer named Computer1 that runs Windows XP Professional Service Pack 3 (SP3).You need to administer the DHCP service on Server1 from Computer1.  What should you do first?() On Computer1, install adminpak.msi.。 On Computer1, at a command prompt run the Netsh command.。 On Server1, open the DHCP snap-in and select Export List.。 On Server1, open the DHCP snap-in and add Computer1 to the list of servers.。 Your network contains a single Active Directory domain. Active Directory Rights Management  Services (AD RMS) is deployed on the network.     A user named User1 is a member of only the AD RMS Enterprise Administrators group. You need  to ensure that User1 can change the service connection point (SCP) for the AD RMS installation.  The solution must minimize the administrative rights of User1.     To which group should you add User1() AD RMS Auditors。 AD RMS Service Group。 Domain Admins。 Schema Admi。 对事业单位公职人员进行考核的基本方法有()。 平时考核与定期考核相结合。 领导考核与群众考核相结合。 考试考核与评审考核相结合。 定性考核与定量考核相结合。

You create a Web Form with several UI elements on it. During a code review, you realize that some of the UI elements can be grouped into user controls. You need to create a Web control to group the UI elements that do not require server-side processing. Doing so will enable you to programmatically add or remove the UI elements from the page. You want to maintain the UI elements' style properties.
What should you do? ()

参考答案:

  参考解析

本题暂无解析

相关题目:

在线 客服