“任务列表”项直接跳转到代码中的注释行。
Task List entry to jump directly to the comment line in your code.
通常这些行已经存在,只是将它们注释掉了。
Usually the lines are already there; they are just commented out.
第一行是个注释。
接下来,要定位这些注释和代码行。
定位这些注释和代码行。
样例应用程序中包含的SqlMapConfig.properties文件中的这个属性注释掉了(行首为 #)。
The SqlMapConfig.properties file included with the sample application has this property commented out (line begins with #).
注释切换(行或块)。
注意,其中一些行可能已经存在,但是可以把它们注释掉。
Note that some of these lines may already exist, but they could be commented out.
注释原有的一行;如果你喜欢原先的方式,就可以切换回来。
Comment out the old line; you can always switch back toit if you prefer it.
c风格的注释全都可以使用,如第7行所示。
在本例中,取消对那些行的注释就足够了。
如果您未注释field.setAccessible(true)代码行,那么重新编译并重新运行该代码,它将取得成功。
If you uncomment the field.setAccessible(true) line, then recompile and rerun the code, it will succeed.
在一行中不管从什么地方开始,都表示本行到末尾全部是注释。
注释长度能超过一行么?
取消这两行的注释(在本例中的粗体部分)并退出vi。
作为文件注释标题后的第一行。
As the very first line after the comment heading in the file.
此示例的第一行包含一个注释。
“任务注释”,这些注释链接到必须完成其中的工作的代码行。
Task Comments that link to lines in your code where work must be done.
注释还可以位于单独的行中。
因此,从第二行到第五行的所有文本都将被处理为注释的一部分。
Therefore, all text from lines two through five is processed as part of the comment.
因此,从第二行到第五行的所有文本都将被处理为注释的一部分。
Therefore, all text from lines two through five is processed as part of the comment.
应用推荐