When used as the type for a table, the table is known as a typed table (Listing 3).
当用作表的类型时,该表就被认为是一个类型化表(清单3)。
Use with weak typed variables to cast them as another type.
用于弱类型变量,以将它们强制转换为另一种类型。
REFERENCE, in turn, is a system type that is the data type of the object identifier column of any typed table.
反过来,REFERENCE是一个系统类型,它是任何类型化表的对象标识符的数据类型。
As we described in the previous section, a statically typed language binds the type to a variable for the lifetime of that variable.
正如我们在前面的章节所描述的,一个静态类型的语言在一个变量的生命周期内都会绑定一个类型。
In contrast dynamically typed languages bind the type to the actual value referenced by a variable, meaning that the type of a variable can change along with the value it references.
相反的,动态类型的语言则是根据变量所引用的值来绑定类型,这意味着变量的类型可以随着它引用的值改变而改变。
The language is strongly typed, meaning you can do allowed operations only on a given instance of a type.
语言是强类型的,这意味着您只能在类型的某个实例上完成允许的操作。
Thus, a partner is really eventually just a typed service reference, where the typing comes from the service link type and the roles.
这样,伙伴实际上最后就是一个有类型的服务引用而已,其类型信息来自服务链接类型和角色。
As rows in a table (a typed table) whose columns are defined by the attributes of the structured type.
对于表(类型化表)中的行,其中的列是根据结构化类型的属性定义的。
Array initializers now support type inference, significantly reducing the amount of code that needs to be typed.
数值初始值设定项现在可支持类型引用,这样大大减少了代码量。
Finally, we need implicitly typed variables, so that we can assign the query to a variable without having to declare its type explicitly.
最后,我们需要使用隐式类型化变量,这样就可以为变量分配查询,不必显式声明其类型。
Arrays are typed, and so you know exactly what variable type is going to be needed for each item in the array.
数组被类型化,所以您需要很清楚地知道数组中每个项目的变量类型是什么。
The approach is appropriate for declared type systems and has existed since RPCs, and we find it commonly in modern statically typed languages, namely the ‘interface’ construct.
这种方法适合声明类型系统并自从RPC时代就存在,而且我们发现它在现代静态类型语言中非常普遍,即‘接口(interface)’结构。
The type details are stored during runtime for checking and to safeguard the system, making ActionScript 3 strongly typed.
在运行时存储类型细节,用来进行检查并保护系统,因此ActionScript3是强类型的。
The key difference between this instance and one created using static data APIs is that the instance type is commonj.sdo.DataObject and not a typed interface representing the data object.
此实例与静态数据api创建的实例的主要区别在于,该实例类型为commonj .sdo . DataObject而不是表示数据对象的类型接口。
Lua variables are not strongly typed; you can check the type of a value, but there is nothing preventing a variable's type from changing over time.
Lua变量不是强类型的;虽然可以检查一个值的类型,但是无法阻止一个变量的类型随着时间而改变。
Because Groovy is a dynamically typed language, defs do not require any type declarations for parameters, nor do defs require a return statement.
因为Groovy是动态类型的语言,所以def不需要对参数作任何类型声明,def也不需要return语句。
Scala is statically typed: Scala is equipped with an expressive type system that enforces statically that abstractions are used in a safe and coherent manner.
Scala是静态类型的:scala配备了一套富有表现力的类型系统,该抽象概念以一种安全的和一致的方式被使用。
Haskell is statically typed, so once you assign a variable to a value, the variable always holds the same type.
Haskell是静态类型化的,所以一旦给变量分配了值,那么变量就会一直维持相同的类型。
Scheme is a dynamically typed language; therefore, the type of a variable is not generally known until run time.
Scheme是一种动态类型语言;因此,变量的类型通常只有到了运行时才知道。
This means that JBoss ESB messages are not strongly typed and care should be used when implementing access to the message (type conversion).
这就意味着JBossESB消息并不是强类型的,在访问消息时需要注意(类型转换)。
A value from the input document typed as xs: untypedAtomic is limited to the same four values; all other values are type errors.
输入文档中xs:untypedatomic类型的值也只能是这四个,其他都会出现类型错误。
Now comes the real kicker: Python is a dynamically typed language, so you don't have to declare a variable's type.
问题的关键是:Python 是一种动态类型化语言,所以无需声明变量类型。
There are three types of seasonal influenza – A, B and C. Type A influenza viruses are further typed into subtypes according to different kinds and combinations of virus surface proteins.
有三种类型的季节性流感——甲型、乙型和丙型。根据病毒表面蛋白不同的种类和结合情况,甲型流感病毒又进一步分类为亚型。
Take the difference in minutes between the two dates and divide by the number of words you typed (which is output by the middle command) to get the average number of words per minute you type.
计算这两个日期之间的差(以分钟为单位),然后使用您所输入的单词数(由中间的命令输出)除以这个值,以得到平均每分钟输入的单词数。
Dynamically typed languages do not have a compiler that can catch certain kinds of errors, including relatively common type errors and some misspellings.
动态类型语言没有能捕捉某些错误(包括相对常见的输入错误和一些拼写错误)的编译器。
For example, when you type a string the drop down is populated with a list of popular search terms, all of which begin with the string typed by the user (as shown in Figure 1).
例如,当您在具有下拉显示最流行搜索条的搜索框中输入字符时,最开始显示的都是用户输入过的字符(如图1所示)。
Also, typed-in text has its limits: changing the font type, size or color of one word changes all words in the text box.
输入文本也有限制,改变一个单词的字体、大小或颜色时,该文本框中的所有文字都会同样改变。
For dynamically typed languages, the tests must cover possible type errors, too.
对于动态语言来说,测试也必须覆盖可能的类型错误。
On a related subject, it's very common for the build process after you've typed make to take longer than your short-term memory can remind you to type make install when it finishes.
在对应的主题中,对于搭建过程来说是经常出现的,在你已经决定要花更长时间而不是你短暂的记忆可以记住的那么短的时间来完成你的安装。
Being loosely typed, each element can contain any primitive type or object.
由于类型松散,每个元素都能包含任何基本类型或对象。
应用推荐