首页 / 词典 / good

recurse

  • 网络递归;递回
recurserecurse
  1. It will also recurse down from the starting directory , adding files as it goes .

    也会向下递归到开始目录,并在此过程中添加相应的文件。

  2. It should recurse down a directory structure , looking for test cases to add to the test suite .

    在一个目录结构下递归,以寻找加入测试组合的测试环境。

  3. You can recurse across directories when you add files to an index .

    在向索引添加文件时,可以遍历目录。

  4. It defines a closure called recurse that can be called with only one parameter rather than two .

    它定义了一个名为recurse的闭包,能够只使用一个参数来调用它,而不是两个。

  5. So we recurse with the rest of the list and try it again .

    所以我们递归处理列表其余部分,并再次尝试。

  6. The-r option tells rsync to recurse into the directories and copy the entire structure .

    r选项让rsync递归遍历目录并复制整个目录结构。

  7. In fact , searching a collection of files is so common that grep has its own option to recurse a file system hierarchy .

    事实上,搜索文件集是一项常见的工作,所以grep具有相应的选项以递归遍历整个文件系统层次结构。

  8. If not zero , you may have exceeded a computing limit , such as how deeply a regex can recurse .

    如果不为零,则可能已经超出计算范围,例如超出regex可以递归的深度。

  9. For example , many file-based utilities ( such as grep and find ) require code to recurse a directory in search of files .

    例如,很多基于文件的工具(比如grep和find)都需要在目录中搜索文件的代码。

  10. The standard cp command is capable of copying entire directory trees if you use the-r command-line option to recurse into subdirectories .

    如果您使用-r命令行选项递归到其子目录中,标准的cp命令可用于复制整个目录树。

  11. We don 't need to pass in the-string to recurse because it is already in the parent environment and does not change from call to call .

    我们不必将the-string传递给recurse,因为它已经在父环境(parentenvironment)中,而且从一个调用到另一个调用时不会改变。

  12. However , we 'd also like it to only upload files which have changed locally , and automatically recurse into subdirectories while checking for files to upload .

    不过我们也希望它可以做到仅上载那些本地修改过的文件,并能够在判断文件上载的时候可以递归的检查其子目录。

  13. Next , you get yourself a brand new $ templates object ( which will load templates from / home / tzz / templates / share and will recurse ) .

    接下来,您将获得一个全新的$templates对象(将从/home/tzz/templates/share加载模板并递归)。

  14. Lastly , we check to see if the file is actually a directory . ( See the code snippet below . ) If it is , we recurse into it .

    最后,我们查看一下文件是否确实是一个目录。(请看下面的代码片断。)如果是,我们再递归进入。