当前位置:美容师综合练习题库

问题:

[单选] 为应用程序开发人员上班 Certkiller.com,Certkiller.com 使用 Visual Studio.NET 2005 作为其应用程序开发平台。您正在开发.NET框架2.0Windows服务应用程序有三个不同的Windows服务。您创建了一个名为自定义安装类从安装程序类派生的BillAppInstaller。在类中,您决定通过使用ServiceInstaller对象的自定义安装的每个Windows服务,并将它们添加到下面的安装程序集合:Installers.Add(serviceInstaller1)Installers.Add(serviceInstaller2)Installers.Add(serviceInstaller3)以后,您编译的类,并存储在名为BillAppInstaller.dll的文件中。您需要以编程方式访问和安装Windows服务在BillAppInstaller.dll文件中。你应该做什么?()

A . 使用ManagedInstallerClass类。
B . 使用ComponentInstaller类。
C . 使用InstallContext类。
D . 使用AssemblyInstaller类。

You need to recommend a solution for managing the public computers in the branch offices. What should you recommend?() Create a GPO that is linked to the domain and configure security filtering for the GPO.。 Create a GPO that is linked to the Public OU and configure security filtering for the GPO.。 Create a GPO that is linked to the Public OU and enable loopback processing in the GPO.。 Create a GPO that is linked to the domain and enable block inheritance on the Public OU.。 混凝土外加剂密度试验使用的试验方法为比重瓶法 Your network contains two Active Directory forests. One forest contains two domains named  contoso.com and na.contoso.com. The other forest contains a domain named nwtraders.com. A forest  trust is configured between the two forests.  You have a user named User1 in the na.contoso.com domain.  User1 reports that he fails to log on to a computer in the nwtraders.com domain by using the user name  NA\User1.  Other users from na.contoso.com report that they can log on to the computers in the nwtraders.com  domain.  You need to ensure that User1 can log on to the computer in the nwtraders.com domain.  What should you do() Enable selective authentication over the forest trust.。 Create an external one-way trust from na.contoso.com to nwtraders.com.。 Instruct User1 to log on to the computer by using his user principal name (UPN).。 Instruct User1 to log on to the computer by using the user name nwtraders\User1.。 特种设备作业人员违反特种设备的操作规程和有关的安全规章制度操作,或者在作业过程中发现事故隐患或者其他不安全因素,未立即向现场安全管理人员和单位有关负责人报告的,由特种设备使用单位给予批评教育、处分;触犯刑律的,依照刑法关于()罪或者其他罪的规定,依法追究刑事责任。 重大责任事故。 重大违法行为。 严重事故隐患。 渎职。 You need to recommend a solution for configuring the Automatic Updates settings on the VMs.   What should you include in the recommendation?() block inheritance。 loopback processing。 security filtering。 WMI filtering。 为应用程序开发人员上班 Certkiller.com,Certkiller.com 使用 Visual Studio.NET 2005 作为其应用程序开发平台。您正在开发.NET框架2.0Windows服务应用程序有三个不同的Windows服务。您创建了一个名为自定义安装类从安装程序类派生的BillAppInstaller。在类中,您决定通过使用ServiceInstaller对象的自定义安装的每个Windows服务,并将它们添加到下面的安装程序集合:Installers.Add(serviceInstaller1)Installers.Add(serviceInstaller2)Installers.Add(serviceInstaller3)以后,您编译的类,并存储在名为BillAppInstaller.dll的文件中。您需要以编程方式访问和安装Windows服务在BillAppInstaller.dll文件中。你应该做什么?()
参考答案:

  参考解析

AssemblyInstaller 类应在该方案中使用,因为 AssemblyInstaller 类能够加载可用的安装程序中的程序集,并安装它们。 不正确的答案: A: 在该方案中,因为这是不应使用此类。.NET 框架的内部使用。 B: 这种方法用来安装组件如事件日志、 性能计数器和不应在该方案中使用。 C: 应使用此类,因为本身的类可以不帮助安装程序安装的程序集。

相关题目:

在线 客服