包含

    mutable

    的中国译典句库查询结果如下:

    详细句库 左右对照 句库目录 中文百科 Wiki百科 英文搜索 点击左侧选项卡,可以快捷查询右侧输入窗的内容

    Extremely mutable sites are called "hot spots"

    极端可突变的位置称为“热点”。

    属类:综合句库--

    Remember what should be remembered, and forget what should be forgotten. Alter what is changeable, and accept what is mutable .

    记住该记住的,忘记该忘记的。改变能改变的,接受不能改变的。

    属类:综合句库--

    She was of the sex born mutable and explosive

    她是一个天生变化无常和容易发火的女人。

    属类:综合句库--

    mutable customs

    可变的风俗.

    属类:英汉句库--

    mutable substance

    可变化物质.

    属类:英汉句库--

    Were nature sentient, she too would pass from youth to age; but man’s world is mutable , seas become mulberry fields.

    天若有情天亦老,人间正道是沧桑

    属类:习语名句-古汉语名句-七律·人民解放军占领南京

    Virgil sings that woman is most mutable .

    维吉尔诗云:女人最善变.

    属类:英汉句库--

    A mutable organism;a mutable gene.

    一个易变的生物;一个易变的基因

    属类:综合句库--

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

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

    属类:IT行业-www.ibm.com-

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

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

    属类:IT行业-www-128.ibm.com-

    Formally, a dictionary in Python is a heterogeneous, mutable , mapping container data type.

    按照正式的说法,Python中的dictionary是一种异构的、易变的映射容器数据类型。

    属类:IT行业-www.ibm.com-

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

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

    属类:IT行业-www-128.ibm.com-

    Mutable state and locks are problematic for many reasons.

    出于多种原因,可变状态和锁容易出问题。

    属类:IT行业-www.ibm.com-

    Dealing with mutable classes requires a lot more care than immutable classes.

    处理可变的类比处理不可变的类需要更细心。

    属类:IT行业-www-128.ibm.com-

    Also, minimize mutable state in your applications and consider NoSQL data stores to improve the scalability of your applications.

    此外,应最大限度地减少应用程序中的可变状态,并考虑使用NoSQL数据存储,以提高应用程序的可伸缩性。

    属类:IT行业-www.ibm.com-

    One approach to this issue is to minimize mutable state in the database.

    此问题的一种解决方法是要最大限度地减少数据库中的可变状态。

    属类:IT行业-www.ibm.com-

    But considering the original Person also had no synchronization code around those mutable setters, the Scala version is safer to use.

    但是,由于原始的Person没有与这些可变setter相关的同步代码,所以Scala版本使用起来更安全。

    属类:IT行业-www.ibm.com-

    When used as constructor parameters, the mutable or immutable variables specified will be initialized when an object is instantiated.

    当作为构造函数参数时,这些可变或者不可变的变量会在一个对象被实例化的时候被初始化。

    属类:英汉句库-article.yeeyan.org-

    More often than not, they involve mutable object state.

    而它们时常也会涉及易变的对象状态。

    属类:IT行业-www.ibm.com-

    The Air element of Gemini brings communication, intellect and speed. Your mutable motivation brings adaptability.

    风向星座的特质让双子座具有出色的沟通能力、智慧和速度。同时,你的多变让你更善于适应。

    属类:中国大陆-www.chinadaily.com.cn-

    Functional programming avoids state and mutable data, and instead emphasizes the application of functions.

    函数编程可以避免使用状态和可变数据,并改为强调函数的应用。

    属类:IT行业-technet.microsoft.com-

    Functional programming is especially useful for concurrency, since it eliminates the need to synchronize access to mutable state.

    函数式编程对于并发特别有用,因为它摒弃了对易变状态的同步访问。

    属类:英汉句库-article.yeeyan.org-

    Without going into too much detail, var tells the compiler that the value is mutable .

    简单来说,var告诉编译器这个值是可变的。

    属类:IT行业-www.ibm.com-

    Results show that condition of mutable material properties can better reflects the real work situation.

    结果表明,变物性条件能更好地反映热电器件的实际工作情况。

    属类:中国大陆-www.ceps.com.tw-

    Specifically, thread safety is about properly coordinating access to mutable data that is accessed by multiple threads.

    具体来说,线程安全是指适当地协调对被多个线程访问的可变数据的访问。

    属类:IT行业-www.ibm.com-

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

    开关状态参数(on)被声明为var,所以是可变的。

    属类:英汉句库-article.yeeyan.org-

    Lists, specifically, are handy mutable objects that can conveniently even hold multiple values.

    明确的讲,列表是一些便利的可变对象,他们甚至可以方便地保留多个值。

    属类:IT行业-www.ibm.com-

    Not only must you avoid typical JavaBeans-inspired setXXX methods, but you must also be careful not to return mutable object references.

    您不仅要避免典型的受JavaBeans启发的setXXX方法,还必须注意不要返回可变的对象引用。

    属类:IT行业-www.ibm.com-

    You can use the changeset command to view the attributes of a changeset and modify its mutable properties.

    您可以使用changeset命令查看变更集的属性并修改其可变属性。

    属类:IT行业-msdn2.microsoft.com-

    Methods you call shouldn't depend on the mutable state of any object and should return fully reproducible and predictable results.

    您所调用的方法不应依赖于任何对象的易变状态,而应返回可再生产、可预测的结果。

    属类:IT行业-www.ibm.com-

    1 2
    查询记录
    简典