The third step is to make the class or classes and TLD accessible to the Web application.
第3步是使这个类或者这些类和TLD可以被Web应用程序访问。
The next thing you have to do is override any method from the base class or classes to populate the column.
接下来需要覆盖来自基类或者类的任何方法来填充列。
These sequences form the protocols for interacting with such a class or set of classes.
这些序列组成了用于与这样的某个类或一组类交互的协议。
You can even examine the imports of each class to understand what other classes it depends on or which classes depend on it.
您甚至可以分析每个类的导入,从而了解该类依赖于其他什么类,或者哪些类依赖于该类。
Each policy set contains a default management class and one or more additional management classes.
每个策略集都包含一个默认管理类,以及一个或多个其他管理类。
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.
当编写代码时,应考虑到这个契约——您将要编写的特定内容都将暴露给它的客户机,无论此内容是一个方法、一个类,还是一个与类交互的组。
You can put all of them in a single class or interface (to centralize all of your message definitions in a single location), or you can place these constants in the classes where they are used.
可以将它们放在单独的类或接口中(将所有消息定义集中到一个地点),也可以放在使用到它们的类中。
Alternatively, each application can be deployed with a copy of the channel exit classes bundled inside it, either in the form of a JAR file, or as one or more class files.
第二种方法是,每个应用程序可以使用其内部绑定的通道出口类副本进行部署部署为JAR或一个或多个其他类文件。
This is because a class loader can only see classes that it loads itself or that are loaded by other class loaders to which it has a reference (either directly or indirectly).
这是因为类装入器只能看到它自己装入的类,或者它有引用(直接或间接)的其他类装入器装入的类。
Afferent coupling represents the count of how many other classes reference the current class, via either fields or parameters.
而传入耦合则表示其他类通过字段或参数引用当前类的次数。
In classes where students agree that "Our class stays busy and doesn't waste time" or that "in this class, we learn a lot almost every day," there tend to be bigger achievement gains.
例如在课堂上学生评价“我们的课堂很紧促,没有浪费时间”或者“在课堂上我们几乎每天都学到了很多”,这样就会有更大收获。
Sequence diagrams can be used to describe the USES of a class or interacting group of classes, thus describing the protocols required for interaction.
序列图可用于描述类或一组相互作用的类的使用,因而描述了交互所需的协议。
For classes with few constructor arguments or if you are creating many objects of the same class, this is viable but soon becomes untidy for classes whose constructors have lots of arguments.
对于带有少数几个构造方法参数的类,或者如果您正创建同一个类的多个方法,这是可行的,但是对于构造方法具有大量参数的类来说,很快就会变得杂乱无章。
This addition allows class designers to retain control over the internals of their classes while expressing to the client of the class what he should or should not touch.
这个新特性使类设计人员可以保证对类的内在特性的控制,同时告诉类的使用者哪些类可以而哪些类不可以触及。
Open classes allow you to reopen existing classes and make changes to them by adding, removing, or changing methods in the class — a mechanism that's both powerful and dangerous.
开源类允许您重新打开现存类并通过在类中添加、删除或修改方法对其进行修改 —一个强大但危险的机制。
Also note that class definitions must appear at the top level of a module, meaning they cannot be nested classes (classes defined inside other classes or functions).
另外要注意,类定义必须出现在模块的最顶层,这意味着它们不能是嵌套的类(在其它类或函数中定义的类)。
For now, a controller class is a placeholder for one or more classes that would be fleshed out during design to implement the business logic of your system.
现在,控制器类是设计实现系统商业逻辑填充的一个或多个类的位置保持器。
Developers can use class diagrams to design and document the system's coded (or soon-to-be-coded) classes.
开发者可以使用类图,来设计并为系统的代码(或即将成为代码的)类写文档。
If you learn best in small Settings, focus on measures of class size, such as average class size or percentage of classes with enrollment below 20, or on student-faculty ratio.
如果你在小地方学得好,专注于班级规模,例如班级的平均人数或者在20人以下班级的百分比,或者看师生比例。
The additional information in the JAR manifest is used to define the specific class (or classes) to be exposed by the repository and consumed by an application.
JAR清单文件中的额外信息用于定义存储库将公开且应用程序将使用的特定类。
IBM Research is also focusing on subject-oriented programming, which offers subjects — collections of classes or class fragments that have a unique "view" of a system.
IBMResearch还致力于面向主题(subject)的编程,它提供主题—具有唯一系统“视图”的类或类片段的集合。
There are no classes or class instances in Rhino, only particular objects.
在Rhino中既没有类,也没有类的实例,只有特定的对象。
An extension for ext JS is a derived class or a subclass, which is designed to allow the inclusion of additional features to existing ext JS classes.
ExtJS的扩展是从类或者子类衍生出来的,为支持现有Ext JS类包含附加特性而设计的。
The classes within the com.ibm.uddi.datatype class represent data objects used to send or receive uddi information.
在com. ibm . uddi . datatype类中这些类表示用来发送或接收uddi信息的数据对象。
Personalization no longer manages class files, and it does not store resource collection or content spot classes in its repository.
Personalization不再管理类文件,它不在自己的库中存储资源收集类或内容点类。
It includes all class data members, all class member functions (either explicitly declared, or implicitly generated by the compiler), all base classes of the class, and all their members. Consider.
它包括所有类的数据成员,所有类的成员函数(或者显式声明,或者由编译器隐式生成),所有类的基类和所有它们的成员。
You can apply the Highlightable interface to any classes that need to participate in the highlighting behavior, either in the class declaration or using a declare parents statement.
可以对任何需要表现突出显示行为的类使用Highlightable接口,既可以使用在类声明中,也可以使用declareparents语句。
You can create instances of these classes directly, or in some cases by using the org.apache.bcel.generic.InstructionFactory helper class.
可以直接创建这些类的实例,或者在某些情况下使用or g .apache . bcel . generic . InstructionFactory helper类。
Prior to ejb 3.0, you had to implement callback methods, such as ejbCreate , on the bean class; bean classes had to implement all the methods, whether they used them or not.
在ejb 3.0之前,必须在Bean类上实现回调方法,如ejbcreate ; bean类必须实现所有方法,无论是否使用它们。
It collects classes regardless of whether the class inherits from unittest.TestCase or not.
无论类是否继承自unittest . TestCase,它都会收集它们。
应用推荐