
包含
instantiate的中国译典句库查询结果如下:
属类:IT行业-windows出错代码-8359
属类:IT行业-微软网站-软件使用
属类:IT行业-www.ibm.com-
属类:IT行业-www.ibm.com-
属类:IT行业-www.ibm.com-
属类:IT行业-www.ibm.com-
属类:IT行业-www.ibm.com-
属类:IT行业-www.ibm.com-
属类:IT行业-www.ibm.com-
属类:IT行业-www.ibm.com-
属类:IT行业-www.ibm.com-
属类:IT行业-www.ibm.com-
属类:IT行业-www.ibm.com-
属类:IT行业-www.ibm.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-www.ibm.com-
属类:IT行业-www.ibm.com-
属类:IT行业-technet.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-www.ibm.com-
属类:IT行业-www.ibm.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-www-128.ibm.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-www.ibm.com-
属类:IT行业-www.ibm.com-
属类:中国大陆-www.ceps.com.tw-
属类:IT行业-www.ibm.com-
属类:IT行业-www.ibm.com-
| 1 | 对象的类别必须是有结构的;您不能范例化一个抽象类别。 | The class of the object must be structural; you cannot instantiate an abstract class. | |
| 2 | 为了简化对共享代码的访问,又无需多处实例化该类,创建并实例化了该特定类类型的一个全局变量。 | To simplify accessing the shared code without having to instantiate the class everywhere, a global variable of the specific class type is created and instantiated. | |
| 3 | Dashboard通过运行时反射技术实例化并调用它在运行的时候发现的每一个后端。 | Run time reflection is used to instantiate and call each back end that Dashboard discovers when it is run. | |
| 4 | Ruby模块不能实例化;它只是一个不同的名称空间下的例程的集合。 | You can't instantiate a Ruby module; it's just a collection of routines under a distinct namespace. | |
| 5 | Web服务使用Web服务描述语言(WSDL)进行描述,您需要一个WSDL文件来实例化该模式。 | Web services are described using Web services Description Language (WSDL), and you will need a WSDL file to instantiate the pattern. | |
| 6 | 本系列的第2部分将深入阐述Spring如何完成在bean各自的作用域中实例化bean。 | Part 2 of this article will explain in depth how Spring manages to instantiate each bean in its respective scope. | |
| 7 | 编译器不知道V到底表示什么类型,因此不能实例化V数组。 | The compiler doesn't know what type V really represents, so it cannot instantiate an array of V. | |
| 8 | 步骤3.为方法的输入类型实例化类 | Step 3. Instantiate the class for the method's input type | |
| 9 | 此后,当应用程序启动时,只需实例化侦听类的一个实例 | Then, when the application starts up, you simply need to instantiate an instance of the listening class | |
| 10 | 此外,我想阐明如何接着使用Web引用来实例化与Web服务交互作用的本地对象。 | Furthermore, I wanted to illustrate how a Web reference can then be used to instantiate a local object that interacts with the Web service. | |
| 11 | 从该域确认器类中,您可以实现并注册您自己的单元和属性确认器。 | From this domain validator class, you can instantiate and register your own unit and attribute validators. | |
| 12 | 单击这个菜单(onclick)时,通过另一个名为addCustomer的zul,我使用Executions对象实例化一个Window对象。 | When this menu is clicked (onClick) I instantiate a Window object through the Executions object using another zul called addCustomer. | |
| 13 | 但是这段代码不能工作——不能实例化用类型参数表示的类型数组。 | But this code does not work -- you cannot instantiate an array of a type represented by a type parameter. | |
| 14 | 当您向ER域添加没有数据的新服务器时,可以在这个新服务器上实例化模板。 | When you add a new server with no data to the ER domain, you can instantiate the template on the new server. | |
| 15 | 当实例化对象或调用方法时,“对象测试工作台”窗口将显示对象实例。 | When you instantiate an object or invoke a method, the Object Test Bench window displays the object instance. | |
| 16 | 当我们初始化这个网格小部件(dojox.grid.DataGrid)时,数据存储和结构共同定义了网格。 | When we instantiate the grid widget (dojox. grid. DataGrid), the store and structure come together to define the grid. | |
| 17 | 当我拥有了要传送给Axis的Java对象后,我需要对它进行实例化,给构造程序提供一个值,然后存储它。 | When I have this Java object I will pass to Axis, I need to instantiate it, supply a value to the constructor and then store it. | |
| 18 | 当页具有大量内容时,可能需要较长时间来进行实例化。 | When a page has a lot of content, it may take a long time to instantiate . | |
| 19 | 当在即时窗口中操作时,可以实例化该类的一个实例,设置该对象的属性,然后调用它的方法。 | When working in the Immediate window, you can instantiate an instance of the class, set properties on the object, and call its methods. | |
| 20 | 第二步是实例化用来连接组件的运行时连接(runtimewire)。 | The next step is to instantiate the runtime wires that connect the components. | |
| 21 | 对各个复合文件工件进行检查,然后使用工厂方法在内存中实例化不同对象。 | The various composite file artifacts are inspected, and factory methods help instantiate the various objects in memory. | |
| 22 | 工厂类的完全限定名,它包含用于实例化该对象的足够的信息。 | Fully qualified name of the factory class, which contains enough information to instantiate the object. | |
| 23 | 关键字对枚举值进行实例化是错误的。 | It is an error to attempt to instantiate an enumeration value using the. | |
| 24 | 既然如此,为什么我们不对LogManager进行扩充,并自己实现一个记录器呢? | So, why not extend the LogManager and instantiate one yourself? | |
| 25 | 接口以创建一个消息,该消息对实例化远程对象的调用做出响应。 | Interface to create a message that responds to a call to instantiate a remote object. | |
| 26 | 尽管这个过程非常简单,但是它解释了如何使用KVM实例化新客户操作系统。 | While simple, this process illustrates how you can instantiate new guest operating systems with KVM. | |
| 27 | 可以简单地以编程方式对其进行实例化,但是这样的话,您的代码将依赖具体的实现类。 | You can simply instantiate it programmatically, but then your code will depend on a concrete implementation class. | |
| 28 | 可以实例化ITF并将ITF中关键组成部分有机组织起来,形成集成知识库(IKB)。 | The knowledgebase approach can be used to instantiate the ITF and organize these components into the integration knowledgebase (IKB). | |
| 29 | 客户端应用程序可以实例化这些代理中的任一个,并且调用其中的方法。 | A client application can instantiate any of these proxies and invoke methods on it. | |
| 30 | 另一个方法是通过命令行实例化Scilab并将Scilab表达式传递给它。 | Another would be to instantiate Scilab through the command line and pass Scilab expressions to it. |
查询记录