• Our final sed example uses the = command to print line numbers and then filter the resulting output through sed again to mimic the effect of the nl command to number lines.

    最后一个sed示例使用 =命令输出然后再次使用 sed过滤生成输出模拟使用nl 命令行进行编号效果

    youdao

  • The print statement in Line 8 is another of those string formatting operations that was discussed earlier.

    第8中的打印语句也是前面讨论字符串格式操作

    youdao

  • We need to modify the program to print a default message instead of crashing if all parameters are not included on the command line.

    我们需要修改程序使其命令行中包含所有参数时打印默认消息而不是崩溃

    youdao

  • If the local file has not yet been uploaded or is newer than the remote file, print a line indicating that the file is being uploaded.

    如果本地文件没有上载或者远程文件新的话,打印文字说明文件将被上载。

    youdao

  • I look for a regular expression that makes the pattern I am looking for, and then print the line of the disk report with a special message that gets injected.

    寻找构成寻找模式正则表达式然后使用注入的特殊消息打印磁盘报告

    youdao

  • If you use the DB2 command line processor to run your queries, you can use the -d option to suppress the XML declaration information and the -i option to print the results in an attractive manner.

    如果使用DB 2命令处理器运行查询那么可以使用- d选项来省略XML声明信息还可以使用- i选项一种美观的方式打印结果

    youdao

  • Listing 1 demonstrates this technique with a simple program to print the encodings of all URLs given on the command line.

    清单1通过一个简单程序说明技术输出命令给定所有url编码

    youdao

  • Printers recognize the form-feed character and automatically advance the print head by the required number of lines necessary to begin the next line of data on a new page.

    打印机会识别自动根据新的开始所需移动打印

    youdao

  • When I run the script on the command line and print the contents of the text configuration file, I see the output shown below.

    命令运行脚本输出文本配置文件中的内容,能够看到下列输出

    youdao

  • We began here so at this point in the story the next thing that's going to happen is this line called Print F that says swap exclamation point, right?

    我们这里开始这里,下一步将要发生事情,叫做printf的代码,打印:“交换完成!“对不

    youdao

  • The last line, which prints the number of matched items in the QueryPath object, will print 4.

    最后打印QueryPath对象匹配数量,最终打印的结果为4

    youdao

  • The line of perl says, "Read all input lines into an anonymous array , reverse the order of the elements, and print the new array."

    包含perl命令表示“将所有输入读入一个匿名数组(),颠倒元素顺序打印这个新的数组”。

    youdao

  • Perl's -p option tells it to read and process each line from standard input and print the results to standard output.

    Perl-p选项告诉读取处理标准输入中的每行内容,结果打印标准输出

    youdao

  • Typing 'list main' will print the source listing starting around the main function and pressing return again will reveal the wib function call is on line 21.

    输入'listmain '打印main函数开始源码清单再次回车将显示第21wib函数调用

    youdao

  • The second print statement is used to print a newline so that the next row in the times table is printed on a new line.

    第二print语句用于打印行,从而使乘法中的下一打印新的行中。

    youdao

  • The listing shows the variable "diff" being calculated on line 6, which we can re-evaluate by supplying the "diff" expression to print as 'print no1 - no2'.

    清单显示了第 6计算变量 "diff",我们可以打印 "diff"表达式(使用'printno1-no2' 命令),来重新估计这个变量。

    youdao

  • Most people access GDB from a command line, using simple instructions like run, print, and info.

    大多数使用诸如runprintinfo这样的简单指令命令访问gdb

    youdao

  • The loop simply iterates through the array and prints each line as it would do on the command line, but enforcing an XHTML break-line element after each print.

    循环迭代这个数组打印命令的无异,只不过每次打印后均强制使用一个xhtml断行元素

    youdao

  • The firm is about to complete a pilot production line that will print lithium-ion batteries onto sheets of metal or plastic, like printing a newspaper.

    即将完成一条试点生产线打印报纸般在金属塑料纸打印锂离子电池

    youdao

  • A multi-line loop to print all the environment variables in lowercase, with the first letter uppercase, and sorted, using map.

    使用map,并且除字母大写外、小写字母打印排序所有环境变量的多循环

    youdao

  • The 'p' command does what it always does, explicitly telling sed to print out the line, since we are in '-n' quiet mode.

    因为处于' -n '安静方式,所以'p '命令还是完成惯有任务,即明确告诉sed打印该行

    youdao

  • A one-line loop to print all the environment variables in lowercase, with the first letter uppercase, and sorted.

    字母大写外小写字母打印排序所有环境变量单行循环

    youdao

  • A multi-line loop to print all the environment variables in lowercase, with the first letter uppercase, and sorted.

    字母大写外小写字母打印排序所有环境变量循环

    youdao

  • A one-line loop to print all the environment variables in lowercase, with the first letter uppercase, and sorted, using map.

    使用map,并且除首字母大写外、小写字母打印排序所有环境变量单行循环

    youdao

  • Take that line and use awk to print the second field, which is the total memory in the node.

    获取一行使用awk输出第二字段节点中的内存

    youdao

  • Method trace is invoked on the command line by adding the methods keyword token as well as setting the value of mt to one of the destination keywords (maximal, minimal, print).

    命令调用方法跟踪办法添加methods关键标志mt设置目的地关键字之一(maximalminimalprint)。

    youdao

  • The PHP print instruction on this object, incidentally, produces the same information as var_dump in a slightly more compact form, all on one line (which we have split into five for readability).

    顺便说一下,对象使用PHPprint指令将获得与var_dump相同信息,且格式更为简洁,仅有(可读性起见,本文将拆分行书写)。

    youdao

  • Ruby and Groovy developers like to brag about how they can iterate across a text file and print its contents to the console with a single line of code.

    RubyGroovy开发人员喜欢炫耀他们如何迭代整个文本文件通过行代码将内容输出控制台

    youdao

  • Now, there is a line feed and a whole bunch of Spaces in between pretty and print.

    现在prettyprint这两个词之间出现个换行符和大量空格

    youdao

  • Now, there is a line feed and a whole bunch of Spaces in between pretty and print.

    现在prettyprint这两个词之间出现个换行符和大量空格

    youdao

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

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

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