mix in美 [\'mɪksɪŋ] 英 [\'mɪksɪŋ] v.和…完全混合网络混入;混合插入;混合类型英汉网络释义v.1.和...完全混合1.混入混入 (Mixin) — 通过将一个类的实例混入目标类的实例引入新行为。为了更好地理解这些术语,可以将接合点看作程序流中定义 …baike.baidu.com|基于322个网页2.混合因此使用抽象混合(mixin)基类给派生类提供判断指针指向的内存是否由operator new分配的能力。该类如下所示:www.99inf.net|基于96个网页3.混合插入 ◆用模块进行混合插入(Mixin):Ruby舍弃了多重继承,但拥有混合插入功能。使用模块来超越类的界限来共享数据和方法等。www.th7.cn|基于79个网页4.混合类型导入则由混合类型(Mixin)实现,用于为类增加新的方法,混合类型是一种使用接口与实现类的方式模拟多重继承的机制。Asp…www.cppblog.com|基于71个网页5.混入类使用这样的混入类(mixin),当我们要创建Philosopher对象时,我们实际上得到的是Actor::Proxy类的实例。Philosopher类大 …www.linuxeden.com|基于34个网页6.糅合作为男士护肤,似糅合(mixin)的功能无论何时、何地、任何设备都能访问数据和应用程序.从大体上说,糅合是一种包含已实现方法 …www.222242.com|基于21个网页7.混合子索引 ... 混合模式算术( mixed-mode arithmetic) 混合子( mixin) 基,初始构造( base, first construction) ... www.math.pku.edu.cn|基于4个网页8.善用混合善用混合(mixin)LESS提供了便利的混合,比如说lighten()与darken()。www.w3cplus.com|基于2个网页更多释义收起释义例句释义:全部全部,和…完全混合和…完全混合,混入混入,混合插入混合插入,混合类型混合类型类别:全部全部,口语口语,书面语书面语,标题标题,技术技术来源:全部全部,字典字典,网络网络难度:全部全部,简单简单,中等中等,难难更多例句筛选收起例句筛选1.In this solution, a mixin is associated with a view that determines which method to call in the case of a name clash.在这个解决方案中,mixin包含有这样的观点:确定在名称不一致的情况中要调用哪个方法。2.A "mixin class" is an interesting concept, and is often a good design choice.“mixin类”是个有趣的概念,也常常是个很好的设计选择。3.Alternately, you may prefix the name of the parameter with the unqualified name of the Mixin class; this eliminates the ambiguity. Example.另外,你可以使用混合类的绝对名作为参数的前缀名。这可以去除不明确的情况,例如。4.Mixins can be instantiated with different parent classes depending on the requirements of a particular context.根据特定上下文的要求,可以用不同的父类实例化mixin。5.In Jam, the methods required in the parent class are declared with declarations inside the mixin class def, like this: inherited .在Jam中,使用mixin类def内的声明来声明父类所需的方法,类似于:inherited。6.The name mixin was used because such classes can be mixed together with other classes in various ways.之所以使用mixin这个名称,是因为这样的类可以以各种方式与其它类混合在一起。7.Each instantiation of a mixin is compiled to a separate Java class; no sharing of bytecode occurs across copies.mixin的每个实例化被编译成独立的Java类;各个副本上不存在任何共享的字节码。8.An instance mixin is a mixin applied to a specific instance of a component.实例混合是一个应用于特定组件实例上的混合。9.Also notice that the type checker can\'t even check that every instantiation of a mixin will result in valid super-constructor calls.而且请注意,类型检查器甚至不能检查是否每个mixin实例化都会产生有效的超级构造函数调用。10.By incorporating mixins using generic types, we are able to work around many of the key limitations of other formulations of mixins.通过使用泛型类型合并mixin,我们能解决其它mixin公式的许多关键限制。