元数据术语就是该实体的简单属性。
The metadata items are then simple properties of this entity.
项目系统将属性区分为两种类型:简单属性和聚合属性。
The project system differentiates properties into two types: simple properties and aggregate properties.
秘密就在于XMLHttpRequest的一个简单属性onreadystatechange。
The secret revolves around a simple property of XMLHttpRequest called onreadystatechange.
为了避免这个问题,应当在构造函数中初始化复杂属性;然而,对于字符串、布尔值等简单属性则不需要这样做。
To avoid this problem, complex attributes should be initialized in the constructor; however, this is not necessary for simple attributes such as strings, booleans, and so on.
对于简单的关系类型使用属性;否则,你将会使你的图混乱。
Prefer attributes for simple types to relationships; otherwise, you will clutter your diagrams.
业务对象是用于表示业务实体的主要机制,支持从具有标量属性的简单基本对象到大型复杂层次结构或对象图的任何实体。
Business objects are the primary mechanism for representing business entities, enabling everything from a simple basic object with scalar properties to a large complex hierarchy or graph of objects.
在本文的后面部分,我将更详细地讨论标签,但现在只需知道,一个简单的、不带属性的标签可以包含任何状态,这个标签正是您在这里所需要的。
I'll discuss the tag more later in this article, but it's enough to understand now that a simple tag with no attributes encompasses every state, which is what you need here.
简单的项属性可以是基元数据类型,例如整数或字符串,或者是称为内容的特殊数据类型,这种数据类型用于存储诸如文件字节等批量数据。
Simple properties of items can be primitive data types, such as integers and strings, or a special data type called content, which is used to store bulk data such as the bytes of a file.
您现在已经了解了业务对象定义,可能会想了解有关简单类型以及如何建模属性的信息。
Now that you have seen the business object definitions, you might ask about simple types and how attributes are modeled.
该例中仅仅更新简单的属性值,对性能的影响不是很明显。
In this example, updating the value of simple attributes, the performance impact would not be significant.
缺省情况下,用于格式设置的空白被丢弃,简单元素和属性没有子节点。
By default, formatting white space is discarded and simple elements and attributes do not have child nodes.
如果对象的目标属性为简单的(人员),则将其内容添加到(中间)结果集。
If the object's target attribute is simple (person), its content will be added to the (intermediate) result set.
这样属性和简单类型定义就完成了,如列表3中的片段所示。
This completes the attributes and simple type definition, as shown in the fragments presented in Listing 3.
使用如下所示的命令来根据姓名属性进行简单查找。
Use the commands as shown below for simple lookups based on their name attributes.
数据型是用来描述“简单的”属性,应用文字或则数字来表述。
Datatype properties are used to describe "simple" properties, expressed by means of literals or Numbers.
对于本文来说,最理想的目的是通过最小的资源损耗对网络连接属性进行简单测试。
Providing simple measurements of network connection attributes with minimal resource consumption is ideal for this article.
由于库用户组除了名称之外没有其他属性,因此属性映射非常简单。
As the repository user groups have no other attributes than their names, the attribute mapping is quite trivial.
我就可以构建一个简单的存根(具有作为属性的数组列表),然后快速实现一些简单数据访问方法,如清单2所示。
I can build a simple stub that has an array list as a property, then implement some simple data access methods quickly, as Listing 2 shows.
清单16.太好了,属性很简单!
订单由包含许多简单类型属性和一个订单行式项目数组的业务对象表示,如图3 所示。
The order is represented by a business object that contains a number of simple type attributes and an array of order line items as shown in Figure 3.
第一部分用于约束文档的结构,第二部分则用于约束简单元素和属性的内容。
The first part allows one to constrain the structure of the document, and the second part allows one to constrain the contents of simple elements and attributes.
此模板属性文件相当简单,只是一个希望在筛选操作期间替换的属性列表。
The template properties file is pretty simple. Just a list of properties that you want to be replaced during the filter operation.
简单跳过继承属性(我将稍后深入介绍)。
Skip the inheritable attributes briefly -- I dive into those next.
清单7演示了通过提供一个具有name属性的简单类来使用Formattable接口。
Listing 7 demonstrates the use of the Formattable interface by providing a simple class with a name property.
这意味着,如果它们被取消注册,则需要使用相同的“完全限定”名称(而不是MBean的简单名称属性)查找它们。
This means that when they are de-registered, they need to be looked up with the same "fully qualified" name, rather than the simple name property of MBean.
许多Rails模型对象之所以简单,是因为属性都是用元编程动态添加的。
Many Rails model objects are simple because the attributes are all added dynamically with metaprogramming.
jsp示例的输入组件的值与某个简单bean 的属性绑定在一起,Search按钮触发名为searchAction() 的操作方法。
The values of the input components from the SearchForm.jsp example are bound to the properties of a simple bean, and the Search button triggers an action method named searchAction().
最后,我们可以使用类似XPath的支持(作为属性名称的最简单的表单)来访问这些属性。
Finally, we can access the properties using XPath-like support, the simplest form being the property name.
清单1给出了一个包含一个属性(消息)的简单gbean。
Listing 1 illustrates a simple GBean containing one attribute (message).
转换器的实现是直接编码的,简单地将这些属性添加为JMSMapMessage的对应字段。
The converter implementation is straightforward to code as it simply adds these properties to corresponding fields of a JMS MapMessage. The implementation of "ToMessage" on the client is shown below.
应用推荐