Call would enqueue the object ; the 調(diào)用會(huì)把對(duì)象加入隊(duì)列。
Variants on these methods would support timeouts on both the enqueue and dequeue operations 這種方法中的變量應(yīng)支持設(shè)定入隊(duì)和出隊(duì)的操作超時(shí)能力:
Messages are stored in queues , and mq servers allow you to enqueue messages onto queues , and dequeue messages from them 消息存儲(chǔ)在隊(duì)列里, mq服務(wù)器允許您將消息加入到隊(duì)列以及從隊(duì)列中取走消息。
When you want to update address information , you must first call bapi employeet enqueue to lock the hr record for this employee 如果需要更新地址信息,首先必須調(diào)用bapi _ employeet _ enqueue鎖定該雇員的hr記錄。
Transactional support , so enqueue and dequeue operations exhibit the transactional properties of atomicity , consistency , isolation , and durability 事務(wù)性支持,這樣入隊(duì)和出隊(duì)操作都具有事務(wù)特性:原子性、一致性、隔離性以及可持久性
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 本文研究了一種基本的數(shù)據(jù)結(jié)構(gòu)? ?循環(huán)隊(duì)列,討論了循環(huán)隊(duì)列的四種頭尾指針的設(shè)置方法對(duì)入隊(duì)、出隊(duì)算法實(shí)現(xiàn)的影響,說明要寫出簡(jiǎn)單出入隊(duì)算法的關(guān)鍵在于頭尾指針初值的設(shè)置,總結(jié)了四種頭尾指針約定下合理的初值設(shè)置和出入隊(duì)算法。