variable name

[ˈvɛriəbəl nem][ˈvɛəriəbl neim]

变量名

  • Don 't forget to modify the variable name for MessageContext in the handle () method signature .

    不要忘记在handle()方法签名中修改MessageContext的 变量 名称

  • One easy way to do that is with a Map object that associates the variable name with its value .

    做到这一点最容易的一种方式是,利用一个Map对象将 变量 与它的值相关联。

  • I can 't use it as a variable name .

    我不能把它当做 变量 名字

  • Syntax-case solves this problem by replacing c with a unique unused variable name when the macro expands .

    syntax-case解决这个问题的办法是在宏展开时将c替换为一个惟一的未使用的 变量

  • The with element specifies the variable name used for the check .

    with元素将指定用于检查的 变量

  • The variable name for the verification point in this example is ResultForm_Title .

    本例中确认点的 变量 是ResultFormTitle。

  • But in general the choice of variable name is a great way of commenting your code .

    但是通常来说, 变量 名称的选择,是评论你的代码的,一个重要方式。

  • Accidentally overwriting bindings by introducing a variable name that was previously defined in a macro .

    如果引入的 变量 正好是一个宏中以前定义过的,那么就会覆盖绑定。

  • Click Variable Declaration and enter a variable name .

    点击VariableDeclaration并输入一个 变量

  • To reference an object that has been created using the new operator and Object function you simply need to assign it a variable name ( Listing 1 ) .

    要想引用一个使用new运算符和Object函数创建的对象,您只需给它指定一个 变量 (见清单1)。

  • Each input parameter should have the variable name and its value .

    各输入参数应该有自己的 变量 和值。

  • Auto-completion can finish typing a variable name or member from what you have typed .

    自动完成可以根据您已键入的部分完成 变量 或成员的键入。

  • If you have used a different entry in the user account to store this value replace the Variable Name / Attribute Name appropriately in the following table .

    如果您在用户帐号中使用了不同的条目来存储这个值,那么请相应地替换下表中的 Variable Name/AttributeName。

  • Likewise the first character of a variable name can 't be a number .

    同样, 变量 的第一个字符不能是数字。

  • Type or paste the variable name or expression you want to watch .

    键入或粘贴要监视的 变量 或表达式。

  • When you create an input or output terminal you must give it a variable name .

    当你创建输入输出端子,你必须给它一个 变量 名称

  • The Java editor places boxes around the variable name and all the places where it 's used .

    Java编辑器将把框放置在 变量 周围及使用它的所有位置中。

  • Notice the way the variable name is declared in both versions of the program .

    请注意在这个程序的两个版本中声明 变量 的方式。

  • And this is the property name not the member variable name .

    这是属性(property)名,而不是成员 变量

  • You must specify the environment variable name .

    您必须指定环境 变量

  • If you don 't supply a variable name Groovy supplies a default one named it .

    如果没有提供 变量 ,Groovy提供了一个默认名称it。

  • The variable name can be any normal identifier like x.

    其中的 变量 可以是任何一般的标识符,如x。

  • Is the data a variable name ?

    数据是否是一个 变量

  • In your declaration add one pair of parentheses after the variable name .

    在声明中,在 变量 名称后面加上一对圆括号。

  • That is the variable name used in the RDS property file to define the port value .

    这是RDS属性文件中用于定义端口值的 变量 名称

  • Even though it is the same variable name in the same code num is different this time .

    尽管这是相同代码中的相同 变量 ,不过num这次不同了。

  • Then from the command line specify the environment variable name with its value

    然后,在命令行上指定环境 变量 和值

  • The variable name now contains the text John which is exactly what you wanted .

    变量 name现在包含文本John,那正是您需要的。