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.
如果一次調用會導致存儲某些數(shù)據(jù)用於後續(xù)調用,則稱這樣的應用程序是有狀態(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() 隨後的調用提供了對單個實例的訪問,但它不拋出檢查到的異常。 - 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.
對於可曏外擴展的解決方案,對應用程序的一次調用可能在某一臺機器上処理,而後續(xù)調用可能在另一臺機器上処理。