网页
图片
视频
学术
词典
地图
更多
航班
笔记本
串行 serializable
例句
释义:
全部
全部
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
If
you
want
the
class
to be
serializable
,
you
'll
need
to
test
it
,
just as
you
would test
a
class
that
directly
implements
Serializable
.
若
您
希望
类
可
串行
化
,
就
需要
测试
它
,
这
与
您
需要
测试
一个
直接
实现
了
Serializable
的
类
相同
。
www.ibm.com
2.
Used
to
protect
key
ranges
in
serializable
transactions
.
用于
保护
可
串行
事务
中
的
键
范围
。
msdn2.microsoft.com
3.
Note:
Transactions
containing
DML
statements
with
subqueries
should
use
serializable
isolation
to
guarantee
consistent
read
.
如果
事务
中
存在
使用
了
子查询
的
DML
语句
,
应该
使用
串行
化
隔离
来
保证
一致性
的
读取
。
www.zw1840.com
4.
Classes
are
often
serializable
by
default
.
默认
情况
下
,
类
通常
是
可
串行
化
的
。
www.ibm.com
5.
The
transaction
can
undo
and
retry
only
when
the
remote
server does
support
serializable
transactions
.
只有
远程
数据库
支持
串行
化
隔离
模式
时
,
事务
发生
错误
后
才能
撤销
并重
试
。
dictsearch.appspot.com
6.
Even if
a
class
implements
Serializable
,
there
's no
guarantee
that
it
can
be
serialized
.
即使
一个
类
实现
了
Serializable
,
依然
不能
保证
它
能够
串行
化
。
www.ibm.com
7.
Listing
1
.
Is
the
class
serializable
?
清单
1
.
此
类
是否
可
串行
化
?
www.ibm.com
8.
Serializable
-
-
This
is
the
strongest
level
of
isolation
.
Serializable
(
可
串行
化
的
)
——
这
是
隔离
的
最
强
级别
。
www.ibm.com
9.
For example
,
if
you
're
writing
a
Java
Bean
and
want
to
implement
Serializable
,
you
can
use
this
option
to
specify
that
.
比如
,
如果
你
正在
写
一个
JavaBean
并
希望
实现
串行
接口
,
你
可以
使用
这个
选项
说明
你
的
需求
。
www.ibm.com
10.
See Also:
"
How
Oracle
Manages
Data
Concurrency
and
Consistency
"
for a
full
discussion
of
read
committed
and
serializable
isolation
levels
“
Oracle
如何
管理
数据
并发
访问
及
数据
一致性
”
详细
了解
已
提交
读取
及
串行
化
两
种
事务
隔离
级别
www.zw1840.com
1
2