书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 1621 个相关结果.
  • 开发工具

    development tool(开发工具) slc 命令行 development tool(开发工具) LoopBack 提供了两组基本的应用开发工具: slc loopback, 是个命令行工具用于创建和修改LoopBack应用。 StrongLoop Arc, 是个图形化工具拥有开发,部署和监控LoopBack应用。 slc ...
  • REST connector

    565 2019-09-24 《LoopBack 4 Document》
    loopback-connector-rest Overview Installation Creating a REST data source Configuring a REST data source Configure options for request Resource operations Setting the resource...
  • Testing your extension

    586 2019-09-24 《LoopBack 4 Document》
    Overview Project Setup Manual Setup - Using Mocha Types of tests Unit Tests Controllers Decorators Mixins Providers Repositories Integration Tests Mixin Integration Tests ...
  • Connecting to SOAP web services

    561 2019-09-24 《LoopBack 4 Document》
    Overview Example Create a LoopBack application Generate SOAP data source Generate APIs from the SOAP data source Generated and modified files Run the application The LoopBa...
  • 启动脚本

    Main application script - server.js (启动脚本) Main application script - server.js (启动脚本) 以下案例为 构建器生成代码: /** * 加载 model, 创建基础 app */ var loopback = require ( 'loopb...
  • Models

    1685 2019-09-24 《LoopBack 4 Document》
    Overview Definition of a Model Model Discovery Using the Juggler Bridge Model Decorator Supported Entries of Settings Unsupported Entries of Settings Hidden properties Prope...
  • DB2 connector

    678 2019-09-24 《LoopBack 4 Document》
    loopback-connector-db2 Installation Configuration Running tests Own instance How to get a local DB2 instance: IBM DB2 Express-C scenario on Windows: Docker The DB2 connect...
  • model relations教程

    1472 2018-06-11 《Loopback 中文文档》
    模型关系教程: model relations Prerequisites(先决条件) Try the API hasMany 类型 embedsOne embedsMany referencesMany polymorphic embedsMany (多态 embedsMany) 模型关系教程: model relations git...
  • Tutorials

    635 2019-09-24 《LoopBack 4 Document》
    LoopBack 4 comes with the following tutorials: todo : Tutorial on building a simple application withLoopBack 4 key concepts using bottom-up approach. todo-list : Tutorial on...
  • Components

    501 2019-09-24 《LoopBack 4 Document》
    Overview Overview Components play an important role in the extensibility of LoopBack 4. AComponent makes it easy for independent developers to contribute additionalfeatures to ...