線程管理 的英文怎麼說

中文拼音 [xiànchéngguǎn]
線程管理 英文
tread management
  • : 名詞1 (用絲、棉、金屬等製成的細長的東西) thread; string; wire 2 [數學] (一個點任意移動所構成的...
  • : 名詞1 (規章; 法式) rule; regulation 2 (進度; 程序) order; procedure 3 (路途; 一段路) journe...
  • : Ⅰ名詞1 (管子) pipe; tube 2 (吹奏的樂器) wind musical instrument 3 (形狀似管的電器件) valve;...
  • : Ⅰ名詞1 (物質組織的條紋) texture; grain (in wood skin etc ) 2 (道理;事理) reason; logic; tru...
  • 管理 : manage; run; administer; supervise; rule; administration; management; regulation
  1. Combining with practical examples, this paper introduces the management over city green line and the content, principles and methods in its drawing, and the paper points out that the work of drawing and managing city green line is a rather complex and systematic project

    文章結合實際分析、介紹了城市綠以及城市綠劃定的內容、原則及方法,指出城市綠的劃定與是一項復雜的系統工
  2. Problems in radio administration according to law

    淺談無執法過中應注意的具體問題
  3. The contents of this paper can be discribed as follows : at first, introduced several terms which have something to do with this system, for example wap, sms, ota, wig, wib, wml. then, analyzed and compared four kinds of mobile stock system model ; analyzed the requirements in theory, discussed the technology of push and web database ; designed the founction of the mobile stock value - added system ; established the system frame of the mobile stock system based on wireless internet browser ; discussed the security performance of mobile stock system, and designed a security scheme which may be received by stockholder, brokedealer, banker. finally, implemented the menu of mobile stock value - added system, and remote management it with the ota technology

    本文首先介紹了幾個重要術語,比如無應用協議wap 、空中下載ota 、無網際網路關wig 、微瀏覽器wib 、編寫無應用菜單的語言wml ;然後分析、比較四種手機炒股模型;對系統的需求進行了論分析;研究了「推拉」技術和web數據庫技術;設計了系統的功能框架;建立了基於微瀏覽器模式的手機炒股系統的體系結構和總體框架;探討了移動電子商務中的安全策略;設計了股民、證券交易商、銀行都可以接受的安全方案;最後實現了手機炒股系統的增值服務菜單以及利用ota技術對服務菜單的遠
  4. The software has realized that pc computer manage and watch and control and configures and proof the instrument based on can fieldbus using the can communication module, and realized data processing and can communication through can data processing instrument, and realized output control and can communication through can output instrument

    在軟體上實現了pc機通過can通信卡對can現場總儀表實現遠、遠監控、遠組態、遠校正等功能、 can數據採集儀表實現數據採集及can通信等功能、 can輸出控制儀表實現輸出控制及can通信等功能。
  5. For example, a high - priority thread manages time - critical tasks, and a low - priority thread performs other tasks

    例如,高優先級線程管理時間關鍵的任務,低優先級執行其他任務。
  6. However, under heavy contention, performance will suffer dramatically, as the jvm spends more time dealing with scheduling threads and managing contention and queues of waiting threads and less time doing real work, like incrementing counters

    然而,在競爭激烈時,這將大大損害性能,因為jvm用了更多的時間來調度競爭和等待隊列,而實際工作(如增加計數器)的時間卻很少。
  7. Gets the current thread - managed stack trace

    獲取當前的線程管理的堆棧跟蹤。
  8. Management of all threads is done through the

    所有線程管理都是通過
  9. How is my thread management working

    我的線程管理是怎樣工作的?
  10. The impact of thread management

    線程管理的影響
  11. This allows the server to manage multiple clients with a single thread

    這使得服務器可以用單個線程管理多個客戶機。
  12. Class to synchronize access to a member or to build your own thread management types

    類來同步對成員的訪問或生成自己的線程管理類型。
  13. This allows the server - geronimo - to have control over the thread management and work distribution for a compliant ra

    這樣允許服務器geronimo對符合ra的線程管理和工作分配進行控制。
  14. Class, which enables you to request a thread to execute a task without having to do any thread management yourself

    類,該類使您能夠請求某一執行任務而不必親自完成任何線程管理工作。
  15. Polling is the least efficient way to manage threads because it wastes resources by repeatedly checking the status of the various thread properties

    輪詢是效率最低的線程管理方法,因為它重復地檢查各個屬性的狀態,因而浪費了大量資源。
  16. If you are satisfied with the code coverage and the behavior of the application, then turn your focus to non - functional issues such as performance, memory utilization, and thread management

    如果你對代碼覆蓋和應用的行為滿意了,那麼就開始把眼光集中在一些非功能性的方面,例如性能,內存使用以及線程管理
  17. The clr provides various functions and services required for program execution, including just - in - time compilation, allocating and managing memory, enforcing type safety, exception handling, thread management, and security

    Clr提供執行序所需的各種函數和服務,包括實時( jit )編譯、分配和內存、強制類型安全性、異常處線程管理和安全性。
  18. In the remainder of this article, i will look at the impact on performance and resource utilization associated with each of the three problem areas identified in the sheep logging service example - message parsing, message exchange protocols, and thread management

    本文的其餘部分將討論sheep登錄服務這個例子中發現的三個問題對性能和資源利用的影響:消息解析、消息交換協議和線程管理
  19. You can think of the runtime as an agent that manages code at execution time, providing core services such as memory management, thread management, and remoting, while also enforcing strict type safety and other forms of code accuracy that promote security and robustness

    您可以將運行庫看作一個在執行時代碼的代,它提供內存線程管理和遠等核心服務,並且還強制實施嚴格的類型安全以及可提高安全性和可靠性的其他形式的代碼準確性。
  20. In most cases, however, it s better to use a background thread to manage a long - running operation, and leave your user interface accessible to the user

    但是,大多數情況下,最好使用后臺線程管理長時間運行的操作,並使用戶界面可供用戶訪問。
分享友人