网页
图片
视频
学术
词典
地图
更多
航班
笔记本
loop 循环
例句
释义:
全部
全部
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
The
normally
super-cool Manny
gets
thrown for
a
loop
as
he
gets
ready
to
become
a
parent
.
在
通常
超
冷
曼
尼
得到
抛出
一个
循环
,
他
得到
准备
成为
父母
。
wenwen.soso.com
2.
Next
,
to
implement
the
view
,
we
simply
loop
over the
view
data
and
spit it
out
in the
right
format
.
接下来
实现
视图
,
我们
只是
对视
图
的
数据
进行
了
循环
,
并
以
正确
的
格式
输出
。
www.infoq.com
3.
Seeking
needs
to
be
turned
off
,
if even
for
a
little
while
,
so
that
the
system
does
not
run in an
endless
loop
.
搜寻
需要
被
关掉
,
即使
是
一
小
会
,
从而
使
我们
的
系统
不会
无休止
的
循环
下去
。
www.bing.com
4.
Loop
is
not
the
best
choice
unless
you
know
the
characteristics
of the
enumerator
object
the
collection
exposes
.
循环
不是
最佳
选择
,
除非
您
知道
该
集合
公开
的
枚举数
对象
的
特征
。
msdn2.microsoft.com
5.
You
'd
also
have
a bit
of
PHP
code
that
would
call
that
function
and
loop
through the
result
set
to
display
the
data
in
the
application
view
.
您
还
需要
编写
一些
PHP
代码
,
用于
调用
那个
函数
并
循环
结果
集
,
以便
在
应用程序
视图
中
显示
数据
。
www.ibm.com
6.
The
do
statement
will
always
execute
the
body
of
a
loop
at least
once
.
Do
循环
将会
总是
至少
执行
一个
循环
体
。
blog.163.com
7.
What
we
do
is
,
in
a
loop
,
march
down
the
argument
list
checking
each
one to
see
if
it
is
an
option
.
我们
所
做
的
是
,
用
一个
循环
遍历
参数
列表
检查
每个
参数
来看
它
是否
为
选项
。
www-128.ibm.com
8.
Thrown
when
a
thread
on
which
an
operation
should
execute
no
longer
exists
or
has
no
message
loop
.
当
应
执行
某个
操作
的
线程
不再
存在
或者
没有
消息
循环
时
,
将
引发
此
异常
。
msdn2.microsoft.com
9.
Since
the
loop
condition
is
checked
before
each
iteration
,
the
steps
in
the
loop
would
not
run
at all if the condition is
initially
false
.
由于
在
每次
迭代
之前
检查
循环
条件
,
因此
,
如果
条件
最初
为
false
,
则
循环
中
的
步骤
不
运行
。
www.ibm.com
10.
A
class
-
preloading
loop
like
the one
shown
in
Listing
2
is
all that
's
required
to
ensure
you
get
the
full
benefits
of
the AOT-
compiled
code
.
类似
于
清单
2
中
所
示
的
类
预
加载
循环
已
足够
确保
您
充分
获取
提前
编译
代码
的
优势
。
www.ibm.com
1
2
3
4
5