书栈网 · BookStack 本次搜索耗时 0.079 秒,为您找到 1325 个相关结果.
  • cond

    cond 参数 返回 返回类型 抛出异常 代码示例 cond 查看属性与别名 API属性:声明式编程(静态图)专用API paddle.fluid.layers.cond ( pred, true_fn=None, false_fn=None, name=None ) [源代码] 如果 pred 是 True ,该API返回 ...
  • RESUME JOB

    RESUME JOB Required privileges Synopsis Parameters Examples Pause a job Resume a single job Resume multiple jobs See also RESUME JOB The RESUME JOB statement lets yo...
  • HTTPS & multiple servers

    HTTPS Multiple simultaneous servers HTTPS To create an application that uses the HTTPS protocol, set the httpsOptions property in the options object passed to the create() me...
  • 管道

    管道 内置管道 测试用例 对象结构验证 绑定管道 类验证器 转换管道 内置验证管道 译者署名 管道 管道是具有 @Injectable() 装饰器的类。管道应实现 PipeTransform 接口。 管道有两个类型: 转换 :管道将输入数据转换为所需的数据输出 验证 :对输入数据进行验证,如果验证成功继续传递; 验证失败...
  • 技术

    数据库 TypeORM 集成 存储库模式 关系 自动载入实体 事务 订阅者 迁移 多个数据库 测试 定制存储库 异步配置 示例 Sequelize 集成 模型 关系 自动载入模型 事务 迁移 多个数据库 测试 异步配置 示例 Mongo 模型注入 连接 多数据库 钩子(中间件) 插件 测试 异步配置 ...
  • 异常过滤器

    异常过滤器 HttpException 异常层次(Exceptions Hierarchy) HTTP exceptions 异常过滤器(Exception Filters) 抓住一切 异常过滤器 内置的 异常层负责处理整个应用程序中的所有抛出的异常。当捕获到未处理的异常时,最终用户将收到适当的用户友好响应。 每个异常都由全局异常筛选...
  • HTTPS & multiple servers

    HTTPS Multiple simultaneous servers HTTPS To create an application that uses the HTTPS protocol, set the httpsOptions property in the options object passed to the create() m...
  • SUBQUERY Overview

    SUBQUERY Constraints SUBQUERY A subquery is a SELECT statement within another statement. is a SQL query nested inside a larger query. Here is an example of a subquery: SE...
  • SUBQUERY Overview

    SUBQUERY Constraints SUBQUERY A subquery is a SELECT statement within another statement. is a SQL query nested inside a larger query. Here is an example of a subquery: SE...
  • 拦截器

    拦截器 基础 执行上下文 调用处理程序 截取切面 绑定拦截器 响应映射 异常映射 Stream 重写 更多操作者 译者署名 拦截器 拦截器是使用 @Injectable() 装饰器注解的类。拦截器应该实现 NestInterceptor 接口。 拦截器具有一系列有用的功能,这些功能受面向切面编程(AOP)技术的启发。它们...