• 如果字符不是没有删除字符字符代替

    If chars is given and not None, remove characters in chars instead.

    youdao

  • 所以虽然可以使用键盘删除字符,但还是要图形按钮添加它们

    So, while you can use the keyboard to delete characters, use the graphical buttons to add them.

    youdao

  • 如果彻底删除字符数据过于极端希望至少保留每个节点长度可以使用清单1一个变体

    If complete removal of the character data is too extreme and you want to preserve at least the length of each node, a variation on Listing 1 might be useful.

    youdao

  • 处理数据一个规范化字符告诉XML处理器删除字符串两边的不必要空格

    A normalized string simply tells the XML processor to remove any unnecessary extra white space surrounding the string when processing the data.

    youdao

  • 可以认为对于用户来说一个陷阱因为可以移动光标并且无意中用退格键删除字符,而这些字符不是最后输入的。

    You could also see it as a trap for users because they can move the cursor and inadvertently backspace away characters that were not the last ones keyed in.

    youdao

  • strip([option[,char]])删除字符默认空格)在头部("L")、尾部("T")头尾部("B" —— 默认值)出现 " 12345 ".strip返回 "12345"

    string.strip([option[,char]]) Removes leading("L"), trailing("T"), or both("B" – default) occurrences of char (default spaces) " 12345 ".strip returns "12345"

    youdao

  • 例如客户数据失败一个任务路由管理员,请求管理员检查固定宽度的数据提要以便找到错误字符修复删除它们

    For example, one customer routes a task to an administrator to look at fixed-width data feeds when the data fails so that they can find the errant characters and fix or delete them.

    youdao

  • 缩小是从代码减少大小从而提高加载时间删除不必要的字符做法

    Minification is the practice of removing unnecessary characters from code to reduce its size thereby improving load times.

    youdao

  • 解析时引号导致将其中包括的所有字符视为数据不会潜在地将其视为标记,并且始终会在将数据添加之前删除引号。

    When parsing, quotes cause all enclosed characters to be treated as data and not potentially as markup, and the quotes are always stripped before data is added to the tree.

    youdao

  • 这种情况下使用选项FILTER_SANITIZE_STRING,该选项将获取输入删除所有HTML标记选择性地编码删除特定字符

    In this case, you use the option FILTER_SANITIZE_STRING, which takes input and removes any HTML tags and optionally encodes or removes special characters.

    youdao

  • 单词x中的一个字符删除

    The deletion of a character of x.

    youdao

  • 第三示例使用-d选项 (delete),它输出彻底删除指定字符

    The third example, with the -d option (delete), removes the specified characters completely from the output.

    youdao

  • Back按钮应该删除输入清单8定义文本字段中的上一个字符

    In this case, the Back button should remove the last character entered into the text field defined in Listing 8.

    youdao

  • 这种方法删除代码中所有不必要字符比如制表符(tab)、新行空格

    Minification removes from the code all the unnecessary characters, such as tabs, newlines, and Spaces.

    youdao

  • 接下来if 语句删除置的 “任何字符部分生成 (s)(\w)+(m)(\w)+(l)。

    The next if statement will remove the trailing "any word character section" to produce (s)(\w)+(m)(\w)+(l).

    youdao

  • Release4巧妙修改了这项功能随机字符覆盖删除数据使不能恢复

    In Release 4, this functionality was changed subtly so that the deleted data was overwritten with random characters to make it irretrievable.

    youdao

  • 通过使用s命令替换替换字符可以删除尾随空格

    You can remove trailing blanks from a file by using the s command and substituting a null replacement.

    youdao

  • 内部foreach循环迭代条目删除最后的后缀空格字符

    The inner foreach loop iterates over the hash entries and strips trailing space characters from the values.

    youdao

  • 此外我们必须递归处理MySQL结果删除非法字符以及逐位构建我们XML文档

    In addition, we have to work through our MySQL results recursively, removing illegal characters and building our XML document bit by bit.

    youdao

  • 有些无效路径(例如,含有无效字符目标项目之外路径)可能会删除之相反考虑的默认的路径。

    Any invalid paths (for example, a path outside of the target project, with invalid characters) would be discarded, and the default path would be considered, instead.

    youdao

  • 删除不是空格的非首字母字符(空格将搞乱省略符号但是好的起点

    Strip out nonalpha characters that are not whitespace (which messes up apostrophes, but it's a good place to start)

    youdao

  • 保留字符内容中的所有空白(不包括换行规范化过程删除字符)。

    All whitespace in character content is retained (excluding characters removed during line feed normalization).

    youdao

  • 表达式删除所有字符过量空白

    This expression also removes all null characters and excess whitespace.

    youdao

  • 不过通过删除不同关键字显示使用函数某些可能性并且返回字符字数

    It shows some potential for using the function but by removing the distinct keyword, it returns the total word count of a string.

    youdao

  • 我们可以使用命令替换给定缓冲区中的文本或者删除当前第一出现字符

    We can also replace the text in the buffer at a given line number or remove the first occurrence of a string in the current line, using this utility.

    youdao

  • 为了名字更加清晰如果更改JAR文件名删除特定版本信息,最好定义版本字符变成有意义的名字。

    For clarity, especially if you do change the JAR file names to remove version-specific information, it would be wise to set the version string in the library definition to something meaningful.

    youdao

  • 检查dnt字符如果需要dnt属性文件中添加删除条目可以直接在dnt属性文件中做出必要的更改

    If you need to add or remove entries in DNT properties files after you review the DNT strings, you can make necessary changes directly in the DNT properties files.

    youdao

  • 首先需要删除输入字符中的空格

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

    youdao

  • 注释字符删除之后属性如清单10示。

    With the comment character removed, the property would look similar to what is shown in Listing 10.

    youdao

  • 注释字符删除之后属性如清单10示。

    With the comment character removed, the property would look similar to what is shown in Listing 10.

    youdao

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

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

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