当前位置:MCPD(70-511)题库

问题:

[单选]

You create a Windows client application by using Windows Presentation Foundation (WPF). 
The application contains the following code fragment.

You need to assign lbDetails to use the detail data template when btnDetails is clicked. 
Which code segment should you write for the click event handler for btnDetails?()

A . lbDetails.ItemsPanel.FindName("detail",lbDetails);
B . var tmpl = (ControlTemplate)FindResource("detail"); lbDetails.Template = tmpl;
C . var tmpl = (DataTemplate)FindName("detail"); lbDetails.ItemTemplate = tmpl;
D . var tmpl = (DataTemplate)FindResource("detail"); lbDetails.ItemTemplate=tmpl

You are a network administrator for your company. The network consists of a single Active Directory domain. The domain contains three Windows Server 2003 domain controllers, 20 Windows Server 2003 member servers, and 750 Windows XP Professional computers. The domain is configured to use only Kerberos authentication for all server connections.A user reports that she receives an "Access denied" error message when she attempts to connect to one of the member servers. You want to test the functionality of Kerberos authentication on the user’s client computer.  Which command should you run from the command prompt on the user’s computer?() netsh。 netdiag。 ktpass。 ksetu。 银行对信用证的偿付方式有() 即期付款。 延期付款。 承兑。 议付。 You have a domain controller named Server1 that runs Windows Server 2003 Service Pack 2 (SP2).You start Server1 in Directory Services Restore Mode and attempt to log on by using the username administrator and a password of Pa$$w0rd. The logon attempt fails.You restart Server1 normally and successfully log on to the server by using the username administrator and a password of Pa$$w0rd.You need to ensure that you can log on to Server1 in Directory Services Restore Mode.What should you do? () From ntdsutil.exe, run Set DSRM Password.。 From ntdsutil.exe, run Security account management.。 From Active Directory Users and Computers, select the Account is trusted for delegation option for the Administrator account.。 From Active Directory Users and Computers, select the Store password using reversible encryption option for the Administrator account.。 网上直接调查最常用的是() 网上问卷。 网上实验法。 网上观察法。 公告栏法。 何谓酶定向进化?有何特点?

You create a Windows client application by using Windows Presentation Foundation (WPF). 
The application contains the following code fragment.

You need to assign lbDetails to use the detail data template when btnDetails is clicked. 
Which code segment should you write for the click event handler for btnDetails?()

参考答案:

  参考解析

本题暂无解析

在线 客服