单词 | static method |
释义 | 例句释义: 静力法,静态方法,静态法,静态测试方法,静态类函数 1. For this same reason, notice that main is not defined as a static method, as it would be in Java programming. 基于同样的原因,注意main没有像在Java编程中一样被定义为静态方法。 www.ibm.com 2. The converse of this scenario is also supported, so that it is possible to bind the first argument of a static method. 与此相反的情形也受支持,因此还可以绑定静态方法的第一个参数。 msdn2.microsoft.com 3. Had the static method been used, the opposite would be true. 如果使用静态方法,就会生成这样的类。 www.ibm.com 4. Delegates, which are data structures that refer to a static method or to a class instance, are also non-blittable. 委托(它是引用静态方法或类实例的数据结构)也是非直接复制到本机结构中的。 msdn2.microsoft.com 5. The Visualize menu allows you to select a method in a Java Class and visualize it in a Static Method Sequence diagram. 可视化菜单允许选择在Java类中选择一种方式,并将其呈现在静态方法序列图中。 www.ibm.com 6. The callback method that you specify must be a static method on the page or user control that contains the Substitution control. 指定的回调方法必须是包含Substitution控件的页或用户控件的静态方法。 msdn2.microsoft.com 7. If the class defines a non-static method that matches the indicated method name and signature, this method is called. 如果该类定义匹配指示的方法名称和签名的非静态方法,则调用该方法。 msdn2.microsoft.com 8. This static method would take a single argument, intended to be the sole element of the List (until others are added). 这个静态方法只带一个参数,也将是List唯一的元素(直到添加了其它元素)。 www.ibm.com 9. Point to a static method that is called to evaluate whether the adapter set is appropriate for the current device. 这些属性指向一个被调用来计算适配器集是否适合当前设备的静态方法。 msdn2.microsoft.com 10. This example uses the non-static method of obtaining configuration data, which allows you to pull configuration data from any application. 此示例使用获取配置数据的非静态方法,这使得您可以从任何应用程序提取配置数据。 www.kuenglish.info 1. Within a class, you define a static method for each DLL function you want to call. 在类别中,您要针对每一个要呼叫的DLL函式定义一个静态方法。 technet.microsoft.com 2. Your only other option would be to make a helper class and add a static method to it. 你唯一的其他选项将会是写一个helper类,并在其中添加一个静态的方法。 blog.joycode.com 3. The MethodName property returns the name of a static method through reflection. MethodName属性通过反射返回静态方法的名称。 msdn2.microsoft.com 4. The name of the static method that the delegate is to represent. 委托要表示的静态方法的名称。 msdn2.microsoft.com 5. Each public static method will be an e-mail sender, in a similar manner as actions for a MVC controller. 的方法都会是一个邮件发送器,就像MVC控制器中的actions一样。 wenku.baidu.com 6. This would allow the compiler to correctly call the static method and create the code to hook up the delegate to the expression. 这样将允许编译器正确调用静态方法并创建代码,将委托与表达式联系起来。 msdn.microsoft.com 7. If the PHP engine sees $this in a static method, it will throw a fatal error together with an informative message. 如果PHP引擎在静态方法中看到$this,它将抛出致命错误和一条提示消息。 www.ibm.com 8. The first line and the last line of this script could be executed also using the static method instead of being part of this script. 脚本的第一行和最后一行也将采用静态方法执行,而不作为脚本的一部分来执行。 www.ibm.com 9. For objects of type Class, by executing a synchronized static method of that class. 调用该对象的同步静态类方法。 www.moon-soft.com 10. The name of the static method that the delegate represents. 委托表示的静态方法的名称。 msdn2.microsoft.com 1. A delegate can be implemented using a static method or an instance method; it does not matter. 一位代表可以执行使用静态方法或一个实例方法,它并不重要。 www.hbzxr.com 2. Delegates constructed with a named method can encapsulate either a static method or an instance method. 使用命名方法构造的委托可以封装静态方法或实例方法。 technet.microsoft.com 3. Gretel uses calls to a static method to track executed blocks, adding these into the bytecode only where needed. Gretel使用用于静态方法的调用来跟踪执行的块,将这些调用添加到字节码中的必要地方。 www.ibm.com 4. We start with a static method (independent of the class) for setting the user's services in the cache. 首先解释用来在缓存中设置用户服务的静态方法(不依赖于类)。 www.ibm.com 5. Creates a delegate of the specified type to represent the specified static method, with the specified behavior on failure to bind. 使用针对绑定失败的指定行为,创建用于表示指定静态方法的指定类型的委托。 msdn2.microsoft.com 6. Just call prefix: methodName as you would with a static method. 只需像处理静态方法那样调用prefix:methodName即可。 www.ibm.com 7. The static method must have at least one parameter, which is the type you are augmenting. 静态方法必须要有一个参数,这是您将要增加的类型。 www.ibm.com 8. If, however, you're in a static method, you have to get the root node and provide the package yourself, as shown in Listing 2. 但是,如果您使用的是静态方法,您就必须得到根节点并自己提供包,如清单2所示。 www.ibm.com 9. For instance, normal Clojure functions have low call overhead as they're mostly reduced to static method calls. 例如,普通的Clojure函数都有较低的调用开销,因为它们都尽量降为静态函数调用。 www.infoq.com 10. instance-expr. must be present when you call an instance method and must be absent when you call a static method. instance-expr在调用实例方法时必须使用,在调用静态方法时必须去掉。 www.ibm.com 1. When a delegate represents a static method, the delegate stores a reference to the method's entry point. 当委托表示静态方法时,委托存储对该方法入口点的引用。 msdn2.microsoft.com 2. The specified method must be a static method of the class. 指定的方法必须为该类的静态方法。 technet.microsoft.com 3. The static method process engineer repeats the creation of extension pages for each extension point identified in the static method. 静态方法流程工程师为使用静态方法标识的每个扩展点重复创建扩展页面。 www.ibm.com 4. Where the static method is rendered in HTML, these extension points are hyperlinks from inside the method. 静态方法以HTML形式呈现,这些扩展点是方法内部的超链接。 www.ibm.com 5. This is equivalent to the fourth option listed above, in which some static method is invoked on an intermediary object. 这相当于上面所列出的第四个选项,在该选项中对中间对象调用静态对象。 www.ibm.com 6. This is a static method that needs to be called only once during application initialization for each database connection required. 此方法属于静态方法,只有在为每个所需的数据库连接初始化应用程序期间才需要调用。 msdn2.microsoft.com 7. A static method, field, property, or event is callable on a class even when no instance of the class has been created. 即使没有创建类的实例,也可以调用该类中的静态方法、字段、属性或事件。 msdn2.microsoft.com 8. Creates a delegate of the specified type that represents the specified static method of the specified class. 建立指定型别的委派,这个委派表示指定类别的指定静态方法。 msdn.microsoft.com 9. When a delegate is constructed to wrap a static method, it only references the method. 将委托构造为包装静态方法时,它只引用方法。 msdn2.microsoft.com 10. An example of calling a static method then an instance method to get at a Java System property. Somewhat verbose, but it works. 下面这个例子先调用一个静态方法,然后调用一个实例方法,来获得一个JavaSystem的属性。虽然有点罗嗦,但是可以工作 spring.jactiongroup.net 1. To better illustrate, let's create a class with a static method below. 为了更好地进行解释,我们在下面将创建一个具有静态方法的类。 www.ibm.com 2. Static method that returns context information given an activity instance and context token. 静态方法,在给定活动实例和上下文令牌的情况下返回上下文信息。 technet.microsoft.com 3. The target of this attribute must be either a method or a static method. 此特性的目标必须是一个方法或静态方法。 technet.microsoft.com 4. Therefore, a static method with the same name as an instance method must have a different parameter list. 因此,一个静态方法如果具有与一个实例方法相同的名称,则必须具有一个不同的参数列表。 207.46.16.251 5. Describing the static method represented by the current delegate. 描述当前委托表示的静态方法的。 msdn2.microsoft.com 6. Research on giving up static method of Marxism ownership theory and separation of property rights is achievable. 在突破所有制理论静态研究方法和产权分离等方面取得了较大进展。 www.ceps.com.tw 7. Creates a delegate of the specified type to represent the specified static method. 创建指定类型的委托以表示指定的静态方法。 msdn.microsoft.com 8. The process engineer identifies extension points in a static method. 流程工程师在静态方法中标识扩展点。 www.ibm.com 9. Initializes a delegate that invokes the specified static method from the specified class. 初始化一个委托,该委托从指定的类调用指定的静态方法。 msdn2.microsoft.com 10. These object operations include Create Instance and Invoke Static Method. 其中包括“创建实例”和“调用静态方法”。 msdn2.microsoft.com 1. Using a static method is equivalent to constructing a Regex object, using it once and then destroying it. 使用静态方法等效于构造Regex对象,使用该对象一次然后将其销毁。 msdn2.microsoft.com 2. Only the Invoke Static Method menu item is displayed for abstract classes. “调用静态方法”菜单项仅为抽象类显示。 msdn2.microsoft.com 3. To use this option, you must write a class with a static method that performs the evaluation. 若要使用此选项,您需要编写具有可执行评测的静态方法的类。 msdn2.microsoft.com 4. It is an error to use the base keyword from within a static method. 从静态方法中使用base关键字是错误的。 msdn2.microsoft.com 5. That method can be either a static method or an instance method. 那个方法既可以是静态方法,也可以是实例方法。 www.zxbc.cn 6. Gets the static method represented by the current delegate. 获取当前委托所表示的静态方法。 msdn2.microsoft.com 7. This method applies only if the current delegate represents a static method. 仅在当前委托表示静态方法时才可应用此方法。 msdn2.microsoft.com 8. When the delegate is invoked, the first argument of the static method receives the target object. 调用该委托时,静态方法的第一个参数接收目标对象。 msdn2.microsoft.com 9. The values in thread local storage are set with the static method setThreadIdentity(String, char[]). 线程本地存储中的值是使用静态方法setThreadIdentity(String,char[])设置的。 www.ibm.com 10. In the Object Test Bench window, right-click your class, and click Invoke Static Method. 在“对象测试工作台”窗口中右击您的类,再单击“调用静态方法”。 msdn2.microsoft.com 1. Is thrown when an attempt is made to invoke a non-static method on a null object. 当尝试对空对象调用非静态方法时,将引发。 msdn2.microsoft.com 2. Building PHP into apache (static method) means that PHP will load and run faster. 用内置方法编译PHP(静态方式)意味着PHP可以加载和运行得更快。 php.he.net 3. This is a static method that need be called only once during application initialization for each database connection required. 这是静态方法需要为每个数据库连接需要应用初始化期间调用一次。 support.microsoft.com 4. Method_name must be a valid SQL Server identifier and must exist as a static method in the specified class. method_name必须是有效的SQLServer标识符,并且必须作为静态方法存在于指定类中。 technet.microsoft.com 5. The following example compares two string objects using a static method. 下面的示例使用静态方法比较两个字符串对象。 msdn2.microsoft.com 6. This creates a new delegate object associated with the static method Test. PrintTitle. 这将创建与静态方法Test.PrintTitle关联的新委托对象。 msdn2.microsoft.com 7. The CreateFile method first calls System. Console. WriteLine. As a static method. CreateFile方法首先将System.Console.WriteLine作为静态方法调用。 msdn2.microsoft.com 8. You can control the actual schema for the type in the static method. 可以在静态方法中控制类型的实际架构。 msdn2.microsoft.com 9. Use its static method Heapdump() to generate a heap dump while your application is running. 使用其静态方法可以在您的应用程序运行的过程中生成堆转储。 www.ibm.com 10. A member declared as static can not be accessed with an instantiated class object (though a static method can). 一个成员声明为static,那么他是不可以被这个类的实例来访问的(虽然静态方法可以)。 www.phpfans.net 1. Identifies the points in the static method that can be extended. 标识可在静态方法中扩展的点。 www.ibm.com 2. has_many is a static method call for which the symbol : items is a parameter. has_many是一个静态方法调用,符号:items是它的参数。 www.ibm.com 3. One is the static method which is to browse the UDDI Web site and specify a search term. 其中一种是静态办法,即浏览UDDIWeb站点并指定一个搜索项。 www.ibm.com 4. The Invoke Static Method dialog box appears. 出现“调用静态方法”对话框。 msdn2.microsoft.com 5. A static method on the containing page or user control. 作为容器的页或用户控件上的静态方法。 msdn2.microsoft.com 6. Be declared as a static method. 声明为静态方法。 msdn2.microsoft.com 7. On the list, click the static method to invoke. 在列表上单击要调用的静态方法。 msdn2.microsoft.com 8. Method is a static method that resides inside a class or a struct. 方法是驻留在类或结构内的静态方法。 msdn2.microsoft.com 9. This static method creates a WebRequest for a specific protocol, such as HTTP. 此静态方法创建特定协议(例如HTTP)的WebRequest。 msdn2.microsoft.com 10. The following code example shows how to create a thread that executes a static method. 下面的代码示例说明如何创建执行静态方法的线程。 msdn2.microsoft.com 1. The important part to note is that we are creating a static method to create a list of item providers. 需要注意的重要一点是,我们创建了一个静态方法用于创建一系列的项目提供程序。 www.ibm.com 2. This is the static method isDigit from java. lang. Character. 这是来自java.lang.Character的静态方法isDigit。 www.ibm.com 3. There are two good reasons why you might want to use a static method. 需要使用静态方法有两个重要原因。 www.ibm.com 4. Control declaratively is that you can call a method of any arbitrary object, rather than calling a static method of the 控件的一个好处是可以调用任意对象的方法,而不只是调用 msdn2.microsoft.com 5. As with instance method, you can provide constraints for generic type parameters defined by the static method 就像实例方法一样,您可以为由静态方法定义的一般类型参数提供约束 msdn2.microsoft.com 6. Static method that determines whether the specified XML schema contains a custom 静态方法,该方法确定指定XML架构是否包含设置为 msdn2.microsoft.com 7. To call a static method on a type 调用类型的静态方法 msdn2.microsoft.com 8. Plastics - Smoke generation - Determination of the corrosivity of fire effluents - Part 2: Static method 塑料制品。火焰冲击波的测定。第2部分:静态法 www.std168.com 9. Water quality - Determination of toxicity to embryos and larvae of freshwater fish - Semi-static method 水质.对淡水鱼的胚胎和幼体毒性的测定 www.mapeng.net 10. Figure 4: A static method Sequence diagram for a method in a Swing Class 图4:Swing类中的方法的静态方法时序图 www.ibm.com 1. A Contrast Research on Finite Element Method, Static Method, and Empirical Method 桩基有限元法、静力法和经验法对比研究 www.ilib.cn 2. Dynamic-static-method analysis of dynamic stability for electric fork-lift 电动叉车动态稳定性的动静法分析 ilib.cn 3. Synthesis Technology of High-quality Diamond with Static Method 静态法合成高品级金刚石工艺探析 www.ilib.cn 4. Static method retrieves the outer content type of the encoded 静态方法检索编码的 msdn2.microsoft.com 5. If you prefer the object-oriented approach, you can use the corresponding static method 如果更愿意采取面向对象的方式,可以使用相应的静态方法 www.ibm.com 6. Generic static method to produce an array of the new type from the original array, or the 泛型静态方法从原数组生成新类型的数组,或者使用 msdn2.microsoft.com 7. A Static Method for Reconstruction of Paleo-Oceanographical Environment 一种古海洋环境的静态恢复法 www.ilib.cn 8. Method is a static method, which acts upon an expression it is given and assigns the resulting value to 方法是静态方法,它处理给予它的表达式,并将结果值赋予 msdn2.microsoft.com 9. Research of Static Method for Detecting Dynamic Memory Errors 动态存储错误的静态检测方法研究 www.wenloo.com 10. Is thrown if a non-static method with the indicated name and signature could not be found in the class associated with 关联的类中或其任何基类中未能找到具有指示名称和签名的非静态方法,则引发 msdn2.microsoft.com 1. Basically the signature of the static method changes such that a "this" modifier is added to the first parameter 基本上,因为静态方法的签名发生更改,因此“this”修饰符就被添加到第一个参数 msdn.microsoft.com 2. Forming Random Nonwoven Webs with the Static Method 用静电法形成杂乱分布的非织造纤网 www.ilib.cn 3. Use the following command for a non-static method 对非静态方法使用以下命令 www-128.ibm.com 4. Structural Analysis of Modular Press Machine Based on Quasi - static Method 基于准静态方法的模块化液压机结构分析 www.ilib.cn 5. Class includes a static method called 类包括一种名为 msdn2.microsoft.com 6. Dynamic reliability of flat slab dam based on Jc stimulating static method Jc拟静力法求解平板坝动力可靠度 ilib.cn 7. Is a static method call for which the symbol 是一个静态方法调用,符号 www-128.ibm.com 8. For example, Listing 1 shows the JNI code required to call a static method 举例来说,清单1展示了调用静态方法所需的JNI代码 www.ibm.com 9. The placholders {0}, {1} and {2} represent data placeholders, and are easily filled by having a static method like 占位符{0}、{1}和{2}代表数据占位符,很容易由如下静态方法填充 www.infoq.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。