积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(174)Python(134)PyWebIO(36)Jupyter(31)区块链(29)Celery(29)Django(26)Tornado(10)Go(4)PHP(4)

语言

全部英语(135)中文(简体)(38)英语(1)

格式

全部其他文档 其他(174)
 
本次搜索耗时 0.034 秒,为您找到相关结果约 174 个.
  • 全部
  • 后端开发
  • Python
  • PyWebIO
  • Jupyter
  • 区块链
  • Celery
  • Django
  • Tornado
  • Go
  • PHP
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 全部
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • epub文档 Guzzle PHP 6.5 Documentation

    est('GET', 'http://httpbin.org'); $promise = $client->sendAsync($request)->then(function ($response) { echo 'I completed! ' . $response->getBody(); }); $promise->wait(); User Guide Overview Requirements a Psr7\Http\Message\RequestInterface and array of transfer options, and must return a GuzzleHttp\Promise\PromiseInterface that is fulfilled with a Psr7\Http\Message\ResponseInterface on success. ... (mixed) client: $promise = $client->getAsync('http://httpbin.org/get'); $promise = $client->deleteAsync('http://httpbin.org/delete'); $promise = $client->headAsync('http://httpbin.org/get'); $promise = $clien
    0 码力 | 65 页 | 311.42 KB | 11 月前
    3
  • epub文档 Guzzle PHP 7.0 Documentation

    est('GET', 'http://httpbin.org'); $promise = $client->sendAsync($request)->then(function ($response) { echo 'I completed! ' . $response->getBody(); }); $promise->wait(); User Guide Overview Requirements a Psr7\Http\Message\RequestInterface and array of transfer options, and must return a GuzzleHttp\Promise\PromiseInterface that is fulfilled with a Psr7\Http\Message\ResponseInterface on success. ... (mixed) client: $promise = $client->getAsync('http://httpbin.org/get'); $promise = $client->deleteAsync('http://httpbin.org/delete'); $promise = $client->headAsync('http://httpbin.org/get'); $promise = $clien
    0 码力 | 64 页 | 310.93 KB | 11 月前
    3
  • epub文档 Guzzle PHP v5 Documentation

    est('GET', 'http://httpbin.org'); $promise = $client->sendAsync($request)->then(function ($response) { echo 'I completed! ' . $response->getBody(); }); $promise->wait(); User Guide Overview Requirements a Psr7\Http\Message\RequestInterface and array of transfer options, and must return a GuzzleHttp\Promise\PromiseInterface that is fulfilled with a Psr7\Http\Message\ResponseInterface on success. handler client: $promise = $client->getAsync('http://httpbin.org/get'); $promise = $client->deleteAsync('http://httpbin.org/delete'); $promise = $client->headAsync('http://httpbin.org/get'); $promise = $clien
    0 码力 | 62 页 | 309.78 KB | 11 月前
    3
  • epub文档 Guzzle PHP 5.3 Documentation

    providing the future request option to a request, you can send requests asynchronously using the promise interface of a future response. $client->get('http://httpbin.org', ['future' => true]) ->then(function tureResponse object that has not yet completed. Once you have a future response, you can use a promise object obtained by calling the then method of the response to take an action when the response has Handling Handling errors with future response object promises is a bit different. When using a promise, exceptions are forwarded to the $onError function provided to the second argument of the then()
    0 码力 | 72 页 | 312.62 KB | 11 月前
    3
  • epub文档 Celery 2.0 Documentation

    the first instance that returns a value for the given method. The list can also contain promises (promise.) celery.utils.fun_takes_kwargs(fun, kwlist=[]) With a function, and a list of keyword arguments missing attributes instead of raising AttributeError. celery.utils.maybe_promise(value) Evaluates if the value is a promise. celery.utils.mitemgetter(*items) Like operator.itemgetter() but returns *args, **kwargs) Memoized promise. The function is only evaluated once, every subsequent access will return the same value. evaluated Set to to True after the promise has been evaluated. evaluate()
    0 码力 | 284 页 | 332.71 KB | 1 年前
    3
  • epub文档 PyWebIO v1.3.2 Documentation

    is a promise [https://developer.mozilla.org/en- US/docs/Web/JavaScript/Reference/Global_Objects/Promise], eval_js() will wait for the promise to resolve and return the value of it. When the promise is rejected return promise. current_url = eval_js("window.location.href") function_res = eval_js('''(function(){ var a = 1; a += b; return a; })()''', b=100) promise_res = eval_js('''new Promise(resolve with ipython rich output. Add group and outline parameters in put_buttons(). session module Add promise support in eval_js(). Support config input panel via set_env(). platform module Add support for
    0 码力 | 133 页 | 7.44 MB | 1 年前
    3
  • epub文档 PyWebIO v1.3.0 Documentation

    is a promise [https://developer.mozilla.org/en- US/docs/Web/JavaScript/Reference/Global_Objects/Promise], eval_js() will wait for the promise to resolve and return the value of it. When the promise is rejected return promise. current_url = eval_js("window.location.href") function_res = eval_js('''(function(){ var a = 1; a += b; return a; })()''', b=100) promise_res = eval_js('''new Promise(resolve with ipython rich output. Add group and outline parameters in put_buttons(). session module Add promise support in eval_js(). Support config input panel via set_env(). platform module Add support for
    0 码力 | 133 页 | 7.44 MB | 1 年前
    3
  • epub文档 PyWebIO v1.4.0 Documentation

    is a promise [https://developer.mozilla.org/en- US/docs/Web/JavaScript/Reference/Global_Objects/Promise], eval_js() will wait for the promise to resolve and return the value of it. When the promise is rejected b'hello world!')) Parameters: Example: Changed in version 1.3: The JS expression support return promise. pywebio.session.register_thread(thread: threading.Thread) Register the thread so that PyWebIO = eval_js('''(function(){ var a = 1; a += b; return a; })()''', b=100) promise_res = eval_js('''new Promise(resolve => { setTimeout(() => { resolve('Returned inside callback.');
    0 码力 | 135 页 | 7.45 MB | 1 年前
    3
  • epub文档 PyWebIO v1.3.1 Documentation

    is a promise [https://developer.mozilla.org/en- US/docs/Web/JavaScript/Reference/Global_Objects/Promise], eval_js() will wait for the promise to resolve and return the value of it. When the promise is rejected return promise. current_url = eval_js("window.location.href") function_res = eval_js('''(function(){ var a = 1; a += b; return a; })()''', b=100) promise_res = eval_js('''new Promise(resolve with ipython rich output. Add group and outline parameters in put_buttons(). session module Add promise support in eval_js(). Support config input panel via set_env(). platform module Add support for
    0 码力 | 133 页 | 7.44 MB | 1 年前
    3
  • epub文档 PyWebIO v1.3.3 Documentation

    is a promise [https://developer.mozilla.org/en- US/docs/Web/JavaScript/Reference/Global_Objects/Promise], eval_js() will wait for the promise to resolve and return the value of it. When the promise is rejected return promise. current_url = eval_js("window.location.href") function_res = eval_js('''(function(){ var a = 1; a += b; return a; })()''', b=100) promise_res = eval_js('''new Promise(resolve with ipython rich output. Add group and outline parameters in put_buttons(). session module Add promise support in eval_js(). Support config input panel via set_env(). platform module Add support for
    0 码力 | 133 页 | 7.44 MB | 1 年前
    3
共 174 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 18
前往
页
相关搜索词
GuzzlePHP6.5Documentation7.0v55.3Celery2.0PyWebIOv13.2Documentation3.04.03.13.3
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩