- 授权协议: Apache
- 开发语言: C/C++
- 操作系统: 跨平台
- 软件首页: https://github.com/arangodb/fuerte
- 软件文档: https://github.com/arangodb/fuerte
- 官方下载: https://github.com/arangodb/fuerte
软件介绍
Fuerte 是一个 C++ 库,允许你通过 http 和 velocystream(可选的 ssl 加密)协议与 ArangoDB 数据库进行通讯。
Fuerte 只是一个通讯库,你仅仅会得到对方发送给你的东西, 过程中不会有任何转换。当接收到消息时, Fuerte 提供内容类型和有效负载。在有效负载是 velocypack 的情况下使用 C++ 驱动程序,可通过slices()去访问 slices 。node 驱动将始终按原样提供有效负载。
构建要求
C ++ 11 compiler
cmake 3.0
cURL
nodejs
> cd cmake-node-driver > npm install
Algorithms and Data Structures
Kurt Mehlhorn、Peter Sanders / Springer / 2008-08-06 / USD 49.95
Algorithms are at the heart of every nontrivial computer application, and algorithmics is a modern and active area of computer science. Every computer scientist and every professional programmer shoul......一起来看看 《Algorithms and Data Structures》 这本书的介绍吧!
