• 记住这个表达式使用引号使参数嵌入空格保持在一起清单2后部

    Remember to use quotes around this expression to keep parameters with embedded Spaces together as you saw back in Listing 2.

    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

  • 现在prettyprint个词之间出现个换行符和大量空格

    Now, there is a line feed and a whole bunch of Spaces in between pretty and print.

    youdao

  • 由于空格字符被用来分隔集合中的元素因此icecream元素(这里没有使用icecream)需要名字边使用引号括起来。

    Because the space character separates the elements of a set, the ice cream element needs double quotes around the name (instead of the less attractive icecream, for example).

    youdao

  • 所以如果使用DTD,仍不同空格,那么这文档确实是不同的。

    So if you have whitespace differences after using one, you don't have identical documents.

    youdao

  • 注意解决方案中,必须处理器某些生成text元素保留空格

    Note that in both of these solutions, I had to tell the processor to preserve the whitespace in some of the generated text elements.

    youdao

  • 为了确保识别出选择列表必须分隔符(这个分隔符依次一个空格,一个句点空格组成):". "添加分隔符字段

    To make sure that the selection lists are recognized, you must add the delimiter of a space, followed by a period, followed by two spaces: " . " to the delimeter field.

    youdao

  • 还能够想出其它几种可以使用过滤器情况例如发布HTML文档之前预处理除去不想要空格

    I can think of several other cases when I could use these two filters, for example, to remove unwanted Spaces as preprocessing before publishing HTML documents.

    youdao

  • 由于可能是复制粘贴了段代码返回查看并确保每个进都空格并且使用任何制表符

    NOTE: Since you probably copied and pasted that code, go back and make sure that each indent is two Spaces, and that no tabs were used.

    youdao

  • 主机屏幕中,分隔空格,后一个句点然后空格

    In the host screen, the delimiter is a space, followed by a period, followed by two Spaces.

    youdao

  • 然后XML文档引用这个DTD,这样可以尽可能多地区别出空格

    Then have both XML documents reference the DTD, and you can isolate as much whitespace as possible.

    youdao

  • 使用空格表示进,而且绝不使用制表符

    You use two spaces for an indent, and you never use tabs.

    youdao

  • 因为fr_FR允许空格,所以我们提供函数验证输入

    As fr_FR allows the blank space, we will provide two functions to validate the input.

    youdao

  • 以上几点注意事项:第一等号 "="没有空格任何空格导致错误一下看看)。

    There are several things to notice above: first, there is no space on either side of the "=" sign; any space will result in an error (try it and see).

    youdao

  • 品牌名称最多包含单词,中间可加空格

    Brand Name can contain a maximum of two words separated by a space.

    youdao

  • 所有属性按照字母顺序排列,前面有一个空格等号包含属性引号没有空格

    All attributes in alphabetical order, preceded by a single space, with no space on either side of the equals sign, and double quotes around the attribute value.

    youdao

  • 相反可以删除词语之间空格,这个紧凑的词组告诉译者不能翻译的变量

    Instead, remove the space between two words to indicate to the translator that these compressed words are non-translatable variables.

    youdao

  • 现在需要完成对余下工作编码输出文档生成适当注释,为了便于阅读,注释端可以空格

    Now you need to fill in those remaining gaps with code to generate the appropriate comments into the output document, plus some whitespace wrapped around the comments for the sake of readability.

    youdao

  • 下面行的末尾也有类似空格问题

    Similar whitespace appears at the end of the next two lines.

    youdao

  • 每个名称空间声明之间有一空格等号包含名称空间URI没有空格

    Use a single space before each namespace declaration, no space on either side of the equals sign, and double quotes around the namespace URI.

    youdao

  • 这里我们指定希望元素从父元素空格并且希望元素有空

    Here we've specified that we want child elements indented two Spaces from the parent element, and that we want new lines between elements.

    youdao

  • 绝大多数情况下,这些字符串属于一条单一语句并且容易犯下字符串遗漏空格错误

    Most of the time, these strings are part of a single statement, and it's easy to make the mistake of leaving out a space on either side of the strings.

    youdao

  • 如果文件名里面个单词之间使用空格,那就用下划线_代替空格——这样做的话,你以后感谢自己现在的做法。

    If you want to represent Spaces between words in a file name, use underscore characters. You will thank yourself later.

    youdao

  • 显示职员第三显示职员姓名,中间隔空格

    The first two columns display the first and last name of staff members while the third column displays the first and last name separated by a space.

    youdao

  • 用于澳大利亚正则表达式包括地区简称需要空格(个或),以及个四位数如清单8

    The regular expression for Australia, shown in Listing 8, includes the state or territory abbreviation, the required space (either one or two), and a four-digit number.

    youdao

  • 如果为每个匹配字符,一个空格,一个不匹配字符扣一分,那么下面的比对就是全局比对。

    If you award matches one point, penalize Spaces by two points, and penalize mismatches by one point, the following is an optimal global alignment.

    youdao

  • 上述模式之间必须使用[[:space:]] +它们进行连接因为并不知道这些之间究竟使用空格制表符,还是的组合进行分隔

    In between, you'll have to join these patterns with [[: space:]] +, since you have no idea the columns are separated by Spaces or tabs, or a combination.

    youdao

  • 因为Python需要错开表达式计算为TrueFalse时应该执行语句,所以print语句都进了4个空格

    Because Python requires indentation to offset the block of statements that should be executed if the expression evaluates True or False, the two print statements are both indented four Spaces.

    youdao

  • 清单16使用cut分隔text2中的然后使用空格作为输出分隔符,种将每行中的制表符替换为空格方法

    Listing 16 USES cut to separate the two columns of text2 and then USES a space as an output delimiter, which is an exotic way of converting the TAB in each line to a space.

    youdao

  • 不幸的是,不能使用unexpand将text1中的空格替换制表符,因为unexpand至少需要空格才能替换制表符。

    Unfortunately, you cannot use unexpand to replace the Spaces in text1 with tabs, as unexpand requires at least two Spaces to convert to tabs.

    youdao

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

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

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