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)用會導(dǎo)致存儲某些數(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.
對公用靜態(tài) getInstance() 隨后的調(diào)用提供了對單個實例的訪問,但它不拋出檢查到的異常。 - 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.
對于可向外擴(kuò)展的解決方案,對應(yīng)用程序的一次調(diào)用可能在某一臺機(jī)器上處理,而后續(xù)調(diào)用可能在另一臺機(jī)器上處理。