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.