• 局部作用域内引用全局元素属性

    Referencing global elements and attributes in a local scope.

    youdao

  • 定义也是局部作用域中一个命名空间

    Class definitions place yet another namespace in the local scope.

    youdao

  • 通常情况下,局部作用引用当前函数局部名字。

    Usually the local scope references the local names of the (textually) current function.

    youdao

  • RCC通过局部作用域的id解决了这个问题

    RCC solves this issue with local-scoped ids.

    youdao

  • 函数之外局部作用全局使用域引用同一命名空间:模块命名空间。

    Outside functions, the local scope references the same namespace as the global scope: the module's namespace.

    youdao

  • 函数之外局部作用全局使用域引用同一命名空间:模块命名空间。

    Outside of functions, the local scope references the same namespace as the global scope: the module's namespace.

    youdao

  • 确定应该模式粒子定义具有局部作用还是全局作用并不总是那么容易

    It's not always easy to determine whether you should define schema particles with local or global scope.

    youdao

  • 函数之外局部作用引用全局作用相同名字空间模块的名字空间。

    Outside functions the local scope references the same namespace as the global scope: the module's namespace.

    youdao

  • CSS模块就是一个CSS文件这个文件包含的所有动画默认都是局部作用的。

    CSS Module is a CSS file in which all class names and animation names are scoped locally by default.

    youdao

  • 然而之所以这些结果出其不意是因为会以为局部作用会在定义函数退出时不再存在了。

    The reason that these results are surprising, however, is that you expect local scopes to cease to exist when the function that defines them exits.

    youdao

  • 本文中,我们首先展示如何各种模式粒子定义全局局部作用解释作用域将如何影响它们行为

    In this article, we'll first show how global or local scope is defined for various schema particles and explain how scope affects their behavior.

    youdao

  • 基于局部作用原理,借用有限元离散插值技术引入自动机演化思路,得到一种新的力学计算方法——胞单元

    Based on principle of local action and the idea of cellular automata, a new mechanical method cellular element method is presented through inducting the discrete techniques of finite element method.

    youdao

  • 定义时候创建一个新的命名空间,将其作为局部作用使用——因此所以局部变量的赋值引入新的命名空间。

    When a class definition is entered, a new namespace is created, and used as the local scopethus, all assignments to local variables go into this new namespace.

    youdao

  • 团队之所以成为一个高效能团队,人们很多老套描述方法,比如:“团队没有自我”,“整体作用大于局部作用之和”。

    There are many cliches people use to describe what makes a team a high-performance team: "There's no 'I' in team" and "the whole is greater than the sum of its parts," for example.

    youdao

  • 例如消费,它暂时局部作用

    Consumption coupons, for example, have a temporary and localised impact.

    youdao

  • 段代码可以引用定义局部变量参数以及创建闭包的作用域中的变量。

    This code can refer to local variables defined within the block, arguments to the closure, or variables from the scope in which the closure is created.

    youdao

  • Firefox 3.1Beta2表现有点出人意料对于局部变量执行的效率非常随着作用层数的增加,效率便大打折扣。

    Firefox 3.1 Beta 2 was somewhat surprising as local variable writes were very fast but performance degraded significantly once the variable was out of the local scope.

    youdao

  • 意味着执行with过程中,实际上局部变量都被作用域链上的第二个位置,这会带来性能上的损失

    This means that local variables actually move to an identifier depth of two during execution of the with, imposing a performance penalty.

    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

  • 这些磁铁产生局部磁场相反方向作用芯片表面不同位点

    These magnets will generate local magnetic fields that point in opposite directions at different points on the chip's surface.

    youdao

  • 局部环境可能同时改变了这些数据运用数据修正法与均化作用推知了全球平均气温

    The local environment may have changed. Extrapolating a global average from such data involves an amount of tinkering—or homogenisation.

    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

  • 作用由于保鲜膜影响体表散热造成局部温度增高排汗增多包裹着腿部所以达到效果

    Function: due to the influence caused by heat dissipation, nan local surface temperature increases, increased sweat, wrapped legs, so can achieve thin leg effect.

    youdao

  • 一般作用包括注射部位局部反应(疼痛肿胀发红)可能有某些全身反应(发烧头痛肌肉关节疼痛)。

    Common side effects include local reactions at the injection site (soreness, swelling, redness) and possibly some systemic reactions (fever, headache, muscle or joint aches).

    youdao

  • 本文介绍了微型计算机系统总线作用分析了PC I局部总线发展趋势

    This paper explains the function of the System Bus of a microcomputer, and analyses the trend to PCI local Bus.

    youdao

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

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

    youdao

  • 本实验的目的是证实醋酸引起局部坏死并且作用强于无水乙醇

    Objective: To confirm acetic acid injection can cause local necrosis of liver and its effect beyond absolute ethanol.

    youdao

  • 由于zipCode元素定义位于address元素声明,所以一个局部定义,作用address元素中。

    Because the definition of the zipCode element is within the declaration of the address element, it is a local definition and has scope only inside an address element.

    youdao

  • 由于zipCode元素定义位于address元素声明,所以一个局部定义,作用address元素中。

    Because the definition of the zipCode element is within the declaration of the address element, it is a local definition and has scope only inside an address element.

    youdao

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

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

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