Switch to Bing in English
約 37,600,000 件の結果
リンクを新しいタブで開く
  1. What is YAML? - IBM

    2025年11月24日 · YAML is a versatile, human-readable data serialization language commonly used for writing configuration files.

  2. 什么是 YAML? - IBM

    2025年9月9日 · 什么是 YAML? YAML 是一种通用的、人类可读的数据序列化语言,通常用于编写配置文件。 YAML 提供了一种标准化格式,以人类易于理解、机器可解读的方式表示结构 …

  3. What is the difference between YAML and JSON? - Stack ...

    What are the differences between YAML and JSON, specifically considering the following things? Performance (encode/decode time) Memory consumption Expression clarity Library …

  4. How do I break a string in YAML over multiple lines?

    2016年9月6日 · There are 5 6 NINE (or 63*, depending how you count) different ways to write multi-line strings in YAML. TL;DR Use > if you want to break a string up for readability but for it …

  5. What is the << (double left arrow) syntax in YAML called ...

    The <<: operator in YAML is usable to import the contents of one mapping into another, similarly to the ** double-splat operator in Python or ... object destructuring operator in JavaScript.

  6. O que é YAML? - IBM

    2025年10月1日 · YAML é uma linguagem de serialização de dados versátil e legível por humanos, comumente utilizada para criar arquivos de configuração.

  7. Qu’est-ce que le YAML - IBM

    2025年6月6日 · YAML est un langage de sérialisation des données polyvalent et lisible par l’homme, souvent utilisé pour coder des fichiers de configuration.

  8. What is the difference between '>-' and '|-' in yaml?

    2022年5月2日 · Newlines in folded block scalars (>) are subject to line folding, newlines in literal block scalars (|) are not. Line folding replaces a single newline between non-empty lines with a …

  9. azure pipelines - How to pass a variable into a YAML ...

    2025年2月15日 · How to pass a variable into a YAML template parameter and use it in a condition Asked 10 months ago Modified 10 months ago Viewed 3k times

  10. YAML,JSON,ini,XML 用来做配置文件,优缺点分别是什么?

    2018年10月27日 · 这点yaml和hocon基本上都是做的不错的,json没有,ini我用的不多,好像是没有。 yaml的实现其实比较简单,就是单纯的文本替换,这样导致我要说的下一点被HOCON完 …