non-static
non-static什么意思,non-static翻译
基本解释
adj.: 〔电信〕不产生无线电干扰的;无静电荷的
n.: 无静电荷的
网络: 非静态;非静态的;是非静态
英汉解释
〔电信〕不产生无线电干扰的;无静电荷的
例句
If the class defines a non-static method that matches the indicated method name and signature, this method is called.
如果该类定义匹配指示的方法名称和签名的非静态方法,则调用该方法。
This example uses the non-static method of obtaining configuration data, which allows you to pull configuration data from any application.
此示例使用获取配置数据的非静态方法,这使得您可以从任何应用程序提取配置数据。
A static class is basically the same as a non-static class, but there is one difference: a static class cannot be instantiated.
静态类与非静态类基本相同,但存在一个区别:静态类不能实例化。
This simplifies application event handling because you do not need to lock non-static members in the application class when you access them.
由于在访问应用程序类中的非静态成员时不需要将其锁定,这样可以简化应用程序的事件处理过程。
In the vast majority of scenarios any non-static fields in a library should not be visible to developers.
在大多数情况下,库中的所有非静态字段对开发人员都应是不可见的。
Named parameters are defined by the non-static, public, and read-write fields or properties of the attribute class.
命名参数则由属性(Attribute)类的非静态、公共和读写字段或属性(Property)定义。
Non-static classes should also define a static constructor if the class contains static members that require non-trivial initialization.
非静态类别如果包含需要非一般初始化的静态成员,则也应该定义静态建构函式。
With standard Flex AMF3 serialization (BlazeDS or LCDS), only non transient, non static public properties may be serialized.
使用标准的FlexAMF3序列化(BlazeDS或LCDS),只有非临时、非静态的公有属性才能被序列化。
Set the value of a field in an object (non-static).
在一个对象上设置域的值(非静态)。
Stack-allocated data usually include non-static local variables and any parameters passed by value.
而指派到堆叠的资料一般包括非静态的局部变数和所有按值传递的参数。