书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 1678 个相关结果.
  • Add TodoList Controller

    732 2019-09-24 《LoopBack 4 Document》
    Controllers with related models Create TodoList controller Inclusion of Related Models Create TodoList’s Todo controller Try it out Navigation LoopBack 4 TodoList Applicatio...
  • Network Plugins

    Network Plugins Installation Network Plugin Requirements Loopback CNI Support hostPort Support traffic shaping What’s next Network Plugins Kubernetes 1.30 supports Contain...
  • Exposing GraphQL APIs

    840 2019-09-24 《LoopBack 4 Document》
    Overview Prerequisite Install OpenAPI-to-GraphQL and Required Dependencies Start the GraphQL Server Try Out the GraphQL APIs Overview TheOpenAPI-to-GraphQL module creates a...
  • Redis connector

    587 2019-09-24 《LoopBack 4 Document》
    Installation Creating a Redis data source Properties The Redis connector enables LoopBack applications to connect to Redis data sources. This project provides early access ...
  • Application

    711 2019-09-24 《LoopBack 4 Document》
    What is an Application? Making your own application class Configuring your application Binding configuration Components Controllers Servers Constructor configuration Tips f...
  • Add a Repository

    533 2019-09-24 《LoopBack 4 Document》
    Repositories Create your repository Navigation LoopBack 4 Todo Application Tutorial - Add a Repository Repositories The repository pattern is one of the more fundamental dif...
  • 模型定义

    Defining models(模型定义) Defining models(模型定义) Loopback model 表示在后端系统中的数据,例如数据库. 并且默认情况下同时具有 NODE 和REST API,此外,还可以添加功能,例如验证规则和业务逻辑模型. 每个 Loopback 应用都有内置的 User, Role, Applicatio...
  • Controller generator

    860 2019-09-24 《LoopBack 4 Document》
    Synopsis Options Arguments Interactive Prompts Empty Controller REST Controller with CRUD Methods Important: Before running this generator, you must create an application us...
  • Life cycle events and observers

    791 2019-09-24 《LoopBack 4 Document》
    Overview The LifeCycleObserver interface Register a life cycle observer Discover life cycle observers Notify life cycle observers of start/stop related events by order Observer...
  • Context

    888 2019-09-24 《LoopBack 4 Document》
    What is Context? Why is it important? How to create a context? Application-level context (global) Server-level context Request-level context (request) Storing and retrieving ...