accessor
英音[ ˈækˌsesə(r) ] 美音[ əkˈsesər ]

访问器

常用释义

词性释义

n.

[计] 存取器;访问器

n.

(Accessor)(法)阿塞索尔(人名)
例句
  • 全部
  • 访问器
  • 存取器
  • 访问者
1·The last step, closing the element, is completed by simply writing out the closing tag for the accessor.
最后一步是关闭元素,只要为这个访问器写一个关闭标记这一步即告完成。
2·If the object argument is null, you need to generate a null accessor for the type.
如果对象参数为空,您需要为这个类型生成一个空访问器。
3·The effective use of accessor methods will be covered in future tips.
以后的提示中会涉及访问器方法的有效使用。
4·My first step is to create accessor methods for each UI component, shown in Listing 2.
第一步是为每个UI组件创建访问器方法,如清单2所示。
5·All other accessor factories that can be obtained are needed to express the specific semantics of a URL by modifying the respective navigational state aspect.
可获得的所有其他访问器工厂都需要通过修改各自的导航状态部分来表述特定的语义。
1·You also need to add a few simple accessor methods to SimpleNode.
您还需要将一些简单的存取器方法添加到SimpleNode。
2·You'll note that JDBC statements do provide an accessor for their connection; however, application servers and Web application frameworks frequently use the decorator pattern to wrap JDBC connections.
您会注意到:jdbc语句确实为它们的连接提供了存取器;但是,应用程序服务器和Web应用程序框架频繁地使用修饰器模式包装JDBC连接。
3·For this example (Figure 4), you will model a read-only indexer (thus it has only a get accessor) in the DrawingSurface class.
对于本实例(图4),您将对drawingsurface类中的只读索引器建模(因而它只有get存取器)。
1·The permissions mask allocates 8 bits each to the four possible types of key accessor: possessor, user, group, and other.
权限掩码给四个可能的密钥访问者类型各分配 8 位:所有者、用户、组和其他。
2·The provider USES the accessor to determine how to transfer the data to or from the consumer's buffer.
提供者使用这个访问者来决定如何向或从消费者缓冲区中传送数据。
网络释义

访问器

软件开发常用名词中英文对照 - Leo Liu - 博客园 ... Accessibility Options 辅助功能选项 accessor 访问器 action 操作 ...

存取器

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

存取子

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

访问方法

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

访问函数

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

属性访问器

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

存取标识

结构是一个复合值,依靠存取标识Accessor)区分其成员,而数组是一个复合值,在其成员值之间仅有顺序位置不同之分。 …
更新时间:2025-05-02 00:48