• For example, if you wanted to add some code that monitored what method was being called, its parameters, and how an internal computation or algorithm is working, then you can define a custom probe.

    例如如果增加一些代码监视什么方法调用参数以及内部算法计算怎样工作的,那么就可以自己定制一个探针。

    youdao

  • The fundamental challenge of teams working collaboratively on any type of specification, regardless of whether it is a set of documents, a set of models, or a code base. is this: controlling change.

    不考虑规范文档、一组模型还是一个代码情况下,对协作工作任何类型规范团队来说最根本挑战就是控制变化

    youdao

  • This activity should include all the code related to the system, regardless of what component or interface a programmer is working on.

    行为应该包括相关系统全部代码不论程序员工作什么组件接口

    youdao

  • There are no reports available to the team which concisely show working and failing tests after a build or track the performance of tests in particular areas of the code over time.

    开发团队无法构建之后得到一份简明显示工作失败测试报告无法特定区域代码的测试执行进行跟踪

    youdao

  • Microsoft employees will use this site to post snippets of the code they are working on, revealing some of the secrets of current or future Microsoft products.

    微软员工也会通过这个站点张贴他们工作代码中的片段揭示目前或是未来微软产品中的秘密

    youdao

  • We call a group of onscreen bubbles a working set; working sets can be very useful for programming tools that naturally output multiple methods or locations in code.

    我们屏幕上气泡称为一个工作,工作非常利于那些经常输出多个方法或者代码位置编程工具

    youdao

  • Important lesson, so that there would be some predictability in the results and I would have some, if you will, smoke test for knowing whether or not I was getting, my code seemed to be working.

    很重要,因为这样我就可以预测结果会是多少如果愿意,我们可以做烟气试验,来看代码是否工作正常

    youdao

  • After you create or clone a repository and make that repository your working directory, you're ready to start working with the code that it contains, add new files, and so on.

    创建克隆存储存储库成为工作目录之后可以开始使用其中包含代码添加文件等等。

    youdao

  • To make sure that the code is working properly and that you aren't getting a false positive, change either the password in the code or the INI file and run the example again.

    确保代码正常工作获得不是一个报,代码内更改密码更改这个INI文件再次运行示例

    youdao

  • The goal of developer testing is to ensure that newly written or modified code works as intended and doesn't cause "regression" (ie, the inadvertent breaking of previously working code).

    开发人员测试目标为了保证编写或者修改代码能够如愿工作导致回归”(也就是说无意中破坏之前工作的代码)。

    youdao

  • Some developers include platform specific code in their libraries, and to determine if the library is working on Windows, they check RUBY_PLATFORM and look for "mswin", "mswin32" or sometimes "win"

    有些开发者他们包含平台相关的代码并且决定这个是否工作Windows下,他们检查RUBY_PLATFORM,看看是否是“mswin”,“mswin32或者是比较少见的“win”。

    youdao

  • Of course this doesn't mean that someone chosen at random off the street can write working Ruby code or get a Rails application up and running.

    当然不是,写出正常工作代码或者Rails应用程序启动正常运转这样的事情,是你街边随便揪出来的一个就可以做的。

    youdao

  • Instead of working directly with code or hardware, you're going to be thinking about systems and how they interact.

    不再直接处理代码硬件,而将要考虑系统以及系统之间如何交互

    youdao

  • This is obviously not a tip that is overflowing with working code, because I wonder who really does use working XML code these days, and what API (or APIs) they use.

    显而易见篇文章并不是充满运行代码技巧文章,因为想知道这些来是否有人确实使用了运行的XML代码,以及他们使用的是哪种(哪些)api

    youdao

  • Often, code bases also introduce the challenge of working on multiple versions or streams of the same code that represent different release versions in parallel.

    通常代码引入处理多个版本或者并行表现不同发布版本同一段代码挑战

    youdao

  • Their workspace shows only the code related to the story or task they're working on and their outgoing changes are organized automatically.

    工作空间会显示故事或是正在从事任务相关代码,同时对其所做的任何变更都会自动组织起来

    youdao

  • Most developers working with code, either for analysis or for rewriting, will start with the Workspace level.

    大多数代码打交道的开发者——或者分析代码,或者重新编写代码——都需要从工作空间开始

    youdao

  • Developers working on Ruby libraries or applications have a new task on their hands: making sure their code works across Ruby versions.

    从事Ruby类库应用工作的开发者现在新的任务确保不同Ruby版本间代码的兼容性。

    youdao

  • Imagine you make a code change and run your build (through an IDE or Ant), and after all is working as expected you commit your changes to a version control repository.

    假设一个代码修改运行构建(通过ideant),一切预期运行之后,修改提交版本控制库。

    youdao

  • To follow along and try out the code for this tutorial, you need a working installation of Sun's JDK 1.5.0_09 (or later) or the IBM JDK 1.5.0

    继续学习试验教程中的代码需要有效安装Sun'sJDK 1.5.0_09 (其后版本)或IBM JDK 1.5.0 SR3。

    youdao

  • If you are following along, or you already have a plugin working with your favorite browser, you can jump in and download the code for this article and view the example XForms.

    如果阅读过上一部分,或者已经使用浏览器安装插件,可以直接下载本文中的代码查看示例X Forms。

    youdao

  • If you're working with a stable document structure defined by a Schema or DTD, and the structure suits your application's needs, code generation is probably the best approach.

    如果使用SchemaDTD定义稳定文档结构并且结构适合应用程序需要,则代码生成方法可能最佳方法。

    youdao

  • Depending on whether you are working on a server plug-in, client plug-in, or group plug-in, you will need to code the following APIs respectively to initialize the plug-in.

    根据创建服务器插件客户机插件还是插件,需要分别编写以下API初始化插件。

    youdao

  • Active Record doesn't require a mapping file, as Hibernate does; in fact, a developer working with Active Record doesn't need to code getters or setters, or even the properties of the class.

    Hibernate一样ActiveRecord需要映射文件实际上使用Active Record开发人员不需要gettersetter甚至类的属性进行编码

    youdao

  • Event handler that closes database connections or performs other clean-up actions, that code might be called while the user is still working with your solution.

    事件处理程序中加入关闭数据库连接执行其他清理操作代码,那么这些代码可能就调用,用户仍然使用您的解决方案。

    youdao

  • Storing the same or similar codes in working memory will cause code interference.

    储存工作记忆中的编码若相同造成干扰。

    youdao

  • NET if you prefer working in code, and the Expression Community Site if you focus on the design aspects of the application such as the visual UI or interaction model.

    如果倾向于代码打交道Expression社区网站,如果你专注UI视觉效果交互模型之类应用程序设计方面

    youdao

  • If you're going to be working with others, or if you're just plain forgetful like me, you'll want to comment your code as well.

    如果其它东西一起使用或者一样一个健忘的人,您可能会想到要注释代码。

    youdao

  • If you're going to be working with others, or if you're just plain forgetful like me, you'll want to comment your code as well.

    如果其它东西一起使用或者一样一个健忘的人,您可能会想到要注释代码。

    youdao

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

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

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