• Out of this, we'll see if we can assemble a more dynamic and mutable requirements gathering procedure.

    除此之外,我们还会看看是否能够组织起一个动态可变需求收集过程

    youdao

  • If the programmer wants a mutable value, he should say so explicitly.

    如果程序员需要一个可变可以显式地指定

    youdao

  • While mutable containers are very flexible, their dynamic nature can result in a performance hit.

    虽然可变容器非常灵活,但它们的动态特性性能造成影响

    youdao

  • So it is difficult to write concurrent systems built on mutable state and locks that continue to be reliable as a system grows.

    因此编写构建可变状态之上、且状态和锁随系统增长仍然可靠并发系统很难

    youdao

  • If you are creating a mutable class m, you should be prepared to write a lot more documentation about the treatment of references to m than if m were immutable.

    如果创建一个可变m,那么您应该准备编写m不可变情况下多得多的文档说明,以说明怎样处理m的引用

    youdao

  • For example, a user is a mutable entity, but you might use an immutable value object to represent the user's address, just changing the address that you point to for the user if he or she moves.

    例如,虽然用户可变实体但是可以使用不可对象表示用户地址如果用户移动了位置那么只需用户更改您所指向地址。

    youdao

  • The purpose of a lock is to protect a mutable resource, or stated another way to protect potentially multiple users of that mutable resource from accessing a corrupt version of the resource.

    目的为了保护可变资源或者句话说,是为了避免可变资源多个潜在用户访问资源已被破坏版本

    youdao

  • A mutable variable is declared with the keyword var.

    一个可变变量关键字var来声明

    youdao

  • A variable stores the current state and is genuinely mutable.

    变量存储当前状态,并且真正可变的。

    youdao

  • The dictionary container in Python is also a mutable data type, which means you can change it after it has been created.

    Python中的dictionary容器也是易变数据类型意味着创建之后可以修改它。

    youdao

  • The list is a heterogeneous mutable container, which means it can hold different types of objects and can be modified after it has been created.

    list异构可变容器意味着可以存放不同类型对象创建可以修改

    youdao

  • Using either while or mutable state sacrifices a key aspect of the Scala language, however, which is the encouragement to write code that parallelizes well.

    但是使用while可变状态意味着牺牲scala语言一个关键方面鼓励编写具有良好并行性的代码

    youdao

  • The approach taken here is to store a mutable holder for the high scoring player's name and score in the ServletContext.

    这里采用的方法ServletContext存储一个包含最高分玩家名字分数可变容器。

    youdao

  • The Python list is a mutable sequence, which creates an intriguing possibility: that the body of the for loop could modify the list it is being iterated over.

    Pythonlist可变序列提供了令人好奇可能性for循环主体可以修改正在迭代list。

    youdao

  • Not surprisingly, the while loop also requires a set of mutable local variables, in this case named a and b, in which to store the current pivots.

    毫不令人奇怪的是,while循环需要可变本地变量这里这些变量被命名为ab,其中存储的是当前支点。

    youdao

  • Agents provide a layer of indirection between the holder of a variable and the mutable state itself.

    Agents变量持有者可变状态本身之间提供间接关系。

    youdao

  • This article introduces a new sequence type: the list, which is a mutable sequence type that demonstrates a number of different ways it can be used.

    本文介绍新的序列类型list一个可变序列类型,并演示以多种不同方法使用

    youdao

  • Or a list of anything that could be mutable.

    或者是包含其它有可变结果的链

    youdao

  • After all, XSLT is missing some features that are important to a lot of algorithms, including loops and mutable variables.

    毕竟XSLT缺少很多算法来说极其重要的特性其中包括循环可变的变量。

    youdao

  • Cases where an aliased mutable object gets unexpectedly modified can crop up in a number of subtle and surprising ways, and debugging them can be extremely difficult.

    别名可变对象意外修改的情况许多微妙令人惊奇方式突然出现,并且调试起来相当困难

    youdao

  • When more than one thread accesses a mutable variable, all threads must use synchronization, or else some very bad things can happen.

    不只线程访问互斥变量时所有线程必须使用同步否则可能会发生一些非常糟糕事情

    youdao

  • There's a loophole when synchronizing on a mutable field, however, which can break down mutual exclusion.

    然而易变同步中会一个漏洞可能破坏互斥

    youdao

  • The on parameter is declared as a var, so it is mutable.

    开关状态参数on声明var所以可变的。

    youdao

  • We could have used a val with a mutable type, like ListBuffer.

    我们可以使用val一个可变类型,比如ListBuffer。

    youdao

  • Unearthing tidbits often involves some complexity, however, like discovering that you can have your way with HashMap, just as long as you never use a mutable object type as its key.

    但是发掘这些有用之物可能有点复杂比如只要可变对象类型作为,您可以自己方式使用 HashMap

    youdao

  • The canonical example of code that would want to capture a mutable local would be something like Listing 1.

    希望捕获易变局部变量典型代码示例可能类似于清单1。

    youdao

  • And just like a tuple, a list can hold different types of data (or different types of objects). This is what I mean by a heterogeneous mutable sequence.

    tuple一样,list也可以持有不同类型数据(不同类型的对象),就是所说异构可变序列

    youdao

  • The dictionary is a heterogeneous, mutable container that relies on a key-to-data value mapping, rather than a particular numerical order to access items from the container.

    dictionary一种异构的、易变的容器依赖键到数据映射不是特定数字次序)访问容器中的元素

    youdao

  • Clearly, this approach is a pain but the solution is easy: Never use a mutable object type as a key in a HashMap.

    很显然这种方法很糟糕但是解决方法很简单永远不要可变对象类型用作hashmap中的

    youdao

  • A Mutable code model which represents a modified code model since the code model offers a read-only view of the code.

    一个可变代码模型表示经过修改的代码模型,因为普通代码模型只是提供了代码的只读视图

    youdao

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

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

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