• 如果我们回想一下我们一开始讲过数据对象种类浮点数整数字符它们实际上相同行为方式

    If we go back up to the kinds of data objects we started with, floats, ints, strings, they actually behave the same way.

    youdao

  • 如果需要多功能,请数据作为一个符号字符对象进行读取然后进行匹配

    If you need more, read the data in as a stream of unsigned char objects and do the math.

    youdao

  • 使用表字符对象(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).

    youdao

  • 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.

    youdao

  • 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.

    youdao

  • 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.

    youdao

  • 虽然此视图代替管理数据(知道数据哪里),但是必须文本字符(类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.

    youdao

  • 类型可以基元字符(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).

    youdao

  • 但是为了避免不一致性潜在问题数据命名对象不要使用其他特殊字符

    However, to avoid inconsistencies and potential problems, do not use these other special characters when naming objects in your database.

    youdao

  • 用户所有车辆数据后,只需构建一个源于该对象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.

    youdao

  • 数据类型变量业务对象一种简单的类型,例如字符整数

    A data type variable is a business object or a simple type such as string or integer.

    youdao

  • 因为大多数数据数据对象名称字符字符长度要求,所以物理模型中的数据对象命名常常使用缩写

    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.

    youdao

  • 但是如果能够创建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?

    youdao

  • 智能对象包括字符对象(CLOB)二进制对象(BLOB)数据类型

    Smart large objects consist of character large object (CLOB) and binary large object (BLOB) data types.

    youdao

  • 如果数据可以容易地表示简单对象不是字符数字这种分离时,它会有用。

    This is useful if your data is easily expressed as simple objects, rather than as separate values like strings and Numbers.

    youdao

  • 所以自变量(数据)-无论是浮点整数字符还是复杂对象-要编码可以传输RPC接收方格式

    So the arguments (the data) — whether they are floating-point Numbers, integers, character strings, or complex objectsare encoded into a format that can be transferred to the RPC receiver.

    youdao

  • 使用UT f字符表示数据对象名称时,一点尤为重要

    This is especially important when using UTF characters to represent database object names.

    youdao

  • 例如模拟数据简单对象,但具有数据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.

    youdao

  • 可以看到这些文档可以存储包括字符整数浮点数日期对象数组各种数据类型

    As you can see, these documents can store various data types include strings, integers, floats, dates, objects, arrays and more.

    youdao

  • 意味着转换器还要负责对象数据转换字符表示形式

    This means the converter is also responsible for transforming the object data back in to a string representation.

    youdao

  • 函数结果会以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.

    youdao

  • 段代码根据GET调用产生字符数据创建一个JSON对象

    It simply creates a JSON object from the string data, which is the result of the GET call.

    youdao

  • 服务器必须能够理解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.

    youdao

  • 对于通过对象程式地访问操纵关系数据流行的方式通过一些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.

    youdao

  • 但是cookie最大缺点他们只能存储字符数据我们希望信息保留对象

    The biggest drawback with cookies, though, is that they can store only character data and we wanted to retain our information in objects.

    youdao

  • 通过使用XQueryxml索引现在可以应用程序中按原样搜索获取存储的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.

    youdao

  • 智能对象字符对象(CLOBs)二进制对象(BLOBs)数据类型组成。

    Smart LOBs consist of character large objects (CLOBs) and binary large objects (BLOBs) data types.

    youdao

  • 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.

    youdao

  • 下列方法通过使用框架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.

    youdao

  • 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.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定