书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 4897 个相关结果.
  • Labels and Annotations

    Labels and Annotations List Traits Version: v1.0 Labels and Annotations List Traits The label and annotations traits allows you to append labels and annotations to the c...
  • Application()

    Application() app 对象一般用来表示Express程序。通过调用Express模块导出的顶层的express() 方法来创建它: var express = require ( 'express' ); var app = express (); app . get ( '/' , function ( re...
  • Aggregated Health Probe

    Aggregated Health Probe Version: v1.0 Aggregated Health Probe The HealthyScope allows you to define an aggregated health probe for all components in same application. 1.Cr...
  • 静态Http服务器

    webserver: html && publc 静态server Node.js版本的静态server express static serve-static serve-index 实现一个简单的网页 open webserver: html && publc 静态server apache(LAMP之a) nginx(LNM...
  • 6.11. 支持黑名单的JWT

    Support blacklisting JWTs One Paragraph Explainer express-jwt-blacklist example What other bloggers say Support blacklisting JWTs One Paragraph Explainer By design, JWTs ...
  • Introduction

    2154 2018-10-20 《Express学习笔记》
    Express学习笔记 关于作者 Express学习笔记 Express使用笔记by @程序猿小卡 本书完整目录请[点击这里] Express可以说是当前最流行的web应用开发框架,从github的关注数和npm每日的下载量就可以看出。 从设计上来看,Express同时具备以下特点:1、性能高 2、可扩展性强 3、学习成本低 对于初接...
  • Performance (Fastify)

    Performance (Fastify) Installation Adapter Platform specific packages Redirect response Fastify options Example Performance (Fastify) By default, Nest makes use of the Ex...
  • 迁移指南

    迁移指南 中间件 拦截器 平台 元数据相关 GraphQL Express实例 弃用 TypeScript 译者署名 迁移指南 本文提供了一套从 v5 迁移到最新 v6 版本的指导原则 。尽管我们试图减少一些重大变化,但必须在几个地方修改 API 以简化其使用。 中间件 基于此主题 ,中间件 API 已经更改,以便来自...
  • Node.js Tutorial

    Node.js tutorial in Visual Studio Code Hello World Running Hello World Integrated Terminal Debugging Hello World An Express application Great code editing Debug your Express ...
  • Sub Steps

    Sub Steps Sub Steps This section describes how to use sub steps in KubeVela. There is a special step type step-group in KubeVela workflow where you can declare sub-steps when ...