网页
图片
视频
学术
词典
地图
更多
航班
笔记本
线程中
网络
thread
网络释义
1.
thread
msdn2.microsoft.com
|
基于2个网页
例句
释义:
全部
全部
,
thread
thread
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
The
debugger
is
then
able
to
run
code
in
a
special
thread
that
can
examine
the
state
of
the
runtime
and
call
user
code
if
necessary
.
然后
,
调试
器
可以
在
特殊
的
线程
中
运行
代码
,
该
线程
可以
检查
运行
时
的
状态
并
根据
需要
调用
用户
代码
。
technet.microsoft.com
2.
Everyone
uses
it
,
so
when
you
read
something
like
this
,
you
know
this
code
will
be
probably
called
from
another
thread
.
每个人
都
用
它
,
所以
当
你
读
到
和
这
类似
的
代码
时
,
你
知道
这些
代码
大致
可以
在
其他
线程
中
去
调用
。
archive.cnblogs.com
3.
Consequently
,
the
code
runs
in
this
thread
will
not
be able to
access
locale
information
when
trying to
format
messages
.
结果
,
在
该
线程
中
运行
的
代码
在
格式化
信息
时
,
就
不能
访问
场所
信息
了
。
www.ibm.com
4.
This
is
set up
in
its
own
thread
during the
init
method
of
the
servlet
and
taken down
in
the
destroy
method
of the
servlet
.
这个
类
的
实例
是
在
servlet
的
init
方法
中
在
其
自身
的
线程
中
创建
,并
在
servlet
的
destroy
方法
中
销毁
的
。
www.ibm.com
5.
In
some
situations
,
the
methods
you implement
might
be
called
from
more
than
one
thread
,
and
therefore
must
be written to be
thread
-
safe
.
在
某些
场合
,
方法
可能会
从
不止
一个
线程
中
被
调用
,
因此
这些
方法
必须
是
写成
线程
安全
的
。
www.cnblogs.com
6.
The
termination
code
within the
child
thread
closes
the
SQL
cursor
and
rolls
back
the
transaction
,
as
shown
in
Listing
3
.
子
线程
中
的
终止
代码
关闭
SQL
游标
,
并
使
事务
回
滚
,
见
清单
3
。
www.ibm.com
7.
The
reason
is
simple
:
since
the transient is
mutable
,
using
it
from
different
threads
would
be
dangerous
and
require
synchronization
.
原因
很
简单
:
因为
transient
是
可变
的
,
在
不同
的
线程
中
使用
它
将
会
非常
危险
的
,
所以
需要
同步
。
www.infoq.com
8.
CXXFLAGS:
extra
compiler
options
-
note
that
this
applies
to
both the
single
and
multithreaded
builds
.
额外
的
编译
器
选项
-
注意
这
会
以
单线
程
和
多
线程
中
。
boost-doc-zh.googlecode.com
9.
When
you use GOBACK
from
the
first
program
(
not
always
the
main
program
)
in
a
thread
, the
program
is
terminated
.
当
从
线程
中
的
第一
个
程序
(
并
不一定
总是
主
程序
)
中
使用
GOBACK
时
,
该
程序
将
终止
。
www.ibm.com
10.
A
programming
error
in
another
thread
might
have
caused
that
thread
to
exit
the
semaphore
more
times
than it entered
.
另一个
线程
中
的
编程
错误
可能
导致
该
线程
退出
信号量
的
次数
超过
它
进入
的
次数
。
www.kuenglish.info
1
2
3
4
5