网站首页  词典首页

请输入您要查询的英文单词:

 

单词 instantiate
释义
instantiated是instantiate的过去分词

instantiate

美 [?ns'tæn??e?tid]
英 [?ns'tæn??e?tid]
  • v.用具体例证说明
  • 网络实例化;具现化;例示
第三人称单数:instantiates  现在分词:instantiating  过去分词:instantiated  
v.
1.
用具体例证说明

例句

释义:
1.
A Realizer object, called internally by the XUI object, is instantiated and made ready to perform the next step.
Realizer对象(在内部由XUI对象调用)被实例化并准备执行下一步。
www.ibm.com
2.
When a template is instantiated, it is always instantiated with respect to a current node and a current node list.
当一个模板被实例化时,它通常是相对于一个当前节点和一个当前节点list而被实例化。
bbs.xml.org.cn
3.
As the comment suggests, this method is called by the Objective-C runtime after the Application is instantiated, and is ready to run.
正如注释所建议的,这个方法在Application实例化后且已经准备好运行之时,由Objective-C运行时来调用。
www.infoq.com
4.
Scala combined with Spring makes it quite easy to transparently inject services into all kind of objects instantiated at runtime.
Scala与Spring的整合可以在运行期轻松将服务透明地注入到各种对象中。
www.infoq.com
5.
Unlike all other class loaders , the bootstrap class loader (also known as the primordial class loader) cannot be instantiated by Java code.
与其他类装入器不同,引导类装入器(也称作基本(primordial)类装入器)不能由Java代码实例化。
www.ibm.com
6.
Furthermore, the services can be instantiated at start-up and then bound to a proxy, which can change over time.
未来,服务可以在启动时实例化并绑定到代理上,之后还可以进行改变。
www.infoq.com
7.
And a closed constructed type otherwise . A generic type can be instantiated only if it is closed .
则该类型为开放构造类型,否则为封闭构造类型。
www.bing.com
8.
This statement causes the properties and methods of the newly instantiated JFrame object to be shared with your MainFrame object.
该语句将导致与MainFrame对象共享新实例化的JFrame对象的属性和方法。
www.ibm.com
9.
A clone of a virtual machine can be instantiated in a way that guarantees that it is on a separate physical node from another.
在实例化虚拟机的克隆时,可以保证它位于不同的独立物理节点上。
www.ibm.com
10.
The object can be instantiated to forward a request to any of the libraries.
可以实例化该对象,把请求转发给任何一个库。
www.ibm.com
1.
This delegate simply returns the newly instantiated object and leaves the construction logic up to the client supplying the delegate.
该委托只是返回刚刚实例化的对象,而将构建逻辑留待提供该委托的客户端完成。
www.cnblogs.com
2.
This method is called when the filter is instantiated by the container and is designed to prep the filter for processing.
这个方法在容器实例化过滤器时被调用,它主要设计用于使过滤器为处理做准备。
www-128.ibm.com
3.
Notice that the constraint specifies that the generic type can only be instantiated with a value type.
请注意,该约束指定泛型类型只能使用值类型进行实例化。
207.46.16.251
4.
The core can be instantiated in the HDL capture of the FPGA design between the native waveform logic and the system bus.
核心可以用HDL来具化,HDL实现了本地波形逻辑和系统总线之间的FPGA设计。
dictsearch.appspot.com
5.
In particular, a parent category will find and link to its children even if it is instantiated after them.
特别是,即使父代类别在其子代后实例化,但它可以查找并链接其子代。
www-128.ibm.com
6.
Here, three different bugs, each with its own position, image, direction, and strength, are instantiated from the Bug class.
这儿,有三只从臭虫类里创建的臭虫,它们各有各的位置、图象、方向和强度(强度,我猜大概是耐打的程度)。
dictsearch.appspot.com
7.
At this point, the appropriate IHttpHandler implementation is identified, instantiated, and invoked.
此时会识别、实例化和调用适当的IHttpHandler实现。
cxp.9876.blog.163.com
8.
At this point, the SOAP server can be instantiated and the SOAP methods can be invoked through CSoapTransportHandler: : InvokeSoapMethod.
现在可实例化SOAP服务器,并且可通过CSoapTransportHandler::InvokeSoapMethod调用SOAP方法。
msdn2.microsoft.com
9.
Since intermediate layers can hide the distributed technologies, to tell where an object is really instantiated may be difficult.
直到中间层能隐藏分布式技术以后,显示一个对象真正实例化可能变得困难了!
bbs.xml.org.cn
10.
The infoPanel is added to the tabbed pane with the name given to it by the ID member of the newly instantiated GeneralInfoPanel.
infoPanel被添加到表中,名字是由新实例化的GeneralInfoPanelID成员提供的。
www.ibm.com
1.
When factories are used to create a new instance of a grid service, the factory returns the identity of the newly instantiated service.
当工厂创建网格服务的一个新实例时,工厂会返回新实例化的服务标识。
www-128.ibm.com
2.
Source code, we find that it could be easily instantiated and initialized with a JDBC connection, but the required methods are not public.
源代码之后,我们发现实例化和初始化一个JDBC连接很容易,但是所必需的方法不是公共的。
www-128.ibm.com
3.
This class cannot be instantiated, and its methods must be called directly.
此类无法实例化,其方法必须直接调用。
msdn2.microsoft.com
4.
Mixins can be instantiated with different parent classes depending on the requirements of a particular context.
根据特定上下文的要求,可以用不同的父类实例化mixin。
www.ibm.com
5.
Such assets are considered to be complete implementations, and can be instantiated as-is, without modification.
这样的资产示完全被实现的,并且可以在不被修改的情况下按照现在的样子被例示。
www.ibm.com
6.
Scroll through the log to see how intermediate objects are instantiated.
滚动日志,查看中间对象的实例化情况。
www.ibm.com
7.
Interfaces are declared like classes, but cannot be directly instantiated and do not have their own method definitions.
接口象类一样被声明,但不能直接被实例化,也不能拥有其自身的方法定义。
dictsearch.appspot.com
8.
Use this method to ensure that the templates are instantiated to allow programmatic access to the instantiated contents of a template.
使用此方法可以确保已对模板进行了实例化,以允许对模板的实例化内容进行编程访问。
msdn2.microsoft.com
9.
When a Thread object is instantiated, it requires an argument in the form of a ThreadStart object.
当Thread对象实例化时,它要求一个ThreadStart对象形式的参数。
msdn2.microsoft.com
10.
Class. This is instantiated with an argument that specifies the type of host that this unit test will run in.
这是使用参数实例化的,此参数指定主机类型,此单元测试将在该主机上运行。
msdn2.microsoft.com
1.
You can use this diagram to understand the classes that are instantiated as objects within other classes.
您可以使用此关系图来了解被实例化为其他类中的对象的类。
msdn2.microsoft.com
2.
The root object must be the head of a naming context. The root object cannot have an instantiated parent.
根对象必须是一个命名上下文的头。该根对象不能有范例父类。
www.juyy.net
3.
That handler simply finds the requested method on the object with which the handler was instantiated.
该处理程序仅仅在其被实例化的对象上查找要求的方法。
www-128.ibm.com
4.
You expect the enumeration to be used as a field in a very frequently instantiated structure or class.
期望枚举被用作非常频繁地实例化的结构或类中的字段。
msdn2.microsoft.com
5.
To this end, you store with each pattern the assumptions under which the pattern can be instantiated in a consistency-preserving way.
为此,您在可以用一致性维护的方式实例化模式的假设下存储每个模式。
www.ibm.com
6.
Once a delegate is instantiated, a method call made to the delegate will be passed by the delegate to that method.
实例化委托后,委托将把对它进行的方法调用传递给方法。
msdn2.microsoft.com
7.
The lifecycle methods are called by container when the bean is instantiated or about to be destroyed.
在实例化bean或即将销毁它时,容器便可调用生命周期方法。
www.ibm.com
8.
Frequently, objects need to be instantiated in a coordinated fashion, usually because of certain dependencies or other requirements.
常常,因为某些确定的依赖性或者其它需求,对象需要以一种协调的方式被实例化。
blog.163.com
9.
The SQL Native Client OLE DB provider cannot be instantiated out of process.
不能在进程外实例化SQLNativeClientOLEDB访问接口。
msdn2.microsoft.com
10.
Each of these classes is a template, and can be instantiated to contain any type of object.
这些类都是模板,它们的实例都可以容纳任何类型的对象。
www.cnblogs.com
1.
Allows specific implementations of this abstract class to be instantiated.
允许实例化此抽象类的特定实现。
msdn2.microsoft.com
2.
The client-side interceptors that some Java EE implementations support are instantiated and bound on the client end of an EJB.
一些JavaEE实现支持的客户端截取程序被实例化并绑定在EJB的客户端。
www.ibm.com
3.
Demonstrates that reference types and value types can only be instantiated on the managed heap, not on the stack or on the native heap.
演示只能在托管堆上而不能在堆栈或本机堆上初始化引用类型和值类型。
msdn2.microsoft.com
4.
The instantiated object is placed in page scope and therefore is no longer available after the request completes.
实例化的对象处于页面范围内,因此请求完成之后就不再可用。
www-128.ibm.com
5.
When a Thread is instantiated, it requires an argument in the form of a ThreadStart.
当Thread实例化时,它要求一个ThreadStart形式的参数。
msdn2.microsoft.com
6.
A static class is basically the same as a non-static class, but there is one difference: a static class cannot be instantiated.
静态类与非静态类基本相同,但存在一个区别:静态类不能实例化。
technet.microsoft.com
7.
When instantiated, it could store the current Transaction into a thread-static field.
实例化后,它会将当前的Transaction存储到线程静态字段中。
www.cnblogs.com
8.
The specification describes how the components get instantiated and wired together to form a running application.
规范描述了组件如何被实例化,以及如何相互连接在一起形成一个可以运行的应用程序。
www.ibm.com
9.
A far better approach is to immediately delete the entire character and replace it with an instantiated wrecked prefab.
目前比较好的办法是立即删除整个角色,并使用准备好的“破坏物”预设实例替换。
game.ceeger.com
10.
When a template is instantiated, each instruction is executed and replaced by the result tree fragment that it creates.
当一个模板被实例化时,每条指令会执行并被它所创建的“结果树片断”所替代。
www.blog.edu.cn
1.
Even if you program to an interface the implementation class still needs to be instantiated somewhere.
即使您按接口编程,仍然需要在某个地方实例化实现类。
www.ibm.com
2.
An instantiated object of this class can coerce values into desired datatypes by creating object containers for the data.
这个类的实例化的对象能够通过创建数据的对象容器来将值强制转换成所需的数据类型。
www.ibm.com
3.
An implementation can declare lifecycle methods that are called when a component instance is instantiated or when the scope is expired.
实现可以声明生命周期方法,以供初始化组件实例或范围过期时调用。
www.ibm.com
4.
In Spring, this means that the bean can be reused in other bean definitions but it is not instantiated.
在Spring中,这意味着该bean可在其他bean定义中被重用,但不被实例化。
www.ibm.com
5.
If the time zone cannot be instantiated, the code retrieves it from the embedded resource file.
如果无法实例化时区,该代码则从嵌入的资源文件中检索该时区。
msdn2.microsoft.com
6.
In the last phase, the model and the underlying instances are instantiated and property values converted from strings and assigned.
在最后一个阶段,模型和基础执行个体都会执行个体化,并从字串转换成属性值并予以指派。
msdn.microsoft.com
7.
This means that you can enforce data constraints from the time the object is instantiated.
这意味着可以从已实例化对象时开始强制数据约束。
msdn2.microsoft.com
8.
It's instantiated in a special way, as you'll see later on.
稍后您将看到,它是以一种特殊方式进行实例化的。
www.ibm.com
9.
This will be performed within the organization where the SOA reference architecture will be instantiated.
这将在组织中被执行,这也是SOA参考架构将被实施的地方。
www.infoq.com
10.
Do not use nested types if they need to be instantiated by client code.
如果需要由客户端代码实例化类型,则不要使用嵌套类型。
msdn2.microsoft.com
1.
In the constructor, the PBBroadcast class can be instantiated with a reference to the data model.
在构造器中,可以使用指向数据模型的引用实例化PBBroadcast类。
www.ibm.com
2.
Class A is instantiated first and exists for a long time or for the entire life of the program.
类A首先被实例化,并会在很长一段时间或程序的整个生存期内存在。
www.ibm.com
3.
The asset is instantiated in the scene as a GameObject, linked to the source asset instead of a normal Prefab.
资源是作为一个游戏对象存在于场景中的实例,链接到源资源代替一个正常的预设。
game.ceeger.com
4.
Class is an abstract class that cannot be instantiated.
类是一个不能进行实例化的抽象类。
msdn2.microsoft.com
5.
Each template (xsl: template) or iteration (xsl: for-each) is instantiated with a current node.
每一个模板(xsl:template)或迭代(xsl:for-each)都通过一个当前节点实例化。
www.ibm.com
6.
First, the OpenLayers. Protocol. SQL. Gears class must be instantiated and given a database and table name.
首先,OpenLayers.Protocol.SQL.Gears类必须被实例化并被给定一个数据库和表名。
www.ibm.com
7.
Class is an abstract class and cannot be instantiated.
类是一个抽象类,不能进行实例化。
msdn2.microsoft.com
8.
An HTTP connection uses a COM object instantiated by IIS, called a data pump, which acts as a conduit for Analysis Services data.
HTTP连接使用由IIS实例化的COM对象(称为数据抽取),该对象充当AnalysisServices数据的管道。
msdn2.microsoft.com
9.
Option to specify whether OLE Automation objects can be instantiated within Transact-SQL batches.
选项可指定是否可以在Transact-SQL批处理中实例化OLEAutomation对象。
msdn2.microsoft.com
10.
A class with abstract members cannot be instantiated with the new operator.
具有抽象成员的类不能使用new运算符来实例化。
msdn2.microsoft.com
1.
These exceptions are created dynamically by using the Error type extension functions and cannot be instantiated or invoked.
这些异常是使用Error类型扩展函数动态创建的,因此不能实例化或调用。
msdn2.microsoft.com
2.
A global variable is instantiated to its default value when it is first referenced in the session.
当在会话中第一次引用时,全局变量将进行实例化来获得其默认值。
www.ibm.com
3.
A generic type can be instantiated only if it is closed.
只能实例化封闭的泛型类型。
msdn2.microsoft.com
4.
You might say that the InitialDirContext object is a wrapper for the DirContext object instantiated by a factory object.
您可能会说InitialDirContext对象是由工厂对象实例化的DirContext对象的包装器。
www.ibm.com
5.
If a bean has a request scope, it is instantiated on receipt of every request.
如果一个bean含有request作用域,它会在收到请求时被实例化。
www.ibm.com
6.
With an instantiated Api object, you can get your followers, people you are following, and statuses (tweets); post your current status; etc.
借助一个实例化了的Api对象,您就获得自己的追随者、您所追随的人和状态(tweet);以及发布您当前的状态等。
www.ibm.com
7.
During the migration, if the mailbox is instantiated or initialized by incoming mail, clone mode is cancelled.
在迁移过程中,如果邮箱被传入邮件实例化或初始化,则克隆模式将会取消。
technet.microsoft.com
8.
Caveat: plugin and action classes are not instantiated until absolutely required to lower Workbench memory requirements.
警告:插件类与操作类直到绝对需要降低Workbench对内存的需求时才会被初始化。
www.ibm.com
9.
As the previous listings demonstrated, XJConf can use either attributes or child elements to correctly configure an instantiated object.
如上文中的清单所示,XJConf可以使用属性或子元素正确配置实例化的对象。
www.ibm.com
10.
You can collect all of this data in a single instantiated class and then use the Calculate method to perform a calculation.
可以在一个实例化类中收集所有这些数据,然后使用Calculate方法执行计算。
msdn2.microsoft.com
1.
When a template rule is chosen by matching a pattern, it becomes the current template rule until its template has been instantiated.
通过模式匹配选择某个模板规则时,该模板规则将成为当前模板规则,直到模板已实例化。
msdn2.microsoft.com
2.
First, an SMTP server name is specified and a session object is instantiated.
首先,要指定一个SMTP服务器名,并实例化一个会话对象。
www.ibm.com
3.
An interface cannot be instantiated directly.
不能直接实例化接口。
msdn2.microsoft.com
4.
Patterns and script packages contain parameters that are specified at deployment time and passed into the image as it is being instantiated.
模式和脚本包包含在部署时指定的参数,并且在映像被实例化时将这些参数传递给映像。
www.ibm.com
5.
These two methods are instantiated in the JDK14FFDC aspect shown in Listing 16, which logs the respective information.
这两个方法在列表16的JDK14FFDC方法中显示了,它们各自记录了信息。
www.ibm.com
6.
This properties object provides configuration for the instantiated client.
此属性对象提供实例化客户机的配置。
www.ibm.com
7.
Extension processors are instantiated by extension processor factories.
扩展处理器由扩展处理器工厂实例化。
www.ibm.com
8.
Object is already declared and instantiated within the script environment.
脚本环境中已经声明并实例化了。
msdn2.microsoft.com
9.
Requirements in SysML are abstract classifiers -- that is, they cannot be instantiated -- with no operations or attributes.
SysML中的需求是抽象类别的——就是说,它们不能被实例化——不包括操作或属性。
www.ibm.com
10.
A concrete type is a type that has a complete implementation and therefore can be instantiated.
具体类型是指具有一个完整实现因此可以实例化的类型。
technet.microsoft.com
1.
A concrete type is a type that has a complete implementation and therefore can be instantiated.
具体类型是指具有一个完整实现因此可以实例化的类型。
technet.microsoft.com
2.
For our first strategy (one table per subclass), Hibernate will read multiple tables each time an object is instantiated and populated.
对于第一个策略(每个子类一个表),Hibernate每次初始化和填充对象时,会读取多个表。
www.ibm.com
3.
The presentation components are instantiated by the control object located in controller. js.
表示组件由controller.js中的控制对象实例化。
www.ibm.com
4.
Assign instantiated objects to the Session object on the server, and then retrieve from Session in a new page.
将实例化的对象分配给服务器上的Session对象,然后从新页中的Session检索。
msdn2.microsoft.com
5.
This is done to more accurately represent the fact that the instantiated entity class maps to a single record of data.
这样可以更准确地表示实例化的实体类映射到单个数据记录的事实。
technet.microsoft.com
6.
When used as constructor parameters, the mutable or immutable variables specified will be initialized when an object is instantiated.
当作为构造函数参数时,这些可变或者不可变的变量会在一个对象被实例化的时候被初始化。
www.bing.com
7.
Classes are instantiated with all their primitive type attributes given default values.
类的实例化是给它们所有的原语类型属性赋予默认值。
www.ibm.com
8.
Note that the implementation classes are only instantiated through a factory class that is generated by the JAXB compiler.
请注意仅通过由JAXB编译器生成的一个工厂类来实例化实现类。
www.ibm.com
9.
Process specifications stored in project areas are instantiated from process templates.
存储在项目区域中的流程规范是在流程模板基础上实例化而来的。
www.ibm.com
10.
When the cube server starts, the virtual cubes get instantiated only after all the depending cubes are instantiated.
当数据集服务器启动时,仅当所有子数据集被实例化之后才实例化虚拟数据集。
www.ibm.com
1.
When the cube server starts, the virtual cubes get instantiated only after all the depending cubes are instantiated.
当数据集服务器启动时,仅当所有子数据集被实例化之后才实例化虚拟数据集。
www.ibm.com
2.
Open generic types cannot be instantiated.
不能将开放式泛型类型实例化。
msdn2.microsoft.com
3.
instantiated from the sub- class, not the original exception class.
类的子类出现,而不是原来的给定异常类。
www.itlong.com
4.
The mappings instantiated from this relation will not be taken into account during reconciliation.
从这个关联中例化的映射在调和时将不被考虑。
www.ibm.com
5.
This Notes session can be instantiated with either user name and password or an LTPA token.
这个Notes会话可以使用用户名和密码来实例化,也可以用LTPA令牌来实例化。
www.ibm.com
6.
A web service gets instantiated by the runtime and provides entry points, called "features" .
一个WebService被运行时实例化,并提供一些为名“features”的入口点。
www.infoq.com
7.
Once a template is instantiated, the resulting application can be used by a community of users.
模板被实例化之后,结果应用程序将可以由整个社区的用户使用。
www.ibm.com
8.
Of course, if you want an instantiated node-list, just use list(XPath(obj, path)) to get one.
当然,如果希望实例化节点列表,可以用list(XPath(obj,path))实现它。
www.ibm.com
9.
Any object instantiated from that class belongs to that type by definition.
从该类实例化的任何对象属于该类定义的类型。
www.ibm.com
10.
Arguments are passed to the newly instantiated resource during its initialization.
自变量被传递到新初始化的资源。例如,
www-128.ibm.com
1.
Arguments are passed to the newly instantiated resource during its initialization.
自变量被传递到新初始化的资源。例如,
www-128.ibm.com
2.
Objects have different properties and methods, depending on which templates (that is, classes) they are instantiated from.
对象有不同的属性和方法,具体取决于将它们实例化的模板(即类)。
msdn.microsoft.com
3.
The ProcessModelInfo class is not meant to be instantiated in your own code.
ProcessModelInfo类不宜在您自己的代码中进行实例化。
msdn2.microsoft.com
4.
On the server side, the ScriptManager control has now been instantiated and loaded into the control tree of the page.
在服务器端,ScriptManager控件现在已被实例化并被载入页面的控件树。
msdn.microsoft.com
5.
The system doesn't care how the chunks are instantiated.
系统并不关心数据块如何实例化。
www.bing.com
6.
Default constructors are invoked whenever an object is instantiated using the new operator and no arguments are provided to new.
无论何时,只要使用new运算符实例化对象,并且不为new提供任何参数,就会调用默认构造函数。
msdn2.microsoft.com
7.
A class that is not a MustInherit class, one that can be instantiated, is called a concrete class.
非MustInherit类可以实例化,称为“具体”类。
msdn2.microsoft.com
8.
The difference is that, with class=, if the bean does not exist within the specified scope, one is instantiated.
不同的是,使用class=时,如果bean在指定范围内不存在,可以实例化一个bean。
www.ibm.com
9.
Another problem with the MVVM design pattern that's seldom discussed is where and when the ViewModel instances should be instantiated.
MVVM设计模式很少讨论的另一个问题是应该在何处以及何时实例化ViewModel实例。
harvey8819.blog.163.com
10.
As explained, constraint patterns can be instantiated from this view using each item's context menu.
如说明,在此视图中可以利用每项的环境菜单实例化约束模式。
www.ibm.com
1.
The focus on "one object at a time, " instantiated, has the potential to create performance and capacity problems.
“每次实例化一个对象”的中心思想有可能会引起性能和容量问题。
www.ibm.com
2.
The object is instantiated by a test run and values are set by the test framework.
获取或设置一个值,该值指示是否已修改此测试元素。
msdn.microsoft.com
3.
For the car-object instantiated from the car-class certainly differs from the car coming from the GM production line.
以汽车类实例化而得到的汽车对象来说,它当然不同于GM生产线上生产出的汽车。
www.infoq.com
4.
Then it evaluates that template rule (or it's "instantiated, " in the jargon of the standard).
然后,它对该模板规则求值(或者按标准行话是“实例化”)。
www.ibm.com
5.
Upon creation, they plug their handlers into the session that instantiated them.
在创建的时候,他们把处理器挂到创立他们的会话里面。
wiki.perlchina.org
6.
After we have created and instantiated the session keyring, we create the key for the user's session.
在创建并实例化会话keyring之后,为用户的会话创建密钥。
www.ibm.com
7.
Next the two instance documents are instantiated, followed by two submission tags.
接下来实例化了两个实例文档,后接两个submission标记。
www.ibm.com
8.
You need to modify the class hierarchy of an instance object that has already been instantiated.
需要修改一个已经实例化的类的继承关系。
wiki.woodpecker.org.cn
9.
If the mesh assigned to the mesh filter is shared, it will be automatically duplicated and the instantiated mesh will be returned.
如果赋予网格过滤器的网格被共享,它将被自动赋值并且示例化的网格将会被返回。
game.ceeger.com
10.
First, the form object is instantiated, and its action and method are set.
首先,将form对象实例化,然后设置它的动作和方法。
www.ibm.com
1.
First, the form object is instantiated, and its action and method are set.
首先,将form对象实例化,然后设置它的动作和方法。
www.ibm.com
2.
The history stack object will need to be instantiated and loaded from cache.
需要实例化历史堆栈对象并从缓冲区加载它们。
www.ibm.com
3.
You want to advise fine grained objects, which may not be instantiated by the Spring container.
你想要通知细粒度的对象,它们可能不会被Spring容器实例化。
www.infoq.com
4.
The UsernamePasswordToken object is instantiated with the user name and password combination.
UsernamePasswordToken对象由用户名和密码的组合实例化。
www.ibm.com
5.
Unlike classes, structs can be instantiated without using the new operator.
与类不同,结构的实例化可以不使用new运算符。
msdn2.microsoft.com
6.
After the simple load test, the object will be tested to ensure it was instantiated properly.
在简单装入测试后,将测试对象以确保它是正确实例化的。
www.ibm.com
7.
Such assets are considered partial implementations, but require additional elements before they can be instantiated.
这样的资产考虑过部分的实现,但是在它们被例示之前需要额外的元素。
www.ibm.com
8.
Oslo will provide several schemas for target platform components that are 'instantiated' by these data.
Oslo会为目标平台提供一些这些数据的‘样例’模式。
www.infoq.com
9.
According to the JAX-RS specification, by default, provider and resource classes are instantiated once for each JAX-RS application.
根据JAX-RS规范,默认情况下,提供者和资源类为每个JAX-RS应用程序实例化一次。
www.ibm.com
10.
After the selection, the selected base model artifacts will be instantiated to become the configured model.
选择之后,所选基础模型构件将被实例化为配置的模型。
www.ibm.com
1.
Finally, the leaf labels in the Patterns Explorer contain patterns that can be instantiated.
最后,PatternsExplorer中的叶标签包含可以实例化的模式。
www.ibm.com
2.
Essentially, they should do little more than just capture parameters as often the newly instantiated class won't even be used.
从本质上讲,他们所要做的不仅仅是要捕获参数,因为通常不会用到新的被实例化的类。
www.infoq.com
3.
Static constructors are called at some point between when the program starts and the class is instantiated.
静态构造函数在程序开始和类实例化之间的某个时刻调用。
msdn2.microsoft.com
4.
Static constructors are called at some point between when the program begins and the class is instantiated.
在程序开始和实例化类之间的某个时刻调用静态构造函数。
msdn2.microsoft.com
5.
These images can be instantiated as base middleware for running business processes such as process servers, event servers, or rule servers.
这些镜像可以作为运行时业务流程的基础中间件进行实例化,例如,进程服务器、事件服务器、或者规则服务器。
www.ibm.com
6.
If the result is True, the content template is instantiated; otherwise, nothing is created.
如果结果为True,内容模板将实例化;否则,不会创建任何内容。
msdn2.microsoft.com
7.
The Macros IDE is not instantiated, nor is the debugger attached.
不对宏IDE进行实例化,也不附加调试器。
msdn2.microsoft.com
8.
The reason: a mixin's parameters may be instantiated with type parameters bound in some other context.
其原因是:在某些其它上下文中,mixin的参数可能用类型参数界限实例化了。
www.ibm.com
9.
When the load test is running on multiple agents, the load test plug-in class is instantiated on all of the agents.
当在多个代理上运行负载测试时,将在所有代理上实例化负载测试插件类。
msdn2.microsoft.com
10.
This is an abstract class that cannot be instantiated.
这是一个不能进行实例化的抽象类。
msdn2.microsoft.com
1.
Field is accessed, a new template instance is instantiated multiple times.
字段,则新的模板实例被实例化多次。
msdn2.microsoft.com
2.
Property values are converted from strings when the owning object is instantiated.
当主控物件执行个体化时,会从字串中转换属性值。
msdn.microsoft.com
3.
So only classes can be instantiated as objects.
因此,只能将类实例化为对象。
msdn2.microsoft.com
4.
Username and password read from a properties file and set when the ClientIdCallbackHandler is instantiated.
从属性文件读取的和在实例化ClientIdCallbackHandler时设置的用户名和密码。
www.ibm.com
5.
Generic type parameters can't be instantiated with primitive types.
不能用基本类型实例化泛型类型参数。
www.ibm.com
6.
In UML, components are instantiated, rather than the behaviors that they own.
在UML中,组成元素是被实例化的,而不是它们所拥有的行为。
www.ibm.com
7.
This class is not instantiated directly.
该类未直接实例化。
msdn2.microsoft.com
8.
The Criteria API's strong type checking is based on the availability of instantiated metamodel classes at development time.
CriteriaAPI的强类型检查基于开放期间的实例化元模型类的可用性。
www.ibm.com
9.
To turn this feature on, simply add the draggable flag to GMarker when it is instantiated.
要开启此特性,只需在被实例化时向GMarker添加draggable标志。
www.ibm.com
10.
Custom OLE automation servers must be registered before they can be instantiated using sp_OACreate.
必须先注册自定义OLE自动化服务器,才能使用sp_OACreate将其实例化。
technet.microsoft.com
1.
A port is a communication endpoint defined on a component type that is instantiated whenever the owning component is instantiated.
端口是在组件类型上定义的一个通信端点,当拥有端口的组件被实例化时,端口也会一同被实例化。
www.infoq.com
2.
It needs to be instantiated so it can listen for debug events and thus be notified of process termination.
它需要被初始化,才可以监听调试事件并据此获得进程的终止信息。
www.ibm.com
3.
When an object of this class is instantiated, the method doesn't return.
当这个类的对象实例化时,方法不返回。
www.ibm.com
4.
Object discards an instantiated type.
对象丢弃实例化类型之前引发。
msdn2.microsoft.com
5.
Class as one representing a template that will be instantiated a single time.
类的实例创建为表示会实例化一次的模板的实例。
msdn2.microsoft.com
6.
A member declared as static can not be accessed with an instantiated class object (though a static method can).
一个成员声明为static,那么他是不可以被这个类的实例来访问的(虽然静态方法可以)。
www.phpfans.net
7.
Field is accessed, a new template instance is instantiated a single time.
字段,则新的模板实例被实例化一次。
msdn2.microsoft.com
8.
Notice the trailing call to pack, which has made the instantiated Canvas object visible in the MainWindow.
注意在末尾要调用pack,它使得画布对象的实例在主窗口中显示出来。
www.ibm.com
9.
The rulesEngine object is instantiated using the "testRules1. drl" string as the parameter for its constructor.
rulesEngine对象是使用“testRules1.drl”字符串作为其构造函数的参数实例化的。
www.ibm.com
10.
The PHP engine calls a constructor when the object is instantiated.
PHP引擎在实例化对象时调用构造函数。
www.ibm.com
1.
The value type is then instantiated, methods are called on it, and it is passed to a method as a parameter.
然后实例化值类型,在它上面调用方法,并将它作为参数传递给方法。
msdn2.microsoft.com
2.
In Listing 8, template class A may be instantiated only if type T is signed.
在清单8中,仅当T有符号时,模板类A才能进行实例化。
www.ibm.com
3.
The icons are different for the leaf patterns to indicate they can be instantiated.
叶模式的图标是不同的,以表示可以实例化它们。
www.ibm.com
4.
Designing an abstract UI specification that is instantiated differently for each platform is much harder than it sounds.
设计一个摘要不同地被例示的UI规格因为每个月台加难比较它听。
forum.chinaui.com
5.
First, the generic type is instantiated as follows.
首先,将泛型类型如下实例化
msdn2.microsoft.com
6.
Is instantiated when the current template rule is null.
在当前模板规则为空时实例化,将出错。
msdn2.microsoft.com
7.
Now we've instantiated our client, we want to contact the Weather service and invoke its getForecast operation.
现在已经实例化了客户机,还要联系Weather服务,并调用它的getForecast操作。
www.ibm.com
8.
Multiple Resource Monitors can be instantiated at the same time.
可以同时实例化多个资源监视器。
technet.microsoft.com
9.
In Listing 3, you instantiated a File object for a file that didn't exist.
在清单3中,是为一个不存在的文件实例化了File对象。
www.ibm.com
10.
So that it can be instantiated in its own app domain.
因此可以在其自己的应用程序域中进行实例化。
msdn2.microsoft.com
1.
are instantiated evertime an AJAX request is received.
每当收到一个AJAX请求时被实例化。
www.infoq.com
2.
The main difference is that a HashMap is instantiated that associates a String value to a String key.
主要差别是,实例化了一个HashMap,用于将一个String值与一个String键相关联。
www.ibm.com
3.
Each guest operating system has its own address space that is mapped when the guest is instantiated.
每个客户操作系统都有自己的地址空间,并且是在实例化客户操作系统时映射的。
www.ibm.com
4.
The sorted list will be instantiated to store information on books.
该排序后的表将用作储存关于书籍的相关信息。
www.ibm.com
5.
Element is instantiated each time the attribute set is used.
元素中的模板在每次使用该属性集时进行实例化。
msdn2.microsoft.com
6.
INSTANTIATED: The key is instantiated and attached to data; this is a complete state.
INSTANTIATED:密钥已经实例化并附加了数据;这是一个完整的状态。
www.ibm.com
7.
Note that the member sqlComm. CommandText has been instantiated.
注意,成员sqlComm.CommandText已实例化。
msdn2.microsoft.com
8.
The IDS instance can be instantiated by using the oninit -i command.
可以使用oninit-i命令对IDS实例进行实例化。
www.ibm.com
9.
These are used when you want to specify a feature that must be provisioned or updated before the referenced view is instantiated.
如果想要指定必须在引用的视图实例化之前准备或更新的特性,那么就要使用这些参数。
www-128.ibm.com
10.
For each element in the fRowSet array, a new row is instantiated.
对于fRowSet数组中的每个元素都实例化一个新行。
www.ibm.com
1.
Finally, as in the HelloServlet bundle, a ServiceTracker object is instantiated and opened to track the life cycle of the HTTP service.
最后,与在HelloServletbundle中一样,实例化并公开一个ServiceTracker对象用于跟踪HTTP服务的生命周期。
www.ibm.com
2.
And you will only have access to the images that you have instantiated.
并且您只能访问您实例化后的映像。
www.ibm.com
3.
This is the first class to be instantiated.
它是需要使用的第一个类。
www.ibm.com
4.
The content is a template that is instantiated to give the value of the parameter.
内容是通过实例化为参数指定值的模板。
msdn2.microsoft.com
5.
For example, to quickly switch between two threads, the register hardware needs to be instantiated twice.
例如,如果要快速切换两个线程,登记册硬件需要实例两次。
blog.sina.com.cn
6.
For example, a Web module's JSP extension processor is instantiated by a global JSP extension processor factory.
例如,Web模块的JSP扩展处理器由全球JSP扩展处理器工厂实例化。
www.ibm.com
7.
Element is the template that is instantiated when the template rule is applied.
元素的内容是在应用模板规则时实例化的模板。
msdn2.microsoft.com
8.
The select1 tag is then instantiated and referenced to data5 of $instance1.
然后实例化select1标记并使其引用$instance1的data5。
www.ibm.com
9.
How many times is a key object being instantiated?
一个关键的对象实例化的时间是多少?
www.ibm.com
10.
This is a base class for other code expression objects that is never instantiated.
这是其他从不实例化的代码表达式对象的基类。
msdn2.microsoft.com
1.
Control. In this example, the templates are instantiated while the page is being loaded and before the control is bound to its data source.
在此示例中,在加载页时,而且是在控件绑定到数据源之前,将模板实例化。
msdn2.microsoft.com
2.
For instance, I observed certain SOAP bindings create multiple copies of the SOAP request - with each request instantiated as a
比如,我发现某些SOAP绑定创建SOAP请求的多个副本,每个请求都实例化为
www-128.ibm.com
3.
The VariablePersister class is designed to be instantiated either for a single string value
VariablePersister类被设计成为单个字符串值的实例
www.ibm.com
4.
The MustInherit modifier on a class declaration indicates a class that cannot be instantiated
类声明上的MustInherit修饰符指出类不能被实例化
msdn2.microsoft.com
5.
This service run-time binding could be instantiated using any of the following mechanisms
可以利用下列任意一种机制来演示这个服务运行时绑定
www.ibm.com
6.
Allowing a template class or function to be instantiated with only certain data types
允许模板类或函数仅使用某些数据类型来进行实例化
www.ibm.com
7.
(The case statement returns a method name; the line number. send(method) calls that method on the instantiated calculator. )
case语句返回一个方法名称;number.send(method)行调用实例化计算器上的那个方法。
www.ibm.com
8.
the attack graph is instantiated by the generated safety event to obtain an attack scene graph;
利用生成的安全事件将攻击图实例化,得到攻击场景图;
ip.com
9.
Load your desired truststore into the runtime (instantiated as a KeyStore object)
将您需要的信任库库载入运行时(实例化为KeyStore对象)
www.ibm.com
10.
When a portlet is first instantiated, the,
当第一次实例化portlet时,
www-128.ibm.com
1.
Object is probably instantiated from a template
对象一般是一个模板类的实例
www.wendang365.cn
2.
A class or method declared as static exists without first being instantiated using the keyword
声明为静态的类或方法不必首先使用关键字
msdn2.microsoft.com
3.
User controls are instantiated and cached in ways similar to
用户控件的实例化和缓存方法类似于
msdn2.microsoft.com
4.
Instantiated Class Should Be final (ICSBF)
这条建议所有可以被实例化的类应该声明为final(失去灵活性)
blog.csai.cn
5.
Element is instantiated, the current template rule becomes null while the,
元素实例化后,当前模板规则将变为空,同时,
msdn2.microsoft.com
6.
The message listener instantiated in Step 1
在步骤1中实例化的消息监听器
www-128.ibm.com
7.
Is instantiated with a concrete type for example as a
如果使用具体类型实例化
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/4 23:23:56