网页
图片
视频
学术
词典
地图
更多
航班
笔记本
N+1
例句
释义:
全部
全部
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
This
arrangement
is
often
made
to
achieve
N+1
Redundancy
in
the
systems
.
这种
安排
往往
是
为
实现
N+1
冗余
系统
中
。
blog.sina.com.cn
2.
In
the
following
two
scenarios
you
may
treat
N+1
just
as
a
pattern
instead
of
an anti-pattern
.
在
下面
两个
场景
中
,
你
可能会
把
N+1
视为
一种
模式
而
非
反
模式
。
www.infoq.com
3.
The
approximate
size
of
a
covering
set
as
a
lower limit
(
n+1
,
equivalent
to
cyclomatic
complexity
of a
graph
)
.
而
覆盖
集
的
近似
大小
则
被
作为
下限
(
n+1
,
等价
于
某个
图
的
环
复杂性
)
。
www.loveunix.net
4.
Another
solution
to the
n+1
Selects
Problem
is
a
hybrid
approach
of
lazy
and
eager fetching
through
the
batching
of
lazy
load
requests
.
n+1
选择
问题
的
另一个
解决方案
是
,
通过
批量
处理
惰性
装载
请求
,
混合
使用
惰性
抓取
和
即时
抓取
。
www.ibm.com
5.
A
node
will
not
generate
an
output
for
time
n+1
until
all
its
inputs
for
time
n
have
been
collected
and
summed
.
只有
当
时间
n
的
所有
输入
收集
并
求和
完成
之后
,
节点
才
会
生成
时间
n+1
的
输出
。
www.ibm.com
6.
Here
we
refer
to
step
n
(
the CTE
n
)
and
join
in
step
(
n
+ 1
)
using
the
same
predicate
used in
CONNECT
BY
.
这里
我们
引用
第
n
步
(
CTEn
)
,
并
使用
与
CONNECTBY
中
相同
的
谓词
将
它
与
第
(
n+1
)
步
相
连接
。
www.ibm.com
7.
Another
significant
challenge
is
the
N+1
problem
,
which
this
article
examines
in
detail
.
另一个
显著
的
挑战
是
N+1
问题
,
本文
将
对
此
进行
详细
的
探讨
。
www.ibm.com
8.
It
's
more
work
to
deal
with more
complicated
N+1
query
situations
.
处理
复杂
的
N+1
查询
情况
需要
更多
的
工作
。
www.ibm.com
9.
Typically
,
these
types
of
n+1
or
n*n
problems
are much
more
subtle
.
通常
来说
,
这些
类型
的
n+1
或
n*n
问题
要
微妙
得
多
。
www.ibm.com
10.
Not
all
instances
of
the
N+1
problem
are
as
readily
perceived
.
并非
所有
的
N+1
问题
都
能
很
容易地
察觉
到
。
www.ibm.com
1
2