积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(13)Julia(10)系统运维(9)网络与安全(9)综合其他(4)人工智能(4)Python(2)Tornado(2)数据库(1)Rust(1)

语言

全部英语(14)中文(繁体)(10)kor(1)zh(1)中文(简体)(1)

格式

全部PDF文档 PDF(18)DOC文档 DOC(8)其他文档 其他(1)
 
本次搜索耗时 0.278 秒,为您找到相关结果约 27 个.
  • 全部
  • 后端开发
  • Julia
  • 系统运维
  • 网络与安全
  • 综合其他
  • 人工智能
  • Python
  • Tornado
  • 数据库
  • Rust
  • 全部
  • 英语
  • 中文(繁体)
  • kor
  • zh
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • DOC文档 DOC
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Tornado 6.5 Documentation

    it is finished, and generally causes some work to happen in the background before triggering some future action in the application (as opposed to normal synchronous functions, which do every- thing they There are many styles of asynchronous interfaces: • Callback argument • Return a placeholder (Future, Promise, Deferred) • Deliver to a queue • Callback registry (e.g. POSIX signals) Regardless of tornado.concurrent import Future def async_fetch_manual(url): http_client = AsyncHTTPClient() my_future = Future() fetch_future = http_client.fetch(url) def on_fetch(f): my_future.set_result(f.result().body)
    0 码力 | 272 页 | 1.12 MB | 3 月前
    3
  • epub文档 Tornado 6.5 Documentation

    tornado.autoreload — Automatically detect code changes in development tornado.concurrent — Work with Future objects tornado.log — Logging support tornado.options — Command-line parsing tornado.testing — Unit it is finished, and generally causes some work to happen in the background before triggering some future action in the application (as opposed to normal synchronous functions, which do everything they are returning). There are many styles of asynchronous interfaces: Callback argument Return a placeholder (Future, Promise, Deferred) Deliver to a queue Callback registry (e.g. POSIX signals) Regardless of which
    0 码力 | 437 页 | 405.14 KB | 3 月前
    3
  • pdf文档 Rust 程序设计语言 简体中文版 1.85.0

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 414 17.6. future、任务和线程 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . await 关键字。 future 是一个现在可能还没有准备好但将在未来某个时刻准备好的值。(相同的概念也出现在 很多语言中,有时被称为 “task” 或者 “promise”。)Rust 提供了 Future trait 作为基础组件, 这样不同的异步操作就可以在不同的数据结构上实现。在 Rust 中,我们称实现了 Future trait 的类型为 future。每个 future 会维护自身的进度状态信息以及对 并恢复。在一个 async 块或 async 函数中,可以使用 await 关键字来 await 一个 future(即等待其就绪)。async 块或 async 函 数中每一个等待 future 的地方都可能是一个 async 块或 async 函数中断并随后恢复的点。检 查一个 future 并查看其值是否已经准备就绪的过程被称为 轮询(polling)。 其它一些语言,例如 C# 和 JavaScript,也使用
    0 码力 | 562 页 | 3.23 MB | 1 月前
    3
  • pdf文档 MITRE Defense Agile Acquisition Guide - Mar 2014

    ready to deploy quickly, innovative, and technologically advanced. That is the force for the future.” - Secretary Panetta, Defense Security Review, 5 Jan 12iii Foreword Department of Defense (DoD) on their successes and failures. We welcome your questions and feedback on the guidebook so that future editions can continue to advance Agile strategies and techniques across DoD. Please contact us such as the Global Combat Support System-Joint (GCSS-J), have adopted Agile methods to build a future increment or block of capability. Before deciding to adopt Agile practices, program managers should
    0 码力 | 74 页 | 3.57 MB | 6 月前
    3
  • word文档 A Seat at the Table: IT Leadership in the Age of Agility - Part 2

    IT capabilities together, we arrive at an asset that enables the enterprise to earn future revenues and reduce future costs—that is, an asset in the classic economic sense. This asset I will refer to as direction you choose. That is its latent value; the inverse of the cost of implementing changes in the future. What does such an EA, brimming with latent value, look like?  It has little technical debt. risk of buying a vendor’s product, where the investment is one large lump sum—and a commitment to future maintenance payments. Then, of course, there is the risk of the vendor going out of business or
    0 码力 | 7 页 | 387.61 KB | 6 月前
    3
  • pdf文档 Julia 1.11.4

    Helper Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1366 73 Future 1368 74 Interactive Utilities 1369 75 Lazy Artifacts 1379 76 LibCURL 1380 77 LibGit2 1381 78 definition! But there's an exception: future calls to newfun from the REPL work as expected, being able to both see and call the new definition of newfun. However, future calls to tryeval will continue to end return g g() = 0 end as it is not clear what function will end up getting defined. In the future, it might be an error to define local methods in this manner. For cases like this use anonymous
    0 码力 | 2007 页 | 6.73 MB | 3 月前
    3
  • pdf文档 Julia 1.11.5 Documentation

    Helper Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1366 73 Future 1368 74 Interactive Utilities 1369 75 Lazy Artifacts 1379 76 LibCURL 1380 77 LibGit2 1381 78 definition! But there's an exception: future calls to newfun from the REPL work as expected, being able to both see and call the new definition of newfun. However, future calls to tryeval will continue to end return g g() = 0 end as it is not clear what function will end up getting defined. In the future, it might be an error to define local methods in this manner. For cases like this use anonymous
    0 码力 | 2007 页 | 6.73 MB | 3 月前
    3
  • pdf文档 Julia 1.11.6 Release Notes

    Helper Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1366 73 Future 1368 74 Interactive Utilities 1369 75 Lazy Artifacts 1379 76 LibCURL 1380 77 LibGit2 1381 78 definition! But there's an exception: future calls to newfun from the REPL work as expected, being able to both see and call the new definition of newfun. However, future calls to tryeval will continue to end return g g() = 0 end as it is not clear what function will end up getting defined. In the future, it might be an error to define local methods in this manner. For cases like this use anonymous
    0 码力 | 2007 页 | 6.73 MB | 3 月前
    3
  • pdf文档 julia 1.10.10

    Helper Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1171 71 Future 1172 72 Interactive Utilities 1173 73 Lazy Artifacts 1181 74 LibCURL 1182 75 LibGit2 1183 76 definition! But there's an exception: future calls to newfun from the REPL work as expected, being able to both see and call the new definition of newfun. However, future calls to tryeval will continue to end return g g() = 0 end as it is not clear what function will end up getting defined. In the future, it might be an error to define local methods in this manner. For cases like this use anonymous
    0 码力 | 1692 页 | 6.34 MB | 3 月前
    3
  • pdf文档 Julia 1.10.9

    Helper Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1171 71 Future 1172 72 Interactive Utilities 1173 73 Lazy Artifacts 1181 74 LibCURL 1182 75 LibGit2 1183 76 definition! But there's an exception: future calls to newfun from the REPL work as expected, being able to both see and call the new definition of newfun. However, future calls to tryeval will continue to end return g g() = 0 end as it is not clear what function will end up getting defined. In the future, it might be an error to define local methods in this manner. For cases like this use anonymous
    0 码力 | 1692 页 | 6.34 MB | 3 月前
    3
共 27 条
  • 1
  • 2
  • 3
前往
页
相关搜索词
Tornado6.5DocumentationRust程序设计程序设计语言简体中文文版中文版简体中文版1.85MITREDefenseAgileAcquisitionGuideMar2014SeatattheTableITLeadershipinAgeofAgilityPartJulia1.11ReleaseNotesjulia1.1010
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩