书栈网 · BookStack 本次搜索耗时 0.033 秒,为您找到 7154 个相关结果.
  • TypeScript 3.1

    TypeScript 3.1 Mapped types on tuples and arrays Properties declarations on functions Version selection with typesVersions Matching behavior Multiple fields TypeScript 3.1...
  • Actors

    Actors 先决条件 场景 Actor 接口 Actor 实现 配置Actor运行时 注册 Actor 调用 Actor 的方法: 使用状态与Actor Actor Timer 和 Reminder Actor Timer Actor Reminder Actors 通过 Dapr Actor 包,您可以与 JavaScript...
  • WebDriverJS

    1649 2018-02-16 《selenium 中文文档》
    WebDriverJS 介绍 快速上手 在 Node 中运行 在浏览器中运行 控制宿主浏览器 警告 调试 Tests 支持的浏览器 设计细节 管理异步 API On Frames and Callbacks 错误处理 同服务端通讯 Cross-Origin Resource Sharing /xdrpc 未来计划 We...
  • Prisma

    Prisma Getting started Create your NestJS project Set up Prisma Set the database connection Create two database tables with Prisma Migrate Install and generate Prisma Client ...
  • 协程

    限制 执行 堆分配 Promise co_await co_yield 库支持 工作中 此页面正在更新协程技术规范 (Coroutines Technical Specification) 包含于 C++20 工作草案的部分的进展中。 协程是能暂停执行以在之后恢复的函数。协程是无栈的:它们通过返回到调用方暂停执行,并且从栈分离...
  • 4.3. when

    462 2019-11-23 《MobX 4 中文文档》
    when when-promise when egghead.io 第9课: 自定义反应 when(predicate: () => boolean, effect?: () => void, options?) when 观察并运行给定的 predicate ,直到返回true。一旦返回 true,给定的 effect 就会被执行,然...
  • 托管事务(auto-callback)

    托管事务(auto-callback) 抛出错误到回滚 自动将事务传递给所有查询 托管事务(auto-callback) 托管事务自动处理提交或回滚事务.你可以通过将回调传递给 sequelize.transaction 来启动托管事务. 注意回传传递给 transaction 的回调是否是一个 promise 链,并且没有明确地调用t.c...
  • wx.offUnhandledRejection

    wx.offUnhandledRejection(function callback) 参数 function callback wx.offUnhandledRejection(function callback) 基础库 2.10.0 开始支持,低版本需做兼容处理 。 取消监听未处理的 Promise 拒绝事件 参数 fun...
  • Access control and authentication

    Access control and authentication Refactoring the JDBC configuration Adding JDBC authentication to routes Supporting features based on roles Populating the database with user an...
  • Ajax 请求

    发送 ajax 请求 版本要求 引入 兼容性问题 全局使用 组件中使用 发送 ajax 请求 AjaxPlugin 插件依赖于 axios 详细 API 文档请查看:axios 版本要求 AjaxPlugin 在vux@^2.1.0-rc.20 开始支持 引入 main.js 入口文件中引入: import { ...