网页
图片
视频
学术
词典
地图
更多
航班
笔记本
在线程
例句
释义:
全部
全部
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
When
you
are
ready
to
begin
execution
on
the
thread
,
call
the
System
.
Threading
.
Thread
.
Start
method
.
当
您
准备好
在线
程
上
开始
执行
时
,
请
调用
System.Threading.Thread.Start
方法
。
msdn2.microsoft.com
2.
The WH_MOUSE_LL
hook
enables you to
monitor
mouse
input
events
about
to
be
posted
in a
thread
input
queue
.
LL
钩子
监视
在线
程
输入
队列
中
,
即将
被
传递
的
鼠标
输入
事件
。
www.cnblogs.com
3.
The
compiler
is
actually
free
to
take
some
liberties
with
the
program
order
within
a
thread
as
long
as as
-
if-
serial
semantics
are
preserved
.
编译
器
实际上
对
在线
程
中
使用
程序
顺序
是
可以
有一些
自由
的
——
只要
保留
了
as-if-serial
语义
。
www.ibm.com
4.
Also
,
notice
that
,
in
the
thread
,
you
do
not
modify
the
stocks
member
variable
,
as
you
did
previously
.
也
要
注意
,
在线
程
中
您
不能
修改
stocks
成员
变量
,
正如
您
之前
所
做
的
。
www.ibm.com
5.
When
this
method
has been
called
on a
thread
,
automatic
cleanup
cannot
be re-enabled
for
that
thread
.
在线
程
上调
用
此
方法
时
,
不能
为
该
线程
重新
启用
自动
清理
。
technet.microsoft.com
6.
You
can
also
use
this
mechanism
as
a
way
of
passing
event
data
between
threads
,
as
you
'll
see later on
.
您
还
可以
使用
这种
机制
作为
在线
程
之
间
传递
事件
数据
的
方式
,
稍后
将
演示
这种
方法
。
www.ibm.com
7.
For
detached
threads
,
the
system
recycles
its
underlying
resources
automatically
after
the
thread
terminates
.
对于
分离
线程
,
在线
程
终止
后
系统
自动
回收
其
底层
资源
。
www.ibm.com
8.
For the
duration
of
its
existence
,
a
thread
is
always
in
one
or
more
of the
states
defined
by
ThreadState
.
在线
程
存在
期间
,
它
总是
处于
由
ThreadState
定义
的
一个
或
多个
状态
中
。
msdn2.microsoft.com
9.
You
can
also
set
SSL
properties
on
the
thread
to
be
used
for
SSL
connections
that
occur
on that
thread
.
您
还
可以
在线
程
上
设置
SSL
属性
,
以
用于
该
线程
上
出现
的
SSL
连接
。
www.ibm.com
10.
This
interrupts
the
computation
currently
being
performed
on
the
thread
until the evaluation
completes
.
这
会
不时
地
中断
当前
在线
程
上
执行
的
计算
,
直至
计算
完成
为止
。
technet.microsoft.com
1
2
3
4
5