最后的注释行显示了替代的组成员属性映射。
The last commented line shows the alternative group member attribute mapping.
Script注释行指明文件中导入的语句。
A Script comment line identifies the file that the statements were imported from.
“任务列表”项直接跳转到代码中的注释行。
Task List entry to jump directly to the comment line in your code.
比如,清单7包含了带有一个额外的where子句的三个注释行。
For example, Listing 7 contains three comment lines with an additional WHERE clause.
如果您要等待一段精确数量的时间,您可以清除这个代码的注释行。
You can remove the commented line of code if you want to wait a specified amount of time.
最后的注释行显示了用于ldap_auth身份验证模式的密码映射。
The last commented line shows the password mapping for ldap_auth authentication mode.
有一个很有帮助的经验法则,您可以说非代码注释行超过100行的方法是长方法。
For a helpful rule of thumb, you could say that a method with more than 100 non-commenting lines of code is way too long.
可以查看TKCARSI - TEMPLATE . zip插件内的这些特殊的注释行。
You can view the special comment lines inside the TKCARSI-TEMPLATE.zip plug-in.
此外,ShrinkSafe删除注释行并缩短可变名称来节省空间并进一步减小下载文件的大小。
Additionally, ShrinkSafe removes comment lines and shortens variable names to save space and further decrease the size of the download.
关键字应该是每一个非注释行的第一个字段;通常与char*相关联的字符串引号是可选内容。
The keywords should be the first field of each non-comment line; the string quotes that you typically associate with a char* are optional here.
这对x,y值被保存到textLocs数组中并且为数据文件中定义的相应的文本注释行提取它。
This x,y value is stored in the textLocs array and is extracted for the respective text annotation line as defined in the data file.
要启用文档插件的AutomaticMergeLinks特性,插件的作者需要向插件添加特殊的注释行。
To enable a documentation plug-in for the Automatic Merge Links feature, the author of the plug-in adds special comment lines to the plug-in.
运行grep -icommunity /etc/snmpdv3.conf | greppublic,确保有一个与 COMMUNITY public publicnoAuthNoPriv 0.0.0.0 0.0.0.0相似的非注释行。
Run grep -i community /etc/snmpdv3.conf | grep public and ensure that there is an uncommented line similar to COMMUNITY public public noAuthNoPriv 0.0.0.0 0.0.0.0.
通常这些行已经存在,只是将它们注释掉了。
Usually the lines are already there; they are just commented out.
修复这种情况下的对象游离的方法是,当对象从堆栈弹出之后,就消除它的引用,如清单3中注释掉的行所示。
The cure for object loitering in this case is to null out the reference after popping it from the stack, as shown in the commented-out line of code in Listing 3.
作者为此常常采用的一种技巧是把对于理解当前例子不是必需的代码段用一行注释来代替。
This is often achieved with substituting blocks of code with a single lined comment when such blocks are not essential for the understanding of the current sample.
如果您想返回到生产版本,不要忘了注释掉刚才添加的行!
Don't forget to comment out the line you just added when you want to go back to the production version!
第一行是个注释。
列表中的//ERROR注释标识了无法解析的行。
The // ERROR comments in the listing mark the lines that fail to parse.
其他以 # 字符开始的行是注释,执行时将被忽略。
Other lines that start with a hash sign (#) are comments and are ignored by the computer.
给三行代码加一行注释,只需要你几秒时间。
It only takes a second to add an additional comment line for each 3 lines of code.
接下来,要定位这些注释和代码行。
定位这些注释和代码行。
配置文件中的空白行和注释。
样例应用程序中包含的SqlMapConfig.properties文件中的这个属性注释掉了(行首为 #)。
The SqlMapConfig.properties file included with the sample application has this property commented out (line begins with #).
以注释“endmainloop”开始的行。
以注释“settheinputsource”开始的行。
以注释“thereisonemore arg”开始的行。
只取消l1行的注释标志,但是启用断言(使用- enableassertionsJVM选项)。
Uncomment just line L1, but run with assertions enabled (use the -enableassertions JVM option).
注释切换(行或块)。
应用推荐