Cssclass: This is the CSS class variable for the field.
cssclass:这是字段的css类变量。
In the change that follows, it stores a reference to the view part instance in a class variable.
在随后进行更改时,将视图部件实例的引用存储到一个类变量中。
Then you set the $print class variable to 1, specifying to the library to output XHTML directly.
然后将 $print类变量设为1,直接将库指定到输出的XHTML。
I add a string name and port class variable and then two functions: a constructor and the server.
我添加了一个字符串名称、一个端口类变量,还有两个函数:构造器和服务器。
Dependency injection can occur in a variety of ways, such as through a setter method or a class variable.
依赖项注入可以通过多种方式进行,例如通过setter方法或类变量。
Dependency injection can occur in a variety of ways, for example, via a setter method or a class variable.
依赖性的引入可以以多种方式出现,例如,通过设置属性值的方法或者类变量。
An assertion cannot be used with class variable declarations for instance, but can be placed within any method.
不能将断言同实例的类变量声明一块使用,但却可以将其置于任何方法内。
In our example, the identifier is stored in a static class variable so that it can be accessed from outside if necessary.
在我们的范例之中,标识符存储在静态的类变量之中,这样如有需要就可以从外边访问它了。
The definition is a simple one: The class is Post and extends AppModel, and you should set the class variable $name to post.
定义十分简单:类是Post并扩展 AppModel,并且应当将类变量 $name 设为 post。
To facilitate this, the plug-in class implements the singleton pattern: It stores a reference to itself in a private class variable.
为了使这一点更方便,插件类实现单模式(singletonpattern):它在私有类变量中存储一个自身的引用。
This function iterates as many times as the value of the $indentation class variable, and for each iteration it adds the $indentationValue class variable to $xml, and returns it.
此函数需要迭代的次数与 $indentation类变量值相同,对于每次迭代,它将 $indentationValue 类变量添加到 $xml,并将后者返回。
The end of each function calls the printData function, and based on the value of the $print class variable the XHTML data will either be returned from the function or displayed to the browser.
每个函数的末尾调用printData 函数,根据 $print类变量的值返回XHTML数据,或显示到浏览器。
Well, I could add a new member field to the class and use that instead of a local variable.
是的,我可以在类中添加一个新的成员字段,并使用这个字段而不是局部变量。
The invocation handler will contain an instance of a real implementation class as an instance variable.
调用处理程序中会包含一个实际的实现类的实例,把它作为实例变量。
To solve this problem, create a separate class for each variable you need to save, naming the class as the variable name you need to reference in subsequent tests.
为了解决这个问题,为您需要保存的每一个变量创建一个单独的类,给类命的名要参考在随后的测试中您需要应用的变量名。
This attribute is a simple text value that encodes the generics information for a class, field, method, or variable.
该属性是一个简单的文本值,为类、字段、方法或变量解码泛型信息。
How do you define a templated class or a function with a variable number of arguments, each with a potentially different type?
如何定义具有数量可变的参数(每个参数的类型可能不同)的模板化类或函数?
Making this task easy helps ensure that method, variable, and class names indicate their intent clearly.
简化这一任务有助于确保方法、变量和类的名称能够清晰地指示其用途。
In this case, you assign the actual class name to the variable, effectively creating an alias to the original class (see Listing 3).
在这种情况下,您可以向该变量分配一个实际的类名称,有效地为原先的类创建一个别名(参见清单3)。
Typos - mistyped class names, paths, variable names.
输入错误 —输错的类名、路径、变量名。
Such a diagram will contain a variable name and its class type in the boxes along the horizontal axis, as seen in Figure 2.
这样的图将在水平轴方向的框中包含一个变量名及其类类型,如图2所示。
New to PHP V5.3 is the ability to have the name of the class when specified be a variable when making a static call.
PHPV5.3的一个新特性就是在进行静态调用时,能够使指定的类名成为一个变量。
JAR bundles are resolved through a class path environment variable, which doesn't provide a robust framework to manage JAR dependencies.
jar包通过类路径环境变量解析,而这并未提供管理JAR依赖关系的可靠框架。
For 100 years astronomers have paid particular attention to a class of variable star known as the Cepheids.
过去100年来,天文学家特别注意一类称作“仙王座变光星”的恒星。
There must be a class to initialize that variable; the code is shown in Listing 8.
必须有一个类来初始化这个变量;代码见清单8。
A benefit of this design is that each variable class can be extended if the value must be modified on return, such as numerically incremented or decremented.
这种设计的一种好处,在于如果变量必须更改的话,那么每一个变量都可以得到扩展,这就使得变量得到显著的增加或者降低。
Typos: mistyped class names, paths, variable names.
输入错误:输错的类名称、路径和变量名。
To create a thread-local variable, you instantiate an object of class ThreadLocal.
要创建一个线程局部变量,请实例化类ThreadLocal的一个对象。
Or, does that make more sense in a class that has a variable of enum type Size?
或者说,在一个拥有枚举类型Size变量的类中做这些更有意义吗?
Spring comes with a variable resolver implementation class that lets you reference Spring managed beans in JSF expressions.
Spring附带了一个变量解析器实现类,允许您在JSF表达式中引用 Spring托管Bean。
应用推荐