重要提示: 请勿将账号共享给其他人使用,违者账号将被封禁!
查看《购买须知》>>>
找答案首页 > 全部分类 > 建筑工程类考试
搜题
网友您好, 请在下方输入框内输入要搜索的题目:
搜题
题目内容 (请给出正确答案)
[主观题]

根据《堤防和疏浚工程施工合同范本》,承包人对已完工验收的()不承担保修责任。A.堤防工程B.疏浚工程

根据《堤防和疏浚工程施工合同范本》,承包人对已完工验收的()不承担保修责任。

A.堤防工程

B.疏浚工程

C.堤防工程和疏浚工程

D.四级堤防工程

查看答案
更多“根据《堤防和疏浚工程施工合同范本》,承包人对已完工验收的()不承担保修责任。A.堤防工程B.疏浚工程”相关的问题

第1题

WhencompressingdatawiththeDeflateStreamclass,howdoyouspecifyastreamintowhichtowritecompresseddata?()

A.SettheBaseStreampropertywiththedestinationstream,andsettheCompressionModepropertytoCompression.

B.SpecifythestreamtowriteintotheDeflateStreamobjectiscreated(forexample,inthe constructor).

C.UsetheWritemethodoftheDeflateStreamclass.

D.RegisterfortheBaseSreameventoftheDeflateStreamclass.

点击查看答案

第2题

A self-hosted Windows Communication Foundation (WCF) service uses a secure HTTP binding wi
th a custom principal permission mode. The binding requires users to provide their Windows logon credentials. You need to retrieve the identity of the caller.What are two possible properties you can use to achieve this goal? (Each correct answer presents a complete solution Choose two)()

A. Thread.CurrentPrincipal.Identity.Name

B. HttpContext.Current.User.Identity.Name

C. ServiceSecurityContext.Current.PrimaryIdentity.Name

D. OperationContext.Current.ServiceSecurityContext.PrimaryIdentity.Name

点击查看答案

第3题

WhattypesofobjectsderivefromteMemberInfoclass?()

A.FieldInfoclass

B.MethodInfoclass

C.Assemblyclass

D.Typeclass

点击查看答案

第4题

You are creating an ASP.NET web application that hosts several Windows Communication Found
ation (WCF) services.The services have ASP.NET Compatibility Mode enabled. Users authenticate with the Web application by using a cookie-based ASP.NET Forms Authentication model.You add a service file named Authentication.svc that contains the following code segment:<%@ ServiceHost Service="System.Web.ApplicationServices.AuthenticationService"Factory="System.Web.ApplicationServices.ApplicationServicesHostFactory" %>You need to ensure that users can access the WCF services without having to re-authenticate.Which two configuration settings should you add? (Each is part of a complete solution. Choose two.)()

A. In the system web. Extensions scripting/webServices/authenticationService element, set the enabled attribute to true.

B. In the system web. Extensions scripting/webServices/profileService element, set the enabled attribute to true.

C. Add a service endpoint with basicHttpBinding for the contract System.Web.ApplicationServices.AuthenticationService.

D. Add a custom service behavior named AuthenticationService Type Behaviors with a service AuthenticationManager element that has service AuthenticationManagerType set to System.Web.Security.SQL Membership Provider

点击查看答案

第5题

WhichmethodsallowCOMcomponentstobeusedin.NETapplications?()

A.AddareferencetothecomponentthroudhMicrosoftVisualStudio2005.

B.UsethetypeLibraryImporttool(TlbImport.exe).

C.UsetheRegsvr32tool.

D.Ensurethettheapplicationisregistered,usingtheRegSvrtoolifnecessary.TheneitheraddareferencetoitfromdialogboxoruseTblIpm.exe.

点击查看答案

第6题

YouareimplementinganASP.NETAJAXpage.Youaddthefollowingcontroltothepage.YouneedupdatethecontentsoftheUpdatePanelwithoutcausingafullreloadofthepage.Whichtwoactionsshouldyouperform?()

A.AddthefollowingcontrolbeforetheUpdatePanel.

B.AddthefollowingcontrolwithintheUpdatePanel.

C.AddanAsyncPostBackTriggerthatreferencesTimer1.

D.AddaPostBackTriggerthatreferencesTimer1.

点击查看答案

第7题

Certkiller.com 已经被本地小私立学校聘请开发一类库,将在名为ManageAttendance的 学生档案管理
Certkiller.com 已经被本地小私立学校聘请开发一类库,将在名为ManageAttendance的 学生档案管理应用程序中使用,ManageAttendance 名学生档案您应负责此类库的开发。Certkiller.com 已指示您在应用程序中创建集合以存储学习的结果目前仅有七个学生,但此值将增加两倍,在下一年度,学校已通知您。由于对有限的资源,您需要确保您所创建的集合消耗最少的资源。创建集合,您应该使用什么?()

A.HybridDictionary 的集合类

B.哈希表集合类

C.ListDictionary 的集合类

D.StringCollection 的集合类

点击查看答案

第8题

You have a self-hosted Windows Communication Foundation (WCF) service. You need to configu
re the service to provide an X509 certificate during authentication. What should you use to configure the service?()

A. the Certificate property of the X509 Certificate lnitiator Service Credential class

B. the SetCertificate method of the X509 Certificate Initiator Service Credential class

C. the SetCertificate method of the X509 Certificate Recipient Service Credential class

D. the TrustedStoreLocation property of the X509 Certificate Recipient Service Credential class

点击查看答案

第9题

You are creating a Windows Communication Foundation (WCF) service based on WSHttpBinding.
New audit requirements dictate that callers must be authenticated on every call to ensure that their credentials have not been revoked.You need to ensure that the service will not cache the security request token. What should you do?()

A. Apply a ServiceBehavior attribute to the service implementation class with the lnstanceContextMode property set to Single.

B. In the message security configuration, change clientCredentialType from lssuedToken to UserName

C. In the message security configuration, set establishSecurityContext to false.

D. At the end of every operation, call the SessionStateUtility.RaiseSessionEnd method.

点击查看答案

第10题

Certkiller.com为本地银行开发应用程序。您被指定来创建此应用程序的,并需要存储每个交易记录,这被确定使用复杂交易的标识符,在内存中。银行会通知您交易纪录的总金额将达到每日 200。为了实现这一目标,您决定利用现有.NET 2.0 类库中的一个集合类。您需要确保您选择的集合类是最有效的一个存储事务记录。你应该做什么?()

A.选择 ListDictionary 集合类

B.选择哈希表集合类

C.选择队列的集合类

D.选择 StringCollection 集合类

点击查看答案
下载上学吧APP
客服
TOP
重置密码
账号:
旧密码:
新密码:
确认密码:
确认修改
购买搜题卡查看答案
购买前请仔细阅读《购买须知》
请选择支付方式
微信支付
支付宝支付
选择优惠券
优惠券
请选择
点击支付即表示你同意并接受《服务协议》《购买须知》
立即支付
搜题卡使用说明

1. 搜题次数扣减规则:

功能 扣减规则
基础费
(查看答案)
加收费
(AI功能)
文字搜题、查看答案 1/每题 0/每次
语音搜题、查看答案 1/每题 2/每次
单题拍照识别、查看答案 1/每题 2/每次
整页拍照识别、查看答案 1/每题 5/每次

备注:网站、APP、小程序均支持文字搜题、查看答案;语音搜题、单题拍照识别、整页拍照识别仅APP、小程序支持。

2. 使用语音搜索、拍照搜索等AI功能需安装APP(或打开微信小程序)。

3. 搜题卡过期将作废,不支持退款,请在有效期内使用完毕。

请使用微信扫码支付(元)
订单号:
遇到问题请联系在线客服
请不要关闭本页面,支付完成后请点击【支付完成】按钮
遇到问题请联系在线客服
恭喜您,购买搜题卡成功 系统为您生成的账号密码如下:
重要提示: 请勿将账号共享给其他人使用,违者账号将被封禁。
发送账号到微信 保存账号查看答案
怕账号密码记不住?建议关注微信公众号绑定微信,开通微信扫码登录功能
警告:系统检测到您的账号存在安全风险

为了保护您的账号安全,请在“上学吧”公众号进行验证,点击“官网服务”-“账号验证”后输入验证码“”完成验证,验证成功后方可继续查看答案!

- 微信扫码关注上学吧 -
警告:系统检测到您的账号存在安全风险
抱歉,您的账号因涉嫌违反上学吧购买须知被冻结。您可在“上学吧”微信公众号中的“官网服务”-“账号解封申请”申请解封,或联系客服
- 微信扫码关注上学吧 -
请用微信扫码测试
选择优惠券
确认选择
谢谢您的反馈

您认为本题答案有误,我们将认真、仔细核查,如果您知道正确答案,欢迎您来纠错

上学吧找答案