• 代码本身没有改变但是需要修改模块元数据

    The code itself does not change, but the module metadata needs to.

    youdao

  • 可以根据需要相对较快地改变技术因为重要设计信息一个抽象模型没有嵌入到代码

    And you can change technologies reasonably quickly as needed because the important design information is in an abstract model, not embedded in the code.

    youdao

  • 企业内部需要IT系统控制代码地方可以考虑使用SOAP之外服务调用方法,这些方法可能没有构建解析XML内容

    Inside the enterprise, where you have control over the code for it systems, you can consider approaches other than SOAP for service invocation, possibly without building and interpreting XML content.

    youdao

  • 更明智方法需要多次使用代码并且对于希望实现任务没有可用的内置php函数时才定义函数。

    The wiser way is to define functions only when you need to use the code multiple times and there are no PHP built-ins for the task you want to achieve.

    youdao

  • 如果代码检测没有快速找到泄露则您可能需要执行一些应用程序转储分析它们找到引用增加的对象

    If code inspection does not quickly find the leak, you will probably need to take some application dumps and analyze them to find the objects whose references are growing in size.

    youdao

  • 下面代码没有请求所有记录然后需要的记录进行分片而是实际的查询使用5作为OFFSET10作为LIMIT这可以极大地提高性能

    Rather than request all the records and then slice the records needed, the code below USES an OFFSET of 5 and a LIMIT of 10 in the actual SQL query, greatly improving performance.

    youdao

  • 首先承认遗留环境(代码没有测试)采取覆盖率的确需要长期的高投入

    First he concedes that getting high coverage in place for a legacy environment (one where the code does not have tests) does require a potentially high, long-term investment.

    youdao

  • 方法开发项目没有必要编写测试代码但是仍然需要测试所有连接

    There is no need to write and test code during a method development project, but there is still a need for testing all links and usage threads.

    youdao

  • 需要指定事务属性(没有代码回滚指令!)

    You only need to specify the transaction attributes (no rollback code or rollback directives!)

    youdao

  • 部署应用时,你并不需要上传任何附加文件——没有任何多余模板工具代码

    When you come to deploy your applications there are absolutely no additional files - no extra templates, tools or code libraries - that you have to upload.

    youdao

  • 如果知道堆栈一些元素信息(例如因为应用程序代码没有测试刚刚测试),需要另一种方法

    If you do not know that information for some elements of the stack (e.g. because the "application code" has not been tested yet, or so far has tested fine), you need another approach.

    youdao

  • 需要帮助也能编写某个脚本代码然而手头上却没有所需数据资源

    You don't need help writing a particular script or piece of code; rather, you need data or resources that you simply don't have.

    youdao

  • 示例代码中有一个需要注意之处:代码没有针对维护进行优化针对可读性进行了优化。

    A word about the sample source code: the code is not optimized for maintenance, but for readability.

    youdao

  • 因为代码移植Linux需要修改,所以没有必要进一步分析

    Because no changes are needed to transplant the code to Linux, no further analysis is needed.

    youdao

  • 1描述了没有Ajax视图还指出需要代码假设控制器servlet实现,视图层由JSP技术实现。

    Table 1 describes the MVC view layer without Ajax and indicates the amount of code needed, assuming that the controller layer is implemented by servlets and the view layer by JSP technology.

    youdao

  • 因为现在关于CometAPI没有一个标准,还需要很多特定于容器代码,社区帮助加快进度提高稳定性

    Since there is no standard right now in terms of Comet API, a lot of container specific code will be required and the help of the community will probably speed up the release and stability.

    youdao

  • 如果没有代码进行单元测试,那么升级支持浏览器后,组织可能需要花钱反复测试Web应用程序

    Without unit testing this code, organizations may pay for repeated testing of web applications after upgrading or supporting new browsers.

    youdao

  • 因此asymmetricbinding作用域中时,当前CXF代码一样坚持生成签名即使没有什么需要签署

    So it looks like the current CXF code insists on generating a signature when an AsymmetricBinding is in scope, even when nothing is being signed.

    youdao

  • 不要害怕扔掉代码.重构重新编码两个非常重要领域.遇到已经不存在的需求,或者你没有意识到你找到比开始编写的代码更好地解决问题和新问题的方案,如果你遵循上面建议,需要重构的代码已经最小化了.如果你没有遵循上面的建议,你可能需要重新编码.

    Many developers solve their problem while they are coding, and there is nothing wrong doing that. As a matter of fact, you can do that and still adhere to the above statement.

    youdao

  • 这个简化代码我们没有不同错误进行特殊处理不过,在实际的实现中,需要使用这些不同的路径

    In this simplified code, we have no special treatment of the different faults; however, in a real implementation, we would need to exercise these different paths.

    youdao

  • 对于这个示例更多代码需要说明第一线程示例相比没有复杂多少这正是因为使用队列模块

    This example has a bit more code to explain, but it isn't that much more complicated than the first threading example, thanks to the use of the queuing module.

    youdao

  • 如果没有JDBC需要编写特定每个具体数据库自定义代码

    Without JDBC, you would need to write custom code specific to each particular database.

    youdao

  • 显然需要那些方法才能执行代码但是这里列出它们没有意义

    Obviously, you'll need those methods to get the code to execute, but there was no point listing them here.

    youdao

  • 同样,对于使用EJB组件代码没有任何修改如果本地接口代替了远程接口,那么客户端代码需要进行相当大修改

    Also, no changes are made to code that USES the EJB components; if you replace remote interfaces with local ones, then considerable change may be required for client code.

    youdao

  • 代码没有错误处理功能注意实际应用程序需要此功能。

    There's no error handling in this code, but note that you would need it in a real-world application.

    youdao

  • 至少现在要求代码必须能够通过测试,到现在为止,我还没有进入需要大量返工的编码阶段。

    At least I now have a set of tests the code must pass, and I haven't gotten so far into coding that the amount of rework is excessive.

    youdao

  • 如果希望自己应用程序使用这些方法,那么并没有什么真正神秘奇妙的东西需要添加代码

    If you want to use these methods in your own applications, there's really nothing weird and wonderful to add to your code.

    youdao

  • 关于覆盖报告需要了解主要事情,覆盖报告最好用来检查哪些代码没有经过充分的测试

    The main thing to understand about coverage reports is that they're best used to expose code that hasn't been adequately tested.

    youdao

  • 请记住纯粹出于教学目的也许有人会说不想产品代码编写测试,确实没有在编写产品代码,所以我需要编写正式的测试。

    Remember, folks, this is purely for pedagogical purposes fancy author-speak for "You really don't want to do this for production code, but because I'm not writing production code, I get to cheat."

    youdao

  • 请记住纯粹出于教学目的也许有人会说不想产品代码编写测试,确实没有在编写产品代码,所以我需要编写正式的测试。

    Remember, folks, this is purely for pedagogical purposes fancy author-speak for "You really don't want to do this for production code, but because I'm not writing production code, I get to cheat."

    youdao

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

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

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