queue code 中文意思是什麼

queue code 解釋
代碼排列
  • queue : n 1 發辮,辮子。2 〈英國〉(順序等車、購物的)行列,長隊;車隊。vt 把(頭發)梳成辮子。vi 〈英國...
  • code : n 1 法典;法規。2 規則,準則;(社會、階級等的)慣例,習俗,制度。3 (電)碼,代碼,密碼,暗碼;...
  1. Alternatively, the java virtual machine can manage thread movement - under either a cooperative or preemptive model - from a ready queue onto the processor, where the thread can begin executing its program code

    同樣, java虛擬機( jvm )也可以控制線程的移動在協作或搶先模型中從準備就緒隊列中將進程移到處理器中,於是該線程就可以開始執行它的程序代碼。
  2. The finalization queue contains entries for all the objects in the managed heap that need to have their finalization code called before the garbage collector can reclaim their memory

    託管堆中所有需要在垃圾回收器回收其內存之前調用它們的終止代碼的對象都在終止隊列中含有項。
  3. Message queuing code access security defines queue - specific operations or queue access that an application might require which is subject to security control ; it does not represent a right for the application to perform these operations or receive access in and of itself

    消息隊列代碼訪問安全性定義應用程序可能需要的隊列特定的操作或隊列訪問(受到安全控制的制約) ;它不代表應用程序由其本身自行執行這些操作或接收訪問的權限。
  4. Configurable report generator provides activity and cost reporting functionality, using variables such as user id, document name, queue, terminal id, date, time, client code, subcode, paper size, consumables, features, page count, page cost, and account balance industry standard comma - separated values allow for quick and easy importation of report data into other report writers

    靈活的報告生成模塊可提供活動記錄報告以及成本分析報告,可根據不同的條件進行分類,例如:用戶id ,文件名稱,隊列,終端id ,日期,時間,客戶代碼,子代碼,紙張大小,耗材使用記錄,使用功能,列印頁數,單張成本以及賬戶余額。
  5. For example, you might use a performance counter to track the amount of time required to process an order or query a database, or you might monitor the size of a message queue and write code that performs a specific action whenever the queue reaches a preset limit

    例如,可以用性能計數器跟蹤處理訂單或查詢數據庫所需的時間量,或者監視消息隊列的大小,並編寫代碼以便在隊列達到預設的限制時執行特定操作。
  6. Pcounter provides document accounting and print management and routing capabilities with particular strength in cost recovery and queue management pcounters accounting functionality tracks print based on user, organization, or printer data, as well as by project or client code sub - code

    Pcounter提供文檔統計,列印管理以及轉送功能,特別是記賬以及隊列管理功能很強。 pcounter的計數功能可以按照用戶部門列印數據以及項目或自定義的客戶代碼子代碼分類進行列印追蹤。
  7. The code for the publisher is identical to that of the point - to - point application, because the jms 1. 1 api enables jms code that can produce messages onto either a queue or a topic

    發布者的代碼與點到點應用程序的對應項完全一樣,這是因為jms 1 . 1 api允許使用可以產生發布到隊列和主題的消息的jms代碼。
  8. To safely manipulate the kernel queue data structures ? that is, in order to ensure thread synchronization ? your code should acquire the appropriate lock ( i. e., resource access control ) first

    為了安全地操作內核隊列數據結構- -換句話說,為了確保線程同步- -你的代碼應當首先獲取合適的鎖(也就是資源訪問控制器) 。
  9. This lack of polymorphism among the common interfaces makes it impossible to reuse queue clients with topics and vice versa, which leads to the kind of duplicate code shown in

    公共介面中缺乏這種多態性使得不可能通過主題重用隊列客戶機,反過來重用也不可能,這導致了如
  10. Since jms 1. 1 unifies the point - to - point and publish subscribe messaging domains, to avoid duplicate code, these two methods simply call a third, private method, producemessage string, string, string, which does all of the work of creating the message and adding it to either a queue or a topic

    由於jms 1 . 1將點到點和發布/訂閱消息傳遞域統一起來,因此為了避免重復代碼,這兩個方法只需調用第三個方法私有方法producemessage ( string , string , string )來完成創建消息和將消息添加到隊列或主題的所有工作。
分享友人