• 两种方法都可以使用一个字符串参数作为消息文本显示上面工具条中。

    Both methods can use a string parameter as the message text shown above the bar.

    youdao

  • 使用字符串作为一个函数返回正常工作

    When you are using a string literal as a return value from a function, it will work properly.

    youdao

  • 使用单个字符串不同,file选项现在使用一个字符串向量来定义

    Instead of a single string, the file option is now defined with a vector of strings.

    youdao

  • in _ word_set:例程使用hash确定某个字符串是否属于用户提供的列表大多数情况下只使用一个字符串比较

    In_word_set: This routine USES hash to determine whether a particular string belongs to the user-supplied list, using one string comparison in the most common case.

    youdao

  • 第 1 行使用字符串函数splitlines() 分隔服务器列表然后这些作为一个变量appServers 进行存储

    Line 1 uses splitlines(), a string function, to separate the list of servers, and then these values are stored as a variable, appServers.

    youdao

  • 同样使用一个字符串参数可以使用任何对象

    Again, the example USES a string parameter, but you can use any object.

    youdao

  • 下面示例一个字符串算法,与计算生物学经常使用的算法相似

    The next example is a string algorithm, like those commonly used in computational biology.

    youdao

  • 不管资源原来什么样子这个操作会给一个字符串,它都有所使用平台正确结束约定(估计可能合理)。

    Doing this gives you a string that has the right end-of-line conventions for the platform you are running on, regardless of what the source resource looked like (within reason, presumably).

    youdao

  • 使用API获得设置项目时,只有一个字符串可以用作数据类型

    When using APIs to get and set the value of an item, only a string can be used as the data type.

    youdao

  • 这类函数始终需要调用提供一个字符串进行格式化,因此应当使用命名参数

    Such a function would always require the caller to supply the string to be formatted, so that parameter should be explicitly named.

    youdao

  • 可以使用to_sRuby方法根据需要这个转换一个字符串

    You use the to_s Ruby method to convert the value to a string as needed.

    youdao

  • 下面的这个例子使用raw _ input命令提示符获取一个字符串然后值赋给quest

    The following example USES raw_input to grab a string from the command prompt, then assigns the value to quest.

    youdao

  • 函数使用display过程一个字符串打印屏幕

    This function USES the display procedure to print a string to the screen.

    youdao

  • 存储时间数据,就可以使用nf函数创建一个字符串可以将数字转变为字符串

    With the time data stored, you then create a string using the nf function, which converts Numbers into strings.

    youdao

  • 如果通过HTML发送一个字符串必须使用raw

    If you want to emit a string with HTML, you must use raw.

    youdao

  • 这些在SyncML编码中根本没有使用但是文档头部中发来一个字符串WML上面那些元素处理经过标记的主体文本字符串

    The SyncML encoding doesn't use them at all, but WML uses them for including tokenized body-text strings from a string table sent in the preamble.

    youdao

  • 这种方法使用一个字符串计算得到的摘要(digest),该字符串文本密码组成

    This method USES a digest value computed over a string made up of two other text values combined with the password.

    youdao

  • 我们可以使用server方法传递一个字符串数组作为参数

    We can just use the Server class main method and pass the arguments as an array of Strings.

    youdao

  • 其次注意使用as="xs:string"属性表明函数返回一个字符串

    Second, notice that you used the as="xs:string" attribute to indicate that this function returns a string.

    youdao

  • 脚本将此文件文本载入字符串变量,将其explode一个使用行的数组根据此数组元素决定商家名称

    The script loads the file text into a string variable, explodes it into an array using new lines, and determines the name of the vendor from the first element of the array.

    youdao

  • 可以使用XQuerystring - join函数序列合并一个字符串清单9所示。

    You can also "implode" a sequence into a string with the XQuery string-join function, as in Listing 9.

    youdao

  • 使用提取转换提取该字符串各个部分那些部分分配一个字符串分配给任何其他基元类型注意我们移动转换部分中提到告诫

    You use the extract transform to extract parts of a string and assign those parts to another string, or to any other primitive type, with the caveat we mentioned in the move transform section.

    youdao

  • 如果任何属性使用一个字符串数组,那么返回其中个字符串

    If any attribute has an array of strings, only one of them will be returned.

    youdao

  • 这里字符串使用一对引号定义第二字符串使用一对引号定义。

    Here, the first string is defined with a pair of single quotes. The second one USES a pair of double quotes.

    youdao

  • 类似我们正则表达式使用捕捉提取我们需要字符串时来替代个字符串分隔好几个方法

    It is analogous to using "capture groups" in a regular expression to pull out substrings we want, instead of splitting the string in several successive steps to extract the substrings we want.

    youdao

  • 一方面,很多服务使用通用接口构建一个字符串传入,另个字符串传出,或者交换二进制对象

    On the other hand, many services are built with a somewhat generic interface: one string goes in and one string comes out, or plain binary objects are exchanged.

    youdao

  • 这里使用数据结构尤其简单字符串

    Here the data structure is especially simple: a single string.

    youdao

  • 对于图形字符串两个字节组成一个字符使用字节表示字符串长度

    In the case of a graphic strings, two bytes constitute a character and you use the number of double bytes to represent the length of the string.

    youdao

  • 不要使用命令行参数设置帐户状态构建文件设置一个字符串任务使用字符串值更新状态。

    Instead of using the command-line parameter to set the account's status, you'll set a string value in the build file, and the task will use the string value to update the status.

    youdao

  • 第二split方法演示如何使用不同令牌字符例中使用冒号)将一个字符串分成一系列字符串

    The second split method demonstrates using a different token character -- in this case, a colon -- to split a string into a sequence of strings.

    youdao

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

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

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