释义 |
semicolons ˈsemɪˌkəʊlənz COCA¹¹⁵⁸⁰⁰BNC¹¹⁴⁰²⁴⁺⁵ 基本例句 n.分号semicolon的名词复数原型semicolon的复数 A list separated by spaces, semicolons, tabs, carriage returns, or any other identifiable character can be processed. 也可处理以空格、分号、制表符、回车或任何其他可识别字符分隔的列表。 blog.sina.com.cn It was the big thing out of life he had read to her, not sentence- structure and semicolons. 他向她念的是那重大的东西,不是句子结构或分号什么的。 enbar The data export separator has also been improved to support additional delimiters, such as tabs, semicolons, colons, vertical lines, and tabs. 数据导出分隔符也已经得到了改进以支持更多的分隔符,例如制表符,分号,冒号,垂直线。 infoq The first thing you'll likely notice about the code in Listing5 is that multiple statements have been placed on one line, using semicolons as a separator. 在清单5中的代码中会注意到的第一件事是多条语句放到了同一行中,用分号作为分隔符。 ibm The syntax is slightly different using commas instead of semicolons to separate parameters. 语法有些不同,即采用逗号代替分号来分隔参数。 ibm The semicolons';' are used for comments and would not appear in the actual SOAP message. 分号';'是用来作注释的,它不会出现在实际的 SOAP消息中 。 ibm And then there are some stupid syntax like curly braces and semicolons that initially are kind of annoying because you have to remember where all this junk goes. 还有一些像大括号和,分号之类的愚蠢语法,最初是很讨厌的,因为你需要记得它得放到哪里。163 And, despite what others may say, don't fear just using Scala as a better Java- without- semicolons in the first few days, weeks or months. 而且,不管别人怎么说,在刚开始的日子里,只管大胆的把 Scala当作无分号的 Java用,用上几天、几星期,或是几个月。 infoq Because semicolons, function return types, method arguments lists, and even the curly braces are sometimes omitted, using an equals sign prevents several possible parsing ambiguities. 因为分号,函数返回类型,方法参数列表,甚至大括号都经常会被省略,使用等于号可以避免几种可能的二义性。 yeeyan Bottom line: You are still free to use semicolons if you want to. 底线是:如果愿意,也可以使用分号。 ibm Each line is a set of fields delimited by semicolons. 每一行都是由分号分隔开的一组字段。 ibm Element data is stored in attributes, and some data is even delimited with pipe symbols or semicolons. 元素数据存储在属性中,一些数据甚至由管道符或分号分隔。 ibm First, the use of semicolons and backslashes. 首先是分号和反斜线的用法。 ibm For example, Groovy doesn't require semicolons, and it makes variable types and access modifiers optional. 例如, Groovy不要求使用分号,变量类型和访问修饰符也是可选的。 ibm I don't care whether code is imperative or functional, or is idiomatic Scala or Java- without- semicolons, I only care whether it's readable. 我不在乎代码到底是命令式的还是函数式的,我也不在乎它到底是合乎 Scala的规范,还是只把它当作无分号的 Java来用,我只在乎它是不是好理解。 infoq In order to specify the command that the new task should run, enter multiple SQL statements separated by semicolons or a user- defined function here which is executed at every task run time. 为了指定新任务应该运行的命令,在这里输入在每次运行任务时执行的多个 SQL语句以分号分隔或一个用户定义函数。 ibm In these cases, you can use semicolons to separate individual statements. 在这样的情况下,可以使用分号来分隔单个语句。 ibm Look In list must contain valid files or folders, separated by semicolons. 查找范围列表必须包含以分号分隔的有效文件或文件夹。 microsoft Many will be relieved to know that semicolons are also still optional. 知道分号依然是可选的时候,许多人都会感到轻松。 ibm Multiple targets are separated by semicolons. 多个目标之间用分号分隔。 microsoft Simple statements are comprised within a single logical line. Several simple statements may occur on a single line separated by semicolons. The syntax for simple statements is. 简单语句可以在一个逻辑行中表达。某些简单语句可以用分号分隔而占据一行。简单语句句法如下。 phpcome String analysis automatically computes that by the time it is concatenated to the SQL command, it cannot include single quotes or semicolons. 字符串分析能够自动计算出,到它连接到此 SQL命令时候位置,它不可能包含单个的引号或者分号。 ibm The code in listing4 implements a crude parser that assumes that we use colons to separate buddy IDs from the associated note and semicolons to separate subsequent notes. 清单4中的代码实现了一个简单的解析器,它假设我们使用冒号分隔好友 ID和相关的通知,并使用分号分隔后续通知。 ibm The semicolons are where they could be or should be. 这些分号放在它应该放的地方。163 You can specify several filter patterns in a filter option by separating the filter patterns with semicolons. 您可以使用分号分隔筛选条件模式,以在筛选选项中指定数种筛选条件模式。 microsoft You can use semicolons to separate statements and expressions, as in Java, C, PHP, and similar languages. 你可以使用分号来隔离各个声明和表达式,就像 Java, C, PHP以及其他类似的语言一样。 yeeyan You may have already noticed that there were very few semicolons in the code examples in the previous chapter. 你可能已经注意到,在上一章的代码示例中很少有分号出现。 yeeyan |