书栈网 · BookStack 本次搜索耗时 0.031 秒,为您找到 2290 个相关结果.
  • gRPC naming and discovery

    Using etcd discovery with go-grpc Managing service endpoints Adding an endpoint Deleting an endpoint Registering an endpoint with a lease etcd provides a gRPC resolver to sup...
  • Authorization with JWT

    Authorization with JWT Before you begin Allow requests with valid JWT and list-typed claims Clean up See also Authorization with JWT This task shows you how to set up an Is...
  • Authorization with JWT

    Authorization with JWT Before you begin Allow requests with valid JWT and list-typed claims Clean up See also Authorization with JWT This task shows you how to set up an Is...
  • Smoke Test

    Smoke Test Data Encryption Deployments Port Forwarding Logs Exec Services Smoke Test In this lab you will complete a series of tasks to ensure your Kubernetes cluster is ...
  • TypeScript 2.6

    TypeScript 2.6 严格函数类型 例子 注意: 缓存模块中的标签模板对象 例子 本地化的命令行诊断消息 例子 通过 '// @ts-ignore' 注释隐藏 .ts 文件中的错误 例子 更快的 tsc —watch 只写的引用现在会被标记未使用 例子 例子 TypeScript 2.6 严格函数类型 TypeS...
  • Core concepts

    Core concepts Classic Flame Instances Handlers Return values Return with a status code Return body with potential error Service injection Builtin services Middleware Env ...
  • gRPC naming and discovery

    Using etcd discovery with go-grpc Managing service endpoints Adding an endpoint Deleting an endpoint Registering an endpoint with a lease etcd provides a gRPC resolver to sup...
  • gRPC naming and discovery

    Using etcd discovery with go-grpc Managing service endpoints Adding an endpoint Deleting an endpoint Registering an endpoint with a lease etcd provides a gRPC resolver to sup...
  • Hack 72. Setup SSH passwordless login in OpenSSH

    Hack 72. Setup SSH passwordless login in OpenSSH Step 1: Create public and private keys using ssh-key-gen on local-host Step 2: Copy the public key to remote-host using ssh-copy-i...
  • 远程节点的系统变量(facts)

    1843 2018-04-18 《Ansible入门》
    主机的系统变量(facts) 使用复杂facts变量 关闭facts 主机的系统变量(facts) ansible会通过module setup来收集主机的系统信息,这些收集到的系统信息叫做facts,这些facts信息可以直接以变量的形式使用。 哪些facts变量可以引用呢?在命令行上通过调用setup module命令可以查看 $ ans...