青年中文青年中文

run method的意思

run method中文翻譯:

run方法

相似詞語短語

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

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

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

setter method───塞特法

stiffness method───[力]剛度法;勁度法

averaging method───[數]求平均值法;均值法;平均法,均值法

standard method───標準方法;標準措施;標準措施,標準方法

evaluation method───評價法;[醫]求值法

socratic method───n.(古希臘哲學家)蘇格拉底問答法,對話法;n.蘇格拉底問答法;對話法

雙語使用場景

run method of the IntegrateInt class is shown in Listing 5.───IntegrateInt類的run方法如清單5所示。

The run method handles this process internally.───run方法在內部處理該過程。

Listing 4 shows the output from the run method.───清單4給出run方法的輸出。

And you should implement the work to be performed in the run method, as you do when you program with Java threads directly.───接口,您應當像直接進行Java線程編程時所做的那樣,實現。

This might not seem like a particularly useful thing to do -- isn't it exactly what would happen if you invoked the run method directly?───這看起來可能不是特別有用——這不就是直接調用run方法時發生的事情嗎?

Pull one item out of the queue at a time, and use that data inside of the thread, the run method, to do the work.───每次從隊列中取出一個項目,并使用該線程中的數據和run方法以執行相應的工作。

You must create a Main method for your service project that defines the services to run and calls the Run method on them.───必須為服務項目創建一個Main方法,定義要運行的服務并對這些服務調用Run方法。

Don't worry about what's provided by the class HsqldbRunningDecorator, invoked at the end of the action run method.───不用考慮在run方法的最后一步操作中調用HsqldbRunningDecorator類給出的是什么。

The application server then associates this transaction with the thread of execution before calling the work object's run method.───然后應用服務器會在調用工作對象的run方法之前把這個事務與執行線程關聯起來。

英語使用場景

As you'll recall, when you invoke the run method on an instance of Parallel, it creates (n-1) threads to run the first (n-1) CSProcess instances and runs the last CSProcess instance on its own thread.

The run() method instantiates a new WorkUnit and delegates the file processing to the WorkUnits run() method.