注意那三个代码块。
Programmers tend to comment out blocks of code in case it's needed later.
程序员倾向于注释代码块,也许它会需要到。
As you can see, the Lombok team has documented what blocks of code generate what.
正如您所见,Lombok团队已经记录了什么块产生什么。
It discussed how to use methods, or reusable blocks of code, in a Python program.
讨论了如何在Python程序中使用方法或可重用块。
Squeak supports closures — that is, using blocks of code as parameters — like this.
Squeak支持闭包——也就是,使用成块代码作为参数——像这样。
Positions inside a function, which are changed when the optimizer merges blocks of code.
函数内部的位置(当优化器合并代码块时发生变化的位置)。
Additional blocks of code after the run method may be required to handle long running reports.
可能需要run方法后的其他代码块处理长期运行的报告。
Python follows this model, using indentation to separate blocks of code from the rest of the program.
Python遵循这一模型,使用缩进来分隔代码块与程序的其余部分。
SystemTap scripts are made up of probes and associated blocks of code to be executed when the probe fires.
systemtap脚本由探针和在触发探针时需要执行的代码块组成。
It's more likely that a business function will be found scattered across several blocks of code in several modules.
业务功能更可能分散在多个模块的多个代码块中。
It's a completely different task to analyze several hundred large programs in search of a few reusable blocks of code.
如果分析数百个大型程序来寻找可重用代码块,这将完全是另一回事。
In this case, it will only indicate blocks of code that have at least 10 lines that are similar or have been duplicated.
在这样的情况下,它将只指示出那些至少有10行类似或重复的代码块。
In structured exception handling, blocks of code are encapsulated, with each block having one or more associated handlers.
在结构化异常处理中,代码块是封装的,每个块有一个或几个关联的处理程序。
Both blocks of code evaluate an int value using a switch statement that results in a human-readable string value printed to the console.
这两个代码块都会使用switch语句计算int值,从而得到输出到控制台的供人阅读的字符串值。
Ranvier provides a flexible way of organizing dispatch of functional aspects of URI processing into multiple reusable blocks of code.
Ranvier提供了一种灵活的URI处理方法,可以将URI处理的功能性部分分派给多个可重用的代码块。
In these simple cases, expressions are provided, but they could also be blocks of code (using curly braces) to specify multiple statements.
这些简单的案例中提供了表达式,但它们也可以是规定多条语句的代码块(使用花括号)。
The functional programming paradigm means that the individual blocks of code can produce consistent output values for the same input values.
函数编程范例(paradigm)意味着对于相同的输入值,代码块会产生相同的输出值。
The common language runtime supports an exception handling model based on the concepts of exception objects and protected blocks of code.
公共语言运行时支持基于异常对象和受保护代码块概念的异常处理模型。
Other programming languages use special characters to distinguish blocks of code, like the curly brace characters ({and}) in C-based languages.
其他编程语言使用特殊的字符来区分代码块,比如基于C的语言中的花括号({和})。
Don't comment out code you mean to delete. I have known people to comment out blocks of code they were rewriting and check them in commented out.
不要把应删掉的代码注释掉了事我知道有些人重写提交代码的时候,把旧代码注释掉。
Procedure and function statements define certain blocks of code as procedures or functions that can then be returned to later in the program.
过程与函数语句将某些代码块定义为以后可在程序中返回的进程或函数。
For those processors that have an explicit compile phase, use-when filtering is intended to avoid compiling blocks of code that the processor couldn't execute.
对于那些具有明确编译阶段的处理程序,use -when筛选通常可以避免编译那些处理程序不能执行的代码块。
Structured exception handling is a control structure that contains exceptions, isolated blocks of code, and filters to create an exception-handling mechanism.
结构化异常处理是一种控制结构,它包含异常、已隔离的代码块和用于创建异常处理机制的筛选器。
Anonymous classes let you create objects that capture part of the environment in which they were defined, but objects and blocks of code are not the same thing.
匿名类允许创建这样的对象,该对象能够捕获定义它们的一部分环境,但是对象和代码块不一样。
When you select one of those blocks of code and do a refactoring, Eclipse finds other occurrences of that block of code and replaces it with a call to the new method.
当选择这些代码块中的某一个代码块进行重构时,Eclipse将找到出现这个代码块的其他地方,并用一个对这个新方法的调用替代它。
And when PureCoverage reports a high level of code coverage, you know you have not introduced new blocks of code without also adding automated tests to exercise them.
当PureCoverage报告高级别的代码覆盖时,您可以知道并没有引入新的代码块,因此不必增加自动测试。
You just need to remember that Scala, like many functional languages, allows you to take blocks of code — aka functions — as parameters and apply them as desired.
您只需记得Scala像许多函数语言一样允许使用代码块(aka函数)作为参数并根据需要使用它们即可。
This is often achieved with substituting blocks of code with a single lined comment when such blocks are not essential for the understanding of the current sample.
作者为此常常采用的一种技巧是把对于理解当前例子不是必需的代码段用一行注释来代替。
For example, Erlang includes a very simple concurrency model, allowing individual blocks of code to be executed multiple times on the same host with relative ease.
例如,Erlang包含一个非常简单的并发模型,允许在同一主机上相对轻松地多次执行代码块。
The shell can be invoked to run in either interactive mode (in which case you can enter expressions to be evaluated or blocks of code to be executed) or batch mode.
可以调用这个shell,以交互模式(在这种模式中,可以输入要计算的表达式或要执行的代码)或批处理模式运行它。
应用推荐