a static field的意思|示意
静态场
a static field的网络常见释义
静态字段 ... an instance field(实例字段) a static field(静态字段) a static method signature(就是static方法被修改了,比如改名啦,改变传参啦。) ...
a static field相关短语
1、 simulation of a static field 稳恒场模拟
2、 a static magnetic field 静磁场
a static field相关例句
In contrast, with a static field, that field exists in only one memory location (or, more specifically, in only one memory location per AppDomain), regardless of the number of instances.
而相反,对于静态字段,无论有多少实例,该字段只位于一个存储位置(或者,更具体地说,在每个AppDomain中,只位于一个存储位置)。
This function returns the value of a static field of anobject.
这个函数返回一个对象静态域的值。
Forgo synchronization and use a static field.
放弃同步,而使用一个static字段。
The class no longer requires a method, because the constants go into static field initializers in the dex file.
这个类将不会调用方法,因为这些常量直接写入了类文件静态属性初始化中,这个初始化直接由虚拟机来处理。
If it is not a static class, you first need to declare the name of the field that will hold the reference to the parent class of the nested class before you get to the preview box.
如果它不是一个静态类,那么需要首先声明保存有对此嵌套类的父类的引用的那个字段的名称,之后才能看到这个预览框。
The RolloverComposite will contain its single instance in a public static field called DEFAULT.
RolloverComposite将在叫做DEFAULT的公共静态(public static)域包含它的单个实例。