1. Don't forget to comment out the parse test.
不要忘了给解析测试加上注释。

来自互联网

2. When in doubt, comment out the SSL piece and restart the Web server.
如果不能肯定,那么将ssl片断注释掉,并重新启动Web服务器。

来自互联网

3. If all else fails, I can always comment out the System.out.println calls.
如果有什么没通过,我总是可以注释掉System.out . println调用。

来自互联网

4. Programmers tend to comment out blocks of code in case it's needed later.
程序员倾向于注释代码块,也许它会需要到。

来自互联网

5. Comment out the old line; you can always switch back toit if you prefer it.
注释原有的一行;如果你喜欢原先的方式,就可以切换回来。

来自互联网

6. Comment out the old line; you can always switch back to it if you prefer it.
注释原有的一行;如果你喜欢原先的方式,就可以切换回来。

来自互联网

7. You can also delete or comment out the definition of the objects in the file.
此外,还可以删除或注释掉文件中对象的定义。

来自互联网

8. Open the file in a text editor and comment out the enroll button as shown below
在文本编辑器中打开文件,将登记按钮注释掉,如下所示

来自互联网

9. Comment out the city and country fields, because they don't exist in the new table.
注释掉城市与国家字段,因为在新的表中没有这些字段。

来自互联网

10. To get rid of the problem, the easiest solution is to comment out the offending lines.
要消除这个问题,最简单的办法是注释掉这些行。

来自互联网

11. Comment out the first several lines, and uncomment out the later lines, as shown in Listing 10.
注释掉前面的几行,然后去掉后面几行的注释,如清单10所示。

来自互联网

12. So let me go back up here, and I'm going to comment out that region, and let's uncomment this region.
那么让我们回到这里,我会为这个区域添加注意,让我们先取消注释。

来自互联网

13. Don't forget to comment out the line you just added when you want to go back to the production version!
如果您想返回到生产版本,不要忘了注释掉刚才添加的行!

来自互联网

14. Comment out the methods that are not to be tested, and keep one method uncommented for each of the test runs.
注释掉不执行测试的方法,对于每一次测试,保持一个方法未注释。

来自互联网

15. Go through the property maps and remove or comment out properties that your provider does not need to support.
浏览一遍属性对应,并将提供者不需要支援的属性移除或设成注解。

来自互联网

16. You can now remove or comment out the print statement you added because you have discovered the bug in your code.
现在可以删除或注释掉刚才添加的print语句了,因为已经发现了代码中的bug。

来自互联网

17. To avoid having to solve each puzzle before submitting, comment out the bind element that hides the submit button.
为避免在每次提交之前都必须把迷题解答出来,隐藏在Submit按钮之后的bind元素被注释掉了。

来自互联网

18. For now, comment out the lines where you are asked to load and configure the extension in PHP in the php.ini file.
现在,先在php .ini文件中注释掉那些要求装入和配置php扩展的行。

来自互联网

19. It's best to comment out the old code and add comments to the new code so it will be easier to track your modifications.
最好是注释掉旧代码并对新代码添加注释,这样可以更轻松地跟踪您的修改。

来自互联网

20. If you uncomment the first foreach line and comment out the second, you'll see that Perl sorts the input data consistently.
如果您注释掉第一个和第二个foreach代码行,就会看到Perl对输入数据进行了排序。

来自互联网

21. The program cleans up after itself, so if you want to find the values in the registry, comment out the cleanup code at the end.
程序运行后会自己清除,所以如果您想在注册表中找到值,请注释掉程序尾部的清除代码。

来自互联网

22. Often, the easiest thing to do is simply to comment out the relevant test in configure, and set the variable in question directly.
通常,最简单的解决办法是在configure中注释掉相应的测试,并直接设置出问题的环境变量。

来自互联网

23. Simply comment out the preceding value for the driverfile variable and uncomment the following line, which contains the new definition.
只需注释掉driverfile变量之前的值并取消随后一行的注释,该行包含新的定义。

来自互联网

24. Don't comment out code you mean to delete. I have known people to comment out blocks of code they were rewriting and check them in commented out.
不要把应删掉的代码注释掉了事我知道有些人重写提交代码的时候,把旧代码注释掉。

来自互联网

25. The die statement is particularly useful if you don't want to have to comment out your code, and you only want everything up to the error and the error displayed and nothing after.
如果不想注释掉代码,而且只想显示到出错之前的信息和出错信息,不想显示后面的信息,那么die语句特别有用。

来自互联网

26. Before packaging this component for redistribution, we would just comment out the @include line, assuming that the consumer's application will provide the database configuration we need.
在将此组件包装以便重复分发之前,我们所需做的只是注释掉 @include行,但前提是用户应用程序会提供我们所需的数据库配置。

来自互联网

27. A new update method called updateStatus int userId, String status makes use of the saved access token see Listing 3. In the main method, comment out the line tt.updateStatus " studying."
名为updatestatus (intuserId,Stringstatus)的新更新方法使用了存储的访问令牌(参见清单3)。

来自互联网

28. Answer: you can always turn off global logging by setting global_logging to N. However, if you want to shave every millisecond from your stored procedure's execution time, comment out all CALL DB2.
解答:可以通过将global_logging设置成n来全局地关闭日志功能。然而,如果希望节省存储过程执行时的每一毫秒的时间,那么在确信SQL - PL和外部存储过程都已经准备好之后,就可以注释掉所有的CALL DB2。

来自互联网

29. Answer: you can always turn off global logging by setting global_logging to N. However, if you want to shave every millisecond from your stored procedure's execution time, comment out all CALL DB2.
解答:可以通过将global_logging设置成n来全局地关闭日志功能。然而,如果希望节省存储过程执行时的每一毫秒的时间,那么在确信SQL - PL和外部存储过程都已经准备好之后,就可以注释掉所有的CALL DB2。

来自互联网