书栈网 · BookStack 本次搜索耗时 0.033 秒,为您找到 12794 个相关结果.
  • 硬盘持久化

    656 2019-10-04 《nuster 中文文档》
    硬盘持久化 硬盘持久化 配置文件 global master - worker nuster cache on data - size 10m dir / tmp / cache nuster nosql on data - size 10m dir / tmp / nosql backend b...
  • Using with MongoDB

    Using with MongoDB Use jest-mongodb Preset Using with MongoDB With the Global Setup/Teardown and Async Test Environment APIs, Jest can work smoothly with MongoDB . Use jest...
  • Using with MongoDB

    Using with MongoDB Use jest-mongodb Preset Using with MongoDB With the Global Setup/Teardown and Async Test Environment APIs, Jest can work smoothly with MongoDB . Use jest...
  • Using with MongoDB

    Using with MongoDB Use jest-mongodb Preset Using with MongoDB With the Global Setup/Teardown and Async Test Environment APIs, Jest can work smoothly with MongoDB . Use jest...
  • modules

    Exploring Nuxt Modules The modules Property Write your own Module 1) ModuleOptions Top level options 2) this.options Add a CSS Library Emit assets 3) this.nuxt Run Tasks on...
  • Modules directory

    Modules directory Exploring Nuxt Modules The modules Property Write your own Module 1) ModuleOptions Top level options 2) this.options Add a CSS Library Emit assets 3) this...
  • Testing Asynchronous Code

    Testing Asynchronous Code 回调 Promises .resolves / .rejects Async/Await Testing Asynchronous Code 在JavaScript中执行异步代码是很常见的。 当你有以异步方式运行的代码时,Jest 需要知道当前它测试的代码是否已完成,然后它可以转移到另一...
  • Testing Asynchronous Code

    Testing Asynchronous Code 回调 Promises .resolves / .rejects Async/Await Testing Asynchronous Code 在JavaScript中执行异步代码是很常见的。 当你有以异步方式运行的代码时,Jest 需要知道当前它测试的代码是否已完成,然后它可以转移到另一...
  • Testing Asynchronous Code

    回调 Promises .resolves / .rejects 仅用于jest 20.0.0+ Async/Await 在JavaScript中执行异步代码是很常见的。 当你有以异步方式运行的代码时,Jest 需要知道当前它测试的代码是否已完成,然后它可以转移到另一个测试。 Jest有若干方法处理这种情况。 回调 最常见的异步模式是回调函...
  • Egg.js 和 Koa

    title: Egg.js 与 Koa 异步编程模型 async function Koa Middleware Context 异常处理 Egg 继承于 Koa 扩展 插件 Egg 与 Koa 的版本关系 Egg 1.x Egg 2.x title: Egg.js 与 Koa 异步编程模型 Node.js 是一个异步的世界,...