• Please check your code and try again...

    检查代码然后再试一次。

    youdao

  • This contradicts the desire to check your code quality on a daily basis.

    一点与每天检查代码质量愿望背道而驰

    youdao

  • CodeToGo can't execute code locally, so an Internet connection is required to check your code.

    CodeToGo无法在本地执行代码所以需要连网才可以代码进行检查

    youdao

  • If not, stop reading this article and check your code into a CVS or Subversion repository immediately.

    如果没有请暂停阅读本文,立即代码CVSSubversion仓库

    youdao

  • To solve it you'll check your code multiple times, and still won't be able to find where the culprit is.

    解决多次检查代码仍然无法找到罪魁祸首是谁。

    youdao

  • Using Test Categories to Select Tests to Run before Check-In: you can use a build to check your code changes before you check in.

    使用测试类别选择运行测试可以使用某个生成在签入前检查代码更改

    youdao

  • I built a tool that lets you browse a catalog of patterns, bind them to your code, and statically check your use of the pattern.

    开发了一个工具,它可用来浏览模式,将代码它们绑定起来,用它来静态地检查模式使用

    youdao

  • You could put the calling thread to sleep for a little bit, say three seconds between each check, but then your threaded code wouldn't be optimally responsive.

    每次检查之间可以调用线程短暂进入睡眠,比如睡眠秒钟但是因此线程代码无法最快作出响应。

    youdao

  • I'll pick up at that point, expanding the discussion into ways you can improve the quality of your tests and check the quality of the finished code.

    这个问题起点,讨论如何改进测试质量检查最终代码质量。

    youdao

  • Check out JUnit and catch more errors by making your code "test-infested."

    查看JUnit通过使代码“ test -infested ”来捕获更多错误

    youdao

  • The first three lines of code check out the latest version of sqlalchemy and add it as a package to the Python installation on your local system.

    代码检查最新版本sqlalchemy作为添加本地系统Python安装中。

    youdao

  • You can also easily check your work outside of your code, in several ways. One way is just to type the same REST URLs you use in your code into a browser or using cURL or a similar tool.

    可以代码外部检查您的工作,方法有几种,一种方法浏览器输入您代码中使用RESTURL或者使用cURL其他类似工具。

    youdao

  • Check your e-mail for a note from the Digitrust; it will contain a URL and activation code.

    检查电子邮件以获得来自Digitrust 的说明;包含一个URL以及激活代码

    youdao

  • Because there is rarely an explicit check on the invariants that are expected to be held in an else clause, it's a good idea to make that clear in your code.

    因为我们很少else子句希望保留变量进行显式检查,所以代码清楚说明该不变量一个不错主意

    youdao

  • If you do, check the port number by expanding Web Service Ports in your module and opening the code in the WSDL editor.

    如果确实如此展开模块中的WebServicePorts打开WSDL编辑器中的代码检查口号。

    youdao

  • To protect against both XPath injection and other forms of code injection, you should check all data passed from your Web server to your backend services.

    防止XPath注入其他形式代码注入,应该检查所有Web服务器传到后端服务数据

    youdao

  • You can evaluate how your code is interacting with mocks (such as verifying how many times a method was called, check state, and so on).

    可以评估代码如何模仿对象交互(譬如验证调用了某个方法多少以及检查状态)。

    youdao

  • When others check in their code, you will see it as incoming to your workspace.

    其他人核查他们的代码时,看到引入工作空间一样

    youdao

  • If you choose to use this code in your own system be sure to check if a location is returned and present an informative error message to the user if a location isn't resolved.

    如果选择自己系统使用代码一定检查是否返回位置并且如果对某个位置进行解析时用户呈现一条告知性错误消息

    youdao

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

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

    youdao

  • They can't check that your tests include all the appropriate data patterns, but they can let you at least make sure that all your code is being executed during the tests.

    这些工具不能检查测试是否包括所有适当数据模式它们至少可以确信在测试期间所有代码得到了执行。

    youdao

  • So validation serves as a check-sort of like compiling your code every time you make a change.

    因此验证可以作为种检查—有点每次更改代码之后进行编译一样。

    youdao

  • Imagine if your developers could pre-check their code by running private "integration builds" outside their local workspaces, but without checking their code in.

    设想不检代码的情况下,开发人员是否可以通过本地工作区之外运行个人的“集成构建”来预检查代码。

    youdao

  • Just check in your source code, make sure it builds on the ci server, then update a recipe and watch your changes roll out to the world.

    只要代码确保CI服务器构建然后更新一个方法,就可以看着你的改变去改变世界。

    youdao

  • Then write your code to check for and protect itself from that weird data.

    然后编写代码检查这些恶意数据保护自身免受这些数据的破坏。

    youdao

  • For instance, you can set up your CI system to execute a build that only runs unit tests during code check-ins (which is often referred to as a commit build).

    例如可以设置CI系统执行构建(通常称作提交构建),构建代码签入时运行单元测试

    youdao

  • The main disadvantage of lazy initialization is your code becomes more complex because you need to check to see if the attribute has been defined yet and, if not, obtain its value.

    延迟初始化主要弊端由于查看属性是否定义如果没有则得到,这会使代码变得复杂

    youdao

  • If you check the XML definition file, you can see the code for your new template.

    如果核查xml定义文件,您可以看到模版代码

    youdao

  • The main disadvantage of lazy initialization is that your code becomes more complex because you need to check to see if the attribute has been defined yet and, if not, obtain its value.

    延迟初始化主要缺点代码将变得复杂因为需要查看是否定义属性如果定义,则要获取属性

    youdao

  • The main disadvantage of lazy initialization is that your code becomes more complex because you need to check to see if the attribute has been defined yet and, if not, obtain its value.

    延迟初始化主要缺点代码将变得复杂因为需要查看是否定义属性如果定义,则要获取属性

    youdao

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

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

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