• Which should always return movies starring Christopher Reeve.

    这样总会返回ChristopherReeve主演电影

    youdao

  • I always return utterly exhausted and completely regenerated.

    总是返回完全用尽完全再生

    youdao

  • But asynchronous methods cannot have return types, and they must always return void.

    但是异步方法不能返回类型它们必须总是返回void

    youdao

  • No matter what data format you put into these functions, they will always return a string.

    无论哪种数据格式传入这些函数它们始终返回字符串

    youdao

  • For methods that always return information about a single book, a BookInfo complex data type is returned.

    对于总是返回本图书信息的那些方法,将返回BookInfo复杂数据类型

    youdao

  • When recording a test, always return to the main screen or page at the end of each scenario or before a logout.

    您记录测试时,每次场景末尾或者注销之前返回界面或者页面

    youdao

  • This is because traversal operators always return lists, even if there is only one item, or none, in the result.

    是因为遍历操作符返回列表即使结果只有一个没有项时也是如此。

    youdao

  • So, assuming there's at least one row in the Users table, this SQL will always return a nonzero count of records.

    因此假定users至少存在SQL始终返回记录计数

    youdao

  • The only differences are that functions always return a single value to the caller, while procedures do not.

    函数调用者返回个返回存储过程不会。

    youdao

  • The following code will stub the system class Date to always return the same date, say Ground Hog Day, as in Listing 6.

    下面代码系统Date 进行stub 以便总是返回相同日期比如GroundHog Day,清单 6 所示。

    youdao

  • However, Vimscript functions always return a value, so if no return is specified, the function automatically returns zero.

    然而Vimscript函数始终返回一个因此如果没有指定任何return,那么函数将自动返回0

    youdao

  • Because Order knows nothing about OrderFulfillment, its equals method will always return false when passed an OrderFulfillment.

    因为OrderOrderFulfillment一无所知,所以在传递OrderFulfillmentequals方法总是返回false

    youdao

  • As with other traditional functional languages, Scala requires that functions (in this case a method) must always return a value.

    其他传统函数语言一样Scala要求函数(例中为方法)必须始终返回一个

    youdao

  • You'll want to be sure to always return null if no match occurs, so that entity resolution will occur normally in non-special cases.

    匹配时,希望始终确保返回null这样实体解析非特殊情况下都可以正常进行。

    youdao

  • For example, you might want a system clock to always return the same time so that your test has repeatable results that you can verify.

    例如可能希望系统时钟总是返回相同时间以便测试能够验证的重复结果

    youdao

  • If they're leaving home for college, the workplace or the military, they know they can always return home to reconnect with family.

    如果他们只是离家上大学参加工作或者服兵役,那么他们知道,有朝一日他们能够回家家人团聚。

    youdao

  • Such functions are called "pure" because they do not attempt to change their inputs, and always return the same result for the same inputs.

    像这样函数我们称为纯函数,因为他们不要视图改变他们输入并且总是返回同样的输出通过输入同样的参数。

    youdao

  • Sybase and Microsoft SQL Server procedures that return a result set always return 0 as the integer return status, the actual status value is ignored.

    返回结果Sybase 过程总是返回0作为整数返回状态实际的返回状态忽略。

    youdao

  • And suppose that both major revision Numbers, in field1, are the same-the function will always return false because the minor revision will not be checked.

    假设两个版本major相等的,那么函数必然返回false, minor根本需要比较了。

    youdao

  • The conditioned response, once it is firmly established, can be extinguished dozens of times, but it sill always return, like the proverbial bad penny.

    条件反射一经形成,虽然可以又一次地压制下去,但是总会重新再现,真是也摆不脱扔也扔不掉。

    youdao

  • Business is not generally discussed over a meal, though you may be treated to a banquet during your stay. If possible, you should always return the favor.

    访问中邀请参加宴会,用餐中一般商务如果可能最好回请。

    youdao

  • Due to the real-time access to source data upon receiving a request to the integrated view, data federation will always return the most current source information.

    由于接收集成视图请求实时地访问数据,因此数据联合始终返回最新的源信息

    youdao

  • Among indescribable time of life, wishing you always return mother's side, even though only stay for a while, you will feel the omnipresent precious mother love.

    难以描述生命时光中,但愿你们经常回到母亲身边哪怕仅仅停留一刻,你们也会感受到不在的珍贵的母爱。

    youdao

  • I wonder how my parents got anything fruitful from those sessions but they would always return excited, relating to me what my teachers said about my performance.

    这样的会面知道父母老师那里得到什么可是,爸爸妈妈回到家里时总是很兴奋不断告诉我老师我的评语。

    youdao

  • Other routers such as the chaining router do not require that you set synchronous to true on the outbound endpoint and always return a response in synchronous scenarios.

    其它路由器比如chaining路由器并不出站端点synchronous属性设置true,该路由器总会同步场景中返回一个响应

    youdao

  • If you used the mechanism above, the portlet would always return the same content during the cache time, and the content would only be updated whenever the cache data expires.

    如果使用上面机制portlet缓存时间内一直返回相同内容。该内容只有缓存数据过期时候更新

    youdao

  • The four lines of code at the bottom of Listing 1 prove that no matter how many times you ask for an instance of the ConnPool pool class, it will always return the same object.

    清单1底部代码证明无论请求ConnPool一个实例多少都会返回相同对象

    youdao

  • A pure pipe USES pure functions. Pure functions process inputs and return values without detectable side-effects. Given the same input they should always return the same output.

    管道使用函数。纯函数是指在处理输入返回结果时,不会产生任何副作用的函数。给定相同输入它们总是返回相同的输出。

    youdao

  • Functional languages get their name from the concept that programs should behave like mathematical functions; in other words, given a set of inputs, a function should always return the same output.

    函数语言名称源于这样概念程序行为应该数学函数一样;换话说,给定输入函数始终返回相同的输出。

    youdao

  • Functional languages get their name from the concept that programs should behave like mathematical functions; in other words, given a set of inputs, a function should always return the same output.

    函数语言名称源于这样概念程序行为应该数学函数一样;换话说,给定输入函数始终返回相同的输出。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定