书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 1299 个相关结果.
  • First steps

    First steps Language Prerequisites Setup Platform Running the application First steps In this set of articles, you’ll learn the core fundamentals of Nest. To get familiar ...
  • Performance (Fastify)

    Performance (Fastify) Installation Adapter Platform specific packages Redirect response Fastify options Example Performance (Fastify) By default, Nest makes use of the Ex...
  • 应用上下文

    应用上下文 译者署名 应用上下文 有几种安装 Nest 应用程序的方法。您可以创建一个 Web 应用程序,微服务或只是一个 Nest 执行上下文 。 Nest 上下文是 Nest 容器的一个包装,它包含所有实例化的类。我们可以直接使用应用程序对象从任何导入的模块中获取现有实例。由于这一点,您可以充分利用 Nest 框架的优势,包括 CRON 任...
  • Workspaces

    Workspaces Standard mode Monorepo mode Workspace projects Applications Libraries CLI properties Global compiler options Global generate options Project-specific generate op...
  • 异步的 bug

    异步的 bug 当你的程序同步运行时,除了那些程序本身所做的外,没有发生任何状态变化。 对于异步程序,这是不同的 - 它们在执行期间可能会有空白,这个时候其他代码可以运行。 我们来看一个例子。 我们乌鸦的爱好之一是计算整个村庄每年孵化的雏鸡数量。 鸟巢将这一数量存储在他们的存储器中。 下面的代码尝试枚举给定年份的所有鸟巢的计数。 function ...
  • async函数

    async 函数 为了存储重要信息,据了解乌鸦在鸟巢中复制它。 这样,当一只鹰摧毁一个鸟巢时,信息不会丢失。 为了检索它自己的存储器中没有的信息,鸟巢计算机可能会询问网络中其他随机鸟巢,直到找到一个鸟巢计算机。 requestType ( "storage" , ( nest , name ) => storage ( nest , n...
  • Standalone apps

    Standalone applications Getting started Example Standalone applications There are several ways of mounting a Nest application. You can create a web app, a microservice or just...
  • 介绍

    介绍 哲学 安装 使用 CLI 安装 使用 Git 安装 手动创建 保持联系 介绍 Nest 是一个用于构建高效,可扩展的 Node.js 服务器端应用程序的框架。它使用渐进式 JavaScript,内置并完全支持 TypeScript (但仍然允许开发人员使用纯 JavaScript 编写代码)并结合了 OOP(面向...
  • Documentation

    Documentation Setup Generation Contribute Documentation Compodoc is a documentation tool for Angular applications. Since Nest and Angular share similar project and code str...
  • Introduction

    1316 2020-06-13 《Nest.js v7.0 Document》
    Introduction Philosophy Installation Introduction Nest (NestJS) is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScr...