从跨服务器分布式操作中可以使用的其他数据类型,扩展到内置的non - opaqueSQL数据类型。
Additional data types that can be used in cross-server distributed queries to built-in non-opaque SQL data types. They are.
智能网上,明确地指定了服务用于语音,所有其他数据类型需要专线接入,或者烦人的调制解调器。
The Intelligent Network is tightly specified for voice. All other data types require special leased access lines, or awful kludges like modems.
目标SOAP可实现用户定义的数据类型,提供指定接收者的功能、消息特定的处理控制以及其他功能,从而对XML - RPC进行了扩展。
Goals SOAP extends XML-RPC by implementing user defined data types, the ability to specify the recipient, message specific processing control, and other features.
这意味着用于创建具有其他数据类型的表的相同命令与工具,还可用于创建包含XML列的表。
This means that the same commands and tools that are used to create tables with other data types can also be used to create those containing XML columns.
“开发安全的程序”一文介绍了术语和其他基础,“验证输入”一文论述了对各种数据类型的验证。
"Developing secure programs" covers terminology and other basics, and "Validating input discusses checking various data types."
MBean方法也可以使用其他可以序列化的数据类型,但是这样做会造成互操作性问题,因为类文件也必须对JMX客户机可用。
MBean methods may also use other serializable data types, but doing so can create interoperability issues because the class files must be made available to the JMX client as well.
可以通过为模式中的该元素添加nillable="true"属性来将其他数据类型设置为非必填项。
You can set the other data types to be non-mandatory by adding the nillable="true" attribute to that element in the schema.
其他文章讨论了Python语言的条件和循环特性,以及它们如何与容器数据类型进行协作来简化编程任务。
Other articles discussed the conditional and looping features of the Python language and how they work together with the container data types to simplify programming tasks.
XML 1.0和其他标准如w3c XMLSchema一起定义了向xml添加数据类型和结构的标准方法。
XML 1.0 works with other standards — such as W3C XML Schema — to define a standard way of adding data type and structure to XML.
XMLSchemaPart2:有关RDF和其他标准所使用的数据类型的更多信息,请参阅这篇W3C推荐标准。
XML Schema Part 2: See this W3C Recommendation for more information on the data types used by RDF and other standards.
这些例子以及本文中的其他例子,说明了XPath如何处理各种数据类型,可以为您自己的编程工作带来启迪。
These examples, along with others you've seen in this article, show you how XPath works with various data types and give you ideas for your own programming tasks.
许多其他的规范已经采用了WXSDataTypes规范,尽管也有开发其他数据类型系统的呼声。
Many other specifications have used the WXS Datatypes specification, although there have been calls to develop alternative data type systems.
在DB 2中,类型阵列的变量类似于任何其他SQL数据类型的变量。
In DB2, variables of type array are like variables of any other SQL data types.
派生数据类型是已有的基本类型或其他派生类型的一个派生物或结构。
A derived data type is a derivative or structure of existing base types or other derived types.
服务使用的数据类型必须以元数据来描述,以使其他服务相互之间可以协同操作。
The data types that a service USES must be described in metadata to enable others to interoperate with the service.
源数据库中还有其他一些数据类型是需要在迁移之前修改的。
There might be other data types that require changes to your source database before they are migrated.
如果需要其他的数据类型,比如说整数、浮点数或者布尔值,必须使用相应的包装器类来解析字符串。
If you need another data type such as integer, floating point, or Boolean value, you will have to parse the string using the appropriate wrapper class.
有利于性能的一个一般性的原则是保留简单SOAP数据类型,除非迫切需要使用其他数据类型。
A general performance rule is to stay with the simple SOAP data types unless there is a compelling need to use another data type.
这些属性要么直接由原始XSD数据类型添加,要么与特定用户模式之中定义的其他类型相联系。
These attributes are either added directly by primitive XSD data types or associated by other types defined in user-specific schemas.
DTLL支持类型成分的继承(超类型),以及其他支持数据类型库模块化和重用的特性。
DTLL supports inheritance of type components (supertypes) and other features to support modularization and reuse of data type libraries.
标注定义了EJB的类型、容器管理的字段、发现器查询、数据类型和其他在EJB部署描述中通常会出现的信息。
The annotations define the type of EJB, container-managed fields, finder queries, data types, and all the other information typically found in the deployment descriptors of an EJB.
新的实现支持使用弱数据类型、类型转换和其他复杂的数据处理功能。
The new implementation enables you to use weak data typing, casting, and other complex data handling functions.
在需要其他数据类型的情况中,请指定数据类型属性来匹配表单模式中的字段。
In cases where another data type is required, specify the data type attribute to match that of the field in the form? S schema.
借助XML数据类型,您可以在类似于其他数据类型的数据库表列中存储XML文档。
With the XML data type, you can store an XML document in a database table column similar to the other data types.
APM系统提供商可能支持其他数据类型的收集度量数据。
APM system providers might support other data types for collected measurements.
其他层次如数据类型化只不过是对文本的解释(而且是可选的解释)。
Other layers such as data typing are mere interpretations of that text (and should be optional interpretations).
如果该值不是一个简单数据类型(例如,字符串、整数或其他),则应该指定一个能将该值序列化为适当的XML结构的WS .Binder。
If the value is not a simple data type (such as string, integer, and so on) then a WS.Binder should be specified that is capable of serializing the value into the appropriate XML structure.
Web服务对于复杂数据类型的对象生成产生问题,反过来,对象又使用其他的对象时,这种类型的问题通常都会发生。
This problem usually occurs when there is a problem in web service generation for a complex data type of object that, in turn, USES another object.
最后一种类型complex可能是大多数程序员难以识别的,因为它不是其他编程语言中常见的内置数据类型。
The final type, complex, is probably not as recognizable to most programmers because it is not a common built-in data type in other programming language.
作为正式的Python数据类型,dictionary支持其他较简单数据类型所支持的大多数操作。
As an official Python data type, dictionaries support the majority of operations you may be familiar with from other, simpler data types.
应用推荐