What is YAML? Ain't

news/2024/11/16 3:36:57/

虽然我只考了四级,六级还没过,但是这完全抵挡不住我学习英语的热情…..^_^ *——*……….

最近几天在学自动化运维监控工具,比如puppet、saltstack、ansible等,他们几个有

一个共同点:就是牵扯到了YAML这四个高冷的字母,很是费解,就网上学习了一下:

这是官网的解释:

YAML: YAML Ain’t Markup Language.
YAML不是标记语言。

What It Is: YAML is a human friendly data serialization standard for all programming languages.
YAML 是所有编程语言的人类友好的数据序列化标准。

官方网址:http://www.yaml.org/

有趣的是这里面又有个没见过的东西 Ain’t(原谅我读书少,见的少) ,虽然结合语境能理解它是啥意思,但不弄个一清二楚怎么睡觉呢,打开浏览器,开始涨知识:

    ain't =am not      prep.不是

ain’t,它原本是美国南部一帮文盲、粗人(但非原住民)说的话,现在趋于普遍,并且已经收入到了各类词典当中。最开始它是am not的缩写,最初写作amn’t,后由于发音连读问题(省去前一个辅音m,只发后一个辅音n),以讹传讹地变成了ain’t,显然,这是由一个be动词am和一个否定词not组成的,所以原则上只适用于任何am not的缩写情况。
在英国,ain’t一般只用工人阶级,比如那些说伦敦方言,通常被认为是不正当的。中产阶级和上流社会,与19世纪的英国,乐意使用在熟悉的演讲和中上层阶级的教育。
很少被发现在正式写作中,它经常被使用在更多的非正式书面文字,例如流行歌曲的歌词。

例句:

I ain't gonna watch the show later tonight. (I will not gonna watch the show later tonight.)
She ain't my friend. (She is not my friend.)
you ain't to make it with anyone anyhow.
Ain't it funny? (Isn't it funny?)
Ain't I a Woman?
We figure in lively paint: Our attitude's queer and quaint—You're wrong if you think it ain't, Oh!
Say it ain't so, Joe!
You ain't heard nothing yet!
It Ain't Necessarily So.
Ain't even grey, but she burise her baby. 
Life ain't always what you think it ought to be.
生活并非总如你所预期

http://www.ppmy.cn/news/598715.html

相关文章

【MATLAB编程实例练习】-(36)删除所有以“ain”结尾的单词

题目 来源于Mathwork上的Cody,Problem 31 - Remove all the words that end with “ain”. Given the string s1, return the string s2 with the target characters removed. For example, given s1 ‘the main event’ your code would return s2 ‘the event…

IDEA报错ain] o.s.b.d.LoggingFailureAnalysisReporter

IDEA报错ain] o.s.b.d.LoggingFailureAnalysisReporter : 详细描述 An attempt was made to call a method that does not exist. The attempt was made from the following location: org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.isOv…

adv7180 驱动 设置ain 输入

https://github.com/analogdevicesinc/linux/blob/adv7280/drivers/media/i2c/adv7180.c

CC2540 ADC实验总结(使用AIN0)

本实验基于Blue博文与部分代码。 http://www.cnblogs.com/BlueMountain-HaggenDazs/p/4298381.html 没有测试原博主的代码,但原博主的代码在我这里使用AIN0通道时读取数据有错误,原因是原博主忽视了ADCH的符号位(因ADCL与ACDH合起来为一个sig…

Ain_EditPlus配置安装教程

1)首先可以百度EditPlus进行下载或者在官网https://www.editplus.com/download.html进行下载(英文版) 2)下载EditPlus汉化包进行汉化 3)安装时,百度:EditPlus注册机或者http://www.jb51.net/too…

redis源码之:扩容后的dictScan遍历顺序与JDK的hashMap扩容机制

进入正题前,先来复习下关于2次幂的mod运算 设n为2次幂,数a mod n 等价于 a & n-1 从二进制来看,相当于余数为a省去n最高位左侧的所有位(含最高位),保留n右侧所有低位即为余数 如:a 7(0000_0111),n4(0000_0100),通…

6月22日每日两题

第一题:统计数字 某次科研调查时得到了n个自然数,每个数均不超过1500000000(1.5*10^9)。已知不相同的数不超过10000个,现在需要统计这些自然数各自出现的次数,并按照自然数从小到大的顺序输出统计结果。 输入格式: 第1行是整数n(1<=n<=200000),表示自然数的个数。…

FPS - 第一人称射击游戏

第一人称射击类游戏,FPS(First-person shooting game), 严格来说第一人称射击游戏属于ACT类游戏的一个分支&#xff0c;但和RTS类游戏一样&#xff0c;由于其在世界上的迅速风靡&#xff0c;使之发展成了一个单独的类型。 FPS(First-person Shooting)第一人称视角射击游戏顾名…