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

无数据

分类

全部后端开发(1431)Python(435)综合其他(424)Java(328)Weblate(302)云计算&大数据(279)Spring(267)数据库(210)C++(179)系统运维(133)

语言

全部英语(2025)中文(简体)(354)中文(繁体)(24)法语(19)日语(19)西班牙语(15)韩语(15)德语(14)俄语(12)英语(6)

格式

全部PDF文档 PDF(1897)其他文档 其他(580)TXT文档 TXT(17)DOC文档 DOC(10)PPT文档 PPT(7)
 
本次搜索耗时 0.106 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Python
  • 综合其他
  • Java
  • Weblate
  • 云计算&大数据
  • Spring
  • 数据库
  • C++
  • 系统运维
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 法语
  • 日语
  • 西班牙语
  • 韩语
  • 德语
  • 俄语
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • DOC文档 DOC
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • ppt文档 It Can Be Done!

    until after it is released. void release() • Release the protection on the protected value • Often done automatically through RAII types void retire(T* p) • Indicate that an object has been removed from
    0 码力 | 45 页 | 5.12 MB | 5 月前
    3
  • pdf文档 JavaScript Promise迷你书(中文版)

    ....................................................................... 76 什么是 Promise.prototype.done ? ................................................................................ 85 Promise和方法链(method function () { it('should use `done` for test', function (done) { setTimeout(function () { assert(true); done(); }, 0); 35 http://mochajs }); }); context('When promise object', function () { it('should use `done` for test?', function (done) { var promise = Promise.resolve(1); // このテストコードはある欠陥があります
    0 码力 | 112 页 | 1010.02 KB | 1 年前
    3
  • mobi文档 Pro Git 2nd Edition 2.1.413

    system to basically dominating commercial and open source version control. I’m happy that Pro Git has done so well and has also been able to be one of the few technical books on the market that is both quite as Git’s killer feature. Here you’ll learn what truly sets Git apart from the pack. When you’re done, you may feel the need to spend a quiet moment pondering how you lived before Git branching was part over in full detail various distributed workflows and how to accomplish them with Git. When you are done with this chapter, you should be able to work expertly with multiple remote repositories, use Git
    0 码力 | 731 页 | 21.49 MB | 1 年前
    3
  • pdf文档 Pro Git 2nd Edition 2.1.413

    system to basically dominating commercial and open source version control. I’m happy that Pro Git has done so well and has also been able to be one of the few technical books on the market that is both quite described as Git’s killer feature. Here you’ll learn what truly sets Git apart from the pack. When you’re done, you may feel the need to spend a quiet moment pondering how you lived before Git branching was part over in full detail various distributed workflows and how to accomplish them with Git. When you are done with this chapter, you should be able to work expertly with multiple remote repositories, use Git
    0 码力 | 501 页 | 17.96 MB | 1 年前
    3
  • epub文档 Pro Git 2nd Edition 2.1.413

    system to basically dominating commercial and open source version control. I’m happy that Pro Git has done so well and has also been able to be one of the few technical books on the market that is both quite as Git’s killer feature. Here you’ll learn what truly sets Git apart from the pack. When you’re done, you may feel the need to spend a quiet moment pondering how you lived before Git branching was part over in full detail various distributed workflows and how to accomplish them with Git. When you are done with this chapter, you should be able to work expertly with multiple remote repositories, use Git
    0 码力 | 691 页 | 13.35 MB | 1 年前
    3
  • pdf文档 JavaScript Promiseの本 v1

    raceとdelayによるXHRのキャンセル ..................................................... 78 Promise.prototype.done とは何か? .................................................................. 88 1 JavaScript Promiseの本 js var assert = require('assert'); it('should use `done` for test', function (done) { setTimeout(function () { assert(true); done(); }, 0); }); このテストを basic-test.js というファイル名で作成し、 basic-test.js Mochaは it の仮引数に done のように指定してあげると、 done() が呼ばれるまでテス トの終了を待つことで非同期のテストをサポートしています。 Mochaでの非同期テストは以下のような流れで実行されます。 it("should use `done` for test", function (done) { setTimeout(function
    0 码力 | 115 页 | 1.06 MB | 1 年前
    3
  • pdf文档 阮一峰 《ECMAScript 6入门》 第三版

    _action.get(this)(); } } } const c = new Countdown(2, () => console.log('DONE')); c.dec() c.dec() // DONE 上面代码中, Countdown 类的两个内部属性 _counter 和 _action ,是实例的 弱引用,所以如果删除实例,它们也就随之消失,不会造成内存泄漏。 function timeout(ms) { return new Promise((resolve, reject) => { setTimeout(resolve, ms, 'done'); }); } timeout(100).then((value) => { console.log(value); }); 上面代码中, timeout 方法返回一个 API提供的方法不是很多,有些有用的方法可以自己部署。下面介 绍如何部署两个不在ES6之中、但很有用的方法。 done() Promise对象的回调链,不管以 then 方法或 catch 方法结尾,要是最后一个方 法抛出错误,都有可能无法捕捉到(因为Promise内部的错误不会冒泡到全局)。 因此,我们可以提供一个 done 方法,总是处于回调链的尾端,保证抛出任何可能 出现的错误。 asyncFunc()
    0 码力 | 679 页 | 2.66 MB | 1 年前
    3
  • pdf文档 JavaScript Promiseの本 v2

    .................................................. 83 1 JavaScript Promiseの本 Promise.prototype.done とは何か? .................................................................. 93 Promiseとメソッドチェーン .... basic-test.js const assert = require("assert"); it("should use `done` for test", (done) => { setTimeout(() => { assert(true); done(); }, 0); }); このテストを basic-test.js というファイル名で作成し、 先ほどインストールしたMocha basic-test.js Mochaは it の仮引数に done のように指定してあげると、 done() が呼ばれるまでテス トの終了を待つことで非同期のテストをサポートしています。 Mochaでの非同期テストは以下のような流れで実行されます。 it("should use `done` for test", (done) => { setTimeout(() =>
    0 码力 | 137 页 | 1.17 MB | 1 年前
    3
  • ppt文档 Working with Asynchrony Generically: A Tour of C++ Executors

    transforms the result value of the operation with a function. upon_[error|done](sender, fn) → sender … transforms the error and done signals with a function. let_[value|…](sender, fn) → sender … passes the connected (forks the execution graph). done_as_optional(sender) → sender … commutes the done signal into a nullopt. done_as_error(sender, error) → sender … commutes the done signal into an error.19 SENDER/RECEIVER then(sender, fn) -> sender22 SHAPE OF A RECEIVER RECEIVER set_value(values... ) set_error(error ) set_done() Operation state notifies receiver by calling one of these exactly once.23 CONCEPTUAL BUILDING
    0 码力 | 121 页 | 7.73 MB | 5 月前
    3
  • epub文档 Tornado 6.0 Documentation

    set_result(f.result().body) fetch_future.add_done_callback(on_fetch) return my_future Notice that the coroutine returns its Future before the fetch is done. This is what makes coroutines asynchronous send(self.next) def callback(f): self.next = f.result() self.run() future.add_done_callback(callback) The decorator receives a Future from the generator, waits (without blocking) for Queue maintains a count of unfinished tasks, which begins at zero. put increments the count; task_done decrements it. In the web-spider example here, the queue begins containing only base_url. When a
    0 码力 | 869 页 | 692.83 KB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
LockFreeAtomicSharedPointersWithoutSplitReferenceCountItCanBeDoneJavaScriptPromise迷你中文文版中文版ProGit2ndEdition2.1413v1一峰ECMAScript入门第三第三版v2WorkingwithAsynchronyGenericallyTourofC++ExecutorsTornado6.0Documentation
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩