
词语导航
基本信息
词语:分隔语句
繁体:分隔語句
拼音:fēn gé yǔ jù
英语翻译
【计】 delimiter statement
分词翻译
分隔的英语翻译:www.wEntIyI.COm
space
【化】 partitioning
【医】 abjoint; abjunction; partition; segregation; septation
语句的英语翻译:
sentence
【计】 COMPLEX statement
翻译例句
1. 分号主要是为了分隔语句。
The semicolon serves to separate statements from each other.
2. 在这样的情况下,可以使用分号来分隔单个语句。
In these cases, you can use semicolons to separate individual statements.
3. 为了指定新任务应该运行的命令,在这里输入在每次运行任务时执行的多个sql语句(以分号分隔)或一个用户定义函数。
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.
4. sql语句批处理由go命令进行分隔,而且脚本也可以使用print命令在脚本中书写消息。
Batches of SQL statements are separated by the go command, and scripts can also use the print command to write messages from the script.
5. 在ESQLset语句语法中,用冒号分隔限定名(Qualified Name)的两部分,以此来表示这一点。
This is indicated in ESQL SET statement syntax using a colon character to separate the two sections of the Qualified Name.
6. plot命令中的每个‘using’语句由逗号分隔。
Each "using" statement in the plot command is separated by a comma.
7. 此攻击会起作用,是因为SQLServer允许您将多条 SQL语句(用分号或空格分隔)串联在一起。
This hack works because SQL Server allows you to string together multiple SQL statements separated by either a semicolon or a space.
8. 语句之间或函数参数之间的分隔符。
Commas, for example, can separate statements or function parameters.
9. 所有缓存表的数据放在一个名为database . data的文件中,而文本表的数据则放在由settablesource非标准sql语句命名的任意分隔文本文件(像CSV文件)中。
Data for all cached tables is kept in a file named database.data, while text table data is kept in any delimited text file (like CSV files) named by the set table source non-standard SQL statement.
10. 通过使用竖线做分隔符,可以将两个或更多个语句放在单个行中。
You can also put two or more statements on a single line by separating them with a vertical bar.
11. 考虑更现实的情况,h1和h2语句是分隔在大量css样式表中的数百行。
Consider the more realistic case, where the h1 and h2 statements are hundreds of lines apart in a massive CSS stylesheet.
12. 您还会注意到,我不需要在语句之间(除了特定情况下)加入语句分隔符,像分号。
You will also notice that I don"t need to put statement separators, like semicolons, in between statements except in certain cases.
13. 在LOADdata语句中可以修改列值分隔符的缺省值。
The column value separators can be changed from the defaults in the LOAD DATA statement.
14. 从语句上说,SVG确实是XML,但在svg属性中,SVG绘图信息内容的重要部分包含在逗号和空格分隔的数据中。
Syntactically, SVG is indeed XML, but a significant portion of the information content of an SVG drawing is contained within comma - and space-delimited data inside SVG attributes.
15. 如果仔细看看上面这个语句,会看出所有值都是直接字符串(由单引号包围)或变量名,它们都由逗号分隔。
If you look closely at the statement above, you will see that all of the individual values are either literal strings (surrounded by single quotes) or variable names, all separated by commas.
16. 默认语句分隔符为分号,也可以被修改。
The default character, a semicolon, appears in a field that you can modify.
17. 这不包括那些被用在对象定义,数组定义,var语句,和参数列表中的逗号分隔符。
This does not apply to the comma separator, which is used in object literals, array literals, var statements, and parameter lists.
18. 注意在图65中,在SQLEditor窗口中输入了两个sql语句,语句之间以分号分隔。
In Figure 65, notice that there are two SQL statements typed in the SQL Editor window, separated by a semicolon.
19. 然后可以开始将文本输入(或将文本粘贴到)CommandInput窗口中,确保每个命令或 SQL语句以语句分隔符号结束。
You can begin typing in (or paste text into) the Command Input window, making sure that each command or SQL statement ends with a statement termination character.
20. 您可以在一个from语句中导入超过一个模块,其间以逗号分隔。
You can import more than one module in the same from statement by separating the module names with commas.
21. 要使用分隔符“|”创建与customer表具有相同表模式的外部表“et_customer”,可以使用以下ddl语句。
To create an external table "et_customer" with the same schema as customer table with a delimiter "|", you can use the following DDL statement.
22. 竖线作为语句分隔符的一个重要用途体现在注释中。
One important use of the vertical bar as a statement separator is in commenting. Vimscript comments start with a double-quote and continue to the end of the line, like so.
23. 对于要分析CREATEPROCEDURE语句本身的某些浏览应用程序而言,需要采用不是分号的其它命令分隔符。
For some browsing applications to parse the CREATE PROCEDURE statement itself, you need the command delimiter to be something other than a semicolon.
24. 通知服务器客户端可以发送多条语句由分号分隔。如果该标志为没有被设置,多条语句执行。
If this flag is not set, multiple-statement execution is disabled. See the note following this table for more information about this flag.
25. 匹配语句分隔符的正则表达式。
A regular expression that matches the statement separator.
26. 在输入CREATEPROCEDURE语句前,您可能需要更改命令分隔符,使其不是分号。
You may need to change the command delimiter away from the semicolon before entering the CREATE PROCEDURE statement.
27. 语句块由冒号分隔的代码行组成。
Statement blocks are made up of lines of code delimited by colons.
28. 分隔符逐一进行分隔的语句块,则编辑器将使用相应语言的缩进规则,将该块视为一个语句块来设置它的格式。
Delimiters, the editor will format the block as if it were one block using the indentation rules of the appropriate language.
29. 简单语句可以在一个逻辑行中表达。某些简单语句可以用分号分隔而占据一行。简单语句句法如下。
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.
30. 简单语句可以在一个逻辑行中表达。某些简单语句可以用分号分隔而占据一行。简单语句句法如下。
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.
版权声明:问题易所有作品(图文、音视频)均来源网络,版权归原创作者所有,与本站立场无关,如不慎侵犯了你的权益,请联系我们告知,我们将做删除处理!
