标识符的首字母小写,而每个后面连接的单词的首字母都大写。
The first letter of an identifier is lowercase and the first letter of each subsequent concatenated word is capitalized.
所有名称都使用驼峰式大小写(即每个单词的首字母大写),而不使用分隔字符。
All names use camel case (uppercasing the first letter of each word) rather than separator characters.
这种大小写混合产生的结果是复合名称的每个词的第一个字母大写,包括这个名称的首字母大写。
This kind of camel case results in the capitalization of the first letter of each word of a compound name including capitalization of the initial letter of the name.
在这个例子中,它将名称的首字母大写,其它的字母保持小写,然后用修改过的字符串作为新的名称值。
In this example, it converts the first character of the name to uppercase, and the remaining characters to lowercase, and then USES that modified string as the new name value.
一些值是全大写的,一些是全小写的,其他是大小写混合的(首字母大写)。
Some values are all upper case, some are all lower case, and some are mixed case (" First character upper case ").
除首字母大写外、用小写字母打印并排序所有环境变量的多行循环。
A multi-line loop to print all the environment variables in lowercase, with the first letter uppercase, and sorted.
使用map,并且除首字母大写外、以小写字母打印并排序所有环境变量的多行循环。
A multi-line loop to print all the environment variables in lowercase, with the first letter uppercase, and sorted, using map.
除首字母大写外、用小写字母打印并排序所有环境变量的单行循环。
A one-line loop to print all the environment variables in lowercase, with the first letter uppercase, and sorted.
使用map,并且除首字母大写外、以小写字母打印并排序所有环境变量的单行循环。
A one-line loop to print all the environment variables in lowercase, with the first letter uppercase, and sorted, using map.
驼峰式命名法是书写复合词或短语的一种形式,除首字母要小写外,每个单词或缩写都以大写字母开头。
The practice of writing compound words or phrases such that each word or abbreviation begins with a capital letter except the first letter, which is lowercase.
标识符大小写规则优先于首字母缩写词大小写规则。
The identifier casing rules take precedence over acronym casing rules.
两字符首字母缩写词的两个字符都要大写,但当首字母缩写词作为大小写混合格式的标识符的首个单词时例外。
The identifier casing rules take precedence over acronym casing rules. Do capitalize both characters of two-character acronyms, except the first word of a camel-cased identifier.
一般来说,大多数工程中名字首字母是区分大小写的,一个空格等同于下划线。
As usual the name is case sensitive except (on most projects) for the first letter, and a blank space is equivalent with an underscore.
包含三个或三个以上字符的首字母缩写词只有第一个字符大写,但当首字母缩写词作为大小写混合格式的标识符的首个单词时例外。
Used as the first word of a camel-cased identifier. Do capitalize only the first character of acronyms with three or more characters, except the first word of a camel-cased identifier.
包含三个或三个以上字符的首字母缩写词只有第一个字符大写,但当首字母缩写词作为大小写混合格式的标识符的首个单词时例外。
Used as the first word of a camel-cased identifier. Do capitalize only the first character of acronyms with three or more characters, except the first word of a camel-cased identifier.
应用推荐