• A static variable continues to exist and retains its most recent value.

    静态变量可继续存在保留最新

    youdao

  • How do I run unit tests in VS based on different values of a static variable?

    如何运作基于静态变量不同单元测试

    youdao

  • The handler code in Listing 1 reads the message body and assigns it to a static variable.

    清单1中的处理程序代码读取消息主体将其值给静态变量。

    youdao

  • A static variable continues to exist for the lifetime of the class or module that it is defined in.

    只要其中定义静态变数类别模组存在,静态变数就会继续存在。

    youdao

  • Yes, unless it's final, but that change affects the single static variable that is seen by all the instances.

    是的除非最后的,改变影响单一静态变量所有实例

    youdao

  • Note that readdir is not thread-safe, because the returned structure is a static variable stored in the function library.

    注意readdir不是线程安全的,因为返回结构存储函数库中的一个静态变量

    youdao

  • The side effect of the subprogram is produced by using public variable, or static variable, or pointer parameter in C Program.

    C语言程序由于使用了全局变量或是使用了静态变量,或是使用了指针参数,从而产生副作用

    youdao

  • The static local variable is interesting because the common language runtime (CLR) does not support static variables inside a method.

    静态局部变量之所以非常令人感兴趣,是因为公共语言运行库(CLR)支持方法的静态变量

    youdao

  • This error occurs if you apply code changes or invoke Edit and Continue with a debug command after renaming a global or static variable.

    如果重命名全局变量静态变量后应用代码更改调试命令调用编辑继续”,则发生错误

    youdao

  • Listing 4 presents the Scheme functions, which implement the same behavior, but the first with an argument and the second with a static variable.

    清单4展示Scheme函数这些函数实现相同行为但是第一个函数参数第二个函数有一个静态值。

    youdao

  • Therefore, you should perform the JNDI lookup once only, and then store the retrieved home object (for example in an instance or static variable).

    因此执行JNDI查询一次然后存储检索到的对象例如,存储实例静态变量中)。

    youdao

  • Whenever the Web service is invoked, a message handler reads the body of the request and saves the whole body in the body_of_request static variable.

    调用Web服务消息处理程序将读取请求主体整个主体保存body _ of _ request静态变量中

    youdao

  • The setup_wrappers function only does this setup once; it then sets a static variable to indicate that it's already done, so future calls can return quickly.

    setup_ wrappers函数进行一次设置然后,它设置静态变量表明已经完成从而使未来调用能够快速返回

    youdao

  • The DefaultDAO class stores an instance of itself (as a Singleton) in the static variable instance, allowing access to that instance through the getInstance() method.

    DefaultDAO静态变量instance 中存储了它自己一个实例(存储Singleton),并允许通过getInstance()方法访问实例。

    youdao

  • For the purpose of meeting high efficiency and premium efficiency motor tests, a set of static variable frequency power supply test system was researched and designed.

    满足高效高效电机效率测试出发,研究设计了一基于静止变频电源的电机效率测试系统

    youdao

  • Embedded statements are not allowed in constant expressions, such as the value of an enumeration constant, the width of a bit-field, or the initial value of a static variable.

    常量表达式比如枚举型常量、宽度或是静态变量的初始允许使用在这种声明中的。

    youdao

  • In the past, you may have been tempted to take advantage of the multithreaded nature of JMS Connection objects and cache them in a static variable of an EJB component or servlet.

    过去也许曾经试图利用JMSConnection对象多线程本性它们缓冲EJB组件或者servlet的静态变量

    youdao

  • The guide recommends you use a static final variable to create the object once at application startup and then get this object when needed.

    指南建议应用程序启动时使用一个静态最终变量创建这个对象然后根据需要获取对象。

    youdao

  • Since it is thread safe by design, you might cache it in a public static final variable, or wrap it in a singleton pattern after creation for later access.

    因为根据设计线程安全的,创建之后可以把它存在一个公共静态最终变量中,或者包装实例模式以供以后访问

    youdao

  • G: This option generates the lookup table as a static global variable rather than hiding it by generating it inside the lookup function (the default behavior).

    G选项生成查找并将其作为静态全局变量不是在查找函数生成隐藏该表(默认行为)。

    youdao

  • 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特性就是进行静态调用能够使指定成为一个变量

    youdao

  • The part that involves policy and rules is deciding whether or not the controls can be static or whether some of the characteristics change over time or some other business variable.

    涉及策略规则部分决定控制静态还是某些特征随时间或其他业务变量变动

    youdao

  • This field will hold the value of the static local variable I in GetMessage.

    字段GetMessage中保留静态局部变量i

    youdao

  • Because we'd like our Lists to be generic in the type of element they contain, we'd like our static factory method to take an argument of type variable t and return an instance of List.

    因为我们希望List成为包含元素类型泛型所以希望静态factory方法带有类型变量t这一参数返回List实例

    youdao

  • When the zombie finalizer is called, it takes the object being finalized - referenced by this - and stores it in the static zombie variable.

    调用zombie终结获取终结的对象(this引用)将它存储静态zombie变量中。

    youdao

  • The static modifier that precedes $onlyOne ties the variable to the class itself.

    $onlyOne 之前静态修饰符将此变量关系本身

    youdao

  • I've made the number a member variable within the Classifier2 class, which allows me to avoid passing it around as a parameter to a bunch of static methods.

    数字变成是Classifier 2中的成员变量将允许避免作为参数传递大堆静态方法

    youdao

  • A global (static global) instance of ExceptionHandler should be defined prior to the definition of the actual global (static global) variable in question.

    应该定义问题实际全局(静态全局)变量之前定义ExceptionHandler的全局(静态全局)实例

    youdao

  • A global (static global) instance of ExceptionHandler should be defined prior to the definition of the actual global (static global) variable in question.

    应该定义问题实际全局(静态全局)变量之前定义ExceptionHandler的全局(静态全局)实例

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定