As this example shows, writing data is easy with the print statement.
正如这个示例演示的,用print语句写入数据很容易。
Lists can be values in a dictionary, as this example shows, but they cannot be keys.
如图所示,用字典中的键值组成列表,而不能用键。
As this example shows, you can have different data types for the keys and the data values in a dictionary.
如这个例子所示,可以在一个dictionary中使用不同数据类型的键和数据值。
As this example shows, to modify a table — in this case, to add a new count column to the bigdog.products.
如本例所示,要修改表,在本例中是将一个新列count添加到bigdog. products表中,首先要创建一个具有需要的正确模式的表。
As this example shows, OpenJPA's extension of the CriteriaBuilder interface supports the following expression.
如这个例子所示,OpenJPA的QueryBuilder接口扩展支持以下表达式。
So the fact, though, is the way ancient people interpret a text, as this example shows, is not the way I have been teaching you in this class to interpret texts.
所以事实是,古代人解读经文的方式,从这个例子可以看出,不是我一直在课上教你们,解读经文的方式。
As this example shows, though, it doesn't always outperform the gencon policy, and so it's worth seeing how the behavior of your application changes when you use different GC policies.
正如此例所示,尽管它并不总是胜过gencon策略,因此当使用不同的GC策略时,应该查看应用程序如何改变行为。
This example shows how records read in from a file by a FileInput node are propagated through a flow and then output as MQ messages.
此示例说明如何记录通过流传播FileInput节点从文件中读取的记录,然后输出为MQ消息。
Listing 7 shows an example of this, where I've patched the JassistTiming code to always treat the timed method as returning an int value.
清单7展示了这样的一个例子,其中我将JassistTiming代码修改为总是认为计时的方法返回一个int值。
Figure 17 shows an example of how this is configured for the key information, with each direction labelled as a and b.
图17显示了如何为密钥信息配置DN和别名的示例,其中每个方向分别标记为a和b。
I used all three kinds of XProc steps in this example. Step types are represented as rectangles in the workflow diagram that Figure 2 shows.
在本例中,我用了三种Xproc步骤,步骤类型在工作流图中用矩形表示,如图2所示。
This example shows how fault tolerance is possible using two OpenPower 710 models: one acting as a primary server and the other acting as a backup server.
本例展示了如何使用两台OpenPower 710型机器使容错成为可能:一台作为主服务器,另一台作为备份服务器。
This sample code shows how a PHP script can leverage those classes. As before, create a new PHP script (for example, MoreJava.php) and add the following code.
此示例代码显示了php脚本可以如何利用这些类。
Endianness is mostly an issue with data written out to files, but as the artificial example above shows, you can write code which is affected by this.
字节次序通常是随着将数据写入文件时而产生的问题,不过正如上面的例子显示的一样,您可能会编写受此影响的代码。
Although this example shows that he has the same user name for both the job manager and the deployment manager, he might just as likely have different user names and passwords.
虽然本示例显示了他在作业管理器和部署管理器上拥有相同的用户名,但他也可能拥有不同的用户名和密码。
This example shows a second method, using a scatter plot as an example.
本例给出了第二种方法,使用散点图作为示例。
This example shows that I can treat a function just as I treat any other variable.
这个例子说明可以像处理其他变量一样处理函数。
Use this movie Search example to retrieve a random movie title name, as Listing 3 shows.
用这个电影搜索的例子来取回一个任意电影的标题名称,如列表3所示。
This example shows that if RUNSTATS is run while there is WRITE activity happening on the table, the statistics can be inconsistent as in this example.
该示例显示,如果在表上发生WRITE活动时运行RUNSTATS,统计数据就可能与本示例中的不一致。
This is not new, as the example of the people who sneaked the first PCs into offices shows.
这不是新闻了:曾经有人潜入第一批个人电脑来查看办公文件。
We'll be using a UML-to-SOA transformation for this example, as Figure 3 shows.
对于本例我们将会使用从uml到soa的转变,如图3所示。
As this article's JMenuBar example shows, even when there's no support for a task in the API, you might be able to implement it yourself, albeit a bit indirectly.
像本文的JMenuBar示例所显示的,即使当api不支持某个任务时,您也能自己实现它,虽然有一点间接。
This article shows you how to develop a unit test suite for legacy code that's never been tested, using jEdit as an example.
本文使用jEdit 做为例子,向您展示如何为从未测试过的遗留代码开发一个单元测试套件。
XSLT Support: This one is a bit esoteric, but it is becoming more and more necessary to translate XML into HTML or more readable text. For example, the way Safari shows an RSS Feed as a web page.
XSLT支持: 看上去有点深奥,但是把XML转化成HTML等可读性更强的格式越来越有必要,就像Safari把RSSFeed显示成网页那样。
As the example of this family shows, God will never forget us and there is something you and I can always do.
就像这个家庭的例子,上帝不会宽恕我们的,你和我总可以做些什么去帮助别人。
This example shows that the WebSphere MQ classes in RACF do not provide as granular of access for MQI operations as the OAM does.
这个例子表明RACF中的WebSphereMQ类不像OAM那样提供对MQI操作的细粒度访问级别。
Enter the super user name and password (admin for this example), as Figure 17 shows, to proceed.
键入一个超级用户名称和密码(例如admin),如图17所示,然后继续往下操作。
This code fragment, which stands as a complete but rather simple example, shows a number of details.
这个代码段是一个完整但相当简单的示例,它展示了几个细节。
Using arguments in this way, you can easily build iteration into data structures such as arrays. Listing 3 shows an example of iterating over an array in Ruby
用这种方法使用参数,可以很容易地在数据结构(如数组)中构建迭代。
Using arguments in this way, you can easily build iteration into data structures such as arrays. Listing 3 shows an example of iterating over an array in Ruby
用这种方法使用参数,可以很容易地在数据结构(如数组)中构建迭代。
应用推荐