找考题网-背景图
单项选择题

如果要使装入内存的程序在内存中移动后仍能正常运行,必须要有( )的支持。

A.动态重定位
C.
B.静态链接
热门试题

单项选择题YouareimplementinganASP.NETpage.ThepageincludesamethodnamedGetCustomerOrderDataSetthatreturnsaDataSet.TheDataSetincludesaDataTablenamedCustomerDetailsTableandaDataTablenamedOrderDetailsTable.YouneedtodisplaythedatainOrderDetailsTableinaDetailsViewcontrolnameddtlView.Whichcodesegmentshouldyouuse?()A.dtlView.DataSource=GetCustomerOrderDataSet();dtlView.DataMember= OrderDetailsTable ;dtlView.DataBind();B.dtlView.DataSource=GetCustomerOrderDataSet();dtlView.DataSourceID= OrderDetailsTable ;dtlView.DataBind();C.dtlView.DataSource=GetCustomerOrderDataSet();dtlView.DataKeyNames=newstring[]{ OrderDetailsTable };dtlView.DataBind();D.DataSetdataSet=GetCustomerOrderDataSet();dtlView.DataSource=newDataTable( dataSet , OrderDetailsTable );dtlView.DataBind();

A.NETpage.ThepageincludesamethodnamedGetCustomerOrderDataSetthatreturnsaDataSet.TheDataSetincludesaDataTablenamedCustomerDetailsTableandaDataTablenamedOrderDetailsTable.YouneedtodisplaythedatainOrderDetailsTableinaDetailsViewcontrolnameddtlView.Whichcodesegmentshouldyouuse?()
A.dtlView.DataSource=GetCustomerOrderDataSet();dtlView.DataMember="OrderDetailsTable";dtlView.DataBind();
B.dtlView.DataSource=GetCustomerOrderDataSet();dtlView.DataSourceID="OrderDetailsTable";dtlView.DataBind();
C.dtlView.DataSource=GetCustomerOrderDataSet();dtlView.DataKeyNames=newstring[]{"OrderDetailsTable"};dtlView.DataBind();
D.DataSetdataSet=GetCustomerOrderDataSet();dtlView.DataSource=newDataTable("dataSet","OrderDetailsTable");dtlView.DataBind();

单项选择题YournetworkconsistsofasingleActiveDirectorydomain.AllserversrunWindowsServer2008R2.AllclientcomputersrunWindows7.UsersstorealloftheirfilesintheirDocumentsfolder.Manyusersstorelargefiles.YouplantoimplementroaminguserprofilesforallusersbyusingGroupPolicy.Youneedtorecommendasolutionthatminimizestheamountoftimeittakesuserstologonandlogoffofthecomputersthatusetheroaminguserprofiles.Whatshouldyourecommend?()A.ModifytheGroupPolicyobject(GPO)toincludefolderredirection.B.ModifytheGroupPolicyobject(GPO)toincludeBackgroundIntelligentTransferService(BITS)settings.C.Ontheserverthathoststheroaminguserprofiles,enablecachingontheprofilesshare.D.Onanyserver,installandconfiguretheBackgroundIntelligentTransferService(BITS)serverextensions.

A.AllserversrunWindowsServer2008R2.AllclientcomputersrunWindows7.UsersstorealloftheirfilesintheirDocumentsfolder.Manyusersstorelargefiles.YouplantoimplementroaminguserprofilesforallusersbyusingGroupPolicy.Youneedtorecommendasolutionthatminimizestheamountoftimeittakesuserstologonandlogoffofthecomputersthatusetheroaminguserprofiles.Whatshouldyourecommend?()
A.ModifytheGroupPolicyobject(GPO)toincludefolderredirection.
B.ModifytheGroupPolicyobject(GPO)toincludeBackgroundIntelligentTransferService(BITS)settings.
C.Ontheserverthathoststheroaminguserprofiles,enablecachingontheprofilesshare.
D.Onanyserver,installandconfiguretheBackgroundIntelligentTransferService(BITS)serverextensions.