• 将使用POST而不是GET因为希望避免任何查询字符串度过长字符串转义而引起问题

    You use POST instead of GET because you want to avoid any issues with the query string length being exceeded or escaping of strings.

    youdao

  • 姓名电话号码连接字符串然后分割为含两个字符串数组。

    The name and the phone number are concatenated into a single string and then split into an array of two strings.

    youdao

  • 这种形式字符串截断非常简便只需冒号分开指定起始字符字符串长度

    This form of string chopping can come in quite handy; simply specify the character to start from and the length of the substring, all separated by colons.

    youdao

  • 尽管不难找到拆分这些响应字符串的方法,但客户机不得不根据分号等号竖线与符号解析拆分这些字符串

    Even though it's not too hard to figure out how to break up these response strings, a client will have to parse and split the string up based on the semicolons, equal signs, pipes, and ampersands.

    youdao

  • 使用引号引号引号语法创建字符串仍然字符串对象

    The strings I've been creating using the single, double, or triple quotation mark syntax are still string objects.

    youdao

  • 字符串校正可能很复杂因为必须按照已知校对规则来比较两个字符串规则毫无疑问特定脚本特定于语言的。

    String collation can prove tricky because comparing two strings has to happen under known collation rules, which are invariably script - and language-specific.

    youdao

  • 连接操作个顺序连接多个数据片段过程通常是连接字符串字符串数据(绝大多数是变量其它字符)。

    Concatenation is the process to sequentially join multiple pieces of data, usually literal strings with non-string-literal data (most commonly, variables or other literals).

    youdao

  • 相反,应该将字符串字符串'true ''false '比较

    Instead, compare strings to the string values' true 'and' false '.

    youdao

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

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

    youdao

  • 如果字符串至少目标一样,那么函数strncpy(3)不会使用NUL 来结束字符串可能会在以后导致严重破坏

    The function strncpy(3) also doesn't NUL-terminate its destination if the source string is at least as long as the destination; this can cause havoc later.

    youdao

  • 从技术角度而言正则表达式表示某种模式字符串(也就是说,由字母数字符号组成字符序列),用于定义长的字符串

    Technically speaking, a regular expression is a string (that is, a sequence of characters composed of letters, Numbers, and symbols) that represents a pattern defining zero or more strings.

    youdao

  • sequence (final)得到字符串最终字符串之间字符序列(字符串和最终字符串必须是1个字符组成的字符串)“0 ” .sequence(“9 ”)返回“ 0123456789 ”。

    String.sequence (final) Gets the sequence of character between string and final (both must be 1-character strings) "0".sequence (" 9 ") returns "0123456789".

    youdao

  • 这么返回一个缓冲了的文本文件readreadline会返回字符串(请注意,Python3内的所有字符串都是unicode)。

    Doing so returns a buffered text file; read and readline return strings. (Remember that all strings in Python 3 are unicode.)

    youdao

  • 复杂过滤使用正则表达式过滤字符串开头末尾总是添加一个星号 *,因此没有必要简单字符串添加通配符)。

    Use regular expressions for more complex filtering (an asterisk (*) is always added to the beginning and end of the filter string, so there's no need to add wildcards for simple strings).

    youdao

  • 然后消息主体设置一个字符串,该字符串用户消息数据被编码为post格式

    It then sets the body of the message to a string that has the user and message data encoded in POST format.

    youdao

  • 字符串分析模型字符串就是一些语法能够字符串序列详尽理解字符串可能执行过程任何发挥作用

    The string analysis model strings are grammars, enabling a very detailed understanding of the characters and sequences that a string might hold at any point in the execution flow.

    youdao

  • 如果当前字母下标字符串长度相等,那么这个变量一个字符串

    If the index of the current letter is equal to the length of the string, this variable is an empty string.

    youdao

  • 通过使用常量字符串可以避免分配内存复制字符串编码转换过程

    By using a constant string, you avoid allocating memory, copying the string, and the transcoding process.

    youdao

  • 可以设置这些属性惟一识别过滤器指定查询字符串指定解析查询字符串查询语言

    These properties can be set to uniquely identify the filter, specify a query string, and specify the query language that parses the query string.

    youdao

  • 这种情况下剖析文本字符串会非常简单直接,这是因为这些部件“[”“]”封装并且数值就是等号后面的最后一个字符串

    In this case, parsing the text string is quite straightforward because the parts are enclosed by "[" and"] "and the value is the last string after the equals sign.

    youdao

  • 使用标准C字符串函数习惯使用的字符串通用主机进行比较

    Using the standard C string functions or your favorite string library, compare the common name and the host name.

    youdao

  • 根据脚本编写方式生成HTTP响应可能非常简单,比如只包含几个标准头部一个文本字符串,该字符串包含给定符号当前价格

    Depending on how the script is written, the resulting HTTP response might be as simple as standard headers and a text string containing the current price for the given ticker symbol.

    youdao

  • 第一创建字符串时,可以混合使用引号引号,只要字符串开始位置结束位置使用同一类型引号。

    First, you can mix single and double quotation marks when creating a string, as long as the string USES the same type of quotation mark at the beginning and end.

    youdao

  • 组合结果日志级别用户指定格式字符串包含一个字符串中。

    The result is a single string that incorporates the log level and user-specified format string as a single string.

    youdao

  • 出现字符串指向字符串的指针(形式——距离长度)代替

    The second occurrence of a string is replaced by a pointer (in the form of a pair — distance and length) to the previous string.

    youdao

  • 不再需要日期时间作为字符串来处理提取部分字符串作为单个数字或者月份名称

    No longer do you need to handle dates and times as strings and pull apart the strings to get individual Numbers or month names.

    youdao

  • 至此已经有了标记数据库一个包含英文字符串翻译后的字符串的词汇表。

    Now, you have a tag database and a glossary that contains the English strings and the translated strings.

    youdao

  • 属性文件中,可翻译字符串不可翻译字符串分放在不同的文件中。

    In the properties files, translatable strings and untranslatable strings are separated into different files.

    youdao

  • 这些字段包含查询字符串HTTP头部解析查询字符串

    These fields contain the query string and the values of the HTTP headers as well as parse the query string.

    youdao

  • 应用程序使用一些字符串方法、一些正则表达式一些主要正则表达式字符串匹配所驱动程序逻辑

    This application USES some string methods, some regular expressions, and some program logic driven mostly by regular expressions and string matches.

    youdao

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

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

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