- 授权协议: MIT
- 开发语言:
- 操作系统: 未知
- 软件首页: https://github.com/toml-lang/toml
- 软件文档: https://github.com/toml-lang/toml
软件介绍
TOML -> Tom's Obvious, Minimal Language.
TOML 类似 INI 配置的语法,但更好!TOML 的目标是成为一个极简的配置文件格式。TOML 被设计成可以无歧义地被映射为哈希表,从而被多种语言解析。
示例代码:
# This is a TOML document. Boom.title = "TOML Example"[owner]name = "Tom Preston-Werner"organization = "GitHub"bio = "GitHub Cofounder & CEO\nLikes tater tots and beer."dob = 1979-05-27T07:32:00Z # First class dates? Why not?[database]server = "192.168.1.1"ports = [ 8001, 8001, 8002 ]connection_max = 5000enabled = true[servers] # You can indent as you please. Tabs or spaces. TOML don't care. [servers.alpha] ip = "10.0.0.1" dc = "eqdc10" [servers.beta] ip = "10.0.0.2" dc = "eqdc10"[clients]data = [ ["gamma", "delta"], [1, 2] ] # just an update to make sure parsers support it
各种语言对 TOML 的支持如下:
C#/.NET - https://github.com/LBreedlove/Toml.net
C#/.NET - https://github.com/rossipedia/toml-net
Clojure (@lantiga) - https://github.com/lantiga/clj-toml
Clojure (@manicolosi) - https://github.com/manicolosi/clojoml
Go (@thompelletier) - https://github.com/pelletier/go-toml
Java (@agrison) - https://github.com/agrison/jtoml
node.js - https://github.com/aaronblohowiak/toml
node.js/browser - https://github.com/ricardobeat/toml
node.js - https://github.com/BinaryMuse/toml-node
Objective C - https://github.com/mneorr/toml-objc.git
Objective-C (@SteveStreza) - https://github.com/amazingsyco/TOML
Perl (@alexkalderimis) - https://github.com/alexkalderimis/config-toml.pl
PHP (@leonelquinteros) - https://github.com/leonelquinteros/php-toml.git
PHP (@jimbomoss) - https://github.com/jamesmoss/toml
PHP (@coop182) - https://github.com/coop182/toml-php
Python (@f03lipe) - https://github.com/f03lipe/toml-python
Python (@uiri) - https://github.com/uiri/toml
Python - https://github.com/bryant/pytoml
Ruby (@jm) - https://github.com/jm/toml (toml gem)
Ruby (@dirk) - https://github.com/dirk/toml-ruby (toml-ruby gem)
Ruby (@eMancu) - https://github.com/eMancu/toml_parser-ruby (toml_parser-ruby gem)
Ruby (@charliesome) - https://github.com/charliesome/toml2 (toml2 gem)
编辑器支持:
Notepad++ - https://github.com/fireforge/toml-notepadplusplus
Sublime Text 2 & 3 - https://github.com/Gakai/sublime_toml_highlighting
Synwrite - http://uvviewsoft.com/synwrite/download.html
TextMate - https://github.com/textmate/toml.tmbundle
图解CIO工作指南(第4版)
[日] 野村综合研究所系统咨询事业本部 / 周自恒 / 人民邮电出版社 / 2014-3 / 39.00
《图解CIO工作指南(第4版)》是一本实务手册,系统介绍了企业运用IT手段提高竞争力所必需的管理方法和实践经验,主要面向CEO或CIO等企业管理人士。 《图解CIO工作指南(第4版)》分为三个部分。第1部分的主题为IT管理,着重阐述运用IT技术提高企业竞争力所必需的所有管理业务,具体包括制定作为企业方针的IT战略,以及统筹执行该战略时与IT相关的人力、物力、财力、风险等要素在内的一系列管理业......一起来看看 《图解CIO工作指南(第4版)》 这本书的介绍吧!
