书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 20341 个相关结果.
  • Scope topic access

    Scope Pub/Sub topic access Introduction Example 1: Scope topic access Example 2: Limit allowed topics Example 3: Combine allowedTopics and scopes Demo Related links Scope...
  • Scope access to components

    How-To: 限定组件作用范围在一或多个应用 命名空间 在服务调用时使用名称空间 使用 pub/sub 的命名空间 对具有作用域的组件的应用程序访问 Example 相关链接 How-To: 限定组件作用范围在一或多个应用 限制特定 Dapr 实例的组件访问 Dapr 组件的名称空间(注意与 Kubernetes 名称空间概念区分),...
  • Scope access to components

    How-To: Scope components to one or more applications Namespaces Note Application access to components with scopes Community call demo Using namespaces with service invocation ...
  • Scope access to components

    How-To: Scope components to one or more applications Namespaces Note Application access to components with scopes Community call demo Using namespaces with service invocation ...
  • Scope topic access

    限定 Pub/Sub 主题访问权限 Introduction 示例 1: 限制主题访问权限 示例 2: 限制允许的主题 示例 3: 组合 allowedTopics 和范围 例子 相关链接 限定 Pub/Sub 主题访问权限 使用范围(scopes)限制 Pub/Sub 主题到特定的应用程序 Introduction 名称空间或组...
  • name_scope

    name_scope name_scope paddle.static.name_scope ( prefix=None ) [源代码] 该函数为静态图下的operators生成不同的命名空间。该函数只用于静态图下的调试和可视化,不建议用在其它方面。 参数: prefix (str,可选) - 名称前缀。默认值为None。 示例代码 ...
  • Function Name Scope

    Function Name Scope Function Name Scope As you’ve seen by now, a function declaration looks like this: function askQuestion () { // .. } And as discussed in Ch...
  • 3.6.2 Refreshable Scope

    3.6.2 Refreshable Scope 3.6.2 Refreshable Scope The Refreshable scope is a custom scope that allows a bean’s state to be refreshed via: /refresh endpoint. Publication of ...
  • scope_guard

    scope_guard scope_guard paddle.static. scope_guard ( scope ) [源代码] 该接口通过 python 的 with 语句切换作用域(scope)。 作用域记录了变量名和变量 ( Variable ) 之间的映射关系,类似于编程语言中的大括号。 如果未调用此接口,所有的变量和变量名都会被...
  • scope_guard

    scope_guard 参数 返回 代码示例 scope_guard 查看属性与别名 API属性:声明式编程(静态图)专用API paddle.fluid.executor.scope_guard ( scope ) [源代码] 该接口通过 python 的 with 语句切换作用域(scope)。 作用域记录了变量名和变量 ( V...