• There are some environmental variables you can tune to increase performance on the scheduler, which are out of scope on this article.

    可以优化某些环境变量提高调度程序性能但这已超出本文论述范围

    youdao

  • If you scope variables appropriately and reduce the use of instance variables, you can reduce this kind of object retention.

    如果适当地限制了变量范围并且减少实例变量使用可以减少此类对象保留

    youdao

  • We'll revisit scope activities when we discuss variables, correlation sets and each type of handler later in the article.

    文章稍后部分讨论变量相关每种类型处理程序时,我们提到范围活动

    youdao

  • We'll see below that it is useful to define a scope as a direct child of an event handler in order to have scoped variables that are local to the event handler instance.

    我们下面了解到,为了获得事件处理程序实例确定范围局部变量可以将活动范围定义事件处理程序的直接子项

    youdao

  • A scope activity can contain more scope activities within it, so activities within a scope can also access variables of all enclosing scopes.

    范围活动可以内部包含多个范围,因此范围中的活动可以访问所有封闭范围变量

    youdao

  • By just changing the scope of these variables, you can reference them in other tests that use the same login information.

    通过更改这些变量值,可以使用相同登录信息其他测试引用它们

    youdao

  • Assignment expressions are shown with opaque actions, where the name of the action contains an assignment expression that references variables, parameters, and structural features in scope.

    分配公式通过不透明行动显示在那里行动名称包括一个反映参考变量参数结构特性的分配公式。

    youdao

  • A closure "closes around" these references, so the function invocation can safely refer to the variables even when the variables have gone out of scope!

    一个闭包封闭这些引用所以函数调用可以安全引用这些变量即使它们已经超出了函数作用域

    youdao

  • Using a long-running conversation allows variables to remain in scope until the end of the conversation, instead of merely for a single request.

    使用长期运行对话允许变量保持作用域直至对话结束不仅仅是单个请求。

    youdao

  • There are additional problems with volatile and the atomicity of 64-bit variables, but this is beyond the scope of this article.

    使用volatile64变量原子数还有另外一些问题超出本文讨论范围

    youdao

  • It is a powerful feature of closures that - regardless of where they are defined-they can be called later, from anywhere, and executed with their use-specified variables still in a valid scope.

    closures强大功能不管它们在哪里定义的—它们以后任何地方调用,并与其使用指定的,仍然位于有效范围内变量一起执行

    youdao

  • Import the WebSphere variables of the target system into an variable.xml file at the cell scope.

    单元范围内将目标系统WebSphere变量导入variable .xml文件中。

    youdao

  • That is, a closure is an anonymous function that, when created, attaches to itself the value of variables from the scope of the code that created the function.

    就是说closure是个匿名函数,在其创建,将来自创建函数代码范围内变量附加它本身

    youdao

  • Instead of using a leading capital letter, Vimscript functions can also be declared with an explicit scope prefix (like variables can be, as described in Part 1).

    Vimscript函数没有使用前导大写字母相反可以使用式的范围前缀声明函数(类似变量第1部分所述)。

    youdao

  • At the very bottom is a list of variables in scope #48, which is a call to deep_end(), according to the manifest.

    底部 #48范围中的变量列表根据清单对 deep_end() 进行调用

    youdao

  • One limitation of inner classes - and lambda expressions too - is that they can only refer to final local variables from their lexical scope.

    内部以及lambda表达式一个局限性——它们引用来自它们词法作用域最终(final)局部变量

    youdao

  • This restriction is lifted in Groovy; you can change the values of variables in a containing scope from within an anonymous inner class.

    Groovy消除了这种限制Groovy匿名内部可以修改外部变量

    youdao

  • There are five types of scope that these three types of variables can have, depending on how and where they are declared.

    根据声明这些变量方式位置这三类变量以下作用域

    youdao

  • This is bug-prone because variables can get reused outside of the scope in which they were intended to be used.

    容易导致 bug,变量可能其目标作用域之外被重用

    youdao

  • In almost all browsers, local variables are faster for both reading and writing than out-of-scope variables including globals. You can take advantage of this knowledge in several ways.

    所有浏览器下,访问局部变量访问跨作用域变量要快当然包括全局变量

    youdao

  • The basics of Programming (variables, data types, references, pointers, scope, error handling, iteration, core algorithms - searching, sorting, etc.)

    编程基础变量数据类型引用指针作用域错误处理迭代核心算法-搜索排序

    youdao

  • In order to answer this question, I set up a series of tests using variables of different scope-depth.

    为了回答这个问题模拟了一系列测试,来测试不同作用深度中变量的性能。

    youdao

  • In comparison, a long-running conversation holds variables in scope over a well-defined series of requests.

    相比之下,长期运行的对话能够一系列明确定义的请求期间保持作用域中变量

    youdao

  • Watch the variables being used in a function. If you notice a function using an out-of-scope variable more than once, store it in a local variable and use that instead.

    仔细检查函数所有使用变量如果一个变量不是当前作用域定义的,而且使用不止一次那么我们就应该把这个变量保存局部变量中,而使用这个局部变量来进行读写操作。

    youdao

  • The line xdebug.show_local_vars = 1 prints all local variables in the outermost scope of each function call, including variables not yet initialized.

    代码 xdebug.show_local_vars =1将打印每个函数调用外围中的所有局部变量包括尚未初始化的变量。

    youdao

  • These 'my variables' are sometimes called' lexical 'because their scope depends only on the program text itself, and not on details of execution, such as what gets executed in what order.

    my变量有时叫做词法变量,因为它们的作用域仅仅依赖程序文本自身依赖于执行细节例如什么顺序来执行什么。

    youdao

  • It is very difficult to extract this value during development. Although mostly academic, the syntax of the Portlet scope variables is.

    部署过程中提取非常困难

    youdao

  • Declarations of variables and functions at file scope are external by default.

    默认情况下,文件域中声明变量函数外部的。

    youdao

  • The scope of global variables can be restricted by carefully placing the declaration.

    全局变量范围可以通过仔细放置声明限制

    youdao

  • The scope of global variables can be restricted by carefully placing the declaration.

    全局变量范围可以通过仔细放置声明限制

    youdao

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

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

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