前天在cnode上看到有人提到了 坠肘沉肩 这个词,不知道来源何处,何时发表,也没有动作要领。总之毫无依据。但是,我却不自觉的开始练习这个方法了。
所以,有些东西是很有蛊惑的。就好象房龙地理所说,“...因为距离近,有机会传些莫名其妙的话到耳朵里,然后就相信了..."。
言归正传,说说一个一个典型的被滥用的词,schema:
- 在mysql ,schema 不是表结构,是数据库的同义词。它是有具体含义的,因为代码中有schema这个词。
- oracle内是属于一个用户的表和对象的集合。它是有具体含义的,因为代码中有schema这个词。
- redis 没有发现它使用了专用含义,可以取一般含义:结构定义
-
mongodb 概念上可以和sql数据库的table类比。它是有具体含义的,因为代码中有schema这个词。像
{"_id":int,
"username":string,
"password":string}
就是一个schema。
这个词太魔性了。
仅仅列出电脑和软件类的,你体会下:
- Database schema
- Schema.org
- Software interface, the protocol for communicating to software components
- URI protocol schema, the type of protocol (rules) used to communicate in the internet (i.e. http://, ftp://, etc.)
- XML schema, a way to define the structure, content, and to some extent, the semantics of XML documents
各行各业都爱它。从软件设计到基因工程,数学。同样是大纲,元数据,架构的话,outline就不受待见了。
Schema (psychology) - Wikipedia, the free encyclopedia - https://en.wikipedia.org/wiki/Schema_(psychology)
Schema - Wikipedia, the free encyclopedia - https://en.wikipedia.org/wiki/Schema
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。