首页 / 词典 / good

YAML

  • 网络格式;时间需要雅梅尔
YAMLYAML
  1. Less dynamic languages would not fit as well with YAML .

    动态程度较低的语言也不适合使用YAML。

  2. First of all , never use tabs in YAML files ;

    首先,绝不使用YAML文件标签;

  3. The YAML format simply matches the data structures of dynamic languages better .

    YAML格式仅使动态语言的数据结构匹配得更好。

  4. YAML shows structure through indentation and is fast to write .

    YAML的结构,通过缩进显示快写。

  5. You will see the PHP files corresponding to your YAML configuration .

    您将看到相应的PHP文件到你的YAML的配置。

  6. However , you need to keep a few conventions in mind when writing YAML files .

    然而,你需要记住一些公约写作时YAML文件。

  7. Learn more about YAML , a human friendly data serialization standard for all programming languages .

    详细了解YAML,这是一个针对所有编程语言的人类友好的数据序列化标准。

  8. At this stage , the main thing to know about YAML is that whitespace is significant .

    在这个例子中,对于YAML需要了解到whitespace非常重要。

  9. Two key features added with this release include the ability to specify test suite in YAML as well as XML .

    该版本中添加的两个关键特性​包括能像XML一样以YAML来指定测试套件。

  10. The easiest way to see why you would want to use YAML is to look at some code in different formats .

    了解为什么要使用YAML的最简单方法是看一下不同格式编写的代码。

  11. As an added bonus , you can very easily edit YAML in a text editor .

    作为额外的优点,您可以在文本编辑器中非常方便地编辑YAML。

  12. For the database and schema definition files , symfony uses Yet Another Markup Language ( YAML ) .

    对于数据库和模式定义文件,symfony将使用YetAnotherMarkupLanguage(YAML)。

  13. This introduction is intended to suggest some situations where YAML provides a better object serialization format than XML .

    本简介旨在推荐几种情况,在这几种情况下,YAML提供的对象序列化格式比XML所提供的更佳。

  14. A number of other languages have data models that will play nice with YAML , but no one has written libraries yet .

    许多其它语言中已存在可以很好地使用YAML的数据模型,但现在还没有人编写库。

  15. None of the semantic and syntactic benefits listed above are really the strongest reason for using YAML for my application .

    上面列出的语义和语法优点并不是我将YAML用于应用程序的真正最重要的理由。

  16. Many times , when there is a problem in a YAML file , it is not detected until the value actually needs to be used .

    很多时候,当有YAML文件中的一个问题,它没有检测到,直到值实际需要使用。

  17. Fixtures can be in two different formats : YAML or comma-separated value ( CSV ) format .

    fixture可以采用两种不同的格式:YAML或逗号分隔的值(CSV)格式。

  18. YAML isn 't too complicated , but if you 've never used it before , it can seem confusing .

    YAML不太复杂,但是如果您以前从未使用过它,则它可能会有些令人迷惑。

  19. In addition , the Eclipse plug-in also facilitates converting from the XML format to the newer YAML format .

    ​此外,Eclipse插件还能辅助开发者把测试配置从XML格式转换到新的YAML格式。

  20. Structured text formats come down firmly on the content side , while YAML and JSON come down firmly on the data side .

    结构化文本格式紧靠在内容一端,而YAML和JSON则在数据一端。

  21. BYON allows you to give JClouds a file or web url with machine details in yaml syntax .

    你可以通过BYON使用yaml语法赋予JClouds一个文件或是WebURL,其中包含有机器的详细信息。

  22. YAML is terse , but still readable .

    YAML很简洁,但仍然具有可读性。

  23. For example , the existing YAML libraries come with adequate , but not great , conversion tools for moving between XML and YAML .

    例如,现有的YAML库附带了用于在XML和YAML之间进行转换的充足的、但不是最佳的转换工具。

  24. 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是一种非常复杂的工具。

  25. That is , anything you can represent in XML , you can represent ( almost always more compactly ) in YAML .

    即,您可以用XML表示的任何东西,都可以用YAML表示(几乎总是更紧凑)。

  26. 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简单得多。

  27. There is a certain sense to this , however : YAML does what markup languages do , but without requiring any , well , markup .

    然而对此产生的某种感觉是:YAML确实可以做标记语言所做的工作,却不需要任何的标记。

  28. Customizable : The default configuration language is YAML , but it can be INI , XML , or whatever format the developer prefers .

    定制:默认的配置语言是YAML的,但它可以的INI,XML或任何格式的开发者喜欢。

  29. 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”,我们还没有填写这些部分。

  30. 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的解析程序可以由框架加载。