• 人工清砂费用有些局部处理不是干净

    Artificial rust-removing expenses low, some local processing is not very clean.

    youdao

  • 卯榫结构装饰以及局部处理上,千变万化、千姿百态。

    In the mortise and tenon structure, decoration, as well as local processing, it can be said that the ever-changing, thousands.

    youdao

  • 结果表明存在降低处理净率,没有发现局部处理效果改善的现象。

    The results show that when the net exists in the sound field, the washing-ratio is degraded. No evidence exist showing improvement of washing effect at any local point.

    youdao

  • 但面对更多信息我们寻找简单局部处理方法时,不能寄望大自然给与我们同样恩赐。

    We cannot expect Nature to do the same when the simpler process of looking locally for information is more direct.

    youdao

  • 本文介绍了铬面革制作若干技术要点着重介绍了后身进行局部处理的技术措施。

    Points of technology on manufacturing soft chrome-tanned horse grain shoe upper leather were introduced, and the technology of part handle on the butt of horse hide was emphasized.

    youdao

  • 暴露者进行暴露应急局部处理。 发生暴露后,只有38.16%的暴露者采用合理处理方案。

    After exposed, 94.74% of cases had been urgently treated by local agency and only 38.16% were treated appropriately.

    youdao

  • 局部处理时,请将涂抹污渍处使之溶解,浸润30分钟刷洗不要粉、漂水其他消毒剂一同使用

    Regarding local processing, spread this product on the dirt spot and soak for about 30min and then brush, don't use with chlorine bleacher or other disinfectant together.

    youdao

  • 随访结果发现11患者耳郭支架发生不同程度的外露其中8局部处理后痊愈,3例患者的耳郭支架取出

    The follow-up result showed that 11 cases had the framework exposed partially, among which 8 cases were treated locally, the other 3 cases' frameworks taken out.

    youdao

  • 虽然局部思维会抑制创造力但是它促进分析能力。 分析性思维要求我们运用逻辑规则处理问题。

    While local processing might interfere with creativity, it also promotes analytic thinking, which requires us to apply logical rules.

    youdao

  • 网络应用程序同样需要保持信息处理高效性因此请考虑到局部页面呈现AJAX请求带来的迟钝而艰难交互

    A Web application also has to be efficient in the speed with which it processes information. So, consider heavy interactions that result from partial renderings and AJAX requests.

    youdao

  • 所有局部变量之后处理

    All the local variables can be dealt with later.

    youdao

  • 程序中的处理一样可以局部变量分配空间(第 63)。

    You can also allocate space for local variables as is done in the program (line 63).

    youdao

  • 我们使用处理局部降水信息

    We will use this graph for the processing of localized precipitation information.

    youdao

  • 我们下面了解到,为了获得事件处理程序实例确定范围局部变量可以将活动范围定义事件处理程序的直接子项

    We'll see below that it is useful to define a scope as a direct child of an event handler in order to have scoped variables that are local to the event handler instance.

    youdao

  • 范围可以提供错误处理程序、事件处理程序、补偿处理程序、局部变量本地伙伴连接本地相关

    A scope can provide fault handlers, event handlers, a compensation handler, local variables, local partner links, and local correlation sets.

    youdao

  • _ Startup方法信息复制局部变量挂钩任何必要的事件处理如图7所示。

    The _startup method copies this information into local variables and hooks up any necessary event handling, as shown in Figure 7.

    youdao

  • 子系统团队处理局部变更

    Process local changes within subsystem teams.

    youdao

  • 这些情况下要做的事情就是定义一个通用的“万能(catch - all)”处理程序,用于局部变量保存所有错误信息

    What happens in these cases is that a generic "catch-all" handler is defined, which saves all error information in local variables.

    youdao

  • submap细化不可用于处理局部元素匿名类型

    The Submap refinement is not available when working with local elements or anonymous types.

    youdao

  • 应用程序所需处理日期问题并不全部都时间上的某个完整时刻有关,因此可以处理一个局部时刻

    Not all dates you work with in your applications are full instants in time, so instead you can deal with a partial instant.

    youdao

  • 除非不能避免单个工作单元处理收到消息数据库升级,否则因为性能原因要考虑局部事务处理

    Unless you cannot avoid processing the incoming messages and database update in a single unit of work, consider using local transaction for performance reasons.

    youdao

  • 将创建一个事件处理程序实例局部变量

    This creates a variable that is local to the event handler instance.

    youdao

  • 定义局部变量要求使用范围以便每个事件处理程序实例使用自身的数据

    This scope is required to define local variables so that each event handler instance uses its own data.

    youdao

  • 如果没有局部变量所有事件处理程序实例都将相同全局变量实例上工作

    Without local variables, all event handler instances would work on the same global variable instances.

    youdao

  • 提高IT能力不再关于在IT内部局部处理过程最优化了。

    Improving it capability is no longer about localized process optimization within it silos.

    youdao

  • 谴责那些一味追求个人局部利益贪婪行为,呼吁国内外执行截然不同政策尤其是处理美国生产和使用的能源问题上。

    He condemned the greedy pursuit of personal and sectional advantage and called for radically different policies at home and abroad, especially in the way the United States produced and used energy.

    youdao

  • 必须坚持处理全局局部的关系。

    We must balance overall and local interests.

    youdao

  • 如果已经处理完了所有局部变量,就可以编译了。

    Compile when you have dealt with all the locally-scoped variables.

    youdao

  • Python例子中,这样处理方法已经开始出现了,我们实际上就是自己写代码模拟 出编译实现局部变量的功能。

    We see this already begining to happen in the Python example, where we are in effect simulating the code that a compiler would generate to implement a lexical variable.

    youdao

  • Python例子中,这样处理方法已经开始出现了,我们实际上就是自己写代码模拟 出编译实现局部变量的功能。

    We see this already begining to happen in the Python example, where we are in effect simulating the code that a compiler would generate to implement a lexical variable.

    youdao

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

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

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