subsequent call
基本解釋
- 連續(xù)呼叫
英漢例句
- An application is said to be stateful if there is storage of some data resulting from a call that is used in a subsequent call.
如果一次調(diào)用會(huì)導(dǎo)致存儲(chǔ)某些數(shù)據(jù)用於後續(xù)調(diào)用,則稱這樣的應(yīng)用程序是有狀態(tài)的。 - A subsequent call to the public static getInstance() will provide access to the singleton instance, but will not throw a checked exception.
對(duì)公用靜態(tài) getInstance() 隨後的調(diào)用提供了對(duì)單個(gè)實(shí)例的訪問,但它不拋出檢查到的異常。 - For a solution that will be scaled out, one call of the applications might end up in one machine and the subsequent call can end up in another machine.
對(duì)於可曏外擴(kuò)展的解決方案,對(duì)應(yīng)用程序的一次調(diào)用可能在某一臺(tái)機(jī)器上処理,而後續(xù)調(diào)用可能在另一臺(tái)機(jī)器上処理。