Call it spirit, call it sweetness - whatever you want to call it, we've all got it.
你可以称这种爱是精神,是甜蜜,但不管你怎样称呼它,我们都拥有了爱。
You can call me Mary Beton. You can call me Mary Seton, call me Mary Carmichael.
你可以叫我玛丽·波顿,或者玛丽·斯通,或者玛丽·卡尔·麦克。
Taking the call center example, this allows for receiving data about how many staff were working at the time of the call volume alert, as well as the call volume number, target and range expectations.
以呼叫中心为例,这允许接收以下有关数据:在发出呼叫量警报时正在工作的员工数,以及呼叫的数量、目标和范围预期。
Covering over 90% of the American population, cell phone providers can tell who you call, when you call, how often you call certain people and what you say in your text messages.
覆盖率超过美国人口的90%,手机供应商可以说出你给谁打电话,何时打电话,和某些人通话的频率以及你在短信中说的什么。
American journalist and writer Jane Howard is credited with the following quote: "call it a clan, call it a network, call it a tribe, call it a family."
美国作家兼记者简霍华德记录了如下的引用。“将它称为一个宗族,一个网络群体,一个部落,一个家庭。”
You can use one call to open the window and its content, and you can use another call where one call is used to open the window and another call to display the content.
您可以使用一个调用打开窗口及其内容,或者可以使用另一个调用,其中包含两个调用,一个调用用来打开窗口,另一个调用用来显示内容。
The mind is based in, or just is something nonphysical, something nonmaterial, we can call it a mind we can call it a soul we can call it a psyche we typically try to call it a soul.
心灵建立在…或仅仅是非物理的东西,非物质的某种东西,我们可以把它称作心灵,也可以叫灵魂,还可以说是精神,但我们一般用灵魂来命名它。
A synchronized call to an empty method may be 20 times slower than an unsynchronized call to an empty method, but how often do we call empty methods?
对一个空方法的同步调用可能要比对一个空方法的非同步调用慢20倍,但我们多长时间才调用一次空方法呢?
If you're chatting on a landline call, you can answer an incoming cellphone call by placing the landline call on hold.
如果你正在接听固定电话来电,那么只要按保留键,就可以同时接听手机来电。
The Listing 1 code shows a synchronous service method call where the client thread blocks inside the service call and doesn't return until the call is completed and the results are available.
清单1中的代码显示了同步方法调用,其中的客户机线程将阻塞在服务调用内,在调用完成且结果可用之后才会返回。
Yeah, but she does call you! My family never call me. I have to call them!
没错,可是,那毕竟是她打电话过来。我的家人从来不打电话给我。总是要我打回家。
The PHP code writes out the AD box with a single function call, which the page can call or not call depending on the circumstances.
PHP代码通过一个函数调用写出了广告框,根据环境决定是否调用页面。
The event message will tell you the user ID that made the failing call, the object that failed, the API call made against that object, and the options used in the API call.
事件消息会通知您造成调用失败的用户ID、失败对象、针对该对象的API 调用以及 API 调用中使用的操作。
Call history for each contact also shows the call status, time and duration of the call.
要求每个联系人的历史也显示呼叫状态,时间和通话时间。
With the syscall function, you can call a system call by specifying its call index and a set of arguments.
使用syscall函数,您可以通过指定它的调用索引和一组参数来调用系统调用。
Shows call context: In the sequence diagram when the mouse is hovered over a call, the tooltip shows the call context - the call argument and the return value.
显示调用上下文(call context):在序列图中,当鼠标在调用(call)上悬停的时候,就会弹出提示框,显示出调用上下文——调用方法的参数和返回值。
A program call framework is provided via a program call markup language (PCML), a tag language used for supporting the program call function of the Toolbox.
通过一种程序调用标记语言(PCML)提供一个程序调用框架,PCML这种标记语言用于支持Toolbox的程序调用功能。
Converting a virtual method call to a direct method call is called monomorphic call transformation.
把虚方法调用转换成直接方法调用,叫做单形monomorphic调用变换。
Suppose you wish to end the SIP call session between Agent 1 and Agent 2; you can issue an endCall(CallIdentifier) function call on the Third Party Call Web service.
假定您希望结束 Agent1和 Agent2间的SIP呼叫会话,则可以对第三方呼叫Web服务发出endCall(CallIdentifier)函数调用。
To avoid reflection, and cut the call time in half, developers can use define-rdnzl-call to create a Lisp wrapper around the call.
如果希望避免反射,并使调用时间减半,开发人员可以使用define-rdnzl-call来为相应函数创建一个Lisp包装器。
If the iPhone 4 drops nearly one additional call out of 100, that could be close to a 2 percent dropped-call rate - or double the dropped-call rate of the old iPhone.
如果iPhone4每100次通话要多掉将近1次的话,那就接近2%的通话掉线率了——或者说就是老款iPhone通话掉线率的两倍。
I can now see that the innermost call to org.apache.axis.client.Call.invoke is the call that wraps the request processing, including the call to the server.
我现在可以看到对or g . apache . axis . client .Call . invoke最内部的调用是包装了请求处理的调用,包括对服务器的调用。
Therefore, the MKFS code will change to call the older ioctl call if the BLKGETSIZE64 ioctl call fails; this allows MKFS to work with the logical volume manager.
因此,如果BLKGETSIZE64ioctl调用失败,mkfs代码将改为调用较早的ioctl调用;这使得mkfs适用于逻辑卷管理器。
Let's say the option was -call to call someone (it's a list) and at the command line -call Joe was specified.
假定选项是-call呼叫某人(一个列表),并在命令行指定了- calljoe。
Will call foo and bar1 and will not call baz but may or may not call bar2.
这里会调用foo和bar1,但会调用baz,可能会调用bar2。如果bar2被调用了,那么baz将会在foo之后,baz1之前被调用。
This call comes from family, from friends, from strangers, from the soul... when you would call happy, sad, when you would call when you would call painful, helpless when you will still call.
这呼唤来自家人、来自朋友、来自陌生人、来自心灵…高兴的时候你会呼唤、悲伤的时候你会呼唤、痛苦的时候你会呼唤、无助的时候你还是会呼唤。
It was a call, very short call, saying 'congratulations, Sir, on the victory'... and why should some other nation be able to say I can't take a call?
那只是一通电话,很短的一通电话,祝贺我的当选……为什么其他国家能干预我接一个电话?
If you look ugly, call 110 if you build well, call 120 if you temper bad, call 119 if you feel beautiful, call my cell phone and elaborated??
如果你长得难看,请打110;如果你身材不好,请打120;如果你脾气不好,请打119;如果你觉得自己漂亮,请打我手机,详谈??。
If you look ugly, call 110 if you build well, call 120 if you temper bad, call 119 if you feel beautiful, call my cell phone and elaborated??
如果你长得难看,请打110;如果你身材不好,请打120;如果你脾气不好,请打119;如果你觉得自己漂亮,请打我手机,详谈??。
应用推荐