下面的查询在该行中应用了xmlrow和xmlgroup函数。
The following query applies the xmlrow and xmlgroup function to this row.
下面是使用这个函数的C代码(请将下面的代码输入到 my_square_tester.c 文件中)
Here is the C code for using the function (enter as my_square_tester.c)
在下面的例子中,函数返回某个字符串的连续小写字母。
In the following example, a function returns the successive lowercase characters of a string.
在下面的例子中,你可以看到两个异步调用(可能是到一个数据库的调用)是如何嵌入视图模型的构造函数里的。
In the example below you can see how two asynchronous calls (presumably to a database) are in-lined with the constructor of the view-model.
在下面的交叉表中,报告作者将Year投射为行,将一个使用tuple函数的计算投射在列上。
Within the following crosstab the report author projected the Year as the rows and a calculation which USES the tuple function on the columns.
在下面的示例中,报告作者创建了一个简单列表报告,报告只包含一个投射数据项Year,它使用带有如下caption函数的Year级别。
In the following example, the report author creates a simple list report that contains only a projected data item called Year, which USES the Year level with the caption function as follows.
在下面的方法中,您在默认的构造函数中创建Shell对象。
In the method (shown below), you create a Shell object with the default constructor.
在下面的例子中,我将前面的原始html移入它自己命名的print_html函数中,这个函数是php程序中惟一调用的执行语句。
In the following example, we have moved the formerly raw HTML into a function of its own named print_html , which is called as the only executed statement within the PHP program.
在下面的伪代码中,这个内核线程应该在设备驱动程序的close函数中进行销毁。
This kernel thread should be destroyed in the close of the device driver in this pseudo code.
最后,Spring类由下面的类构造函数中显示的值组成。
Finally, the Spring class consists of the values shown in the following class constructor.
如果你想给全局变量重新赋值,结果会很意外。下面的例子中,本来是想要追踪确定函数是否被调用了。
If you try to reassign a global variable, you might be surprised. The following example is supposed to keep track of whether the function has been called.
在下面的案例中,我们将书写一个用于检测下一个同属节点的 节点类型的函数。
So, in the example below, we have a function that checks the node type of the next sibling node.
下面的示例演示一个具有未排序的源的基本方案中合并选项的行为,并将高开销函数应用于每个元素。
The following example demonstrates the behavior of merge options in a basic scenario that has an unordered source and applies an expensive function to every element.
下面的示例演示一个具有未排序的源的基本方案中合并选项的行为,并将高开销函数应用于每个元素。
The following example demonstrates the behavior of merge options in a basic scenario that has an unordered source and applies an expensive function to every element.
应用推荐