在第一个示例中,连接到数据库,发出查询,并将结果打印到屏幕上。
In the first example, you connected to the database, issued a query, and printed the results to the screen.
打印机可以将程序运行的结果打印出来,从而成为永久的纸拷贝。
Printers can create a permanent paper copy of results generated by the program being run on the computer.
打印机可以将程序运行的结果打印出来,从而成为永久的纸拷贝。
Printers can create a permanent paper copy of results generated by the program running on the computer.
Perl的-p选项告诉它读取和处理标准输入中的每行内容,并将结果打印到标准输出。
Perl's -p option tells it to read and process each line from standard input and print the results to standard output.
我的客户机测试程序将结果打印到控制台,这样,它们就与清单6中的性能跟踪信息混在一起。
My client test program prints results to the console, so these come out intermixed with the performance trace information in Listing 6.
向控制台打印输出结果。
我也可以并行处理每个查询所得结果,在其到达时打印到屏幕。
I can also process the results from each query in parallel, printing them to the screen as they arrive.
利用就绪的简单评分过程和已排序的结果文本数组,我们可以打印结果。
With the simple scoring procedures in place and a sorted array of result text, we can print the results.
在第1部分中,创建了匹配指定查询词的结果的简单打印输出。
In Part 1, we create a simple print out of results matching the query words specified.
如果没有分配一个变量或没有执行其他函数,它将在屏幕上默认打印一个样例结果集。
When this is not assigned to a variable or no further functions are performed, it will by default print a sample result set to the screen.
这里包装器方法只是保存当前时间,然后调用改名后的原方法,并在返回调用原方法的结果之前打印时间报告。
Here the wrapper method just saves the current time, then calls the renamed original method and prints a time report before returning the result of the call to the original method.
返回的结果将在控制台上打印。
如果使用DB 2命令行处理器来运行查询,那么可以使用- d选项来省略X ML声明信息,还可以使用- i选项以一种美观的方式打印结果。
If you use the DB2 command line processor to run your queries, you can use the -d option to suppress the XML declaration information and the -i option to print the results in an attractive manner.
在清单5中,我们在调用期间动态地构建了数组引用,然后在打印结果时使用OID作为散列键。
In Listing 5 we build the array reference dynamically during the call, and then use the OID as the hash key when printing out the result.
结果表明,当您希望打印输出展开了所有容器活动的流程时,该视图也是非常有用的。
As it turns out, the view is also useful if you want to print out your process with all of the container activities expanded.
在输出控制台打印搜索结果。
PRINT |NOPRINT-指定是否打印结果集中的列。
Print | NOPRINT - Specify whether the column in the result set is to be printed or not.
清单2展示了打印用户结构的结果,该结构在Ruby中为一个Hashie:Mash。
Listing 2 shows the result of printing the user structure, which in Ruby is a Hashie: : Mash.
在交互窗口敲入一个表达式,回车,DrRacket就会执行这个表达式,然后打印出结果。
When you type an expression after the >in the interactions window and hit Enter, DrRacket evaluates the expression and prints its result.
在清单2中,您看到每个后台线程接收和打印检索特定主题tweets的结果。
Back in Listing 2, you saw each background thread receive and print the results of retrieving tweets for a particular topic.
下面的例子使用QueryPath在Twitter服务器上执行搜索,并以HTML 格式打印结果。
The following example uses QueryPath to execute a search on Twitter's server and print the results as HTML.
这个程序将运行10次for循环,使用'wib “函数计算出累积值,最后打印出结果。”
This program runs around a for loop 10 times, calculating a cumulative value using the 'wib ' function and finally printing out the result.
最后一段代码调用此方法并打印结果代码,也就是博客服务器上的文章的blogid。
The final block of code calls this method and prints the result code, which is the blogid of the post on the blog server.
该进程被主子例程(标为:main以告诉Parrot首先运行它)调用以打印结果。
This process is called by the main subroutine (labeled with: main to tell Parrot to run it first) to print the result.
run类创建带示例数据的customer类实例,并打印出toString方法调用的结果。
The Run class just creates an instance of the Customer class with some sample data and prints the results of a toString method call.
当此程序在单处理器上运行时,它将打印以下结果。
When this program is run on a uniprocessor, it prints the following.
最后一行打印QueryPath对象中匹配项的数量,最终打印的结果为4。
The last line, which prints the number of matched items in the QueryPath object, will print 4.
在本例中,首先将打印nathan结果,因为它的六个字母(向量)中有五个共有字母,而其次将打印jonathan,因为它的八个字母中只有五个共有字母。
In this case, the Nathan result will be printed first because it has five of six letters (vectors) in common, and Jonathan will be printed second because it only has five of eight letters in common.
最后,使用了关于查询结果的元数据,以一种类似于ApacheDerbyij工具的方式来打印格式很好的查询结果。
Finally, you used metadata about the query results to print nicely formatted query results in a manner similar to the Apache Derby ij tool.
为了说明这一点,他在他哦个一台计算机上连续运行了很多次相同的代码段,结果运行时都是4.9秒,但当他删除了打印结果的println语句之后,运行时间则缩短到0.08秒。
To illustrate this point, one of his code snippets consistently runs in 4.9 seconds on his computer, but if he omits a println that displays the result, it consistently runs in 0.08 seconds.
应用推荐