青年中文青年中文

push method的意思

push method中文翻譯:

push方法

相似詞語短語

push push───推-推

push───n.推,決心;大規模攻勢;矢志的追求;vi.推進;增加;努力爭取;vt.推動,增加;對…施加壓力,逼迫;按;說服

method───n.方法;條理;類函數

push me───催促我;推我

push normal───推正常

good push───推得好

push power───助推力

gasometric method───氣體容量法,氣體定量分析法

teaching method───教學方法;教學方式

雙語使用場景

It turns out that my push method wasn't finished.───原來是我的push方法還沒有完工。

begin with the timed push method.───首先看看有時間限制的push方法。

Now, look into the definition of the push method, shown in Listing 8.───現在,看一下push方法的定義,見清單8。

Also note that this push method can very easily be integrated with a steganography module to conceal neuron interactions inside other data.───還需注意,這種push方法還可以輕易集成一個隱寫模塊,以隱藏其他數據內部的神經元交互。

The code example creates a stack of strings with default capacity and uses the Push method to push five strings onto the stack.───此代碼示例創建具有默認容量的字符串堆棧,并使用Push方法將五個字符串壓入堆棧。

The following example creates a SqlCeRemoteDataAccess object, sets several properties, and then calls the Push method.───下面的示例創建SqlCeRemoteDataAccess對象,設置多個屬性,然后調用Push方法。

During nonbatch transactions (BATCHINGOFF option when you use the Push method), conflicts are detected at the row level.───在非批處理事務(使用Push方法時啟用BATCHINGOFF選項)中,將在行級別上檢測沖突。

Applications call the Push method to transmit changes from a pulled tracked SQL Server Mobile table back to a SQL Server table.───應用程序調用Push方法來將跟蹤的SQLServerMobile提取表中的更改傳送回SQLServer表。

Fixed Fire Monitoring Tower Hoisting on Mouse Mountain by Push Method───用推舉法吊裝老鼠山固定消防炮塔

英語使用場景

The push() method observes the current top node, constructs a new node to be pushed on the stack, and then, if the topmost node has not changed since the initial observation, installs the new node.

Also, you may want to use the unshift() array method instead of the push() method to add the post to the top of the list instead of the bottom.