• 使用以下代码替换生成方法

    Replace the generated methods with the following code

    youdao

  • 0811字母语音代码替换单词每个字母。

    Lines 08 to 11 replace each letter in the word with its phonetic code.

    youdao

  • 以下代码替换原来代码中的9 - 11

    Replace lines 9-11 in the original code with the following.

    youdao

  • 然后可以适当代码替换样本中的检索文档值。

    Then, you can replace the values in the sample with appropriate code to retrieve the values from the source document.

    youdao

  • 可以以下代码替换多个echo语句UNIX 只需处理执行

    you could use the following code to replace the multi-echo statement, and UNIX would only need to process a single execution

    youdao

  • 我们文件包含预定义映射因此需要使用自己用户代码替换原有的用户代码

    Our file contains predefined mappings, so you need to replace the user codes with your own user codes.

    youdao

  • 然后含有经过重命名的方法调用计时代码替换拷贝方法的正文。

    It then replaces the body of the copied method with timing code wrapping a call to the renamed original method.

    youdao

  • 此外我们还将编写不当代码替换优质代码,从而简化将来代码支持

    Additionally, we made it easier for future support of the code base by removing the poor quality code and replacing it with much better quality code.

    youdao

  • 一些现有遗留代码可以组件化公开服务以供系统使用直到将遗留代码替换为新组件

    Some of the existing legacy code can be componentized and exposed as services for use by new systems until such time as such legacy code is replaced with new components.

    youdao

  • 相反必须在将现有代码替换更新代码地方执行就地更新维持相同版本

    Instead, you must perform an in-place update where you replace the existing code with the updated code and maintain the same version number.

    youdao

  • 对于Cancel按钮删除现有代码并用submit脚本中的最后代码替换

    For the Cancel button, you want to remove the existing code and replace it with the last line from the Submit script.

    youdao

  • 覆盖答应程序员代码替换一个方法实现。覆盖具有便利的特点大多书面向对象程序员乐意使用

    Overriding allows programmers to replace a method's implementation with new code. Overriding is a handy feature, and most OO programmers make heavy use of it.

    youdao

  • 但是进行必要的代码矫正代码替换脚本成功地移入Linux时间特别是如果很多脚本需要迁移。

    But doing the necessary code remediations and code substitutions to successfully bring your scripts to Linux can be time consuming, especially if you have many scripts to migrate.

    youdao

  • 开始单元测试中初始任务各个范例代码替换成我尚未实现的DSL的范例代码并且修改数次,直到满意为止。

    I began by replacing the example code in my unit test which instantiates the task library's classes with example code for my unimplemented DSL and revised it several times until I was satisfied.

    youdao

  • 使用代码替换所有代码包括libc _ i18n、NFS管理器加密框架部分以及大量关键驱动程序

    Replacing all the closed code with open source one: libc_i18n, NFS lock manager, portions of crypto framework, many critical drivers.

    youdao

  • 为了定位需要进行修改代码可以搜索getPassword4CMFromCredential,并用下列代码替换相关代码

    To locate the code that needs to be modified, you can search for getPassword4CMFromCredential and replace the related code with the following

    youdao

  • 例如,如果想要报表中添加毛利润信息如下代码替换BiProductUnitsSoldReport . xml文件中的SQL陈述

    For example, to add gross profit information to the report, replace the first SQL statement in BiProductUnitsSoldReport.xml with the following.

    youdao

  • 由于清晰地用户指引Renovations支持页面,因此以下代码替换 <H3class=”boxheader”>之间HTML 代码Contactthe RenovationsSupportor 000-000-0000

    Because you want to clearly direct users to the Renovations support page, replace the HTML code between <H3 class=”boxheader”> with this code: Contact the Renovations Support or 000-000-0000

    youdao

  • 十进制字符引用可以任何XML片段中使用并且xml解析期间实际代码替换

    Decimal character references can be used in any XML fragment and is replaced by the actual code point during XML parsing.

    youdao

  • 分析方法内容替换代码清单6代码片段

    Replace the contents of the analyze method with the code snippet in Listing 6.

    youdao

  • 即使之后可以取消(称为还原),但这些更改取消这些更改替换代码成为项目历史不变一部分。

    Even though they can subsequently be un-done (known as reverting), both the changes and the replacement code that undoes those changes are a permanent part of project history.

    youdao

  • 可以常规方式调试插件程序代码但是可能需要对代码进行紧急替换

    You can debug your plug-in code as normal, but you can also do hot code replacement as well.

    youdao

  • JPDA实现了在运行应用程序替换经过修改代码的功能。

    JPDA implements the ability to substitute modified code in a running application.

    youdao

  • 最后一步用户提交原始内容执行搜索替换操作对应HTML嵌入代码 HTML超链接替换每个URL

    The final step is to perform a search-and-replace operation on the original body content submitted by the user, replacing each URL with either the corresponding HTML embed code or HTML hyperlink.

    youdao

  • 基于对型的了解可以发现没有理由不在代码替换类型参数为泛型里典型'T '。

    With an understanding of Generics, you can see that there should be no reason to replace the type arguments in this block of code with the typical 't' found in Generics.

    youdao

  • 清单6底部输出(为了格式化稍微重新调整了结构),可以看到类型替换代码作用

    You can see the type substitution code in action in the output at the bottom of Listing 6 (restructured slightly for formatting).

    youdao

  • 下面清单9 中所代码替换 清单8中的所有代码

    The following code, shown in Listing 9, replaces all the code in Listing 8.

    youdao

  • 那次,使用了1.4.1JVM进行测试,结果发现生成代码运行起来可能要比替换反射代码更快

    At that time, I tested with a 1.4.1 JVM and found that the generated code could run much faster than the reflection code it replaced.

    youdao

  • 这个解决方案中,执行查找代码返回模仿对象代码自动替换

    In this solution, the code that performs the lookup is replaced automatically with code that returns a mock object instead.

    youdao

  • 不过filter不同是,map通常保留列表每个元素,使用每个应用代码得到的结果替换这些值。

    But, unlike filter , a map always keeps every element of a list, replacing each value with the result of evaluating the code on that value.

    youdao

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

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

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