RESULT - 翻译成英语

result
结果
导致
造成
成果
产生
带来
因此
引起
的产物
results
结果
导致
造成
成果
产生
带来
因此
引起
的产物

在 中文 中使用 Result 的示例及其翻译为 英语

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
如果Result的值是Ok,这个表达式将会返回Ok中的值而程序将继续执行。
If the value of the Result is an Ok, the value inside the Ok will get returned from this expression, and the program will continue.
让我们调用一个返回Result的函数,因为它可能会失败:如示例9-3所示打开一个文件:.
Let's call a function that returns a Result value because the function could fail: in Listing 9-3 we try to open a file.
当候选列表为空时,result列表将包含所有的素数。
When the candidate list is empty, the result list will contain all the primes.
Rust提示我们的代码忽略了Result值,它可能表明这里存在一个错误。
Rust tells us that our code ignored the Result value and the Result value might indicate that an error occurred.
Rust提示我们的代码忽略了Result值,它可能表明这里存在一个错误。
Rust is telling us that our code ignores the Result value, which might be indicating that there was an error.
除了Swift的可选值类型之外,第八章中定义的枚举Result也是一个单子。
In addition to Swift's optional type, the Result enumeration defined in Chapter 8 is also a monad.
在54行,改程序创建了一个无缓冲的channel,允许Goroutine通过这个channel传送result类型的数据。
Then on line 54, the program creates an unbuffered channel that allows Goroutines to pass data of the result type.
这是东西的Processsubclass注:可以用CaseRole的result指明所的东西.
The subclass of Process in which something is created Note that the thing created is specified with the result CaseRole.
它也保证了只有属于第一个匹配case的result表达式会被评估。
It's also guaranteed that only the result expression that belongs to the first matching case will be evaluated.
首先,将run函数的返回类型变为Result<(),Box<Error>>。
First, we changed the return type of the run function to Result<(), Box<Error>>
这些事件影响流程的流转,事件通常有一个cause(trigger)或者impact(result)。
They affect the process flow and usually have a trigger or a result.
比如,我们可以为第八章中的Result类型实现一个map方法:.
For example, we can implement a map function on the Result type from Chapter 8.
这就告诉我们了File::open函数的返回值类型是Result<T,E>。
This tells us the return type of the File::open function is a Result<T, E>
当控制函数返回一个值时,它会变成当前promise的result,所以会用它调用下一个.then。
When a handler returns a value, it becomes the result of that promise, so the next. then is called with it.
当执行到达时,函数停止,并将值返回给调用代码(分配给上述result)。
When the execution reaches it, the function stops, and the value is returned to the calling code(assigned to result above).
如果你在寻找一种方法,避免处理从别人代码中返回的Result,总是可以使用unwrap(),但它可能不是你想要的。
If you're looking for a way to avoid handling Results in other people's code, there's always unwrap(), but it's probably not what you want.
接下来,让我们尝试另外一个例子,该例子揭示了result的引用的生命周期必须是两个参数中较短的那个。
Next, let's try an example that will show that the lifetime of the reference in result must be the smaller lifetime of the two arguments.
过渡不限于象“asaresult、while…、since…”等等这样的短语,还包括反复出现的关键词和主题的递进。
Transitions are not limited to phrases like"as a result, in addition, while…, since…, etc." but include repeating key words and progressing the idea.
过渡不限于象“asaresult、while…、since…”等等这样的短语,还包括反复出现的关键词和主题的递进。
Transition is not limited to phrases like as a result, in addition, while…, since…, etc. but includes repeating key words and progressing the idea.
CISG项下违约商誉损失赔偿实证研究。Theoryandmodernization(China)6:79-85,2011.标题英译:LegalpracticeofcompensationofcommercialreputationincurredasaresultofthebreachunderCISG(1980).
Theory and modernization(China) 6:79-85, 2011. Translation of title: Legal practice of compensation of commercial reputation incurred as a result of the breach under CISG(1980).
结果: 169, 时间: 0.0179

Result 用不同的语言

顶级字典查询

中文 - 英语