YAML
- 网络格式;时间需要雅梅尔
-
Less dynamic languages would not fit as well with YAML .
动态程度较低的语言也不适合使用YAML。
-
First of all , never use tabs in YAML files ;
首先,绝不使用YAML文件标签;
-
The YAML format simply matches the data structures of dynamic languages better .
YAML格式仅使动态语言的数据结构匹配得更好。
-
YAML shows structure through indentation and is fast to write .
YAML的结构,通过缩进显示快写。
-
You will see the PHP files corresponding to your YAML configuration .
您将看到相应的PHP文件到你的YAML的配置。
-
However , you need to keep a few conventions in mind when writing YAML files .
然而,你需要记住一些公约写作时YAML文件。
-
Learn more about YAML , a human friendly data serialization standard for all programming languages .
详细了解YAML,这是一个针对所有编程语言的人类友好的数据序列化标准。
-
At this stage , the main thing to know about YAML is that whitespace is significant .
在这个例子中,对于YAML需要了解到whitespace非常重要。
-
Two key features added with this release include the ability to specify test suite in YAML as well as XML .
该版本中添加的两个关键特性包括能像XML一样以YAML来指定测试套件。
-
The easiest way to see why you would want to use YAML is to look at some code in different formats .
了解为什么要使用YAML的最简单方法是看一下不同格式编写的代码。
-
As an added bonus , you can very easily edit YAML in a text editor .
作为额外的优点,您可以在文本编辑器中非常方便地编辑YAML。
-
For the database and schema definition files , symfony uses Yet Another Markup Language ( YAML ) .
对于数据库和模式定义文件,symfony将使用YetAnotherMarkupLanguage(YAML)。
-
This introduction is intended to suggest some situations where YAML provides a better object serialization format than XML .
本简介旨在推荐几种情况,在这几种情况下,YAML提供的对象序列化格式比XML所提供的更佳。
-
A number of other languages have data models that will play nice with YAML , but no one has written libraries yet .
许多其它语言中已存在可以很好地使用YAML的数据模型,但现在还没有人编写库。
-
None of the semantic and syntactic benefits listed above are really the strongest reason for using YAML for my application .
上面列出的语义和语法优点并不是我将YAML用于应用程序的真正最重要的理由。
-
Many times , when there is a problem in a YAML file , it is not detected until the value actually needs to be used .
很多时候,当有YAML文件中的一个问题,它没有检测到,直到值实际需要使用。
-
Fixtures can be in two different formats : YAML or comma-separated value ( CSV ) format .
fixture可以采用两种不同的格式:YAML或逗号分隔的值(CSV)格式。
-
YAML isn 't too complicated , but if you 've never used it before , it can seem confusing .
YAML不太复杂,但是如果您以前从未使用过它,则它可能会有些令人迷惑。
-
In addition , the Eclipse plug-in also facilitates converting from the XML format to the newer YAML format .
此外,Eclipse插件还能辅助开发者把测试配置从XML格式转换到新的YAML格式。
-
Structured text formats come down firmly on the content side , while YAML and JSON come down firmly on the data side .
结构化文本格式紧靠在内容一端,而YAML和JSON则在数据一端。
-
BYON allows you to give JClouds a file or web url with machine details in yaml syntax .
你可以通过BYON使用yaml语法赋予JClouds一个文件或是WebURL,其中包含有机器的详细信息。
-
YAML is terse , but still readable .
YAML很简洁,但仍然具有可读性。
-
For example , the existing YAML libraries come with adequate , but not great , conversion tools for moving between XML and YAML .
例如,现有的YAML库附带了用于在XML和YAML之间进行转换的充足的、但不是最佳的转换工具。
-
While JSON provides a data format that is simpler than either YAML or XML , reStructured Text can be a pretty complex tool .
虽然JSON提供了一种比YAML或XML都简单的数据格式,但是reStructuredText是一种非常复杂的工具。
-
That is , anything you can represent in XML , you can represent ( almost always more compactly ) in YAML .
即,您可以用XML表示的任何东西,都可以用YAML表示(几乎总是更紧凑)。
-
Although it is no less general than XML , YAML is a great deal simpler to read , edit , modify , and produce than XML .
尽管YAML与XML一样普通,但在阅读、编辑、修改和产生方面,它比XML简单得多。
-
There is a certain sense to this , however : YAML does what markup languages do , but without requiring any , well , markup .
然而对此产生的某种感觉是:YAML确实可以做标记语言所做的工作,却不需要任何的标记。
-
Customizable : The default configuration language is YAML , but it can be INI , XML , or whatever format the developer prefers .
定制:默认的配置语言是YAML的,但它可以的INI,XML或任何格式的开发者喜欢。
-
Below the " development " section in the YAML file , there are two additional sections named " test " and " production " that we did not explicitly fill out .
在这个YAML文件的“development”部分下面,有另外两个部分“test”和“production”,我们还没有填写这些部分。
-
These files are mostly used by external components or by the command line , or they need to be processed even before any YAML parsing program can be loaded by the framework .
这些文件大多是使用外部组件或通过命令行,或者他们需要处理之前任何YAML的解析程序可以由框架加载。