书栈网 · BookStack 本次搜索耗时 0.035 秒,为您找到 1242 个相关结果.
  • Asynchronous programming

    Asynchronous programming Exercises with asyncio Asynchronous programming So far we have been doing synchronous programming. Synchronous program execution is quite simple: a pr...
  • Routes

    Routes Full declaration Shorthand declaration Url building Async Await Promise resolution Route Prefixing Handling of / route inside prefixed plugins Custom Log Level Confi...
  • Routes

    Routes Full declaration Shorthand declaration Url building Async Await Promise resolution Route Prefixing Handling of / route inside prefixed plugins Custom Log Level Confi...
  • TypeScript 3.6

    TypeScript 3.6 更严格的生成器 更准确的数组展开 改进了 Promises 的 UX 标识符更好的支持 Unicode 支持在 SystemJS 中使用 import.meta 在环境上下文中允许 get 和 set 访问者 环境类和函数可以合并 APIs 支持 --build 和 --incremental 新的 ...
  • TypeScript 3.6

    Stricter Generators More Accurate Array Spread Improved UX Around Promises Better Unicode Support for Identifiers import.meta Support in SystemJS get and set Accessors Are ...
  • 异步程序设计技术

    异步程序设计 线程 回调 Future、 Promise 及其他 反应式扩展 协程 异步程序设计 几十年以来,作为开发人员,我们面临着需要解决的问题——如何防止我们的应用程序被阻塞。 当我们正在开发桌面应用,移动应用,甚至服务器端应用程序时,我们希望避免让用户等待或导致更糟糕的原因成为阻碍应用程序扩展的瓶颈。 有很多途径来解决这种问题,包括...
  • 创建非阻塞服务

    创建非阻塞服务 表15,进化成响应型微服务,第一部分,UserService 中的错误隔离和非阻塞操作 创建非阻塞服务 首先要做的就是隔离微服务的访问。现在,我们将不再返回 T 或 Future<T> ,取而代之的将是 Publisher<T> 以及特定的 Stream<T> 或 Promise<T> 。立竿见影的好处就是我们可以不必费心考虑错...
  • webFrameMain

    webFrameMain Methods webFrameMain.fromId(processId, routingId) Class: WebFrameMain Instance Events Event: ‘dom-ready’ Instance Methods frame.executeJavaScript(code[, userGestu...
  • Event Loop

    Event Loop Event Loop Let’s make a (perhaps shocking) claim: despite clearly allowing asynchronous JS code (like the timeout we just looked at), up until recently (ES6), JavaSc...
  • Getting-Started

    Getting Started Install Your first server Note Your first plugin Loading order of your plugins Validate your data Serialize your data Parsing request payloads Extend your s...