The ConfigMethod class: Configuration method implementations.
configmethod类:配置方法实现。
For example, using the document-literal encoding imposes wrapped versions of each method class, and that, in turn, creates additional manageability and maintainability issues.
例如,使用文档文字编码利用了每个方法类的封装版本,并造成了额外的可管理性与可维护性的问题。
At the core of Lancom is a world-class effective method that enhances language leaning with advanced technology.
Lancom 的核心是世界一流的高效学习方法,其旨在通过先进科技来提高语言学习。
In other words, does the detector need to remember what it sees at the method, class, hierarchy, or whole program level?
换句话说,检测器是否需要记住它在方法、类、层次结构或者整个程序级别上看到了什么?
You can execute the main helper method of this class to see features and runtime versions that your application USES.
您可以执行这个类的助手方法,查看您的应用程序使用的特性和运行时版本。
To clarify this, consider the following class and method in Listing 16.
为澄清这一点,考虑清单16中列出的类和方法。
Dependency injection can occur in a variety of ways, for example, via a setter method or a class variable.
依赖性的引入可以以多种方式出现,例如,通过设置属性值的方法或者类变量。
When you're writing code, think about the contract — the particular bit you're writing will expose to its client, whether it's a method, a class, or a group of interacting classes.
当编写代码时,应考虑到这个契约——您将要编写的特定内容都将暴露给它的客户机,无论此内容是一个方法、一个类,还是一个与类交互的组。
For example, if the metaprogramming system auto-generates a method within a class, but later that method must be tweaked, how do you implement something like that?
例如,如果元编程系统自动生成类中的一个方法,但是后来又必须对这个方法进行修改,那么应该如何实现这种功能呢?
Generally, object references can be obtained by the invocation of a class method or instance method.
一般来讲,可以通过类方法或实例方法的调用来获得对象引用。
Define the API method or methods and implement the method in the controller class.
定义一个或多个API方法并在控制器类中实现方法。
So when you want to rename a method or class, it's easy for the environment to find every use of it by pinpointing the location in the AST.
因此,当需要重新命名一个方法或者类的时候,开发环境很容易通过在 AST 中精确定位找到方法或类被引用的每个地方。
It is based on the number of distinct types referenced by the method or class.
它计算被方法或类引用的完全不同的类型的数量。
Because the image is always running, any addition, deletion, or update of a method in any class occurs at run time.
因为它总在运行,对任何类中方法的任何添加、删除或更新操作都发生在运行时。
This gives the detailed breakdown of what's being done within each method of each class loaded, listing all method calls, field accesses, and new object creations.
它给出了加载的每一个类的每一个方法中所做的工作的详细分析,列出了所有方法调用、字段访问和新对象创建。
That is the value that would be used internally by the class method for the timestamp conversion.
这就是类方法为了进行时间戳转换而在内部使用的值。
To get the text response, uncomment the method in the resource class in Listing 25.
要获得文本响应,对清单25中资源类中的方法取消注释。
The main method in this class is the process method (Figure 3) that opens the original BAR file and loops through its content.
类中的主要方法就是打开原始的BAR文件并循环执行该文件内容的处理方法(图3)。
They ensure that a particular method of a class successfully performs a set of specific tasks.
它确保类的某个特定方法成功执行一系列特定的任务。
When the existing code in a method or class is difficult to read, the next developer who works on it feels less compelled to write clean code himself.
当一个方法或类中存在一些难读的代码,下一个开发人员继续这些工作的时候,就觉得他也没有必要迫使自己编写清晰的代码。
Making this task easy helps ensure that method, variable, and class names indicate their intent clearly.
简化这一任务有助于确保方法、变量和类的名称能够清晰地指示其用途。
These handlers can perform any number of tasks, including calling a service, setting a value on a class, calling a method on a class, or dispatching another event.
这些事件处理器可以执行任何数量的任务,包括对某项服务的调用,对一个类中某个值的设定,对一个类中某个方法的调用,或者分发另一个事件。
Parameter values are accessed by calling a super class method.
通过调用父类的方法来访问参数值。
To pass this to a recursive method, the anonymous class should extend a wrapper type known to the method.
为了在递归方法中传递,匿名类应该扩展方法已知的包装器类型。
Execution of an instance method is scoped to a particular instance of the class; you must create an instance of the class before you can invoke the method of the class.
一个实例方法的执行在类的一个特定示例中有效;您在调用该类的方法之前必须创建一个类的实例。
When a native method is invoked, the class loader attempts to load the native library that defines that method.
当调用本机方法时,类装入器会尝试装入定义了该方法的本机库。
The more lines in a method (or class), the more likely it will be difficult to maintain the code in the future.
一个方法(或类)的行数越多,将来维护其代码就可能越难。
First, the PHP interpreter looks for the method on the class.
首先,PHP解释器在类上查找方法。
This works well for single method changes or class extensions to already existing libraries.
这种模式非常适合单个方法的修改或者是在已有类库的基础上对类进行扩展。
Putting the class name as a prefix to the method name indicates that the method is a class method.
将类名作为方法名的前缀来指示该方法是类的方法。
应用推荐