loop construct meaning in English
循环构造
Examples
- Fortunately , perl makes it easy to write good code with simplified loop constructs , postfix if unless branching , and a whole lot more
幸运的是,有了perl ,我们可以轻松地用简化的循环构造、后缀if / unless分支语句和更多的方式编写优秀的代码。 - Although a recorded web test provides powerful web testing capabilities , it lacks the flow control and looping constructs that are provided by more advanced programming languages
尽管记录的web测试提供了强大的web测试功能,但它缺少更高级的编程语言所提供的流控制和循环结构。 - Although you can use this method to retrieve an explicit enumerator , in languages that support a foreach construct , it s simpler to use the looping construct directly in order to iterate through the rows in the data reader
在支持foreach构造的语言中,虽然您可以使用此方法检索显式枚举数,但是更简单的方法是直接使用循环构造来遍历数据读取器中的行。 - Sql server 2005 integration services ssis includes the foreach loop container , a control flow element that makes it simple to include a looping construct that enumerates files and objects in the control flow of a package
Sql server 2005 integration services ( ssis )包含foreach循环容器,此容器是控制流元素,使得可以更简便地将枚举文件和对象的循环构造包括到包的控制流中。 - And that s not the only advantage of working with ant in groovy . unlike xml , groovy is a highly expressive development environment wherein you can easily code looping constructs , conditionals , and even explore the power of reuse , rather than the cut - and - paste drill you may have previously associated with creating new build . xml files
与xml不同, groovy是非常有表现力的开发环境,在这个环境中,您可以容易地编写循环结构、条件选择代码,甚至可以利用“重用”的威力,而不必像以前那样,费力地用剪切-粘贴操作来创建新build . xml文件。