• In the simplest units, that required a call to block allocation for each block.

    简单的情况下每个分配都要有一个调用

    youdao

  • I like the function call technique, but I'm not sure I like that all the book data goes in as one block.

    很喜欢函数调用技术并不赞同所有图书数据放入一个中。

    youdao

  • Walk down the hall or around the block, call a friend, listen to a calming piece of music, do some stretching exercises, or eat a high-protein 100 - to 200-calorie snack.

    大厅走走,沿着大楼圈,给朋友个电话,一首舒缓一点伸展运动一点含高蛋白热量在100200卡的零食。

    youdao

  • However, if the mutex is locked this call won't block.

    然而如果互斥对象锁定,这个调用不会阻塞。

    youdao

  • At some point, you're going to have to face that massive code block and call it your own.

    随后的时刻必须面对大量代码它们搞定

    youdao

  • For example, many JVMs are sophisticated enough to recognize that a block of code being looped over constitutes "hot" code, even if there's only a single call to the method that contains that block.

    例如许多先进的编译器可以识别出构成代码循环代码即使包含包含方法一个调用

    youdao

  • At a rough level, you usually just want to automatically call a less specific rule at either the start or the end of execution of a code block.

    粗糙层次上通常只想开始结束执行代码时自动调用特定的规则

    youdao

  • Outside of a dynamic block developers can only call C# code statically, just as they do today.

    而在dynamic之外代码仍将支持静态访问,我们现在的写法一样。

    youdao

  • And unlike most unit testing frameworks, the one used for Silverlight runs on the same said thread so you cannot block it while waiting for the service call to return.

    大多数单元测试框架不同Silverlight使用那个单元测试框架运行相同线程上,因此不能阻止等待服务调用的返回。

    youdao

  • When you select one of those blocks of code and do a refactoring, Eclipse finds other occurrences of that block of code and replaces it with a call to the new method.

    选择这些代码中的个代码块进行重构时Eclipse将找到出现这个代码其他地方,并用一个这个方法的调用替代它。

    youdao

  • To flush a particular work item and block until the work is complete, you can make a call to flush_work.

    清理特定的任务项目阻塞任务,直到任务完成为止,可以调用flush _work实现。

    youdao

  • The SOAP method call is performed within a try - except block, which is generally good style, but here we do it specifically to catch a SOAP.faultType exception.

    SOAP方法调用try-except执行的,一般来说这种方式比较好这里我们这样做只是捕捉 SOAP.faultType异常

    youdao

  • This means we need to add a call to its "Dispose" method and that we lose the safety of having this called in a finally block.

    也意味着我们需要添加Dispose方法调用这样,我们会就丧失最后代码(Finally Block)中调用“Dispose”方法的安全措施

    youdao

  • From the SOAP client perspective, it's a good idea to wrap the SOAP call inside a try-catch block, so that SOAP faults like the one above can be caught and handled gracefully.

    对于SOAP客户端来说,将这个SOAP调用封装一个try - catch代码好的做法这样类似于上面的SOAP错误被顺利地捕捉和处理。

    youdao

  • The powerful as operator in Groovy takes a code block and generates a new class that implements the interface, which you can then call as if it were a concrete class implementing the interface.

    Groovy强大的as操作符接收代码生成一个实现接口可以调用实现该接口的具体类一样调用

    youdao

  • You can also specify :all, meaning RSpec will call the before block once before all of the tests.

    可以指定 :all,表示RSpec 在执行所有测试之前调用before代码块

    youdao

  • The default symbol is: each, meaning RSpec will call the set up block before each test.

    默认标志each,表示RSpec每次测试之前调用set u p代码块

    youdao

  • For example, say I want to move the block of code after the call to map.get in Listing 3 to a separate method.

    例如假设调用清单3中的map .get,将代码另外一个方法

    youdao

  • The first request for a particular persistent object type will require PoIdGenerator to call the PoIdBroker to reserve a block for that type.

    特定持续对象类型首次请求要求PoIdGenerator调用PoIdBroker,以便为那种类型保留一个块。

    youdao

  • When a call to the log method is found, we check to see if the program counter is outside the if block determined earlier.

    找到log方法调用我们检查程序计数器是否前面确定的if外面

    youdao

  • Catch block, and that you call the close method on your connection inside a finally block.

    catch中,而且finally连接调用close方法

    youdao

  • You can be inside a dosync block and call another function that also has a dosync block.

    dosync调用具有dosync块的另一函数

    youdao

  • Call with continuation gives you a code block, and the continuation (or a saved call stack, with instance variables), which you assign to a variable.

    continuation进行调用使获得一个代码指派给变量continuation(保存的调用堆栈其中实例变量)。

    youdao

  • The last feature called call filter permits you to block any unwanted calls.

    最后一个功能叫做呼叫过滤器允许阻止任何不需要的呼叫。

    youdao

  • Scheer stresses that his team's main goal is to derive a monomer—the building block of the polymers most of us call plasticsentirely from algae biomass.

    强调他们主要目标在于研发单体物质-我们大多数人称为塑料一种聚合物构件---完全来源于海藻这种生物质原料

    youdao

  • Some phone companies in the us already offer call-blocking service, allowing the user to block calls from Numbers that are proving a nuisance.

    美国一些电话公司已经提供呼叫限制服务它能使用户阻挡来自骚扰者电话

    youdao

  • If multiple threads attempt to lock a semaphore after the initial call above, they block and their requests are queued until the pthread_mutex_unlock call is performed.

    如果多个线程完成上面初始调用尝试锁定信号量,则这些线程会被阻塞它们请求进入队列直到执行pthread _ mutex_unlock调用。

    youdao

  • Observe the usage of the timeout in the call to the accept routine—[client_responder.accept (client_stream, &client)]: The server will block the call forever.

    看一下accept 例程调用超时使用方法 — [client_responder.accept (client_stream, &client)]:服务器一直阻塞这个调用。

    youdao

  • Observe the usage of the timeout in the call to the accept routine—[client_responder.accept (client_stream, &client)]: The server will block the call forever.

    看一下accept 例程调用超时使用方法 — [client_responder.accept (client_stream, &client)]:服务器一直阻塞这个调用。

    youdao

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

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

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