基于云的C/S通讯C++框架 Casablanca

码农软件 · 软件分类 · REST/RESTful项目 · 2019-03-11 14:28:03

软件介绍

Casablanca 是微软公司用来支持基于云计算平台的客户端服务器通讯框架,使用先进的异步 C++ API 设计。

Casablanca 主要特点:

  • 支持访问 REST 服务
  • 提供 Visual Studio 扩展 SDK 以帮助编写 C++ HTTP 客户端代码,基于 Windows 8 Metro 应用风格
  • 支持编写本地代码访问 Azure REST 服务,包括 Visual Studio 集成
  • 常规库用于访问 Azure Blog 和队列存储
  • 基于 C++11 的一致的强大的异步操作模型
  • C++ 实现的 Erlang 的 actor 编程模型
  • 提供大量的示例程序和文档

示例代码:

    http_client bing( L"http://www.bing.com/search" );

    bing.request( methods::GET, L"?q=S.Somasegar" )
        .then( []( http_response response ) {
            cout << "HTML SOURCE:" << endl << response.to_string() << endl; })
        .wait();

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

PHP and MySQL Web Development (3rd Edition) (Developer's Library

PHP and MySQL Web Development (3rd Edition) (Developer's Library

Luke Welling、Laura Thomson / Sams / 2004-09-29 / USD 49.99

We've taken the best and made it even better. The third edition of the best-selling PHP and MySQL Web Development has been updated to include material and code on MySQL 5, PHP 5 and on PHPs object mod......一起来看看 《PHP and MySQL Web Development (3rd Edition) (Developer's Library》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具