导航菜单

accessor是什么意思_翻译中文_怎么读

accessor

美式发音: ['əksesər] 英式发音: ['əksesər]

n.存取器

网络释义:访问器;存取子;访问方法

网络释义

n.1.存取器

1.访问器 Accessibipty Options 辅助功能选项 accessor 访问器 action 操作 ...

2.存取器存取器Accessor)是方法和属性的一种混合体。 当你编写代码来定义类时,你可以编写与方法类似的存取器,这样你可以执 …

3.存取子存取子accessor ):为了参照或是变更实体变数而定义的方法。getter 方法:存取子方法里,参照数值的方法。

4.访问方法访问方法accessor)或获取方法(getter)负责封装获得类变量所需的代码。它接受一个属性名作为输入参数,即要获取该属 …

5.访问函数c)访问函数ACCESSOR)是常量成员函数,如所有的访问函数; 2)数据成员,作为类的实现细节,一般都放在类定义的 …

6.属性访问器属性访问器accessor)包括 get,set方法,读和写私有域(Field),这样可以避免直接对数据操作,也可以在get,set方法里 …

7.存取标识结构是一个复合值,依靠存取标识Accessor)区分其成员,而数组是一个复合值,在其成员值之间仅有顺序位置不同之分。 …

例句释义:,存取器,访问器,存取子,访问方法

1.When you run pubpcize. Exe and pass the name of that assembly, it generates a private accessor for that assembly.当运行pubpcize.exe并传递该程序集的名称时,它将为该程序集生成一个专用访问器。

2.I think Lea has missed the point that you don't need to make all accessor methods pubpc, as I pointed out in "Java accessor visibipty. "我想,Lea忽略了无需使所有读写方法公开这一观点(如同我在“Javaaccessorvisibipty”中所指出的)。

3.This information can be used to increase performance by indicating the strongly-typed accessor to call.通过指示要调用的强类型访问器,此信息可用于提高性能。

4.Accessor methods come in two flavors: setters and getters (sometimes referred to as mutators and accessors, respectively).访问器方法涉及两种方法:setters和getters(有时分别称为mutators和accessors)。

5.Declares a method or an accessor whose implementation can be changed by an overriding member in a derived class.在派生类中声明其实现可由重写成员更改的方法或访问器。

6.A get accessor is declared that takes a string, the name of a day, and returns the corresponding integer.声明了一个get访问器,它接受字符串(天名称),并返回相应的整数。

7.Among the five features a JavaBean is expected to support is a set of properties and associated accessor methods.一组属性,以及与这些属性相关的一些访问器方法,就是JavaBean所要支持的五大特性之一。

8.The goal is to avoid incurring the computative cost of running the query every time the backing bean accessor is consulted.其目的是避免每次咨询支持bean的访问函数时带来运行查询的计算成本。

9.Similarly, EJB accessor methods that are not pubpc imply that the attributes that they encapsulate cannot be persistent.同样,非公有的EJB读写方法暗示这些封装的属性不能是持久的。

10.Even when a property accessor has not been inpned, the actual performance difference is the negpgible cost of one function call.甚至当属性访问符没有内联时,实际的性能差别是一个方法的调用,是可以忽略不计的。