查询
1 词典释义:
print name
时间: 2025-05-24 04:53:21
英 [prɪnt neɪm]
美 [prɪnt neɪm]

打印姓名

双语例句
  • I got a kick out of seeing my name in print.

    看到我的名字被印成铅字,我感到非常兴奋。

    《柯林斯英汉双解大词典》
  • We can only print letters which are accompanied by the writer's name and address.

    我们只能发表有作者姓名和地址的信件。

    《柯林斯英汉双解大词典》
  • It was the first time he had seen his name in print.

    那是他第一次见到自己的名字被刊印出来。

    《牛津词典》
  • Please print your name.

    请用印刷体签名。

  • His name even went into immortal print, for the village paper magnified him.

    他的名字上了报纸,成为不朽,因为村里的报纸将他的事迹大肆宣扬。

  • Print your name and Alien Registration number on the back of each photo.

    在每张照片的背面写上你的名字和外国人注册号。

  • This example shows how to access documents in the RPX, and print the name and tag of the requirements contained within those documents.

    下面的例子显示如何在RPX中访问文档,打印这些文档中包含的需求的名字和标签。

  • As you parse each entry, you print a message to the standard output with the name of the current employee being created and whether or not the creation was success or failure.

    当您解析每个条目时,您将一条消息打印到标准输出,显示当前正在创建的员工的姓名,以及创建是成功还是失败。

  • Print out each file name.

    打印出每个文件名。

  • Our first example is a class that does nothing more than print a two-part name.

    第一个例子是一个类,该类除了打印由两部分构成的名字之外,什么也不做。

  • Whether you entered the incorrect queue name, no longer need the print queue, or simply want to see how to remove a queue, removing a virtual print queue in AIX is easy.

    不管您是出于什么原因要删除队列:输入了错误的队列名、不再需要使用打印队列,或者仅仅是想知道如何删除队列,在AIX中删除虚拟打印队列十分简单。

  • The printer website asks which photos to print and the user chooses the name of the site where her photos are stored (from the list of sites supported by the printer).

    打印站点询问需要打印哪些照片,用户选择保存照片的网站(从打印站点提供的网站列表中选择)。

  • And you can sort of type their name in and print it out and give it to them so they can take it home and digest it at home and the same with the other groups.

    你可以分类输进他们的名字,打印出来让他们带回家去消化理解,其他的组也可以这么做。

  • Two statements in the advice print out the fact that the employee's information was changed, along with the name of the employee.

    随着雇员名字,通知中的两条语句打印出了雇员信息被改变的事实。

  • Please print your name and company name, and the person you are going to see.

    请写上你们的名字和公司的名字,还有你们要见的人。

  • HSBC is one of three Banks authorized to print the local currency, so its name can be found in just about everybody's hands and wallets.

    汇丰是有权发行港元的三家银行之一,因此几乎在每个人的手中和钱包中都能见到它的名字。

  • For a name, the action is to print a message that it is unknown.

    对于名称,操作是打印它未知的消息。

  • She believed newspapers would not print her name without asking her permission first - she assumed data protection law meant they needed her say-so.

    她原本以为报纸不会在没有获得她允许的情况下报道她的名字——她以为资料保护法律意味着他们需要她的允许才行。

  • Next, I print the name of the file to let the user know what I'm creating.

    然后打印文件名,让用户知道我在创建什么。

  • Now, with the contents of the XML test file in hand, I use the value-of tag to print the name of the test run followed by a carriage return with the XSL: text tag (see Listing 5).

    现在得到了XML测试文件的内容,我使用value - of标签打印运行的测试名,后面通过xsl: text标签增加了回车换行符(如清单5所示)。

  • The default behavior of grep is to print the file name in which a match was found only if multiple files were specified.

    grep 的默认行为是在指定多个文件的情况下打印从其中找到匹配项的那个文件名称。

  • For example, in Listing 6, attempting to print out the newly created xrange didn't show anything other than the name of the xrange.

    例如,在清单6中,尝试打印出新创建的xrange时除了xrange的名称,不会显示任何数据。

  • Here, "destination" should be the name of a print destination as accepted by the "-d" option of the lp command (see "man lp").

    这里,“Destination”应该是lp命令“- d”选项(请参阅“man lp”)可接受的打印目的地名称。

  • L — Suppress normal output; instead, print the name of each input file from which output would have normally been printed.

    l——屏蔽正常输出;相反,打印包含正常输出内容的每个输入文件的名字。

  • The quickest way to find out which processor you're using is to print its name from an XSL: message element.

    确定所用处理程序最简单的办法是用xsl: message元素打印出它的名字。

  • You will add a text box that will take the user's name and a Submit button which, when clicked, will print "Hello World from name>."

    您将添加一个获取用户名的文本框,以及一个 Submit 按钮,单击这个按钮,就会打印出 “Hello World from ”。

  • If the entry is a file, you print the name and the number of bytes it's currently using (found using the st_size member of the struct stat).

    如果该条目是一个文件,那么显示其名称和字节数(可在struct stat的st_size成员中找到)。

  • Listing 7 is a simple program to read and print out the contents of the database, sorted by the name field.

    清单7是一个简单的程序,它从数据库中读出数据的内容,并将其打印到屏幕上,在打印时对name域进行排序。

  • Where I used to print the test run name, I now use a variable tag to build a new file name for the HTML.

    打印测试名的地方,现在改为使用 variable 标签创建新的 HTML 文件名。