1·The printed output is processed and stored onto various types of storage media including hard disks, optical platters, and tapes.
这些印刷品经过处理之后保存在各种类型的存储媒介上,包括硬盘、光碟和磁带等。
2·Our printed layout consists of the graphics and text from the tutorial, combined with page Numbers, headers, and footers to create high-quality printed output.
打印出来的布局由教程中的图形和文本组成,再加上页号、页眉、页脚一起创建高质量的打印输出。
3·Only one call is made, but the output is printed twice.
虽然只发出了一个调用,但是打印了两次输出。
4·A message is printed on standard output to let the user know a signal was sent.
在标准输出中会打印一条消息以让用户知道发送了一个信号。
5·Similarly, if you can generate your output in a nice, simple HTML form, it can be printed easily and quickly.
同样,如果可以以漂亮简单的HTML形式生成输出,就可以轻松快速地打印它。
6·By default, the results are printed to standard output.
在默认情况下,结果输出到标准输出。
7·This has a practical benefit as it avoids wasting paper when the selected output is to be printed on a printer.
这种特性有实际价值,因为在打印机上打印选定的页面避免了浪费纸张。
8·The WYSIWYG application model has become the norm; its output resembles printed paper.
所见即所得的应用程序模式已经成为标准;它显示什么,打印出来就是什么。
9·When you run a job in the background with default bash terminal settings, bash normally catches SIGCHLD signals and prints a message after the next terminal output line is printed.
当使用默认的 bash 终端设置在后台运行作业时,bash 通常会捕获 SIGCHLD 信号并在打印下一个终端输出行之后 打印消息。
10·To guard yourself against XSS attacks, filter your input through the htmlentities() function whenever the value of a variable is printed to the output.
要防止受到 XSS 攻击,只要变量的值将被打印到输出中,就需要通过 htmlentities() 函数过滤输入。