• Use a global document variable against which XPath expressions are evaluated, and create a function to which you can pass an expression.

    使用全局文档变量来定义进行判断的XPath表达式,创建一个接收表达式函数

    youdao

  • When you want to create an atomic value of one of the time-oriented data types, use a type-constructor function and provide the string representation as an argument.

    如果需要创建时间相关数据类型的单个,可以使用类型构造函数提供时间字符串表示形式作为参数。

    youdao

  • You can either call the function directly, or create a view based on this statement and then query the view.

    可以直接调用函数可以根据这个语句创建视图然后查询视图。

    youdao

  • In this final step, you create a view and function on top of the CUSTOMER_INFO table.

    最后一步中,customer_info基础创建一个视图函数

    youdao

  • In order to do this, the basic idea is to create a combined user-defined function that first invokes the model creation process and that then extracts the rules and returns them as a result set.

    以此为目的,基本想法创建一个用户定义组合函数,此函数首先调用模型创建过程之后再提取规则这些规则作为结果返回

    youdao

  • Note: Alternatively you can create a database trigger to capture every INSERT on your table and tell it to validate the data as XML using the XMLVALIDATE function before performing the INSERT.

    注意可以选择创建一个数据库触发器捕捉每个INSERT操作,告诉执行INSERT之前使用XMLVALIDATE函数验证XML数据

    youdao

  • Create a reverse function - one that will take a timestamp for a certain locale and return the equivalent UTC timestamp.

    创建一个反转函数——函数某个地区的时间作为参数,返回对应UTC时间戳。

    youdao

  • With this captured information, we can create a list of source file names, function names and the line Numbers for the functions.

    使用捕获信息我们可以创建文件名函数函数列表

    youdao

  • One of the mitigations is that LAMP application servers are generally dedicated to a particular function, and users can't create the potentially dangerous symbolic links.

    缓解风险措施之一LAMP应用服务器通常专注一种具体功能用户无法创建危险的符号连接。

    youdao

  • You can create and name a function or create a nameless function, as I've done.

    可以创建命名一个函数,也可以创建无名的函数。

    youdao

  • Instead, create a wrapper function that either returns a handle to the existing object for a particular community or creates a new object and adds it to the map, using the code in listing 1.

    相反创建包装器函数它返回现有对象的句或者创建一个对象添加映射中,如清单1中的代码

    youdao

  • In the updateCatalog function, retrieve the form field values and create an SQL statement to add a row to database table Catalog.

    updatecatalog函数中,获取表单字段创建sql语句,以便将添加数据库Catalog中

    youdao

  • Let's create another Application class that will contain a main function to open the ContactUI and set up the context object.

    我们来创建application,其中包含一个函数,用来打开ContactUI设置这个上下文对象。

    youdao

  • Create a function named set_color to allow users to test background and foreground text colors.

    创建一个名为set _ color的函数允许用户测试背景前景文本颜色

    youdao

  • For example, suppose you wanted to create a CommentBlock function that was passed a string and formatted it into an appropriate comment block for various programming languages.

    例如假设希望创建CommentBlock函数将接收一个字符串针对不同编程语言将其格式化相应的注释

    youdao

  • To create a filesystem with fuse, you need to declare a structure variable of type fuse_operations and pass it on to the fuse_main function.

    使用fuse创建文件系统需要声明一个fuse_operations类型结构变量将其传递给fuse_main函数

    youdao

  • To return multiple values from a function, enclose them in parentheses and separate them with commas — in other words, create and return a tuple.

    为了函数返回多个,要将其括一个括号逗号分隔——换话说,创建并返回一个tuple。

    youdao

  • As a simple example, let us create a generic function called whoami and some tagged methods to dispatch to.

    作为简单例子我们创建一个称为whoami泛型函数以及一些分派标记方法

    youdao

  • In this section, you will learn how to create a basic web page that USES Ext.Direct to fetch the current date and time from the server using the PHP date function.

    小节学习如何创建一个基本的we b,在该we b页中您可以通过PHPdate功能利用Ext . Direct服务器获取当前日期时间

    youdao

  • Now that you have the show_users function, you can create a users.php file that runs it and displays a list of all the users in the system, each with a link that says follow next to the user name.

    了show_users函数之后,接下来可以创建users . php文件,该文件将运行这个函数,显示系统所有用户一个列表,对于每个用户,在用户名的旁边一个follow链接

    youdao

  • you could create a function such as the following, which also handles the return code and, if needed, increases the error counter

    而是创建一个如下所示的函数函数可以处理返回如果有必要还可以增加错误计数器

    youdao

  • In this example, let's create a Browse button that allows users to search for files on their computer and triggers the custom function. To do this, follow these steps.

    中,创建Browse按钮允许用户搜索用户计算机文件触发定制函数

    youdao

  • Create a function named get_widow_size to determine the number of rows and columns.

    创建一个名为get _ widow_size函数用来确定行数数。

    youdao

  • Create a class named Application and write the straightforward main function shown in Listing 2.

    创建一个名为Application编写如清单2中所相当直观main函数

    youdao

  • Functions create the stack frame during the beginning of the function (called the function prologue) and tear it down at the end of a function (called the function epilogue).

    函数函数开始过程中(称为函数序言(function prologue))创建堆栈在函数结束时(称为函数尾声(functionepilogue))销毁

    youdao

  • In this section, we create a Action web service web service, and access the web service using the web_client_api function and the direct instance method invocation.

    节中我们将创建ActionwebService web服务访问使用web_client_api函数web服务直接实例方法调用

    youdao

  • To make it easier on yourself, first create a helper function called build_answers that, when given a database handle and a poll ID, outputs the XML for all the answers to that poll (see Listing 4).

    为了简单起见,首先创建名为build_answers的helper函数给定一个数据库句柄调查ID后,该函数会输出调查所有答案XML(参见清单4)。

    youdao

  • The new XSL: function instruction introduced in XSLT 2.0 lets stylesheet writers create their own function in a stylesheet using pure XSLT syntax and semantics.

    XSLT 2.0引入指令xslfunction允许样式作者使用xslt语言语义样式表中创建自己函数

    youdao

  • To generate a C++ friend function that is a friend of a class, you need to create a UML operation within a UML Class and apply the cpp_operation stereotype on the UML operation.

    为了创建一个 C++函数需要在一个UML 类的内部创建一个 UML操作,并且将 cpp_operation套用 UML 操作上面。

    youdao

  • The concept of lambda functions is the basis for closures and provides a much-improved way to create functions on the fly vs. the create_function function already in PHP.

    lambda函数概念闭包基础并且提供了一种PHP已有create_function函数改进很多的动态创建函数的方法

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定