网页
图片
视频
学术
词典
地图
更多
航班
笔记本
enum
网络
枚举;枚举类型;列举
网络释义
1.
枚举
枚举
(
ENUM
)类型,最多可以定义65535种不同的字符串从中做出选择,只能并且必须选择其中一种,占用存储空间是一个或 …
database.51cto.com
|
基于2169个网页
2.
枚举类型
两个
枚举类型
(
enum
),它同 C++、Java 中的枚举定义类似(与 C++ 更类似些),这两个枚举类型分别被用在了上面我们看 …
blog.csdn.net
|
基于642个网页
3.
列举
使用一
列举
(
enum
)形态的变数为switch的 index时,接下来却缺少一个或以上的case作配合,或者是case的 label超出了enum中 …
hi.baidu.com
|
基于232个网页
4.
定义枚举类型
求VB所有基本命令语句 - 已解决 - 搜搜问问 ... Let 或= 赋值
Enum
定义枚举类型
End 结束程序运行 ...
wenwen.soso.com
|
基于50个网页
5.
枚举值
TypedArray和attrs.xml - 千寻 - 51CTO技术博客 ... ⑧. fraction: 百分数。 ⑨.
enum
:
枚举值
。 ②. color: 颜色值。 ...
5200415.blog.51cto.com
|
基于27个网页
6.
列举型别
专案刚好用到
列举型别
(
enum
)的处理,之前虽已写过一篇相关文章,但这次又多用到了找上下笔及列出清单的特性,索性再整 …
blog.darkthread.net
|
基于18个网页
更多释义
收起释义
例句
释义:
全部
全部
,
枚举
枚举
,
枚举类型
枚举类型
,
列举
列举
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Being able to run through the
values
of an
enum
is
nice
,
but
even
more
important
is the
ability
to
make
decisions
based
on
an
enum
's
values
.
能够
在
枚举
的
值
之间
移动
很
好
,
但是
更
重要
的
是
根据
枚举
的
值
进行
决策
。
www.ibm.com
2.
Just
as
with
any
constant
,
all
references
to
the
individual
values
of
an
enum
are
converted
to
numeric
literals
at
compile
time
.
与
任何
常量
一样
,
对
枚举
中
各个
值
的
所有
引用
在
编译
时
均
将
转换
为
数值
文本
。
technet.microsoft.com
3.
It
shows
up
in
the
WSDL
file
as
an
enumeration
element
,
and the
value
restrictions
specified
by your
Enum
list
in
step
4
apply
.
它
在
WSDL
文件
中
显示
为
一
个
枚举
元素
,
第4
步
中
枚举
列表
所
指定
的
值
限制
将应用
。
www.ibm.com
4.
This
creates
the Java
class
with the
customized
types and a
type
safe
enum
Java
class
,
as
shown
in
Listing
7
.
这
会
创建
包含
定制
类型
的
Java
类
和
类型
安全
的
enumJava
类
,
见
清单
7
。
www.ibm.com
5.
A Java
enum
is
an
arbitrary
set
of
values
that are
stored
in
a
specific
order
.
Javaenum
是
按照
特定
顺序
保存
的
随意
的
值
集合
。
www.ibm.com
6.
It
returns
one
of the FileVisitResult's
enum
values
to
tell
the
file
visitor
API
what
to
do
next
.
它
返回
一个
FileVisitResult
枚举
值
,
来
告诉
文件
访问
程序
API
下一步
做
什么
。
www.ibm.com
7.
Code
that
attempts
to
use
enumerations
will
fail
with
a
NoClassDefFoundError
looking
for
the
java
.
lang
.
Enum
base
class
.
尝试
使用
枚举
的
代码
会
失败
,
在
寻找
java.lang.Enum
基
类
时
出现
NoClassDefFoundError
。
www.ibm.com
8.
ENUM
is
introduced
as
the
addressing
technology
between the
telephone
network
and
the
Internet
.
ENUM
就是
作为
电信
网
和
互联网
的
寻址
技术
出现
的
。
stae.com.cn
9.
Enum
,
Class
,
and
Collections
are
additional
built-in
types
we
've
added
-
-
look
for some
of
these
in
Java EE 6
.
枚举
、
类
和
集合
是
我们
所
增加
的
额外
的
内
建
类型
——
我们
期待
在
JavaEE6
中
也
能
具备
这样
的
类型
。
www.infoq.com
10.
Creating
EAz
using
Enums
and
EnumSets in
lieu
of
custom
bit
vectors
turned
out
to
be
quite
straightforward
.
事实
证明
,
使用
Enum
和
EnumSet
代替
自
定义
位
向量
来
创建
EAz
非常
简单
。
www.ibm.com
1
2
3
4
5