You are writing a custom dictionary.The custom-dictionary class is named MyDictionary.You need to ensure that the dictionary is type safe. Which code segment should you use?()
查看答案
下图为Dreamweaver8的新建文档页面,一般情况下,创建完全空白的静态页面应选择()
A. 基本页类别中的“HTML”选项
B. 基本页类别中的“HTML模板”选项
C. 框架集类别中的选项
D. 入门页面中的选项
You are developing an ASP.NET application by using Visual Studio 2010. You need to interactively debug the entire application. Which two actions should you perform? ()
A. Set the Debug attribute of the compilation node of the web.config file to true.
B. Add a DebuggerDisplay attribute to the code-behind file of the page that you want to debug.
C. Select the AS
D. NET debugger option in the project properties.
E. Define the DEBUG constant in the project settings.
使用Dreamweaver8将任一个单元格拆分为3行的操作正确的是()
A. 选择表格属性栏“拆分”对话框,设置列数为3
B. 选择表格属性栏“拆分”对话框,设置行数为3
C. 右键选择菜单→表格→插入行
D. 直接单击“Tab”键两次
YoucreateaWindowsCommunicationFoundation(WCF)serviceanddeployitwithwsHttpBindingandmessagesecurityenabled.YoucreateanintermediateWCFserviceforloggingmessagessenttotheprimaryservice.Theintermediateserviceiscalledviaendpointbehaviour.Theprimaryserviceisreceivingmalformeddatafromaclientapplication.Youneedtoenableinspectionofthemalformeddataandpreventmessagetampering. Whatdoyoudo?()
A. SpecifyaprotectionlevelofNoneinthecontractfortheintermediateservice.Disablemessageandtransportsecurityfromtheclientapplicationconfigurationfile.
B. SpecifyaprotectionlevelofSigninthecontractfortheintermediateservice.Disabletransportsecurityfromtheclientapplicationconfigurationfile.
C. ModifythebindingontheintermediateservicetousenetNamedPipeBinding.
D. ModifythebindingontheintermediateservicetousewebHttpBinding.