instantiating an object的意思|示意
实例化对象
instantiating an object的网络常见释义
对象初始化 ... 对象保护 object protection 对象初始化 instantiating an object 对象属性 object properties ...
详细翻译 详细翻译>> instantiating an object 对象初始化..
instantiating an object相关例句
Certain optimizations occur based on the import size, and instantiating an object that has an adjusted scale value can decrease performance.
某些优化是基于导入时的大小,实例化一个物体要调整缩放值,可能会影响性能。
Rather than directly instantiating an object of a plug-in class, plug-ins are attached to a component using the "plugins" configuration option for that component.
插件的使用并不是直接初始化插件类的一个对象,而是使用该组件的“plugins”配置选项将插件附加到这个组件上。
These properties are used while instantiating an object that exposes a JNDI interface named Context.
在实例化公开名为Context的JNDI接口的对象时,会使用这些属性。
The code begins by instantiating a new XMLInputFactory object. Then, an InputStream object containing the Twitter public timeline in Atom format is opened.
这段代码首先实例化一个新的XMLInputFactory对象,然后打开一个包含atom格式的Twitter public timeline的InputStream对象。
In form at least, instantiating an object is similar to calling a function.
至少在形式上,实例化对象与调用函数相似。
When you're instantiating an object in runtime, make sure to put it in _Dynamic – do not pollute root of your hierarchy or youwill find it difficult to navigate through it.
当你在运行时实例化一个对象,一定要把它放在_Dynamic中–不要污染层次结构的根目录,否则你会发现很难找到对象。