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

无数据

分类

全部后端开发(170)Python(66)Celery(49)数据库(36)PostgreSQL(32)nim(29)区块链(27)PHP(17)前端开发(15)C++(15)

语言

全部英语(198)中文(简体)(32)日语(2)葡萄牙语(1)

格式

全部PDF文档 PDF(166)其他文档 其他(67)PPT文档 PPT(2)
 
本次搜索耗时 0.051 秒,为您找到相关结果约 235 个.
  • 全部
  • 后端开发
  • Python
  • Celery
  • 数据库
  • PostgreSQL
  • nim
  • 区块链
  • PHP
  • 前端开发
  • C++
  • 全部
  • 英语
  • 中文(简体)
  • 日语
  • 葡萄牙语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 From Eager Futures/Promises to Lazy Continuations: Evolving an Actor Library Based on Lessons Learned

    From Eager Futures/Promises to Lazy Continuations Evolving an Actor Library Based on Lessons Learned from Large-Scale Deployments Benjamin Hindman @benh CppCon 2021prologue ● past life at UC futures/promises + actors (2) libprocess (3) revisiting the problem (4) evolution of libprocess (5) eventuals (6) scheduling (7) streams (8) type erasurechapters (1) motivating futures/promises + actors language (e.g., Erlang) … or bring Erlang to C++! use callbacks … more on this later use futures/promises …possible solutions just wait … use threads … too expensive, not conducive to correctness use
    0 码力 | 264 页 | 588.96 KB | 5 月前
    3
  • pdf文档 JavaScript Promise迷你书(中文版)

    使用Promise进行顺序(sequence)处理 ..................................................................... 99 Promises API Reference ................................................................................. ................... 112 JavaScript Promise 迷你书(中文版) 3 前言 写作初衷 本书的目的是以目前还在制定中的ECMAScript 6 Promises规范为中心,着重向各位读 者介绍JavaScript中对Promise相关技术的支持情况。 通过阅读本书,我们希望各位读者能在下面三个目标上有所收获。 • 学习Promise相关内容,能熟练使用Promise模式并进行测试 • 以ES6 Promises为基础进行学习,逐渐发展形成自己的风格 像上面所提到的那样,本书主要是以ES6 Promises,即JavaScript的标准规范为基础 的、Promise的相关知识为主要讲解内容。 在Firefox和Chrome这样技术比较超前的浏览器上,不需要安装额外的插件就能使用 Promise功能,此外ES6 Promises的规范来源于Promises/A+社区,它有很多版本的实
    0 码力 | 112 页 | 1010.02 KB | 1 年前
    3
  • pdf文档 JavaScript Promiseの本 v1

    Promiseによる逐次処理 ................................................................................... 102 Promises API Reference ................................................................................. http://liubin.github.io/promises-book/ 2 http://www.hanbit.co.kr/ebook/look.html?isbn=9788968487293 2 JavaScript Promiseの本 はじめに 書籍の目的 この書籍はJavaScript標準仕様のECMAScript 6 Promisesという仕様を中心にし、 JavaScript なること • Promiseの向き不向きについて学び、何でもPromiseで解決するべきではないと知るこ と • ES6 Promisesを元に基本をよく学び、より発展した形を自分で形成できるようになるこ と この書籍では、先程も述べたようにES6 Promises、 つまりJavaScriptの標準仕様 (ECMAScript)をベースとしたPromiseについて書かれています。 そのた
    0 码力 | 115 页 | 1.06 MB | 1 年前
    3
  • pdf文档 JavaScript Promiseの本 v2

    Functionと配列 ..................................................................................... 124 Promises API Reference ................................................................................. JavaScript Promiseの本(v1)3 1 http://liubin.github.io/promises-book/ 2 http://www.hanbit.co.kr/store/books/look.php?p_code=E5027975256 3 https://azu.github.io/promises-book/archives/v1/ 2 JavaScript Promiseの本 この書籍はJavaScript標準仕様のECMAScript Promisesを中心にし、 JavaScriptにおけ るPromiseについて学ぶことが目的です。 この書籍では、次の3つを目標としています。 • Promiseについて学び、パターンやテストを扱えること • Promiseの向き不向きについて学び、何でもPromiseで解決するべきではないと知るこ と • ES Promisesを元に基本をよく学び、より発展した形を自分で形成できること
    0 码力 | 137 页 | 1.17 MB | 1 年前
    3
  • pdf文档 The Node.js Handbook

    Error objects 46.3. Handling exceptions 46.4. Catching uncaught exceptions 46.5. Exceptions with promises 46.6. Error handling with async/await 47. Build an HTTP Server 48. Making HTTP requests with programming, which is one fundamental part of Node.js: Asynchronous programming and callbacks Timers Promises Async and Await Closures The Event Loop 5. Differences between Node and the Browser Both the the exception, and this is why JavaScript is based so much on callbacks, and more recently on promises and async/await. 28.3. The call stack The call stack is a LIFO (Last In, First Out) stack. The
    0 码力 | 161 页 | 1.66 MB | 1 年前
    3
  • pdf文档 BabelJS Tutorial

    .......................................................................................... 34 Promises ............................................................................................... Features ECMA Script version Let + Const ES6 Arrow Functions ES6 Classes ES6 Promises ES6 Generators ES6 Iterators ES6 Modules ES6 1. BabelJS — Overview BabelJS same in both the cases. What is Babel-polyfill? There are new features added in JavaScript like promises, maps and includes. The features can be used on array; the same, when used and transpiled using
    0 码力 | 173 页 | 2.70 MB | 1 年前
    3
  • pdf文档 The JavaScript Handbook

    2. Object Methods 20. Classes 21. Inheritance 22. Asynchronous Programming and Callbacks 23. Promises 24. Async and Await 25. Variables scope 1. Introduction to JavaScript JavaScript is one of the function would use it like this: 46 doSomething((result) => { console.log(result) }) 23. Promises Promises are an alternative way to deal with asynchronous code. As we saw in the previous chapter, doSomethingElseAgain((yetAnotherResult) => { console.log(result) }) }) }) Promises are one way to deal with this. Instead of doing: doSomething((result) => { console.log(result)
    0 码力 | 56 页 | 577.92 KB | 1 年前
    3
  • pdf文档 ExtJS和AngularJS比较

    存在因第三方控件BUG而引发的 问题 ✔ ✘ 其他 其他 31. 动画效果支持 ✔ ✔ 32. Deferred and Promises DeftJS provides a number of extensions for ExtJS, including Deferred and Promises. ✔ 33. Dirty Checking ✔ ✔ 34. Deferred Bootstrap Until 我们从11个方面来分析这两种技术的不同. 1. 应用开发框架 2. 组件 3. 路由 4. 测试 5. 数据绑定 6. SEO 7. 移动解决方案 8. Dom 算法 9. Deferred and Promises 10. 脏检查 11. Deferred bootstrap 摘要: 摘要: ExtJS 是基于组件的 (表格、树、表单、绘图);代码开始于对现有类的扩展,配置 模型,自定义显示和行为/ approach to the DOM tree. Co ntrollers are linked in a top-down manner. Deferred and Promises: Deferred and Promises break the complexities of asynchronous programming, separate out the synchronous and
    0 码力 | 6 页 | 244.12 KB | 1 年前
    3
  • pdf文档 ES6 Tutorial

    .......................................................... 309 ES6 xvi 30. ES6 − PROMISES ............................................................................................... ......................................................................................... 311 Promises Chaining ......................................................................................  Iterators  Generators  Collections  New built in methods for various classes  Promises ECMAScript Versions There are nine editions of ECMA-262 which are as follows: 1. ES6
    0 码力 | 435 页 | 4.00 MB | 1 年前
    3
  • pdf文档 The Svelte Handbook

    Binding components props 10. Conditional Logic in Templates 11. Looping in Svelte Templates 12. Promises in Svelte Templates 13. Working with Events in Svelte 13.1. Listening to DOM events 13.2. Creating index --> {#each dogs as dog, index (dog.id)}
  • {dog.name}
  • {/each} 12. Promises in Svelte Templates Promises are an awesome tool we have at our disposal to work with asynchronous events in in ES2017 made using promises even simpler. Svelte provides us the {#await} syntax in templates to directly work with promises at the template level. We can wait for promises to resolve, and define
0 码力 | 44 页 | 2.01 MB | 1 年前
3
共 235 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 24
前往
页
相关搜索词
FromEagerFuturesPromisestoLazyContinuationsEvolvinganActorLibraryBasedonLessonsLearnedfromLargeScaleDeploymentsJavaScriptPromise迷你中文文版中文版v1v2TheNodejsHandbookBabelJSTutorialExtJSAngularJS比较ES6Svelte
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩