• This is because we need similar skills and knowledge to support that product on each "code branch" — that is, that development activity related to each product version.

    是因为我们需要相似的提示知识支持一个“编码分支”——与每个产品版本相关开发活动——的产品。

    youdao

  • Merge down the latest from the work branch, and check in your code.

    工作分支中取得并合并最新代码,然后的代码。

    youdao

  • Each team has their own work branch, since they each need somewhere to test their code before publishing to the trunk.

    由于每个团队发布代码主干进行测试,因此他们各自的工作分支

    youdao

  • Another option is to create a new workbench project by importing code from the selected branch of the CVS repository.

    另一个选项通过选定CVS资源库分支导入代码创建新的工作台项目

    youdao

  • Developers can have the freedom to flesh out concepts outside of the main code branch without impacting stable configurations.

    开发人员可以代码分支之外自由试验概念不会影响稳定配置

    youdao

  • At that point we can (and should) publish to the trunk, i.e. take all new code on the work branch and copy over to the trunk.

    此时我们可以(而且应该)将此分支公开发布主干上,比如工作分支所有代码复制到主干上。

    youdao

  • If the compiler has this prediction information, it can generate the most optimal code around the branch.

    如果编译器知道这种预测信息可以围绕可能执行的分支生成最优代码

    youdao

  • After the previous test, Process a and Process Z diverge, each taking a separate code path, as if both came to a fork in the road and each took a distinct branch.

    上次测试之后,进程a和进程z会出现差异每个进程会采用单独代码路径就像路上出现岔道都会走上不同的分枝。

    youdao

  • You can measure code coverage in several ways: by assessing line or statement coverage, condition coverage, branch coverage, and so on.

    可以通过许多方法来测量代码覆盖率通过评估代码行语句覆盖面条件覆盖面、分支覆盖面等等

    youdao

  • The JIT compiler may produce incorrect code that either references or attempts to branch to an invalid location.

    JIT编译器可能生成错误代码代码引用尝试无效位置进行分支

    youdao

  • When working with conditional code, you often know which branch is most likely and which is not.

    开发人员使用条件代码时,常常知道可能执行哪个分支,而哪个分支很少执行。

    youdao

  • A code coverage tool reports test coverage — either in the form of line or branch coverage — that represents the amount of code that is being touched when a test is run.

    代码覆盖工具可报告测试覆盖率——覆盖分支覆盖形式表示——表示测试运行涉及代码

    youdao

  • Remember that the point of removing the branch was so that you can vectorize the code.

    请记住删除分支目的在于代码进行向量化

    youdao

  • Finally, notice that the branch target for the function call is not the code that starts it, but the.opd entry point descriptor.

    最后请注意函数调用分支目标不是启动代码而是.opd描述符。

    youdao

  • Once every method has at least one test, use a code coverage tool, such as Cobertura, to write one test for every branch until each line of code is tested.

    每个方法都有了至少测试使用代码覆盖率工具cobertura每个分支编写一个测试,直到每一代码都能够测试。

    youdao

  • The code lines 219-226 contains the actual SQL statement used in Distributed Transaction for the corresponding branch.

    第219- 226行代码包含分布式事务(Distributed Transaction)相应分支所使用真正sql语句

    youdao

  • For example, if the conditional is marked "likely" then the compiler can place the True portion of the code immediately following the branch (which will not be taken).

    例如如果个条件标上了likely”,那么编译可以代码True部分直接放在分支指令后面(这样需要执行分支指令)。

    youdao

  • In Figure 2, I've done this for the first reported failure, a branch not completely covered. Listing 3 shows the detailed failure message, along with a snippet of the code it's pointing at.

    2中,报告第一失败采用了这种方法,报告的这个失败是一个没有完全覆盖分支

    youdao

  • Each branch, loop, or other logic added to the source code is preceded by the writing of an atomic test that will exercise that outcome.

    每个分支循环其他逻辑加入源代码之前要写出将要执行结果自动化测试

    youdao

  • The other possible branches in the code are either inline functions (which can, obviously, be inlined by the compiler), or are easily branch-eliminated by the compiler.

    其他代码要么内联函数(显然可以编译器进行内联),要么可以由编译器轻松消除分支的代码。

    youdao

  • Merges are a key aspect of a source code control system in general and are especially common in a branch-oriented VCS.

    合并一般源代码控制系统中的关键方面面向分支的VCS尤其常见

    youdao

  • This is because we need similar skills and knowledge to support that product on each "code branch " -- that is, that development activity related to each product version.

    是因为我们需要相似的提示知识支持一个“编码分支”——与每个产品版本相关开发活动——的产品。

    youdao

  • Examples of tagging source code for a branch.

    举例说明如何标记分支源代码

    youdao

  • At that point we can (and should) publish to the trunk, i. e. take all new code on the work branch and copy over to the trunk.

    此时我们可以(而且应该)分支公开发布主干上,比如工作分支所有代码复制到主干上。

    youdao

  • In those cases where neither Squirrel Shell nor you can abstract the platform away, Squirrel Shell provides a handy function to probe the operating system so code can follow an appropriate branch.

    这些情况下,无论是SquirrelShell还是无法脱离平台,Squirrel Shell提供了一个方便函数探测操作系统这样代码可以适当的执行。

    youdao

  • The functionality however 16 is already available via the Mercurial source code repositories default branch 17 and is actively being used by several RabbitMQ users.

    但是这个功能16可以通过使用Mercurial代码默认branch17来实现,而且已经有一些RabbitMQ用户使用了。

    youdao

  • The HEAD stream is the main code stream that users should be integrating to (if they want to branch off on their own and then merge with the HEAD stream later, that's fine).

    HEAD条目用户集成主要代码(如果它们需要自己分叉稍后HEAD流合并主意不错)。

    youdao

  • The HEAD stream is the main code stream that users should be integrating to (if they want to branch off on their own and then merge with the HEAD stream later, that's fine).

    HEAD条目用户集成主要代码(如果它们需要自己分叉稍后HEAD流合并主意不错)。

    youdao

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

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

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