With all those print statements.
打印声明也是相同的。
Debugging using print statements.
使用print语句进行调试。
Next, we use print statements to help debug applications.
接下来,用print语句帮助调试应用程序。
Let's test this concept of using print statements in PHP.
让我们在php中用print语句来测试这个概念。
The strings in the print statements are enclosed in double quotes.
在打印语句中,要打印的字符串需要用双引号括着。
Response to the HTTP request is handled using standard print statements.
对HTTP请求的响应是通过标准打印语句来处理的。
But in this case, we created our downstream view with print statements in the servlet.
但是在本示例中,我们使用servlet中的print语句创建下行视图。
Finally, examine the console to see the print statements for the interceptor (Figure 78).
最后,检查该控制台以查看该拦截器的打印语句(图78)。
Scheduled, registration, billing, Rooms, inquiries, the system, help, print statements.
预定、登记、结帐、客房、查询、系统、帮助、报表打印。
Note that this is a simple script, and is shown as an example in using print statements to debug.
但请注意这是一个非常简单的脚本,只是作为使用print语句进行调试而展示的一个例子而已。
All Ruby code should be copied in as-is, with print statements (for HTML) interspersed as necessary.
所有Ruby代码都必须按原样复制,并根据需要添加print语句(针对HTML)。
The most effective debugging tool is still careful thought, coupled with judiciously placed print statements.
最有效的调试工具是静下心来仔细思考,辅之审慎地放置打印语句。
Adding print statements at the beginning and end of a function can help make the flow of execution more visible.
在函数的开头结尾添加输出语句,能够确保整个执行流程更加可视化。
The print statements we wrote are useful for debugging, but once you get the function working, you should remove them.
我们写得这些print打印语句都是用来调试的,但一旦程序能正常工作了,就应该把print语句去掉。
When you officially release the driver, on the other hand, you should remove, or at least disable, such print statements.
但当你发布这些驱动程序时,你应该移除,或至少屏蔽这些输出语句。
One important practice we included in our code is the use of print statements to the Intelligent Notification Services log files.
在我们的代码中包括的一个重要实践就是使用了将语句打印到IntelligentNotificationServices记录文件中的操作。
It doesn't matter whether your debugging technique involves using print statements or the full-blown debugger provided by Perl.
不用关心所用的调试技术使用的是print语句,还是Perl提供的完整调试器。
A section of code that represents a command or action. So far, the statements we have seen are assignments and print statements.
声明:一组表示一种命令或者动作的代码,目前我们了解的只有赋值语句和打印语句。
A good information management system, it is worth considering, function very detailed. access the database, including print statements.
一个不错的信息管理系统,很值得参考,功能很详尽的。access数据库,包含打印报表。
Developers often have tests cases in mind, but they realize them in many different ways: print statements, debugger expression, test scripts.
测试用例通常存在于开发人员的脑子里,但实现起来有不同的方式,如打印语句、调试器表达式、测试脚本。
As you can see, the scripts should be conceptually simple — they are mostly print statements, with other Ruby statements mixed in as appropriate.
正如您所见,脚本的概念十分简单——大部分是print语句,相应地混入了其他Ruby语句。
Another slightly more advanced technique involves using print statements, which can help pinpoint more elusive bugs by displaying what is actually going onto the screen.
另一个略微高级一点的技术包括使用print语句,通过显示在屏幕上实际出现的内容,有助于精确地找出更难发现的bug。
In those days, we were lucky to get a basic profiler to run, and as far as looking at performance under load, a JVM thread dump or print statements in the application was the only recourse.
在那些日子,我们很幸运的获得一个基础的评测器(profiler),至于查看负载性能,应用程序中的JV m线程堆和打印语句是仅有的资源。
That is, embedded scripting just intermixes code with uninterpreted HTML; the code portion is still responsible for issuing print statements when it wants to say something to the client.
也就是说,嵌入的脚本只是将代码与未被解释的HTML混合在一起;当需要向客户机输出某些内容时,代码部分仍要负责执行print语句。
Because Python requires indentation to offset the block of statements that should be executed if the expression evaluates True or False, the two print statements are both indented four Spaces.
因为Python需要缩进以错开当表达式计算为True或False时应该执行的语句块,所以两个print语句都缩进了4个空格。
You might use a full-blown XML generator to output this information, but while the generation of the XML is relatively simple, you can just use standard print statements to generate the information.
可以使用成熟的XML生成器输出这些信息。尽管生成 XML是相当简单的,但是可以只用标准的print语句生成信息。
I added statements to print to standard out, but why not use a more sophisticated logging mechanism to keep track of which files have been uploaded and when?
我增加了打印到标准输出的语句,但是为什么不采用一个更加成熟的日志机制来记录文件上载的时间和地点?
You can add a snippet as you did before to print some debug statements to the console.
您可以像以前那样添加一个片段来将调试语句打印到控制台。
Two statements in the advice print out the fact that the employee's information was changed, along with the name of the employee.
随着雇员名字,通知中的两条语句打印出了雇员信息被改变的事实。
Two statements in the advice print out the fact that the employee's information was changed, along with the name of the employee.
随着雇员名字,通知中的两条语句打印出了雇员信息被改变的事实。
应用推荐