用于 ArangoDB 的 C++ 通讯库 Fuerte

码农软件 · 软件分类 · 网络工具包 · 2019-02-24 20:29:42

软件介绍

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

本文地址:https://www.codercto.com/soft/d/58.html

Algorithms and Data Structures

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》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

html转js在线工具
html转js在线工具

html转js在线工具