网页
图片
视频
学术
词典
地图
更多
航班
笔记本
accessor
美 ['əksesər]
英 ['əksesər]
n.
存取器
网络
访问器;存取子;访问方法
英汉
网络释义
n.
1.
存取器
1.
访问器
软件开发常用名词中英文对照 - Leo Liu - 博客园 ... Accessibility Options 辅助功能选项
accessor
访问器
action 操作 ...
www.cnblogs.com
|
基于1414个网页
2.
存取器
存取器
(
Accessor
)是方法和属性的一种混合体。 当你编写代码来定义类时,你可以编写与方法类似的存取器,这样你可以执 …
www.adobe.com
|
基于399个网页
3.
存取子
存取子
(
accessor
):为了参照或是变更实体变数而定义的方法。getter 方法:存取子方法里,参照数值的方法。
kusodir.blogspot.com
|
基于206个网页
4.
访问方法
访问方法
(
accessor
)或获取方法(getter)负责封装获得类变量所需的代码。它接受一个属性名作为输入参数,即要获取该属 …
blog.csdn.net
|
基于141个网页
5.
访问函数
c)
访问函数
(
ACCESSOR
)是常量成员函数,如所有的访问函数; 2)数据成员,作为类的实现细节,一般都放在类定义的 …
blog.csdn.net
|
基于108个网页
6.
属性访问器
属性访问器
(
accessor
)包括 get,set方法,读和写私有域(Field),这样可以避免直接对数据操作,也可以在get,set方法里 …
blog.sina.com.cn
|
基于45个网页
7.
存取标识
结构是一个复合值,依靠
存取标识
(
Accessor
)区分其成员,而数组是一个复合值,在其成员值之间仅有顺序位置不同之分。 …
doc.chinaunix.net
|
基于26个网页
更多释义
收起释义
例句
释义:
全部
全部
,
存取器
存取器
,
访问器
访问器
,
存取子
存取子
,
访问方法
访问方法
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
When
you
run
publicize
.
Exe
and
pass
the
name
of
that
assembly
,
it
generates
a
private
accessor
for
that
assembly
.
当
运行
publicize.exe
并
传递
该
程序
集
的
名称
时
,
它
将
为
该
程序
集
生成
一个
专用
访问
器
。
msdn2.microsoft.com
2.
I
think
Lea has
missed
the
point
that you don't
need
to
make
all
accessor
methods
public
,
as
I
pointed
out
in
"
Java
accessor
visibility
.
"
我
想
,
Lea
忽略
了
无需
使
所有
读写
方法
公开
这
一
观点
(
如同
我
在
“
Javaaccessorvisibility
”
中
所
指出
的
)
。
www.ibm.com
3.
This
information
can
be
used
to
increase
performance
by
indicating
the strongly-typed
accessor
to
call
.
通过
指示
要
调用
的
强
类型
访问
器
,
此
信息
可
用于
提高
性能
。
msdn2.microsoft.com
4.
Accessor
methods
come in
two
flavors
:
setters
and
getters
(
sometimes
referred
to as mutators
and
accessors
,
respectively
)
.
访问器
方法
涉及
两
种
方法
:
setters
和
getters
(
有时
分别
称为
mutators
和
accessors
)
。
www.ibm.com
5.
Declares
a
method
or
an
accessor
whose
implementation
can
be
changed
by
an
overriding
member
in
a
derived
class
.
在
派生
类
中
声明
其
实现
可
由
重写
成员
更改
的
方法
或
访问
器
。
msdn2.microsoft.com
6.
A
get
accessor
is
declared
that
takes
a
string
,
the
name
of
a
day
,
and
returns
the
corresponding
integer
.
声明
了
一个
get
访问
器
,
它
接受
字符串
(
天
名称
)
,
并
返回
相应
的
整数
。
msdn2.microsoft.com
7.
Among the
five
features
a
JavaBean
is
expected
to
support
is
a
set
of
properties
and
associated
accessor
methods
.
一
组
属性
,
以及与
这些
属性
相关
的
一些
访问
器
方法
,
就是
JavaBean
所
要
支持
的
五
大
特性
之一
。
java.vkfz.com
8.
The
goal
is
to
avoid
incurring the computative
cost
of
running
the
query
every
time
the
backing
bean
accessor
is
consulted
.
其
目的
是
避免
每次
咨询
支持
bean
的
访问
函数
时
带来
运行
查询
的
计算
成本
。
www.ibm.com
9.
Similarly
,
EJB
accessor
methods
that
are
not
public
imply
that
the
attributes
that they
encapsulate
cannot
be
persistent
.
同样
,
非
公有
的
EJB
读写
方法
暗示
这些
封装
的
属性
不能
是
持久
的
。
www.ibm.com
10.
Even
when
a
property
accessor
has
not
been
inlined
,
the
actual
performance
difference
is
the
negligible
cost of one function
call
.
甚至
当
属性
访问
符
没有
内联
时
,
实际
的
性能
差别
是
一个
方法
的
调用
,
是
可以
忽略不计
的
。
dictsearch.appspot.com
1
2
3
4
5