• When a method is called only once by another method, and it makes more sense as a block of code.

    方法另一个方法调用一次并且作为一个代码有意义时。

    youdao

  • Don't hesitate to go with the slightly less clean looking code if that code makes more sense from a correctness and performance point of view.

    如果那些稍微比较不整洁代码正确性执行来讲有意义,我们也要毫不犹豫选择它们。

    youdao

  • This is using someone else's code in the truest sense: you're even letting the third party host the code your application USES.

    就是使用他人代码最真实感觉甚至可以让第三方来存放应用程序使用的代码。

    youdao

  • We don't code methods that we think might be needed later or columns in a database because it makes sense at the time.

    我们不会那些我们认为将来可能用到方法数据库来写代码因为当时不是问题。

    youdao

  • Concurrency, in the sense of running code in parallel, isn't actually that hard to do.

    并发程序,从代码并行运行意义上讲,并不做到

    youdao

  • What makes Construction phase iterations special, then, is the marked sense of progress implicit in each analyze-design-code-test cycle that is brought to completion every few weeks.

    几个星期内,我们就会完成个分析——设计——编码——测试周期这个我们一种明显进展感觉。这就是构建阶段迭代独特之处

    youdao

  • This also, by the way, in some sense, gives me the beginnings of my comments for what the structure of my code is going to be.

    顺便说一句,某种意义上也是对于代码结构的,讲解开始。

    youdao

  • In some sense, the use-case model lets us make the link between the high-level business function and the low-level code that implement these functions.

    某种意义上模型我们链接高层业务功能实现这些功能低层代码

    youdao

  • Compare this code with the XML above, and you should be able to get a good sense of how the API operates.

    通过将代码上面XML进行比较应当能够地理解API操作方式。

    youdao

  • He USES the word hacking in its traditional, noble sense within computing circles, to refer to building or tinkering with code, rather than breaking into websites.

    认为黑客行为的是建立修补密码不是入侵网络,并将“黑客行为”这个词组归于“计算机处理”传统而宏伟的概念

    youdao

  • To produce code that runs faster and is easy to maintain, it makes far more sense to use a hash table that stores the command-line options, then USES the hash to validate the user-specified input.

    为了生成运行更加快捷易于维护代码使用列表存储命令行选项使用散列验证用户指定的输入,这种方法非常有帮助。

    youdao

  • This made sense when all future development was meant to use .NET, but when that plan changed and native code regained its position as the preferred development environment, it was a big problem.

    计划之初所有开发打算.NET进行,但是渐渐计划成变化原生代码还是成了首选的开发环境这的确是个很大问题

    youdao

  • "You want to maintain an environment where your employees have some sense of a code of conduct or integrity," he says.

    应该维持雇员们有着行为准则正直感环境,”说道。

    youdao

  • Target creation is a little involvedit requires its own code listing and explanation to make sense.

    目标创建有点复杂需要专门的代码清单说明。

    youdao

  • The effort involved would be tedious enough to make more sense to keep the presentation code out of a stored procedure, and in the application.

    需要大量工作使表示代码不在存储过程中,应用程序中。

    youdao

  • In an article about a database technology, it makes sense to start with the database code. First, let's define a simple table schema to store our contacts in.

    对于有关数据库技术文章,应当首先从数据库代码开始讨论。

    youdao

  • Now that you understand this fundamental concept, the lengthy VU code generated in the Rational Robot script undoubtedly makes more sense.

    既然明白这个基本概念RationalRobot脚本产生冗长VU代码置疑是有意义的。

    youdao

  • Although it often makes sense to drop down to SAX code or use a tool like DTDParser (see Resources), or even handle transformations yourself, you need JAXP in your Arsenal of APIs and tools.

    虽然追溯到SAX代码使用类似DTDParser(参阅参考资料)的工具甚至自己处理转换,这些都是有意义的,但API工具仓库中需要JAXP

    youdao

  • There's no sense calling the USPS web service with a invalid ZIP code.

    使用无效邮政区调用USPSWeb services没有任何意义

    youdao

  • This makes sense, given that operating system and application code and constant data are identical among VMs.

    假如操作系统应用程序代码以及常量数据VMs之间相同,那么这个特点就很有用。

    youdao

  • Any GPU device has a device driver, so targeting it makes more sense than generating CUDA or OpenCL code which would require from users to install other SDKs.

    所有GPU设备设备驱动因此针对来编程合理,这样会生成CUDA或者OpenGL代码更好,因为需要用户安装其它SDK

    youdao

  • Another consequence of erasure is that using casts or instanceof with generic type parameters doesn't make any sense. The following code will not improve the type safety of your code at all.

    擦除另一个后果泛型类型参数强制类型转换或者instance of毫无意义

    youdao

  • In earlier versions (such as Visual Studio.net 2002, where we rewrote everything) that made sense because the code really didn't come together until that time.

    早期版本中,(例如重写所有东西Visual Studio . NET 2002),这样就是比较有效的,因为那个时候代码没有集合在一起。

    youdao

  • It slows down the next programmer in the code, as they have to think instead of just flowing through the conditional, if that makes sense.

    这会减慢未来程序员使用代码因为必须思考这段代码如何讲通,而不是顺着条件去看。

    youdao

  • That makes sense; if you want to find out exactly what each line of code does, the best thing to do is read the code.

    的确是有意义如果希望确定每行代码究竟执行了哪些操作最好方法就是阅读代码。

    youdao

  • If you have modified the code, it makes sense to go back to step one and run the code Review tool again to ensure that you have not introduced a new issue, and then proceed through the workflow again.

    如果已经修改代码回到一步再次运行代码复查工具保证没有引入新的错误然后再按工作流程进行遍是很有意义的。

    youdao

  • This makes sense, particularly in server-side applications, as the same server code is normally executed repeatedly.

    对于服务器应用程序尤其意义因为通常重复执行相同服务器代码

    youdao

  • Code reviews may not make a lot of sense unless you have standards in place to measure them against.

    除非设立了相应的标准其进行度量,否则代码检查可能无法起到很大作用。

    youdao

  • In a sense, substitution matrices code up chemical properties.

    某种意义上,替换矩阵是对化学属性的编码

    youdao

  • In a sense, substitution matrices code up chemical properties.

    某种意义上,替换矩阵是对化学属性的编码

    youdao

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

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

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