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

你作为应用程序开发人员在Certkiller.com上班 ,Certkiller.com 使用 Visual Studio.NET 2005 作

为其应程序开发平台。您最近完成了一类名为 TestReward 的开发和包中的类。NET 2.0 程序集命名为 TestObj.dll。你发布后,并用于客户端应用程序后,您决定将移动TestReward 类从 TestObj.dll程序集 到TestRewardObj.dll 程序集。你要确保你发布的更新后的TestObj.dll 和TestRewardObj.dll 程序集时,客户端应用程序可以继续工作,而不需要重新编译。你应该做什么?()

A.应使用TypeForwardedTo属性

B.应使用TypeConvertor.ConvertTo方法

C.应使用InternalsVisibleTo属性

D.应使用该类型的Convertor.ConvertFrom方法

查看答案
更多“你作为应用程序开发人员在Certkiller.com上班 ,Certkiller.com 使用 Visual Studio.NET 2005 作”相关的问题

第1题

YouworkasanapplicationdeveloperatCertkiller.com.Youarepreparingtorundiagnosticsonanapplica

tionbyusingTraceSwitchobjects.Youstartbyaddingthefollowingelementstotheapplicationconfigurationfile:YouthentesttheTraceSwitchsettingsbyusingthecodedisplayedintheexhibitbelow:Whatrepresentstheoutputthatwillbedisplayedbythistest?()

A.A

B.B

C.C

D.D

点击查看答案

第2题

Yourcompanyhasamainofficeandabranchoffice.ThemainofficehasadomaincontrollernamedDC1thathos

tsaDNSprimaryzone.ThebranchofficehasaDNSservernamedSRV1thathostsaDNSsecondaryzone.AllclientcomputersareconfiguredtousetheirlocalserverforDNSresolution.YouchangetheIPaddressofanexisitingservernamedSRV2inthemainoffice.YouneedtoensureSRV1reflectsthechangeimmediately.Whatshouldyoudo?()

A.RestarttheDNSServerserviceonDC1

B.Runthednscmdcommandbyusingthe/zonerefreshoptiononDC1

C.Runthednscmdcommandbyusingthe/zonerefreshoptiononSRV1

D.Settherefreshintervalto10minutesontheStartOfAuthority(SOA)record.

点击查看答案

第3题

YoucreateaWebpagethatcontainsthefollowingdiv.YouhaveaJavaScriptarraynamedimageurlsthatcont

ainsalistofimageURLs.YouneedtowriteaJavaScriptfunctionthatwillinsertimagesfromtheURLsintotarget.Whichcodesegmentshouldyouuse?()

A.$(imageurls).each(function(i,url){$("",url).append("#target");});

B.$(imageurls).each(function(i,url){$("#target")+=$("").attr("src",url);});

C.$.each(imageurls,function(i,url){$("").attr("src",url).appendTo("#target");});

D.$.each(imageurls,function(i,url){$("#target").append("").src=url;});

点击查看答案

第4题

Youaredecommissioningdomaincontrollersthatholdforest-wideoperationsmasterroles.Youneedtotransferallforest-wideoperationsmasterrolestoanotherdomaincontroller.Whichtworolesshouldyoutransfer?()

A.RIDmaster

B.PDCemulator

C.Schemamaster

D.Infrastructuremaster

E.Domainnamingmaster

点击查看答案

第5题

Your company has recently deployed a server that runs windows server 2008. The server has

the ip information shown below.Ip address 192.168.46.186Subnet mask: 255.255.255.192Default gateway: 192.168.46.1Users on remote subnets report that they are unable to connect to the server.You need to ensure all users are able to connect to the server.What should you do?()

A.Change the IP address to192.168.46.129

B.Change the IPaddress to192.168.46.200

C.Change thes ubnet mask to a 24-bitmask

D.Change the subnet mask to a 27-bitmask.

点击查看答案

第6题

Your company has a main office and 15 branch offices. The company has a single Active Dire

ctory domain. All servers run Windows Server 2008 R2.You need to ensure that the VPN connections between the main office and the branch offices meet the following requirements: &710;All data must be encrypted by using end-to-end encryption. &710; The VPN connection must use computer-level authentication. &710; User names and passwords cannot be used for authentication. What should you do?()

A. Configure an IPsec connection to use tunnel mode and preshared key authentication.

B. Configure a PPTP connection to use version 2 of the MS-CHAP v2 authentication.

C. Configure a L2TP/IPsec connection to use the EAP-TLS authentication.

D. Configure a L2TP/IPsec connection to use version 2 of the MS-CHAP v2 authentication.

点击查看答案

第7题

Youaredecommissioningoneofthedomaincontrollersinachilddomain.Youneedtotransferalldomainope

rationsmasterroleswithinthechilddomaintoanewlyinstalleddomaincontrollerinthesamechilddomain.Whichthreedomainoperationsmasterrolesshouldyoutransfer()

A.RIDmaster

B.PDCemulator

C.Schemamaster

D.Infrastructuremaster

E.Domainnamingmaster

点击查看答案

第8题

You are developing a Windows Communication Foundation (WCF) service that will be hosted in

Microsoft Internet Information Services (IIS) 7.0.The service must be hosted in an lIS application named Info. You need to enable this service to be hosted in llS by changing the web.config file.Which XML segment should you add to the web.config file?()

A.

B.

C.

D.

点击查看答案

第9题

Exhibit:You are creating a composite control for capturing user address information in a W

eb application. You define a number of properties that the user can set at design time. You need to group these properties in the Properties dialog box. In addition, you need to ensure that when users click on a particular property, they receive a short explanation of that property. The properties are shown in the exhibit. Which two actions should you perform?()

A. Attach the Category attribute class to the controls class definition. Set its value to UserAddress. Mark the class as public.

B. Attach the Browsable attribute class to each property in the group. Set its value to True. Mark the property as private.

C. Attach the Category attribute class to each property in the group. Set its value to UserAddress. Mark the property as public.

D. Attach the Description attribute class to each property in the group. Set each value to a description of the given property.

E. Attach the DefaultProperty attribute class to each property in the group. Set each value to a description of the given property.

点击查看答案

第10题

You are creating a Windows Communication Foundation (WCF) service. You need to ensure that the service is compatible with ASP.NET to make use of the session state. Which binding should you use?()

A. NetTcpContextBinding

B. BasicHttpContextBinding

C. NetTcpBinding

D. NetMsmqBinding

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

1. 搜题次数扣减规则:

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

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

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

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

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

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

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

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

上学吧找答案