getters

小编 分享 时间:
getters是什么意思
英式音标:英式读音
美式音标:美式读音
词义:

n. 获得者;毒饵;[真空][助剂] 吸气剂;吸气器(getter的复数形式)

v. 消气;用吸气剂去除(getter是三单形式)

英英释义

Getter

(center) A vacuum tube with a "flashed getter"coating on the inner surface of the top of the tube. (left) The inside of a similar tube, showing the reservoir that holds the material that is evaporated to create the getter coating.

以上来源于:Wikipedia

用法:

词汇搭配

短语

Attention Getters 目击人物 ; 引起听众的兴趣

Order getters 订单争取者 ; 订单开发者

Evaporable getters蒸散型吸气剂

getters and setters属性

SAES Getters Group赛斯吸气剂集团

Barium flash getters蒸散型钡吸气剂

non evaporable getters非蒸散型吸气

ti-based getters钛基吸气剂

go-getters积极而进取的人

更多收起网络短语

双语例句

Thissectiondiscussesmodeling

getters

and setters foranattributein aC++class.

这个部分讨论的是在C++类中为一个属性建模抽象的属性。

www.ibm.com

Apropertyisjustathingthatlooks likeanattributesyntactically(asused), but is definedbydefiningallthe

getters

,setters, and soon.

特性其实就是在语法上与属性类似的一种东西,通过定义所有

getters

、setters等就可定义特性。

www.ibm.com

YoushouldwritethecoreapplicationpartoftheTCAPcodebyusingthe TCAPsettersand

getters

(such assetQualityOfService()) to progressively builduparequestobject.

您应该通过使用TCAPsetters和

getters

(比如setQualityOfService())渐进式地构建一个请求对象,编写TCAP代码的核心应用程序部分。

www.ibm.com

更多双语例句

权威例句

GETTERS

Getters for flat-panel displays

Metal Getters for Tritium Storage

Metal getters for tritium storage

Getters as plasma reagents in glow discharge mass spectrometry

An updated review of getters and gettering

Evaluation of ZrCo and other getters for tritium handling and storage

Reliable vacuum packaging using NanoGetters and glass frit bonding

Chip-level vacuum packaging of micromachines using NanoGetters

A comparison of tokamak operation with metallic getters (Ti, Cr, Be) and boronization
造句:

1. I think those bright pieces of paper would be real attention getters.

我认为那些闪亮的纸片真的可以吸引人们的注意力。

youdao

2. Expect an abundance of getters.

预计有大量的getter。

youdao

3. Considering getters and setters.

关于getter和setter。

youdao

4. (Note that I've omitted getters and setters.)

(注意,我删除了其中的getters和setters。)

youdao

5. Employers are always impressed by go-getters.

雇主总是对负有进取心的人印象深刻。

youdao

6. Listing 1. Code to generate getters automatically.

列表1.自动生getter的代码。

youdao

7. An advanced use of getters is to obtain the values of constants.

getter的一种高级用法是获取常数值。

youdao

8. Listing 3. Value and reference semantics for getters and setters.

清单3.getters和setters的值语义以及引用语义。

youdao

9. There are additional array attributes (not just getters and setters).

出现了附加的数组属性(不再只有getter和setter)。

youdao

10. Set all of the system properties on Content (getters on the Result).

在Content上设置所有系统属性(Result上的getter)。

youdao

11. Those getters and setters should be modified for your own implementation.

您应该为自己的实现修改那些getter和setter。

youdao

12. The view can access the model getters, but it has no knowledge of the setters.

视图可以访问模型的读方法,但不能访问写方法。

youdao

13. From here, you would probably add getters and setters for each of those properties.

从这里,可以为每个属性添加getters和setters。

youdao

14. Most of this is just boilerplate code: several fields with getters and setters.

这段代码的大部分都是样本文件代码:几个字段和一些 getter 和 setter 方法。

youdao

15. It's not hard to write tests that cover simple methods like setters and getters.

编写覆盖像setter和getter这样简单方法的测试代码并不难。

youdao

16. It also generates getters for the attributes defined - in this case, uom and amount.

它还为定义的属性(在这里就是uom和amount)生成getter方法。

youdao

17. As with "regular" descriptors, the idea is to define "getters," "setters," and "deleters".

与 “常规”描述符一样,特性的工作原理就是定义 “getters”、“setters”和 “deleters”。

youdao

18. Notice that the action taken by both of the getters depends on whether the list is empty.

注意,两个读取器采取的行动依赖于是否链表为空。

youdao

19. Each data object provides read and write access methods (getters and setters) for its properties.

每个数据对象都为属性提供了访问和设置方法(getter和setter)。

youdao

20. You can then use simple getters and setters to retrieve the values of the child elements in the XML.

您可以使用简单的getter和setter检索XML 中子元素的值。

youdao

21. As teach First becomes better known, teaching will start to be seen as a job for ambitious go-getters.

“教育优先”出名了,教书开始被视为一项有志者的工作。

youdao

22. The result is a greatly simplified API, with the collapsing of the many type-specific getters/setters.

结果是通过压缩许多特定于类型的getter/setter,大大简化了API。

youdao

23. In particular, it is not very Pythonic to access data using getters and setters, or other similar methods.

具体地说,使用getter和setter或其他类似的方法来访问数据不太符合Python的习惯。

youdao

24. Create getters and setters for the four fields by following the method shown in Listing 1 for the symbol field.

按照清单1中显示的用于symbol字段的方法为以上4个字段创建getter和setter。

youdao

25. Figure 7 shows a Velocity template that is used to generate the getters for all the fields defined on an entity.

图7展示了用于生成获得实体中定义的所有字段的getter的Velocity模板。

youdao

26. It has fields corresponding to the database columns and the usual accessors (getters and setters) for each field.

它有与数据库列对应的字段及用于每个字段的常用存取器(getter和setter)。

youdao

27. ConfigGetter inherits from ConfigAccessorMethod, shown in Listing 18, which provides support for setters and getters.

如清单18所示,ConfigGetter继承ConfigAccessorMethod,提供对setter和getter的支持。

youdao

28. Accessor methods come in two flavors: setters and getters (sometimes referred to as mutators and accessors, respectively).

访问器方法涉及两种方法:setters和getters(有时分别称为mutators和accessors)。

youdao

29. The properties that are getters, not Fields, all have to be queried for in some special way from the OmniFind repository.

对于属于getter而不是Field的属性,必须能够以某种特殊方式从OmniFind存储库进行查询。

youdao

30. Note that this is only a partial listing of the class; some helper methods and the getters and setters have been omitted.

注意,这个清单仅是该类的一部分;省略了一些helper、getter和setter函数。

youdao

getters

将本文的Word文档下载到电脑,方便收藏和打印
推荐度:
点击下载文档文档为doc格式