With that goal in mind, you can create a view that returns the full document about the movie, keyed by movie title.
鉴于这个目标,您可以创建一个返回关于一部电影的、以电影标题为键的完整文档的视图。
Listing 8 shows a PHP page that lists all the titles in an RSS document — both the title of the feed itself and the titles of the individual items.
清单8显示的php页面列出了RSS文档中的所有标题,包括提要本身以及每个项的标题。
So, for example you could ask them to reply by email with a specific title and attach a document which contains information that they can set up in a number of different ways.
例如,你可以要求他们用特定的主题回复电子邮件,并附加一份包含用各种方式制作的信息的文件。
When you create a document in P8, the document's meta-data (the properties associated with the document, such as title, creator, last modified date, etc.), are stored in the P8 object store database.
当在P 8中创建一个文档时,文档的元数据(与文档相关的一些属性,例如标题、创建者、最近修改日期等)存储在P8对象存储数据库中。
Our blog has a document element called, containing an unbounded sequence of items with title, description, and so on.
我们的blog有一个名为的文档元素,包含无限制的项目序列,每个项目都有标题、描述等。
You should start by opening the site Configuration document and editing several of its Settings: the site URL, title, a description, and meta tag information.
您应该首先打开SiteConfiguration文档并编辑几个设置:站点的URL、标题、描述和元标记信息。
Add an image builder to display a document image before the document title on the portlet.
添加一个Image构建块,以在该Portlet上的文档标题前面显示一个文档图像。
TitleChange : Invoked when the title of a document is changed.
titleChange:在文档标题发生变化时调用。
Ensure that the template identifiers are words or graphics that exist on all copies of this form, such as the title of the form, a document ID number, or a corporate logo.
要确保模板标识符是在表格的所有副本中都存在的单词或图片,例如表格标题、文档ID号,或是公司 logo。
As you see in Figure 4, each document is represented by an ID number, a title, the original content of the document (" input "), and three sets of features.
如图4所示,每个文档以一个id号、一个标题、原始的文档内容(“input”)和以下三组特性表示。
Here, there's a modification in the use case title: the requirement UC4 has been removed and the requirement UC5 has been added (Figure 15. Modification on branched requirements document).
用例标题上会有一点的变动:需求uc4被删除了,而添加了需求UC5(图15,“对已分支的需求文档所做的修改”)。
That's often the text within your page's title tag in the document head, but it's also something that's predominantly displayed on every page of a good site.
它通常是页面文档头部的title标记内的文本,但它也通常突出地显示在一个良好站点的每个页面上。
The DOCUMENT table contains the basic information of each document: the document ID, title, and the document content ("input"). Remember that a MIML document has the following
DOCUMENT表包含每个文档的基本信息:文档ID、标题和文档内容(“input”)。
It selects the CD element within the root CDS element, which has a title attribute equal to August and Everything After, all in the cd.xml document.
它选择了根元素cds中的cd元素,该元素有一个title属性等于AugustandEverythingAfter,这些内容都在cd . xml文档中。
The ECS structure is defined in such a way that the document class, which creates a document container, ACTS like a wrapper for the Html, Head, Title, and Body elements.
ECS结构的定义方式使得创建文档容器的Document类成为了Html、Head、Title和Body元素的包装器。
If you intend the document to be a legally binding contract, use the word "contract" in the title.
如果你想让你的文件成为具有法律效力的合同,就要在标题中注明“合同”字样。
"If you intend the document to be a legally binding contract, use the word" contract "in the title."
如果你想让你的文件成为具有法律效力的合同,就要在标题中注明“合同”字样。
You can see that each book document has a title, author, book type, description, and file attachment.
可以看到,每个图书档案都有标题、作者、图书类型、图书描述和文件附件。
And as its title both threatens and promises, "Deadliest Catch" became the first reality TV show to document a star's death.
即危险又充满了希望,正名记录片的题目一样,《致命捕捞》成为首部记录一位明星的死亡的真人秀节目。
I think a title is such a fundamental part of the communication of a document that it should always be in element content.
我认为,像标题这样的文档信息基本组成部分应该作为元素内容。
As an example, one could use XPath to locate all the section-title elements in a document.
比如,可以使用XPath定位文档中所有的节标题元素。
For example, you could use XPath to locate all the section-title elements in a document.
例如,可以使用XPath查找文档内所有章节标题的元素。
IBM Lotus Notes V8 has a few limitations; the main one is that the title of the selected document is incorrect when it is selected in a non-PIM view.
IBMLotusNotesV8有几个限制;最主要的限制是若文档在非pim视图中选中,则所选文档的标题是不正确的。
Listing 14 retrieves the current Psycho document, deletes it in CouchDB, and then recreates it by adding a new movie-title key with the current ID value and removing the ID from the map.
清单14检索当前Psycho文档,在CouchDB中删除它,然后通过添加一个带有当前id值的新movie -title键并从映射移除旧id来重新创建它。
The following code, given a message containing the document and chapter elements, adds the title element and sets its value.
下面的代码添加title元素并设置它的值(对于给定的包含document和chapter元素的消息)。
The XQuery in Listing 3 illustrates a simple XQuery expression to return the title for films from the year 2002 from the XML document in Listing 1.
清单3中的XQuery演示了一个简单的XQuery表达式,用于返回从清单1中的XML文档查询到的自2002年至今的电影片名。
True to form, you want to store some songs in this database, with fields for song title, artist name, and album name. To create a document, follow this pattern.
毋庸置疑,您想要在这个数据库内存储一些歌曲,这些歌曲具有曲名、艺人名称和专辑名称字段。
So where, in XPath, you'd apply a path like /cds/cd[title='Revolver'] to a specific document, you can indicate the document in your actual XQuery using the doc() function.
前面我们已经将路径 /cds/cd[title='Revolver'] 应用到了一个特定的文档,但在XQuery 中可使用doc() 函数指定文档。
For example, book: title is equivalent to "title as a characteristic of a book" when read in an XML document, which is convenient when a person has to scan some XML.
例如,在阅读一个XML文档时,book:title等价于“将title作为book的一个特征”,它为人们浏览某些XML时提供了便利。
For example, book: title is equivalent to "title as a characteristic of a book" when read in an XML document, which is convenient when a person has to scan some XML.
例如,在阅读一个XML文档时,book:title等价于“将title作为book的一个特征”,它为人们浏览某些XML时提供了便利。
应用推荐