enqueue 中文意思是什麼

enqueue 解釋
儲入隊列
  1. Call would enqueue the object ; the

    調用會把對象加入隊列。
  2. Variants on these methods would support timeouts on both the enqueue and dequeue operations

    這種方法中的變量應支持設定入隊和出隊的操作超時能力:
  3. Messages are stored in queues, and mq servers allow you to enqueue messages onto queues, and dequeue messages from them

    消息存儲在隊列里, mq服務器允許您將消息加入到隊列以及從隊列中取走消息。
  4. When you want to update address information, you must first call bapi employeet enqueue to lock the hr record for this employee

    如果需要更新地址信息,首先必須調用bapi _ employeet _ enqueue鎖定該雇員的hr記錄。
  5. Transactional support, so enqueue and dequeue operations exhibit the transactional properties of atomicity, consistency, isolation, and durability

    事務性支持,這樣入隊和出隊操作都具有事務特性:原子性、一致性、隔離性以及可持久性
  6. This paper studied circular queue this basic data structure, discussed the influence of four settings of the front and rear pointer on enqueue and dequeue algorithm pointed out the key problem of writing simple algorithm is the setting of the initial value of the front and rear pointer, summarized the initial value setting and enqueue and dequeue algorithms of four types of front and rear pointer setting

    本文研究了一種基本的數據結構? ?循環隊列,討論了循環隊列的四種頭尾指針的設置方法對入隊、出隊演算法實現的影響,說明要寫出簡單出入隊演算法的關鍵在於頭尾指針初值的設置,總結了四種頭尾指針約定下合理的初值設置和出入隊演算法。
分享友人