- 授权协议: Apache
- 开发语言:
- 操作系统: 跨平台
- 软件首页: https://github.com/sritchie/carbonite
- 软件文档: https://github.com/sritchie/carbonite
软件介绍
carbonite 是 Kryo 序列化框架的 Clojure 的移植版本。
示例代码:
;; Initialize a registry with the default serializers (covering most Java and Clojure data) (def registry (default-registry)) ;; Serialize my-data (any Clojure data) into the ByteBuffer b (def b (new-buffer 1024)) (write-buffer registry b my-data)) ;; Rewind buffer back to the beginning (.rewind b) ;; Deserialize buffer back to Clojure data (def c (read-buffer registry b)))
The Practice of Programming
Brian W. Kernighan、Rob Pike / Addison-Wesley / 1999-2-14 / USD 49.99
With the same insight and authority that made their book The Unix Programming Environment a classic, Brian Kernighan and Rob Pike have written The Practice of Programming to help make individual progr......一起来看看 《The Practice of Programming》 这本书的介绍吧!
CSS 压缩/解压工具
在线压缩/解压 CSS 代码
随机密码生成器
多种字符组合密码
