字符串的左括号都有相应的右括号。
Every left parenthesis in a string is matched by a right parenthesis.
函数参数与左括号之间不应该有空格。
A blank space should not be used between a function value and its left parenthesis.
跟在左括号后面的关键字应被一个空格隔开。
A keyword followed by left parenthesis should be separated by a space.
函数名与((左括号)之间不应该有空格。)
There should be no space between the name of a function and the left parenthesis of its parameter list.
N_LBRAC是左括号,即函数的开始部分。
所以在周三,我只加入了左括号,右括号。
So on Wednesday I just put open parenthesis, closed parenthesis.
写入左括号。
对象以开始{(左括号),并以结束}(右大括号)。
An object begins with {(left brace) and ends with} (right brace).
例如,他问道:“不要在左括号前后或右括号前面放置任何空格。”
For example, he asks: "Don't put any Spaces before or after the left bracket or before the right bracket."
如果函数是匿名函数,则在function和左括号之间应有一个空格。
If a function literal is anonymous, there should be one space between the word function and the left parenthesis.
所有的二元操作符,除了。点和左括号和左方括号应用空格将其与操作数隔开。
All binary operators except. period and left parenthesis and left bracket should be separated from their operands by a space.
此后,如果返回n_lbrac符号,该符号表示一个左括号和函数的开始部分。
After this, when an N_LBRAC symbol is returned, it represents a left brace and the start of the function.
下面是需要遵循的规则:从regex的开头开始计算左括号的数目——该计数是匹配数组的索引。
Here's the rule to follow: count the number of left parentheses from the beginning of the regex - the count is the index to the match array.
如果$字符后面不跟着一个左括号,字母或者一个下划线,$符号在文本字面值中就不会有麻烦。
If the $ character is not followed by a left brace, letter, or an underscore, the $ character remains unmolested in the text literal.
如果一个类型说明符紧跟一个左括号,括号,是一个功能描述符和类型是一个函数的参数部分的开始。
If a type specifier immediately follows a left parenthesis, that parenthesis is the start of a function descriptor and the type is part of a function parameter.
从语法上说,在Python中通过在点之前指定名称来挑选对象-跟在点、方法名和左括号后面的只是一个参数。
Syntactically, it is singled out in Python by being named before the dot — everything following the dot, method name, and left parenthesis is just an argument.
输入右括号后,右括号和其对称的左括号都会保持反白显示数秒钟,或是直到您按下其他按键或移动游标为止。
When you type a closing bracket, both it and its matching bracket remain highlighted for a few seconds, or until you type another key or move the cursor.
每个嵌套的括号对,从左开始算起,每个左圆括号加一,放在下一个特殊的数字变量中。
Each nested set of parentheses, counting from the left, incrementing at each left parenthesis is placed in the next special, numerical variable. For example.
借助于SourceMate v1.1,用户可以定制生成的方法签名的代码风格(比如说,将左花括号放在同一行或是下一行等)。
With 1.1, users can customize the code style of the generated method signatures (for example, put the open bracket on the same line or next line).
(左大括号)应在复合语句其实行的结尾处。
The (left curly brace) should be at the end of the line that begins the compound statement.
就某种意义而言,每一行的类型由它的第一个字符确定(可能是分号、左花括号或字母)。
In one sense, the type of each line is determined by its first character (either semicolon, left brace, or alphabetic).
(右大括号)应与{(左大括号)的那一行的开头对齐
The } (right curly brace) should begin a line and be indented to align with the beginning of the line containing the matching { (left curly brace).
如果它看到了SWAP,左圆括号,右圆括号,它可能载里面看到两个int数,那是它所需要做的,用来完成代码的编译。
And if it sees S-W-A-P, open parentheses, close parentheses, and it hopefully sees two ints inside of it, that's all it needs to do in order to finish compiling your code.
然后在圆括号内输入左引号。
数组是值的有序的集合。数组开头[(左的方括号),并以结束](右方括号)。用,(逗号)分隔值。
An array is an ordered collection of values. An array begins with [(left bracket) and ends with] (right bracket). Values are separated by, (comma).
当左尖括号字符“<”与元素标记的第一个字符之间出现空白时,便会发生此错误。
This error occurs when white space appears between the open angle bracket character '<' and the first character of the element tag.
在元素标记中左尖括号字符“<”之后不能有空白。
White space cannot follow the open angle bracket character '<' in an element tag.
缺少标记函数体、类成员块、接口成员块或枚举块的开头的左大括号。
The left brace that marks the beginning of the function body, class member block, interface member block, or enumeration block is missing.
添加标记函数体开头的左大括号。
Add the left brace that marks the beginning of the function body.
添加标记函数体开头的左大括号。
Add the left brace that marks the beginning of the function body.
应用推荐