简介 Type-safe HTTP client for Android and Java by Square, Inc. GitHub主页:https://github.com/square/retrofit/ WIKI 官网&简易教程 JAR包 系列教程 [配置依赖与混淆] Retrofit requires at minimum Java 7 or Android 2.3. Snapshots of the development version are available in S…
由于是英文文档,不做笔记过一阵就忘了,现在把关键点记录到这,开发的时候使用. 具体wiki地址:https://github.com/facebook/rocksdb/wiki 1)Column Faimilies 意味着可以将写入的key进行逻辑分组存储,不影响读取,若未指定则使用default: 2)MemTable 在内存中存储的数据,当达到一定的条件时会flush到文件: memtable_factory: The factory object of memtable. By speci…