单词 | class methods | ||||||||||
释义 | class methods
更多释义 收起释义 例句释义: 类方法,类别方法程序,类的方法 1. Two other refactorings, Push Down and Pull Up, move class methods or fields from a class to its subclass or superclass, respectively. 还有两个重构工具,PushDown和PullUp,分别实现将类方法或者属性从一个类移动到其子类或父类中。 www.ibm.com 2. Static class methods may support a different level of thread safety than those associated with an instance of that class. 和实例的方法相比,静态类的方法或多或少拥有更高的线程安全性。 book.51cto.com 3. Shared procedures are class methods that are not associated with a specific instance of a class. 共享过程是不与类的特定实例相关联的类方法。 msdn2.microsoft.com 4. Each component has a name, corresponds to a Java class, and may be activated or deactivated by calls to that class' methods. 每个组件都有一个名字,对应一个Java类,并可以通过调用该类的方法使其激活或失效。 www.infoq.com 5. Unlike many other OO systems, Laszlo allows you to override class methods in an instance. 与很多面向对象系统不同,Laszlo允许在类的实例中重写类的方法。 www.openface.org.cn 6. Static class methods and properties are accessible without the need for an instantiation of the class. 现在,无需实例化类便可访问静态类方法和属性。 www.ibm.com 7. UDDI4J v2 has improved the usability of these classes by adding a set of collection class methods to these classes. UDDI4Jv2通过向这些类添加一组集合类方法改进了这些类的可用性。 www.ibm.com 8. Constructors are class methods that are executed when an object of a given type is created. 构造函数是在创建给定类型的对象时执行的类方法。 msdn2.microsoft.com 9. Allows you to override base class methods in a derived class. 允许在派生类中重写基类方法。 msdn2.microsoft.com 10. Instead, let's look at four functions that are useful in their own right and demonstrate the utility of the rest of the str class methods. 现在让我们了解一下四个有用的函数,并演示其他str类方法的工具。 www.ibm.com 1. Data members should generally be private, and should be accessed only through class methods and properties. 数据成员通常应当为私有的,并且只应当通过类方法和属性来访问。 msdn2.microsoft.com 2. Utility class methods (like "save" and "find" ) and accessor methods for the mapped properties are also added. 工具类方法(如“save”和“find”和用于已映射属性的访问器方法也会随之被加入。 www.infoq.com 3. You can define your own switches by inheriting from the Switch class and overriding the base class methods with customized methods. 类继承和用自定义方法重写基类方法来定义您自己的开关。 msdn2.microsoft.com 4. Only the Calendar class methods return the day, month, year, and number of months in the year based on the Hebrew calendar. 只有Calendar类方法根据希伯来日历返回日期、月份、年份以及这一年的月份数。 msdn2.microsoft.com 5. Delegates defined within a generic class can use the generic class type parameters in the same way that class methods do. 在泛型类内部定义的委托使用泛型类类型参数的方式可以与类方法所使用的方式相同。 msdn2.microsoft.com 6. Class methods and events in its execution lifecycle to allow browser or markup-specific handling. 类方法和事件以支持浏览器和特定于标记的处理。。 msdn2.microsoft.com 7. You need the contents of these text fields and the Formatter class methods to format them, as Listing 2 shows. 您需要这些文本字段的内容和对其进行格式化的Formatter类方法,如清单2所示。 www.ibm.com 8. When it is not defined, Trace class methods are not compiled and no Trace output is generated. 如果未定义该值,则不会编译Trace类方法,也不会生成任何Trace输出。 msdn2.microsoft.com 9. Without these constants, Debug and Trace class methods are not compiled and no output is generated. 如果没有这两个常数,则Debug和Trace类方法将不会被编译,并且不生成任何输出。 msdn2.microsoft.com 10. Inheritance enables classes to build on existing classes and override selected base-class methods and properties. 继承能使类建立在现有类的基础上,并重写选定的基类方法和属性。 207.46.16.252 1. Without this symbol, Trace class methods are not compiled and no Trace output is generated. 如果没有该符号,则Trace类方法将不会被编译,并且不生成任何Trace输出。 msdn2.microsoft.com 2. With this symbol defined, Debug class methods generate output to the Output window. 定义了该符号后,Debug类方法将向“输出”窗口生成输出。 msdn2.microsoft.com 3. The use cases for class methods that return functions is limited only by your creativity. 用于类方法并返回函数的用例仅利用您的创造力进行限定。 www.ibm.com 4. Class, those actions can be expressed as class methods. 类,这些操作可以表示为类方法。 msdn2.microsoft.com 5. I set up the compiler so I have to specify the override annotation so as to clarify which methods are overriding base class methods. 我对编译器进行了设置,所以我必须指定override注释,以便指明哪些方法要覆盖基类的方法。 www.ibm.com 6. With JSFUnit API, the test class methods can submit data on a form and verify that managed beans are properly updated. 有了JSFUnitAPI,测试类方法可以提交表单数据,并且验证管理的bean是否被正确更新。 www.infoq.com 7. When TRACE is defined, Trace class methods generate output to the Output window. 如果定义了TRACE,则Trace类方法会将生成的输出结果显示在“输出”窗口中。 msdn2.microsoft.com 8. This would imply that stored procedures are not similar to class methods since they are not part of tables. 这意味着存储过程不同于类方法,因为它们不是表的一部分。 www.ibm.com 9. Utilizing. NET class methods for MobiLink table-level event scripts. 利用.NET类方法编写MobiLink表级别事件脚本。 www.ianywhere.com 10. Describes how to bypass common implementations for class methods with customized implementations. 说明如何使用自定义实现跳过常见的类方法实现。 msdn2.microsoft.com 1. So, all of my methods were class methods, like static methods in Java. 因此,我所有的方法都是类方法,就像Java中的静态方法一样。 www.ibm.com 2. Class methods are not compiled and no Debug output is generated. 类方法,也不会生成调试输出。 msdn2.microsoft.com 3. The same concept can be used with functions, or even class methods, as shown below. 这也适用于函数,甚至是类方法,如下所示。 www.ibm.com 4. In this tutorial you write Java class methods for MobiLink table-level events. 在本教程中,您将为MobiLink表级别的事件编写Java类方法。 www.ianywhere.com 5. While most class methods are public, you might also want to add methods that can only be used by the class itself. 虽然大多数类方法是公共的,您可能还想添加一些只能由该类自身使用的方法。 msdn2.microsoft.com 6. You can use shared class methods without first creating an object from a class. 无需事先从类中创建对象,便可使用共享的类方法。 msdn2.microsoft.com 7. Class methods for parsing the XSL and performing the conversion. 类方法对XSL进行语法分析并执行这个转换。 www-128.ibm.com 8. Listing 2 and Listing 3 show a simple PHP application with a class, methods, and some wrapper code. 清单2和清单3是一个简单的PHP应用程序,其中包含一个类、方法和一些包装器代码。 www.ibm.com 9. COM clients cannot access class methods directly. COM客户端无法直接访问类方法。 msdn2.microsoft.com 10. In this tutorial you will subscribe. NET class methods to MobiLink table-level events. 在本教程中,您将把.NET类方法预订到MobiLink表级别的事件中。 www.ianywhere.com 1. Specifying class methods for table-level events. 为表级别事件指定类方法。 www.ianywhere.com 2. It also hides all base class methods with the same signature. 同时也隐藏具有相同签名的所有基类方法。 msdn2.microsoft.com 3. do clauses or for loops to test a class' methods appropriately. do子句或for循环来正确地测试类的方法。 www.ibm.com 4. Listing 4 illustrates using PHP overloading to invoke object and class methods. 清单4展示如何使用PHP重载调用对象和类方法。 www.ibm.com 5. Java and. NET encapsulate event logic in class methods. Java和.NET均可使用类方法封装事件逻辑。 www.ianywhere.com 6. A way to specify my class methods, which are required for the DSL. 指定我的类方法的方式(DSL需要使用类方法)。 www.ibm.com 7. methods so that their attributes match the base class methods . the. 方法,因此这两个方法的属性匹配基类方法。 www.ichacha.net 8. In some situations, you may need to ensure that base-class methods are not overridden. 在某些条件下,可能需要确保不重写基类方法。 msdn2.microsoft.com 9. Now it's time to add the class methods that form the DSL. 现在让我们添加形成DSL的类方法。 www.ibm.com 10. In addition the library provides class methods to create objects of their type in different ways. 另外,这个库还提供以不同方式创建类型的对象的类方法。 www.ibm.com 1. There are some differences between class methods and instance methods. 类方法和实例方法之间是有区别的。 kukoo.360doc.com 2. For example, you may extend a class to change the behavior of the base-class methods. 例如,可以扩展一个类以更改基类方法的行为。 technet.microsoft.com 3. Callback functions can not only be simple functions but also object methods including static class methods. Callback函数不仅可以是一个简单的函数,它还可以是一个对象的方法,包括静态类的方法。 pt.php.net 4. Class scope is now bound to class methods 类作用域现在和类方法绑定在一起了 www.5uflash.com 5. This form of method call only allowed for class methods 该方法的窗体只允许类方法 blog.sina.com.cn 6. With these constants defined, Debug and Trace class methods generate output to the 定义了这两个常数后,Debug和Trace类方法将向 msdn2.microsoft.com 7. In this section, you specify class methods for table-level events using two approaches 在本节中,可以用两种方法为表级别事件指定类方法 www.ianywhere.com 8. Passes to the calling method any exceptions thrown by base class methods or 向调用方法传递由基类方法或 msdn2.microsoft.com 9. First-class methods and functions (closures) 一流的方法和函数(闭包) www.infoq.com 10. In this section, you will specify class methods for table-level events using two approaches 在本节中,您将用两种方法为表级别事件指定类方法 www.ianywhere.com 1. Make the constructor Make the class methods Make the accessor methods Store the attribute names in order 制作构造器制作类方法制作存取方法依次存储属性名称 wiki.perlchina.org 2. Get_class_methods -- Returns an array of class methods'names get_class_methods--返回由类的方法名组成的数组 www.phpx.com 3. With the new collection class methods, this has been simplified to 如果使用新的集合类方法,上面的代码就被简化为 www.ibm.com 4. Class methods are not compiled and no 类方法,也不会生成任何 msdn2.microsoft.com 5. Lesson 2: Specify class methods for events 第2课:为事件指定类方法 www.ianywhere.com |
||||||||||
随便看 |
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。