如果我们回想一下我们一开始讲过的数据对象的种类,浮点数,整数,字符串,它们实际上有相同的行为方式。
If we go back up to the kinds of data objects we started with, floats, ints, strings, they actually behave the same way.
如果您需要更多功能,请将数据作为一个无符号字符对象流进行读取,然后进行匹配。
If you need more, read the data in as a stream of unsigned char objects and do the math.
使用表的字符大对象(CLOB)或二进制大对象(BLOB)列在关系数据库管理系统(DBMS)中按原样存储XML数据。
Using character or binary large object (CLOB or BLOB) columns of tables to store the XML data intact in a relational database management system (DBMS).
在DB 29之前,XML数据要么作为字符大对象(CLOB)按原样存储,要么分解到关系表中。
Prior to the DB2 9 release, XML data was either stored intact as a character large object (CLOB) or shredded to relational tables.
CLOB数据类型定义为最多能够存储2,147,483,647个字符的字符大对象。
The CLOB data type is defined as a character large object capable of storing characters up to 2,147,483,647 long.
该DTD把数据序列化为通常在面向对象编程语言中才会见到的(嵌套的)数据结构集:词典、数组、字符串、数字、boolean值、日期和二进制数据。
This DTD serializes data into a (nested) set of data structures that are common in object-oriented programming languages: dictionaries, arrays, strings, Numbers, booleans, dates, and binary data.
虽然此视图将代替管理数据(不知道数据会到哪里),但是它必须将文本字符串(类json格式)转换为Objective - c数据对象。
This view, will manage the data instead (it does not know where the data arrived), but it must convert the text string (JSON-like formatted) into an Objective-C data object.
类型可以是基元,如字符串(SDO称它们为“数据类型”,并定义了一个映射到php类型的集合)或复杂类型来代表序列或地址(SDO称它们为数据对象类型)。
Types can be primitives, such as string (SDO calls these "data types" and defines a set mapped to PHP types), or complex types to represent an order or address (SDO calls these data object types).
但是为了避免不一致性和潜在的问题,在数据库中命名对象时不要使用其他特殊字符。
However, to avoid inconsistencies and potential problems, do not use these other special characters when naming objects in your database.
当用户输完所有车辆数据后,您只需构建一个源于该对象的JSON字符串,并通过存储到某个隐藏字段中的方式将该字符串发送至服务器。
When the user is done with all the vehicles, you can simply form a JSON string out of that object and send it to the server by storing it in some hidden field.
数据类型变量是一种业务对象或一种简单的类型,例如字符串或整数。
A data type variable is a business object or a simple type such as string or integer.
因为大多数数据库对数据库对象名称的字符和字符长度有要求,所以在为物理模型中的数据对象命名时,常常使用缩写。
Since most databases have requirements on characters and character length of database object names, abbreviations are usually used when naming data objects in physical models.
但是,如果能够创建XML对象,轻松地访问和过滤xml节点,轻松地把数据序列化成显示或存储所需的字符串,那么会怎么样呢?
But what if you could easily create XML objects, easily access and even filter XML nodes, and easily serialize the data to a string for display or storage?
智能大对象包括字符大对象(CLOB)和二进制大对象(BLOB)数据类型。
Smart large objects consist of character large object (CLOB) and binary large object (BLOB) data types.
如果您的数据可以容易地表示为简单对象而不是像字符串和数字这种分离的值时,它会很有用。
This is useful if your data is easily expressed as simple objects, rather than as separate values like strings and Numbers.
所以自变量(数据)-无论是浮点数、整数、字符串还是复杂对象-都要编码成可以传输到RPC接收方的格式。
So the arguments (the data) — whether they are floating-point Numbers, integers, character strings, or complex objects — are encoded into a format that can be transferred to the RPC receiver.
在使用UT f字符表示数据库对象名称时,这一点尤为重要。
This is especially important when using UTF characters to represent database object names.
例如,模拟数据库是一个简单对象,但具有数据库的API,可以接受一些已知的sql字符串,并为每个字符串返回一组固定的结果。
For example, a mock database is a simple object with the API of a database that accepts a few known SQL strings and returns a fixed set of results for each one.
您可以看到,这些文档可以存储包括字符串、整数、浮点数、日期、对象、数组等的各种数据类型。
As you can see, these documents can store various data types include strings, integers, floats, dates, objects, arrays and more.
这意味着转换器还要负责将对象数据转换回字符串表示形式。
This means the converter is also responsible for transforming the object data back in to a string representation.
函数的结果会以CLOB(字符型大型对象)数据类型的形式返回,可容纳1MB 的数据。
The result of the function is returned as a CLOB (Character Large Object) data type that can hold up to 1 MB of data.
这段代码根据GET调用产生的字符串数据创建一个JSON对象。
It simply creates a JSON object from the string data, which is the result of the GET call.
服务器端必须能够理解JSON形式的字符串并生成一个服务器端对象,以处理和保存数据。
The server side has to be able to understand a JSON-formatted string and produce a server-side object in order to proceed and save the data.
对于通过对象化来编程式地访问和操纵关系数据,最流行的方式是通过一些API 和包装器,这些 API 和包装器提供了一个或多个编写为文本字符串的SQL语句。
The most popular way to objectize to programmatically access and manipulate relational data has been through special APIs and wrappers that provide one or more SQL statements written as text strings.
但是cookie的最大缺点是他们只能存储字符数据,而我们希望将信息保留在对象中。
The biggest drawback with cookies, though, is that they can store only character data and we wanted to retain our information in objects.
通过使用XQuery和xml索引,现在可以在应用程序中按原样搜索和获取存储的XML数据,采用的方式与从数据库获取大字符对象相同。
Using XQuery and XML indexes, this stored XML data can now be searched and retrieved intact into the application, in the same way that you would retrieve a large character object from the database.
智能大对象由字符大对象(CLOBs)和二进制大对象(BLOBs)数据类型组成。
Smart LOBs consist of character large objects (CLOBs) and binary large objects (BLOBs) data types.
在Informix4glVersion 7.50 .xC1之前,UTF - 8功能还没有扩展到4gl,因此不能使用UTF - 8字符命名数据库对象。
Before Informix 4gl Version 7.50.xc1, UTF-8 capability was not extended to 4gl, so using database objects named using UTF-8 characters was not possible.
下列方法通过使用框架API以将数据对象转变为XML字符串的方式向服务发送这些更新,从而更新broker信息。
The following method sends the updates to the service to update the broker information, using a framework API to convert the data object to an XML string.
JRules允许在规则工件中添加任意数量的定制属性,定制属性可以是简单的字符串描述或结构化的数据对象。
JRules allows adding any number of custom properties to rule artifacts, where the custom properties can be simple string descriptions or structured data objects.
应用推荐