syntax
美 [ˈsɪnˌtæks]
英 [ˈsɪntæks] 
词形变化
复数:syntaxes 同义词
英汉双解
1. | 句法;句法规则the way that words and phrases are put together to form sentences in a language; the rules of grammar for this |
2. | 句法;语构the rules that state how words and phrases must be used in a computer language |
英汉解释
英英解释
例句
If your code has no syntax errors, it's ready to run.
如果代码没有语法错误,它就可以运行了)。
Parsing this syntax is equally ambiguous, and you must know the layout of an XML response ahead of time to be able to make sense of it.
语法解析同样含混,你必须先知道XML响应报文的布局,然后才能搞清楚它的含义。
When a function or stored procedure is entered into a query, its complete syntax and arguments are shown in a ToolTip.
将函数或存储过程输入查询中时,工具提示中将显示其完整语法和参数。
The E4X syntax makes dealing with XML so easy to do that you'll never want to deal with XML any other way.
E4X语法使得处理XML变得非常容易,以至于你不会再愿意使用任何其他办法来处理XML了。
In the case of XPath, you are able to use certain parts of XPath syntax directly in Scala, as it just gets translated into a function call.
在XPath中,由于可以被转换成一个函数调用,您可以在Scala中直接应用XPath语法的某一部分。
Clean Syntax You can create easy to read classes with Eiffel's simple, unambiguous plain-English syntax.
清洁语法您可以创建易于阅读课与艾菲尔简单,明确的纯英语语法。
Extensions are not a required feature of the grammar and, thus, their syntax is not as well defined as the other constructs of the language.
扩展并不是文法必需的特性,因此它们的语法不象该语言的其它构造那样得到良好定义。
Note that this tool only shows permissions that have been explicitly requested by the application using declarative syntax.
注意,该工具仅显示由应用程序使用声明式语法显式请求的权限。
This pattern is often reapplied several times through a rule as you dig down through an abstract syntax tree.
在您沿着抽象语法树深入时,该模式通常会通过一条规则重复应用几次。
When you ignore the verbose XSLT syntax and view this as a simple test, the coding is very similar to that of a concept or task.
如果忽略冗长的XSLT语法,将其看作是简单的测试,那么这些代码会和用于概念或任务的代码非常类似。
Although the syntax you've seen here might be new, you should be thinking that annotations are pretty easy to understand and use.
虽然这里看到的语法可能都是新的,但您应该知道注释非常容易理解和使用。
Its syntax appears to be that of a succession of three imperative clauses: one pointless, one mysterious, and one scarcely even coherent.
我看到的是三个连续的祈使动词:其一毫无意义,其二神秘莫测,还有一个简直不知所云。
The syntax itself was similar to that of Perl, albeit much more limited, simple, and somewhat inconsistent.
语法本身与Perl很相似,但是它很有限,很简单,还稍微有些不协调。
In fact, in many ways, the flexibility you have at this point is better than you would have had with an XPath query syntax.
实际上,通过许多方式,您在这时所具有的灵活性比使用XPath查询语法可能具有的灵活性要好很多。
Parts of the above syntax shown in square brackets can be left out (in which case you have to leave the brackets out too).
以上在方括号中显示的语法部分可以省去(在此情况下,必须将括号也省去)。
A common deployment infrastructure reduces language choice to just a question of syntax and libraries.
使用通用的部署基础设施,对编程语言的选择变为只要考虑语法和库就可以了。
Method syntax can be inspected through an object viewer or obtained using reflection, just as it can with any other managed class.
与其他任何托管类相同,可以通过对象查看器检查方法语法或使用反射来获取方法语法。
Its simple and comfortable (to many of us) syntax makes it a common choice as a multi- or single-developer SCM.
其简单和方便的语法(对大多数人而言)使其迅速成为了多个或单个开发人员SCM的一种理想选择。
The OCL parser at the bottom of the OCL expression editor confirms that the syntax is okay and that you're returning a collection.
在OCLexpressioneditor底部的OCL解析器能确认语法是否正确以及是否返回了一个集合。
It is similar to a custom tag you might find in JSPs, at least in terms of its syntax.
它与JSP中的定制标记相似,至少在语法方面是相似的。
A parse of a sentential form is the construction of a derivation and possibly a syntax tree for it.
句型的分析是某个推导(或许是其语法树)的构造过程。
Be aware that the syntax for a fixed size buffer is different from that of an array.
请注意,固定大小缓冲区的语法与数组的不同。
It also demonstrates how the flexible syntax of Ruby makes it easy to create highly specific domain-specific languages.
它还展示了Ruby灵活的语法如何轻松地创建具有高度针对性的领域专用语言。
The syntax of XML makes it easy to programmatically manipulate textual data while still allowing it to be easily understood by humans.
XML的语法便于通过编程来处理文本数据,同时又便于为人们所理解。
Schematron abstract patterns allow you to express such general ideas independently of the precise syntax used for the purchase order format.
Schematron抽象范式可以独立于订单格式所用的具体语法描述这类一般性概念。
As you can see, this sort of syntax error takes much longer to debug in the tools that don't have static checking of pointcuts.
由此可以看到,在没有切入点静态检查的工具中,这类语法错误需要更多时间调试。
This systematical method reassembles all parts of the Universal Grammar into a whole in a different way from Chomsky's syntax system.
该系统方法将中间语言的各部分内容以一种新的组合方式呈现为一个整体。
jQuery has a super-sophisticated and very easy to use selection syntax, making these types of hybrid naming schemes unnecessary.
jQuery有一个超级复杂但又十分容易使用的选择语法,从而让这种混合命名模式变得毫无必要。
This syntax allows you to pass item collections to tasks by specifying the item collection as a parameter of that task.
该语法使您可以通过将项集合指定为任务的参数,将该项集合传递给该任务。
The syntax for OQL is similar to that of SQL but it lets you query the object model rather than directly querying the database.
OQL的语法类似于SQL的语法,但它却使您能够查询对象模型,而不是直接查询数据库。
As mentioned above, the nested syntax is often mistaken for subclassing by users who are not already familiar with extensions.
正如上面所提到的,嵌套的语法通常被错误地认为有子类化的关系——尤其是对那些还不熟悉扩展的用户来说。
Because of its simplicity and easy-to-understand syntax, COBOL is used as the programming language for the sample program in this article.
由于其简单性和易于理解的语法,我们使用COBOL作为本文中的样例程序的编程语言。
Syntax clearly bridges the gap between the teaching of English grammar and that of more theoretical models.
语法明确桥梁之间的英语语法教学的差距,而更多的理论模型。
The syntax of the XML document is designed to be relatively easy to read and modify with a simple text editor.
XML文档的语法相对比较简单,使用一个简单的文本编辑器就可以阅读和修改。
As dementia progresses and syntax and word finding falters, "listen with your ears, eyes and heart, " the Family Caregiver Alliance advises.
随着老年痴呆症的进展,语句变得含糊不清,“用你的耳朵,眼睛和心来听,”是“家庭看护者联盟”提供的建议。
With a bit of extra syntax, you can data type your variables for this.
增加一些语法,即可为此确定您的变量的数据类型。
It has easy-to-use tabular test data syntax and utilizes the keyword-driven testing approach.
它具有易于使用的表格的测试数据的语法和使用关键字驱动的测试方法。
C's declaration syntax is designed to help describe data, rather than have the data determine the form of a program.
语言的说明语法可用来帮助描述数据,而不是让数据来决定程序的形式。
This routine resolves the syntax to be used for entry and then converts the entry passed into the name service representation.
这个例程解析条目使用的语法,然后把传递的条目转换为名称服务表示。
Its syntax is similar to that of SQL, and SPARQL queries consist of a series of triple patterns and modifiers.
其语法类似于SQL,SPARQL查询包括一系列的三元组范型和修饰符。
Note that this will have no effect on parameters that are passed as boot parameters, but for those a special syntax can be used.
注意,使用引导参数进行预置时无效,但可以使用一种特殊的语法。