例如,如果尝试使用非数值字符更新整数属性,则会引发验证异常。
For example, if you try to update an integer property by using non-numeric characters, a validation exception is thrown.
该示例JMS客户端应用程序使用消息上的任意整数属性来存储消息的优先级。
The sample JMS client application uses an arbitrary integer property on the message to store the message’s priority.
组标识符设置为JMSXGroupId字符串属性,序列号设置为JMSXGroupSeq整数属性。
The group identifier is set to the JMSXGroupId string property and the sequence number to the JMSXGroupSeq integer property.
排名-这个属性是一个整数属性,决定了在同一天发生的事件将在一个月至三个月的视图被渲染的顺序。
Rank - This property is an integer property that determines the order in which events that occur on the same day will be rendered in a month-to-month view.
我们使用了JMSXGroupSeq,因为它是消息对象上预先存在并且应用程序没有以其他方式使用的整数属性。
We used JMSXGroupSeq because it is a pre-existing integer property on the message object that is not otherwise used by the application.
用户还可以明确地为分类定义新的整数属性,但是为了方便起见和演示目的,这里还使用了JMSXGroupSeq。
You could also define a new integer property by the user specifically for classification, but here we used JMSXGroupSeq for convenience and illustrative purposes.
例如,当配置客户编号(CUST_NO)转换时,我将这个属性定义为整数(图3)。
For example, when configuring the customer number (CUST_NO) transformation, I defined this attribute as Integer (Figure 3).
简单的项属性可以是基元数据类型,例如整数或字符串,或者是称为内容的特殊数据类型,这种数据类型用于存储诸如文件字节等批量数据。
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.
该属性获取一个布尔值,指出是否应当只解析所给值的整数部分。
This attribute takes a Boolean value indicating whether only the integer portion of the provided value should be parsed.
在这种情况下,配置属性值被当作一个前缀,其后会附加一个唯一整数。
In such a case, the configured property value is treated as a prefix to which a unique integer is appended.
但是,该函数并不返回属性的值;相反,它返回一个整数请求ID。
This function, though, does not return the value of the attribute; instead, it returns an integer request ID.
这一次,WXS数据类型被指定给了该属性,这反映出模式的设计人员认为订单号应该限制为一个整数。
This time a WXS data type is assigned to the attribute, reflecting the schema designer's assumption that the purchase order number should be constrained to an integer.
属性名称有大小写的区别,且数据类型应为整数。
The attribute name is case-sensitive, and its data type should be an integer.
节点A有两个属性,即一个字符串“John”和一个整数22。
Node a has two properties: a string, "John," and an integer, 22.
通常支持的类型有整数、Boolean、ASCII字符串、双精度带符号浮点数、日期时间、集合、列表、属性。
In general supported types are Integer, Boolean, ASCII string, double-precision signed floating point number, date-time, set, list, properties.
清单1显示了一个简单的例子,它声明了一个包含6个属性的hash:一个字符串、一个整数、一个布尔值、一个未定义的属性、另一个hash和一个函数。
A simple example is shown in Listing 1, declaring a hash consisting of 6 attributes: a string, an integer, a Boolean, an undefined attribute, another hash, and a function.
nodeType是代表节点类型的整数——例如,2代表属性节点,7代表处理指令。
NodeType is an integer representing the node type — for example, 2 for an attribute node and 7 for a processing instruction.
不论是对整数还是对集合进行迭代, <c:forEach>剩余的属性varStatus 所起的作用相同。
The remaining <c:forEach> attribute, varStatus, plays the same role whether iterating over integers or collections.
Time类型也是一个长整数,表示自午夜起的毫秒数,以设置属性时所在的时区为当地时区。
The time type is also a long integer, representing the number of milliseconds since midnight, local to the timezone in which the property was set.
从模块目的地的属性屏幕中找到字段Maximumfaileddeliveries,并将其设置为大于2的所需整数。
From the module destination's attribute screen, locate the field Maximum failed deliveries, and set it to any integer from 2 to as high as you want.
它返回按influence属性(是一个整数)排序的Retweets的List。
It returns a List of Retweets ordered by their influence property, which is an integer.
begin和end属性要么是静态整数值,要么是可以得出整数值的表达式。
The begin and end attributes should be either static integer values or expressions evaluating to integer values.
XMill的结构编码方案为每个不同的元素和属性名称分配一个整数代码,作为进入元素和属性名称词典的密钥。
The structural encoding scheme of XMill assigns each distinct element and attribute name an integer code, which serves as the key into the element and attribute name dictionaries.
每个属性通过一个整数键标识(好友列表的整数键为0),这样您就可以知道应当显示哪个属性。
Each attribute is identified by an integer key (zero, in the case of the buddy list) so that you can know what the attribute is supposed to represent.
构造型的属性,不管是逻辑值、整数值还是枚举类型的,都在概述中被分配有默认值。
The stereotype properties, which are of Boolean, integer, or enumeration types, have been assigned default values in the profile.
这些属性要求是整数值。
与ONCONFIG和会话环境属性类似,该属性的值也为0到100之间的整数值。
Similar to its ONCONFIG and session environment counterpart, the property takes an integer values between 0 and 100.
第一种方法:通过为被称作 startindex的repeat的属性指定一个整数值,在表单第一次被呈现时,指定 repeat 的索引。
Firstly, you can specify the index of the repeat at the time the form is first rendered by specifying an integer value for the attribute of repeat called startindex.
每个已保存的属性是一个简单的字节数组,但是可以将该属性转换为Boolean、整数或字符串属性。
Each stored attribute is a simple array of bytes, but it's possible to interpret the attribute as a Boolean, integer, or string attribute.
在属性定义中,delegate指的是实例Integer的值;我使 DSL 中所有度量单位都是克,这样它会返回整数值。
Within the property definition, delegate refers to the value of this instance of the Integer; I'm keeping all my units of measure within my DSL in grams, so it returns the integer value.
应用推荐