Better Code: Contracts
auto old_size = size(); #endif _first.pop_back(); _second.pop_back(); assert("post " && (size() == old_size - 1)); } 40© 2023 Adobe. All Rights Reserved. Maybe someday | C++26 auto old_size = size(); #endif _first.pop_back(); _second.pop_back(); assert("post " && (size() == old_size - 1)); }© 2023 Adobe. All Rights Reserved. Maybe someday | C++26? auto old_size = size(); #endif _first.pop_back(); _second.pop_back(); assert("post " && (size() == old_size - 1)); }© 2023 Adobe. All Rights Reserved. Maybe someday | C++26?0 码力 | 204 页 | 4.46 MB | 5 月前3Conda 23.3.x Documentation
conda Documentation Release 23.3.1.post2+bdcba5dd0 Anaconda, Inc Jul 17, 2023 CONTENTS 1 User guide 3 2 Conda configuration 117 3 Conda Python API 129 4 Command reference 137 5 Glossary 165 6 Release notes 229 Python Module Index 363 Index 365 i ii conda Documentation, Release 23.3.1.post2+bdcba5dd0 Package, dependency and environment management for any language---Python, R, Ruby, Lua PyPI, but that approach may not be as up to date. CONTENTS 1 conda Documentation, Release 23.3.1.post2+bdcba5dd0 2 CONTENTS CHAPTER ONE USER GUIDE 1.1 Concepts Explore the links to learn more about0 码力 | 370 页 | 2.94 MB | 7 月前3From Eager Futures/Promises to Lazy Continuations: Evolving an Actor Library Based on Lessons Learned from Large-Scale Deployments
SpellCheck(std::string text) { auto body = http::UrlEncode({"text", text}); auto response = http::Post("https://www.online-spellcheck.com", body); return response.body; }motivating example std::string SpellCheck(std::string text) { auto body = http::UrlEncode({"text", text}); auto response = http::Post("https://www.online-spellcheck.com", body); return response.body; }motivating example std::string SpellCheck(std::string text) { auto body = http::UrlEncode({"text", text}); auto response = http::Post("https://www.online-spellcheck.com", body); return response.body; } you have to wait! whether0 码力 | 264 页 | 588.96 KB | 5 月前3Contracts for C++
audio Widget getWidget (index i) pre (i > 0) // precondition assertion post (w: w.index() == i); // postcondition assertion Proposal: add contract assertions to C++4 Copyright audio Widget getWidget (index i) pre (i > 0) // precondition assertion post (w: w.index() == i); // postcondition assertion Proposal: add contract assertions to C++ Function audio Widget getWidget (index i) pre (i > 0) // precondition assertion post (w: w.index() == i) // postcondition assertion { auto* db = getDatabase(); contract_assert0 码力 | 181 页 | 4.44 MB | 5 月前3Guzzle PHP 5.3 Documentation
like persistent connections, represents query strings as collections, simplifies sending streaming POST requests with fields and files, and abstracts away the underlying HTTP transport layer. • Can send org/get'); $response = $client->patch('http://httpbin.org/patch'); $response = $client->post('http://httpbin.org/post'); $response = $client->put('http://httpbin.org/put'); You can create a request with a GuzzleHttp\Stream\StreamInterface object to the body request option. $r = $client->post('http://httpbin.org/post', ['body' => 'raw data']); You can easily upload JSON data using the json request option0 码力 | 63 页 | 275.75 KB | 10 月前3Guzzle PHP 5.3 Documentation
like persistent connections, represents query strings as collections, simplifies sending streaming POST requests with fields and files, and abstracts away the underlying HTTP transport layer. Can send both org/get'); $response = $client->patch('http://httpbin.org/patch'); $response = $client->post('http://httpbin.org/post'); $response = $client->put('http://httpbin.org/put'); You can create a request with a GuzzleHttp\Stream\StreamInterface object to the body request option. $r = $client->post('http://httpbin.org/post', ['body' => 'raw data']); You can easily upload JSON data using the json request option0 码力 | 72 页 | 312.62 KB | 10 月前3Guzzle PHP 6.5 Documentation
requests and trivial to integrate with web services. Simple interface for building query strings, POST requests, streaming large uploads, streaming large downloads, using HTTP cookies, uploading JSON data Requests Async Requests Concurrent requests Using Responses Query String Parameters Uploading Data POST/Form Requests Cookies Redirects Exceptions Environment Variables Relevant ini Settings Request org/get'); $response = $client->patch('http://httpbin.org/patch'); $response = $client->post('http://httpbin.org/post'); $response = $client->put('http://httpbin.org/put'); You can create a request and then0 码力 | 65 页 | 311.42 KB | 10 月前3Guzzle PHP 7.0 Documentation
requests and trivial to integrate with web services. Simple interface for building query strings, POST requests, streaming large uploads, streaming large downloads, using HTTP cookies, uploading JSON data Requests Async Requests Concurrent requests Using Responses Query String Parameters Uploading Data POST/Form Requests Cookies Redirects Exceptions Environment Variables Relevant ini Settings Request org/get'); $response = $client->patch('http://httpbin.org/patch'); $response = $client->post('http://httpbin.org/post'); $response = $client->put('http://httpbin.org/put'); You can create a request and then0 码力 | 64 页 | 310.93 KB | 10 月前3Guzzle PHP v5 Documentation
requests and trivial to integrate with web services. Simple interface for building query strings, POST requests, streaming large uploads, streaming large downloads, using HTTP cookies, uploading JSON data Requests Async Requests Concurrent requests Using Responses Query String Parameters Uploading Data POST/Form Requests Cookies Redirects Exceptions Environment Variables Relevant ini Settings Request org/get'); $response = $client->patch('http://httpbin.org/patch'); $response = $client->post('http://httpbin.org/post'); $response = $client->put('http://httpbin.org/put'); You can create a request and then0 码力 | 62 页 | 309.78 KB | 10 月前3Guzzle PHP v5 Documentation
requests and trivial to integrate with web services. • Simple interface for building query strings, POST requests, streaming large uploads, streaming large downloads, using HTTP cookies, uploading JSON data org/get'); $response = $client->patch('http://httpbin.org/patch'); $response = $client->post('http://httpbin.org/post'); $response = $client->put('http://httpbin.org/put'); You can create a request and then $client->patchAsync('http://httpbin.org/patch'); $promise = $client->postAsync('http://httpbin.org/post'); $promise = $client->putAsync('http://httpbin.org/put'); 6 Chapter 1. User Guide Guzzle, Release0 码力 | 49 页 | 231.08 KB | 10 月前3
共 198 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20