instantiates
美
英 
詞形變化
第三人稱單數:instantiates 現在分詞:instantiating 過去分詞:instantiated
英漢解釋
英英解釋
例句
The call element instantiates a process and waits for it to complete. The call element is useful to call an internal process.
這個元素實例化一個流程并且等待它執行完畢,call元素對調用內部流程很有用。
When a new client becomes available it instantiates a new Client object representing the state of that client.
當新客戶機變為可用時,它就實例化一個新的Client對象,該對象代表了那個客戶機的狀態。
This class has to be sealed since the build engine instantiates its own copy of this type.
由于生成引擎會實例化自己的這種副本,因此必須密封此類。
The next example shows a revised Specs file that instantiates a Button with Subject mixed in as part of the declaration.
下一個例子展示了一個修訂的Specs文件,它實例化了一個Button,混合了Subject作為聲明的一部分。
The servlet instantiates a UserDataBean and then sets all the parameters in it, as shown in the code example below.
如下面的代碼范例所示,該Servlet實例化了一個UserDataBean,并設置了其中的所有參數。
The actual class of the text writer can be specific to the target device; the page adapter instantiates and returns an appropriate writer.
對象的實際類可以特定于目標設備;由適配器負責創建并返回適當的編寫器。
A use case enables a predecessor-successor relationship to be defined and instantiates the driver for the feature.
用例能夠定義前任繼承者關系,并為驅動因素示例特征。
Notice that the code instantiates the Cookie object and invokes its methods transparently across the bridge.
請注意,代碼會實例化Cookie對象,并通過橋透明地調用其方法。
This method instantiates an enumerator that takes a snapshot of the current state of the collection.
此方法實例化一個枚舉數,該枚舉數采用集合當前狀態的快照。
The code first instantiates a new history stack object and loads any existing values that may have been saved to the browser's cookies.
這段代碼首先實例化一個新的歷史堆棧對象,并載入可能已經保存到瀏覽器cookie中的所有數據。
JSF checks the configuration file shown in Listing 3 to find definition of the catalog bean and instantiates it.
JSF檢查清單3所示的配置文件,查找catalogbean的定義并將其實例化。
Next, create a class that instantiates Automobile and accesses the make field directly, as shown in Listing 13.
接下來,創建一個類實例化了Automobile的類,并直接訪問make屬性,如清單13所示。
The server instantiates this class when a client connects to it.
當客戶端連接到服務器時,服務器將實例化此類。
In this case, Spring finds this one class and instantiates it for you.
在這種情況下,Spring發現并實例化這個惟一的類。
Once the compiler determines the actual template argument(s), it instantiates an instance of the function template for us.
一旦編譯器確定了實際的模板實參,就稱它實例化了函數模板的一個實例。
This factory method instantiates the collection of course objects by delegating the work to the service layer.
該工廠方法通過將這項工作委托給服務層來實例化課程對象集合。
Frequently, a selling enterprise instantiates sites targeted to specific market segments.
通常,銷售企業例示以特定市場部門為對象的站點。
The servlet container instantiates the faces servlet, which starts listening for incoming requests from users.
servlet容器實例化facesservlet,后者開始偵聽從用戶傳入的請求。
When client code instantiates the type, it specifies a particular type as an argument.
當客戶端代碼實例化類型時,會指定一個特定的類型作為參數。
In a prototype life cycle, the Apache Wink run time instantiates a new object for every incoming request.
在原型生命周期中,ApacheWink運行時為每個傳入請求實例化一個新的對象。
This command instantiates all the instance related environment.
這個命令實例化所有和環境相關聯的實例。
First, the code instantiates (with an empty constructor) a DDXQDataSource object.
首先,該代碼使用一個空構造函數實例化一個DDXQDataSource對象。
The event-dispatching servlet instantiates the event channel object and three sample event receivers.
事件分派servlet實例化事件通道對象和三個示例事件接收者。
The remoting infrastructure locates the assembly that contains the remote object and instantiates it.
Remoting基礎結構查找包含遠程對象的程序集并對其進行實例化。
The Web container instantiates one JSP extension processor for each Web module that it loads.
Web容器為它所加載的每個Web模塊實例化一個JSP擴展處理器。
Method reads the file and instantiates it as a control that can be added to the page.
方法讀取該文件并將其實例化為可添加到頁的控件。
It also generates an EMF Ecore metamodel; the generated parser instantiates this metamodel from sentences of the language.
它同樣會生成以一個EMFEcore元模型;生成的解析器會實例化從語言的句子中得到的元模型。
The compiler instantiates the compiled scanner class and executes the code in the current application domain.
編譯器實例化已編譯的掃描儀類并在當前應用程序域中執行代碼。
It then takes the business object, instantiates it, and populates it with the metadata, as shown in Listing 4 below.
然后,它獲取這個業務對象,將其實例化,并填充元數據,如下面清單4所示。
It also instantiates a DKUserMgmtICM object, which will be used to access user-related management information from CM later in the code.
它還實例化一個DKUserMgmtICM對象,該對象將用于在代碼中稍后的地方從CM訪問與用戶相關的管理信息。
The said annotation is placed above the method that instantiates the bean and sets the dependency.
上述注釋位于實例化bean并設置依賴項的方法上方。
The SOAP binding instantiates a Java Request object that contains the SOAP message body contents.
SOAP綁定實例化包含SOAP消息體內容的JavaRequest對象。
The next-to-last line instantiates a new java. net. URL.
倒數第二行實例化一個新的java.
The create method instantiates a component of the specified type.
create方法實例化指定類型的組件。
The servlet container instantiates all listeners configured in the web. xml file.
servlet容器實例化在web.xml文件中配置的所有偵聽器。
Your application instantiates the stub class and calls its methods locally.
應用程序實例化存根類并在本地調用它的方法。
You can change the Prefab being instanced without changing the code that instantiates it.
可以修改被實例化的預置物體,不需要改變實例化代碼。
In primary mode, JESTServlet itself instantiates a persistence unit, EntityManagerFactory.
在主模式中,JESTServlet本身會實例化一個持久化單元:EntityManagerFactory。
The constructor instantiates the COM object using the CLSID as specified in the coclass declaration in the type library.
構造器用類型庫輔助類的聲明中定義的CLSID來實例化COM對象。
It also typically instantiates and populates a business object.
一般情況下,它還實例化和填充業務對象。