In the sequence above, the variable var is set to the two-letter string ls.
在上面的命令序列中,把变量var设置为两字母的字符串ls。
Also as the name says, implicitly typed local variable, you cannot use var for field declaration or constant variables, therefore following declarations will both produce a compiler error.
故名思意,“隐式类型局部变量”将无法用于域变量或常量的声明中,否则将导致编译错误。
You use the function keyword to denote the start of a function and the var keyword to declare local (as opposed to global) variables, but you do not include the type of the variable being declared.
您可以使用function关键字开始函数的声明,使用var关键字来声明局部变量(这与全局变量不同),但是不用包括正在声明的变量的类型。
A decision variable declaration begins with the keyword var.
决策变量的声明以关键字var开头。
A mutable variable is declared with the keyword var.
一个可变的变量用关键字var来声明。
In this scenario, the component that deals with download USES the variable (defined by the var attribute) of the parent Datatable component.
在该场景中,处理下载的组件使用父数据表组件的变量(var属性定义的)。
Thus Datatable iterates through the elements of the list and provides values to the child components via a variable defined by the var attribute.
因此数据表可以通过元素列表进行迭代并且通过var属性定义的变量为子组件提供值。
We'll explore variable declarations and the val and var keywords in the section called "variable declarations" in Chapter 2, Type Less, Do More.
我们会在《第2章-打更少的字,做更多的事》的“变量声明”章节来探索如何使用val和var关键字声明变量。
A variable of any of these types is introduced with the var keyword.
这些类型的变量都通过关键字var引入。
If the var attribute is specified, then a String value containing the formatted date is assigned to the named variable.
如果指定了var属性,那就把包含格式化日期的string值指派给指定的变量。
But because it lacks a var declaration, it's a global variable.
但它缺少var声明,这是个全局变量。
As usual, the optional scope attribute is used to specify the scope for the variable named by the var attribute.
通常,可选的scope属性用来指定由var属性指定的变量的作用域。
However, SetValueBindingHandler just defines a variable (whatever var is set to; for example, "vb") to the value binding that was passed. Listing 11 shows the code to override the apply method.
但是,SetValueBindingHandler只为所传递的值绑定定义了一个变量(不论var设置为何值;例如,“vb”)。
The other way is to read it from the value binding that corresponds to the temporary loop variable, which is defined in the component tag's var attribute.
另一种方法是从对应于临时循环变量的值绑定中读取该数据,该变量定义在组件标记的var属性中。
If the optional var attribute is specified, then the resource bundle identified by the basename attribute will be assigned to the variable named by this attribute's value.
如果指定了可选的var属性,那么将把由basename属性所标识的资源束赋给该属性值所命名的变量。
If the var attribute is specified, then a scoped variable with the indicated name will be created and assigned the current value of the index for each pass through the iteration.
如果指定了var属性,那么将会创建一个带有指定名称的并限定了作用域的变量,并将每次迭代的当前索引值赋给该变量。
The put_user function moves the value that the kernel variable (var) specifies into the user-space address (PTR). The functions return zero on success.
put_user函数则将内核变量(var)指定的值移动到用户空间地址(ptr)。
The var attribute defines an iteration variable used in outputting the column content.
var属性定义一个迭代变量,以便在输出列内容时使用。
Type Inference - the var keyword, which is necessary when using anonymous types, can also reduce redundancy in your other variable declarations.
类型推断—使用匿名类型时,关键字var必不可少。它还能减少你其他变量声明中的冗余。
The var attribute declares a variable that will be used to iterate over the list, a pattern often used by JSF components.
var属性声明一个变量,该变量将用于对列表进行迭代,JS f组件经常使用这种模式。
The var attribute defines a variable named row, which is used to access the current row's data during rendering.
var属性定义一个变量,称为row,可用来在呈现期间访问当前行的数据。
The var attribute allows you to name the variable used to hold the current item.
var属性允许命名用来保存当前项的变量。
The var and scope attributes specify a scoped variable for storing the parsed document.
var和scope属性规定存储分解后的文件的scoped变量。
The var attribute causes the content fetched from the specified URL to be stored (as a String value) in a scoped variable, rather than included in the current JSP page.
var属性会导致从指定URL获取的内容(作为String值)被存储在一个限定了作用域的变量中,而不是包含在当前 JSP 页面中。
If the var attribute is present, the transformed XML document will be assigned to the corresponding scoped variable as an instance of the org.w3c.dom.Document class.
如果var属性存在,转换后的XML文件将分配给相应的scoped变量,作为or g .w3c . dom . document类的一个实例。
var —short for "variable"—is the repository for files that typically grow in size over time.
var是“variable”的简写,它是用于存储那些大小通常随时间而增大的文件的存储库。
The var and scope attributes specify a scoped variable for storing the results of the query.
var和scope属性规定存储查询结果的scoped变量。
A variable structure controller for Static var Compensator (SVC) which can improve power Angle stability of power system and local voltage characteristics of SVC is proposed.
本文提出了能同时改善电力系统功角稳定和装设点电压动态特性的用于静止无功补偿器(svc)的变结构控制器设计方法。
The var and scope attributes are used to specify a scoped variable that -- as a result of <fmt:parseDate> -- the Date object is assigned to.
var和scope属性用来指定限定了作用域的变量(作为 <fmt:parseDate> 的结果),将把Date对象赋给该变量。
Incrementing a global variable is 2 times slow than a local var.
递增一个全局变量要比递增一个局部变量慢2倍。
应用推荐