查询
1 词典释义:
input string
时间: 2025-07-03 10:51:03

输入语符列

双语例句
  • With the exception that one of the listeners converts the input string to uppercase, the code for the listeners is exactly the same.

    除了一个监听器将输入字符串转换成大写字母之外,监听器的代码完全相同。

  • Enter 0.11 for the input string and click Go.

    输入 0.11 作为输入字符串并单击 Go。

  • Enter 9.99 for the input string and click Go.

    输入9.99作为输入字符串并单击Go。

  • Listing 1. Tracking the input string variable.

    列表1 .跟踪出入字符串变量。

  • First, we need to delete the Spaces in the input string.

    首先,需要删除输入字符串中的空格。

  • How can I read a an input string of unknown length?

    我怎么能看不明的输入字符串长度吗?

  • Edit maps an input string to a human-friendly formatted form.

    edit将输入字符串映射成用户友好的格式化形式。

  • On exit, the input string will be printed on dialog's output.

    退出时,输入的字符串会被打印到会话的输出。

  • Source: the input string the regular expression is matched against.

    source:正则表达式所匹配的输入字符串。

  • It will return each match detected within the input string as requested.

    它将按需返回在输入字符串中检测到的各个匹配项。

  • This method also returns false if the input string is not a number at all.

    如果输入的字符串不是一个数字,则该方法也将返回false。

  • Accepts the input string inputString that the client application provides.

    接受输入客户机应用程序提供的字符串inputstring。

  • A substring is zero or more contiguous string length units of input string.

    子字符串是输入字符串的零个或多个相邻字符串长度单元。

  • In the example shown in Listing 1, the input string variable is tracked.

    在列表1所显示的例子中,输入字符串变量被跟踪。

  • The routine searches the protocol sequence ID table for a given input string.

    这个例程在协议序列 ID 表中搜索给定的输入字符串。

  • Provide an input string as displayed on the page, and click the Send button.

    按照页面上所示显示输入字符串,单击Send按钮。

  • If the input string had some maliciously designed script, the script is executed.

    如果输入字符串具有一些恶意设计的代码,脚本也会被执行。

  • The append benchmark consists of appending a random range of the input string to itself.

    这个测评的方法是,从输入字符串中选取随机范围的字符附加到它本身。

  • If the end of the input string is found, pop all operators and append them to the result string.

    如果到达输入字符串的末尾,弹出所有操作符并添加到结果字符串。

  • The second parameter is the input string that either converts to uppercase or lowercase characters.

    第二个参数是将被转化成大写或小写字符的输入字符串。

  • This function, as mentioned in SQL standard, returns the length of the input string in octets or bytes.

    如 SQL 标准中所述,此函数返回输入字符串的八位字节长度或字节长度。

  • You can therefore easily get the user input string from the Typeahead using the code shown in Listing 7.

    因此,您可以用代码从Typeahead中很容易的获取输入字符,如列表7所示。

  • Instead of testing for a match, however, a match object is created for the first match found in the input string.

    然而,Match对象并非用于测试匹配而是为在输入字符串中找到的第一个匹配项创建的。

  • A reset is necessary because, with this method, parsing begins at the ParsePosition index within the input string.

    重置很必要,因为使用此方法时解析开始于输入字符串的ParsePosition索引。

  • The sample application includes a simple program you can run to encode a given input string. To encode a username.

    示例应用程序包括可以运行以编码给定输入字符串的简单程序。

  • In this case, it is important not to apply the filter to the original input string, but only to the output version.

    在这种情况下,重要的是不向原始的输入字符串应用过滤,而只向输出版本应用过滤。

  • The process that scans an input string and determines what the tokens are is called the tokenizer. In the query.

    扫描输入字符串以及判断是何标记的过程称作记号赋予器(tokenizer)。

  • The input string data to string functions may have wrong or invalid characters in the string that it is supplied with.

    字符串函数的输入字符串数据可能拥有源字符串中的一些错误字符或无效字符。

  • The key to using the method for validation is to compare the updated index to the length of the original input string.

    使用该方法验证的关键在于将更新过的索引和初始输入字符串的长度进行比较。

  • The start position specifies the position within input string that is to be the first string length unit of the result.

    起始位置指定了输入字符串中结果的第一个字符串长度单元所在的位置。