- 授权协议: GPL
- 开发语言: Ruby
- 操作系统: 跨平台
- 软件首页: https://github.com/jiangxin/gistore
- 软件文档: https://github.com/jiangxin/gistore
软件介绍
Gistore 的设计参考了 etckeeper。即使用 Git 来作为数据备份历史管理的工具以及备份数据同步的工具。 Git 就是这个备份解决方案优点的最好证明:
备份数据的历史查询和恢复,可以使用 git 命令
多机异地备份使用 git 克隆即可解决
Git 的存储效率非常高效
不存在工作区,备份目录,Git 版本库以“类似” bare 形式存在
Data Structures and Algorithms in Python
Michael T. Goodrich、Roberto Tamassia、Michael H. Goldwasser / John Wiley & Sons / 2013-7-5 / GBP 121.23
Based on the authors' market leading data structures books in Java and C++, this book offers a comprehensive, definitive introduction to data structures in Python by authoritative authors. Data Struct......一起来看看 《Data Structures and Algorithms in Python》 这本书的介绍吧!
