为应用程序开发人员上班 Certkiller。.com,Certkiller.com 使用 Visual Studio.NET 2005 作为其应用程序开发平台。 您正在开发。网框架 2.0 Windows 应用程序和要创建的前台线程在应用程序中绘制线条。 在线程启动时,您必须提供的数据值,它指定绘制的行数。 你应该做什么?()
A.应创建一个WaitCallBack委托 B.创建一个ThreadStart委托 C.应创建一个ParameterizedThreadStart委托 D.应调用ThreadStart方法 E.应调用ThreadPool.QueueUserWorkItem方法
单项选择题为应用程序开发人员上班 Certkiller。.com,Certkiller.com 使用 Visual Studio.NET 2005 作为其应用程序开发平台。 您正在开发。NET 框架 2.0 Windows 服务应用程序,用于执行需要后台处理的几个短的任务。 你不需要有积极管理您的应用程序中的线程,但您是需要确保在执行任务的过程中将执行安全检查。 你应该做什么? ()
A.使用 ThreadPool.queueUserWorkItem。 B.使用 ThreadPool.UnsafeQueueUserWorkItem。 C.使用 Thread.Resume。 D.使用 Thread.Start
单项选择题You work as the application developer at Certkiller .com. Certkiller .com uses Visual Studio.NET 2005 as its application development platform. You are developing a .NET Framework 2.0 Windows Service application and are busy writing the following installation code for the Windows service: <RunInstallerAttribute(True)> Public Class TestServiceInstaller Implemets Installer Additional code to go here End Class You are required to install the Windows service and write the values associated with the service in the Windows Registry. What should you do?()
A.The Assembly Registration Tool (Regasm.exe) should be used. B.The Global Assembly Cache Tool (Gacutil.exe) should be used. C.The .NET Services Installation Tool (Regsvcs.exe) should be used. D.The Installer Tool (InstallUtil.exe) should be used.
单项选择题You work as the application developer at Certkiller .com. Certkiller .com uses Visual Studio.NET 2005 as its application development platform. You are developing a Windows Service application which contains three different Windows services. You are required to only set one Windows service to start automatically when the system is restarted. What should you do?()
A.Use the ServiceController class. B.Use the ServiceBase class. C.Use the ServiceProcessInstaller class. D.Use the ServiceInstaller class.
多项选择题为应用程序开发人员上班 Certkille。.com,Certkiller.com 使用 Visual Studio.NET 2005 作为其应用程序开发平台。 您正在开发一个 Windows 服务应用程序包含两个服务。 第一个服务监控目录的新订单,而其他服务将复制的数据库表的最新信息。 您需要开发一个项目安装程序类,以安装这些服务。 你应该做什么?()
A.ServiceProcessInstaller 的一个实例必须实例化并将其添加到项目安装程序类 B.两个 ServiceInstaller 实例必须实例化并将它们添加到项目安装程序类 C.两个 ServiceProcessInstaller 实例必须实例化并将它们添加到项目安装程序类 D.ComponentInstaller 的一个实例必须实例化并将它们添加到项目安装程序类 E.两个 ComponentInstaller 实例必须实例化并将它们添加到项目安装程序类 F.ServiceInstaller 的一个实例必须实例化并将它们添加到项目安装程序类
单项选择题为应用程序开发人员上班 Certkiller.com。 Certkiller.com 作为其应用程序使用 Visual Studio.NET 2005开发平台。 您正在开发的应用程序将用来连接和控制上安装的现有服务的行为名为 Certkiller 的网络服务器-SR01。 你应该做什么?()
A.使用ServiceController类的机器名和服务名属性 B.使用ServiceController类的站点属性。 C.使用 ServiceInstaller 类的站点属性。 D.使用的服务名和显示名称属性ServiceInstaller 类。