You are developing an application that will perform mathematical calculations.You need to ensure that the application is able to perform multiple calculations simultaneously. What should you do?() A: Set the IdealProcessor property of the ProcessThread object. B: Set the ProcessorAffinity property of the ProcessThread object. C: For each calculation, call the QueueUserWorkItem method of the ThreadPool class. D: Set the Process.GetCurrentProcess().BasePriority property to High.
You are developing an application that will perform mathematical calculations.You need to ensure that the application is able to perform multiple calculations simultaneously. What should you do?() A: Set the IdealProcessor property of the ProcessThread object. B: Set the ProcessorAffinity property of the ProcessThread object. C: For each calculation, call the QueueUserWorkItem method of the ThreadPool class. D: Set the Process.GetCurrentProcess().BasePriority property to High.
Android主要的存储方式包括() A: 文件IO B: SharedPreferences C: 数据库SQLite D: 容易因频繁分配内存而导致内存泄漏的对象,例如处理器Handler.线程池ThreadPool等
Android主要的存储方式包括() A: 文件IO B: SharedPreferences C: 数据库SQLite D: 容易因频繁分配内存而导致内存泄漏的对象,例如处理器Handler.线程池ThreadPool等
为应用程序开发人员上班Certkiller。.com,Certkiller.com使用VisualStudio.NET2005作为其应用程序开发平台。 您正在开发。NET框架2.0Windows服务应用程序,用于执行需要后台处理的几个短的任务。 你不需要有积极管理您的应用程序中的线程,但您是需要确保在执行任务的过程中将执行安全检查。 你应该做什么?() A: 使用ThreadPool.queueUserWorkItem。 B: 使用ThreadPool.UnsafeQueueUserWorkItem。 C: 使用Thread.Resume。 D: 使用Thread.Start
为应用程序开发人员上班Certkiller。.com,Certkiller.com使用VisualStudio.NET2005作为其应用程序开发平台。 您正在开发。NET框架2.0Windows服务应用程序,用于执行需要后台处理的几个短的任务。 你不需要有积极管理您的应用程序中的线程,但您是需要确保在执行任务的过程中将执行安全检查。 你应该做什么?() A: 使用ThreadPool.queueUserWorkItem。 B: 使用ThreadPool.UnsafeQueueUserWorkItem。 C: 使用Thread.Resume。 D: 使用Thread.Start