例如,在下面的代码中,a的最大值可以是31。
For example, in the following code snippet, the maximum value for a can be 31.
在下面的代码中,内容助手知道rowdoc是NotesDocument类型并显示了其方法。
In the code below, content assist knows rowdoc is of type NotesDocument and brings up its methods.
在单击open按钮时,Desktop类将调用系统默认的PDF阅读器,就像在下面的代码中可以看到的那样。
When you click the Open button, the Desktop class invokes the system's default PDF viewer, as you can see in the following code.
在下面的代码中,请注意该类是如何使用您在PreferencesConstants 类中定义的常量的。
Notice in the following code how the class uses the constants you defined in the PreferencesConstants class.
在下面的代码中,创建了一个标题为“ThisisSection1inChapter 1”的小节。
In the following code, we create a section with the title "This is section 1 in Chapter 1."
我们将在下面的小节中给您提供一些代码示例并且在最后提供实验结果。
We will give you some code examples in the following section and the experiment results at the end.
下面的清单10中有实现此功能的代码。
下面的代码片段展示如何在CM中更新用户属性。
The following code snippet shows how to update user attributes in CM.
在下面的样本代码中,请记下突出显示的值,在注册根(反)序列化器时必须使用这些值。
In the sample code below, take note of the highlighted values, which you must use when registering root (DE) serializers.
在下面的脚本示例中,代码语句提供了上述脚本的执行摘要。
In the following sample script, the code statements provide such a summary of the execution.
下面的示例代码设置在查询结果中返回的字段属性。
The following sample code sets the fields attributes to be returned in the query results.
将下面的代码添加到先前的程序中,从而展示如何使用car和cdr ?
Adding the following code to the previous program will show how car and CDR can be used.
清单4 中的代码可以使用下面的脚本来编译
You can compile the sample code in Listing 4 using the following script
例如,在下面的代码片段中,订阅者ID实现为名为 bankID的变量,属于示例贷款处理业务流程所用的processLoan消息。
For example, in the code snippet below, the subscriber ID is implemented as a variable called bankID as part of the processLoan message used in a sample loan-processing business process.
将下面的代码添加到ejb - jar . xml文件中。
您可以使用下面的代码来把消息存储到会话中。
You use the following code to store the message into the session.
您可以从下面的清单1中复制这个处理程序的代码,或者从本文结尾的参考资料部分下载。
You can copy code for this handler from Listing 1 below, or download it from the Resources section at the end of this article.
继续执行,将下面的代码剪切并粘贴到您刚刚创建的文件中。
Go ahead and cut and paste the code below into the file you just created.
还有一个重点需要注意:在清单7中的以下代码行(在下面的清单8中断开)中,这段代码测试每个单元格,确保它们不为空。
One more important note: in the following lines of code from Listing 7, broken out in Listing 8 below, the code tests each cell to make sure it's not null.
请参阅下面的下载文件中的清单1,那里有代码片段。
See Listing 1 in the download file below for the code snippet.
在下面的小节中,我们将通过代码样例详细讨论这些选项。
In the following sections, we will talk about all these options in detail with code examples.
这个REST服务的源代码可以从下面的下载表中获取。
The source code for this REST service is available from the Download table below.
下面的这段代码是在PHPv5中运行的,但最好使用提供的接口系统,如下所示。
This code works in PHP V5, but it's better to use the interface system provided, as shown below.
下面的部分中包含了一些有用的命令的代码段。
The following sections contain code snippets for a few such useful commands.
请参阅下面的清单1中的代码范例。
下面的清单5显示了上面代码的列表中获得的系统中可用的IP。
Listing 5 below prints the available IPs on the system from the list in the code above.
在下面的代码片段中,第二个发布者创建一个服务投影。
In the following fragment, the second publisher creates a service projection.
有八个指定的操作,下面的代码用我们示例实现中的类名定义了这些操作。
There are eight actions specified, defined below using the class names in our example implementation.
下面的代码片段中执行了一个查询,寻找影响该发布者的未决声明。
In this fragment, a query is performed to find pending assertions affecting this publisher.
清单1中的代码执行下面的动作。
应用推荐