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

问题:

[单选]

You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. The application contains the following code segment:  
public class CapabilityEvaluator  { 
public static bool ChkScreenSize(System.Web.Mobile.MobileCapabilities cap, String arg) { int screenSize = cap.ScreenCharactersWidth * cap.ScreenCharactersHeight;  
return screenSize < int.Parse(arg);
  } 
}   
You add the following device filter element to the Web.config file:  
<filter name="FltrScreenSize" 
  type="MyWebApp.CapabilityEvaluator,MyWebApp"   
method="ChkScreenSize" />   
You need to write a code segment to verify whether the size of the device display is less than 80 characters. 
Which code segment should you use?()

A . A
B . B
C . C
D . D

简述截肢后常见并发症。 (谢榛的)四格说 旁站监理人员实施旁站监理时,发现施工企业有违反工程建设强制性标准行为的,()。 立即通知专业监理工程师。 立即通知建设单位。 有权责令整改。 由总监理工程师责令施工企业立即整改。 现金池管理的作法可以推广到票据管理。 简要说明现场照相的作用。

You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. The application contains the following code segment:  
public class CapabilityEvaluator  { 
public static bool ChkScreenSize(System.Web.Mobile.MobileCapabilities cap, String arg) { int screenSize = cap.ScreenCharactersWidth * cap.ScreenCharactersHeight;  
return screenSize < int.Parse(arg);
  } 
}   
You add the following device filter element to the Web.config file:  
<filter name="FltrScreenSize" 
  type="MyWebApp.CapabilityEvaluator,MyWebApp"   
method="ChkScreenSize" />   
You need to write a code segment to verify whether the size of the device display is less than 80 characters. 
Which code segment should you use?()

参考答案:

  参考解析

本题暂无解析

在线 客服