向上滚动并检查系统输出语句,查看正在运行的服务和协商的响应。
Scroll up and examine the system output statements to see the services being run and the negotiated responses.
给XSL增加输出语句(XSL消息,或者类似的内置XSL常式)。
Add output statements to your XSL (XSL message, or similar built-in XSL routines).
最有可能的原因是您的程序陷入了一个含有输出语句的死循环中。
The most common cause is that your programs falls into an infinite loop containing some output operations.
在函数的开头结尾添加输出语句,能够确保整个执行流程更加可视化。
Adding print statements at the beginning and end of a function can help make the flow of execution more visible.
但当你发布这些驱动程序时,你应该移除,或至少屏蔽这些输出语句。
When you officially release the driver, on the other hand, you should remove, or at least disable, such print statements.
所有线程的输出乱七八糟地混合在一起,而定时问题意味着输出语句不是以相对的线程顺序出现的。
All the threads get jumbled up, and timing issues mean that the output statements are not going to come out in relative thread order.
我发现输出语句不是很好,但本文主要讨论如何访问数据而不是分析数据,所以我就采用了直接引用的方法。
I realize the output statement is a bit awkward, but because this article is about accessing the data rather than analyzing it, I'm just working my way down to the actual quotation.
将输出语句添加到构造函数、析构函数和复制构造函数,以查看在运行程序时命名返回值优化的效果。
Add output statements to the constructor, destructor and copy constructor to see the effect of the Named Return Value optimization when you run the program.
同样的输出语句既可以用在内核代码中也可以用于用户级代码中,因此不管是驱动程序还是测试程序都可以用同样的方式来输出消息。
The same print statement can be used in kernel code and user-level code, so that the driver and test programs can be managed in the same way with regard to extra messages.
这之后是另一个用来对齐输出字符串起始位置的对齐语句。
After that is another alignment statement for the beginning of the string that gives your output.
所有数据,包括动态sql语句、用户输入数据、用户输出数据以及SQLCA中的字符字段,都是基于该代码页进行解释的。
All data, including dynamic SQL statements, user input data, user output data, and character fields in the SQLCA, is interpreted based on this code page.
最后,在改进的示例中,您可以看到该sql语句和输出没有包括动态列选项。
Finally, in the improved example, you can see that the SQL statement and output do not include a dynamic column selection.
清单5显示了来自清单4中的select语句的输出。
Listing 5 shows the output from the SELECT statement in Listing 4.
我增加了打印到标准输出的语句,但是为什么不采用一个更加成熟的日志机制来记录文件上载的时间和地点?
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?
如果运行成功,它将输出一个完成语句。
通过在代码中添加调试语句来输出对象的域或者甚至于整个数据集合是一种常用的解决问题的方法。
Adding debug statements to your code to write out the fields in an object, or even entire data collections, is a common problem-solving approach.
清单10展示了最后一行中sql语句的输出。
Listing 10 shows the output of the SQL statement in the last line.
除了要指定写到输出文件中的数据格式之外,还必须提供该文件的名称和一个用于指定输出数据的SQLSELECT语句。
Besides specifying the format of the data that is to be written to the output file, you must also provide the name of that file, and an SQL SELECT statement to specify the data that is to be exported.
每个查询的信息包括输入和输出SQLDA、语句文本、SQLCA、包名、创建者、区号和一致性符号。
The information for each query consists of the input and output SQLDA, the statement text, the SQLCA, the package name, the creator, the section number, and the consistency token.
我们希望把记录语句输出到专门的日志文件中(如果可能的话,多个不同文件),也许可以每天覆盖日志。
We wanted logging statements to go to a dedicated log file (or possibly multiple different files), perhaps with those log files rolled on a daily basis.
有必要指出,这里必须使用格式语句规定输出文件是HTML 格式。
One thing to notice here is that I had to use a format statement to specify that the output file should be HTML.
可以添加一些能迅速表明输出目的的语句。
You can add something that will quickly identify the purpose of the output.
清单13显示了以上的select语句的输出。
The output of the above SELECT statement is shown in Listing 13.
对于使用数据库时可能遇到的问题,一个好的解决方案是输出sql语句,以确保执行的SQL就是想要执行的。
A good solution to a problem you may encounter when working with a database is to print out your SQL statements to make sure that what you are executing SQL you intended to execute.
该语句将成功,输出如图11所示。
This statement will succeed and the output should like in Figure 11.
片段解释和explain语句输出的区别。
Differences between section explain and explain statement output.
贯穿整个系列,一直用print语句写入(输出)数据,它默认把表达式作为string写到屏幕上(或控制台窗口上)。
Throughout this series, you've written (output) data using the print statement, which by default writes the expression as a string to the screen (or console window).
pureQuery分析bean中声明的属性、方法和注释,以决定如何在 bean 的属性与SQL语句的输入/输出属性之间进行映射。
pureQuery analyzes the declared properties, methods, and annotations of a bean to determine how to map between the bean’s properties and the input/output properties of an SQL statement.
控制台窗口将显示flights . sql文件中包含的三条sql语句的输出。
The console window will show the output of the three SQL statements contained in the flights.sql file.
如下语句生成了上述输出(作为一个序列)。
The following statement generates the output above (as a sequence).
应用推荐