recurse 双语例句
全部
1·To iterate is human, to recurse divine.
迭代的是人,递归的是神。
2·Use -d recurse or its synonyms -R or -r. For example, use
可以使用 -d recurse 或其同义词 -R 或者 -r。
3·So we recurse with the rest of the list and try it again.
所以我们递归处理列表其余部分,并再次尝试。
4·You can recurse across directories when you add files to an index.
在向索引添加文件时,可以遍历目录。
5·It will also recurse down from the starting directory, adding files as it goes.
也会向下递归到开始目录,并在此过程中添加相应的文件。
6·The -r option tells rsync to recurse into the directories and copy the entire structure.
r选项让rsync递归遍历目录并复制整个目录结构。
7·It defines a closure called recurse that can be called with only one parameter rather than two.
它定义了一个名为recurse的闭包,能够只使用一个参数来调用它,而不是两个。
8·If not zero, you may have exceeded a computing limit, such as how deeply a regex can recurse.
如果不为零,则可能已经超出计算范围,例如超出regex可以递归的深度。
9·To extend the search for input files to include subdirectories, add the -recurse option to the command.
如果要将输入文件的搜索扩展为包含子目录,可向命令中添加- recurse选项。
10·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 加载模板并递归)。
递归
1·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 命令可用于复制整个目录树。
2·So we recurse with the rest of the list and try it again.
所以我们递归处理列表其余部分,并再次尝试。
