书栈网 · BookStack 本次搜索耗时 0.030 秒,为您找到 3142 个相关结果.
  • 微信实例和H5实践

    wechat wechat 自动回复部分的Koa/Co版本:https://github.com/node-webot/co-wechat 更多功能请前往:https://github.com/node-webot/wechat-api,Koa/Co版本:https://github.com/node-webot/co-wechat-api 企业功能...
  • 5.2 – Coroutine Manipulation

    5.2 – Coroutine Manipulation coroutine.create (f) coroutine.resume (co, val1, …) coroutine.status (co) coroutine.wrap (f) coroutine.yield (val1, …) 5.2 – Coroutine Manipul...
  • Divider 分割线

    Divider 分割线 概述 代码示例 API Divider props Divider 分割线 概述 区隔内容的分割线。 对不同章节的文本段落进行分割。 对行内文字/链接进行分割,例如表格的操作列。 代码示例 水平分割线 默认为水平分割线,可在中间加入文字。 <template> <p>...
  • 协程

    基本用法 协程兼容性问题 与 tj/co 库的区别 yield 基本类型 yield 数组或对象 yield thunk 函数 多协程并发 协程内的并发 协程间的并发 协程的参数和返回值 wrap 包装函数和 yield 的区别 将协程包装成闭包函数 协程与异常处理 promisify 方法 toPromise 方法 基本...
  • 协程

    基本用法 协程兼容性问题 与 tj/co 库的区别 yield 基本类型 yield 数组或对象 yield thunk 函数 多协程并发 协程内的并发 协程间的并发 协程的参数和返回值 wrap 包装函数和 yield 的区别 将协程包装成闭包函数 协程与异常处理 promisify 方法 toPromise 方法 基本...
  • Triage

    Daily Triage Categorization Prioritization Weekly Triage Post-Release Triage Responding to Issues Needs More Information Issue might be resolved Closing with Care Issue has ...
  • Triaging Minikube Issues

    Triaging Minikube Issues Daily Triage Categorization Prioritization Weekly Triage Post-Release Triage Responding to Issues Needs More Information Issue might be resolved Cl...
  • 第一部分: 半协程调度器

    第一部分: 半协程调度器 第一部分: 半协程调度器 谈及koa(1.x)首先得说co,co与Promise是JSer在解决回调地狱(callback hell)问题前仆后继的众多产物之一。 co其实是Generator的自动执行器(半协程调度器): 通过yield显式操纵控制流让我们可以做到以近乎同步的方式书写非阻塞代码。 Promise是一套比...
  • Architecture

    Distributed Architecture High-level View Components Logical Co-location, Physical Separation Deployment Styles for Functions Remote Functions Co-located Functions Embedded Fun...