Variables and Data types的意思|示意
变量和数据类型
Variables and Data types的网络常见释义
变量和数据类型 12 五.变量和数据类型(Variables and data Types) 变量是保存你为了之后进行调用的信息的最好的描述性容器。试想如果你不能保存为 了之后使用的任何信息。
Variables and Data types相关例句
Next, I explain how BPEL variables' data types map to messages exchanged between a BPEL application and its partner services.
接下来,我将解释BPEL变量的类型如何映射到在BPEL应用程序和它的合作伙伴服务之间交换的消息。
Enumerations are treated as data types, and you can use them to create sets of constants for use with variables and properties.
列举型别可视为是资料型别,您可以用来建立多组常数以便与变数和属性搭配使用。
The Vue language supports most of the C operations, C-89 data types, has its own built-in variables(_pid, _tid) and functions(stacktrace, timestamp).
Vue 语言支持大多数 C 操作符和 C-89 数据类型,还有它自己的内置变量 (_pid, _tid) 和函数 (stacktrace, timestamp)。
Type annotation of variables, constants, and functions helps reduce programming errors by limiting data appropriate types.
变数、常数和函式的型别附注借由限制资料适当型别的方式,来减少程序设计上的错误。
WSDL describes the data types of the input-output variables, the name of the set of operations in each service, the format that the client must follow to invoke a service, and so on.
WSDL描述了输入输出变量的数据类型、每一个服务的操作集的名称、客户调用服务必须遵守的格式等等。
Array variable names follow the same naming rules as regular PHP variables (see the section "variables: Data Types, Loose Typing, and Scope" on page 9).
数组变量的命名同样遵循PHP变量命名约定(参见第9页“变量:数据类型,弱类型,作用域”)。