书栈网 · BookStack 本次搜索耗时 0.033 秒,为您找到 31639 个相关结果.
  • 使用 Service 把前端连接到后端

    使用 Service 把前端连接到后端 教程目标 准备开始 使用部署对象(Deployment)创建后端 创建 hello Service 对象 创建前端 与前端 Service 交互 通过前端发送流量 清理现场 接下来 使用 Service 把前端连接到后端 本任务会描述如何创建前端(Frontend)微服务和后端(Backend...
  • Visibility

    Visibility Private methods Private types Protected methods Private top-level methods Private top-level types Visibility Methods are public by default: the compiler will alw...
  • Visibility

    Visibility Private methods Private types Protected methods Private top-level methods Private top-level types Visibility Methods are public by default: the compiler will alw...
  • Visibility

    Visibility Private methods Private types Protected methods Private top-level methods Private top-level types Visibility Methods are public by default: the compiler will alw...
  • Eventing getting started

    Getting Started with Knative Eventing Creating a Knative Eventing namespace Adding a broker to the namespace Creating event consumers Creating triggers Creating a pod as an eve...
  • Getting started

    Getting Started with Knative Eventing Creating a Knative Eventing namespace Adding a broker to the namespace Creating event consumers Creating triggers Creating a pod as an eve...
  • Getting started

    Getting Started with Knative Eventing Creating a Knative Eventing namespace Adding a broker to the namespace Creating event consumers Creating triggers Creating a pod as an eve...
  • 第一次数据交互

    第一次数据交互 在描述文件 package.json 内定义消息 在 browser.js 里增加 increasing 在 panel 里增加 increasing 按钮以及广播处理 刷新扩展 第一次数据交互 我们在前面两篇文档 第一个扩展包 和 第一个面板 中介绍了怎么创建扩展,怎么在扩展中定义面板,接下来我们通过本篇文档来尝试一下它们...
  • 使用服务来访问集群中的应用

    使用服务来访问集群中的应用 准备开始 教程目标 为运行在两个 pod 中的应用创建一个服务 使用服务配置文件 清理现场 接下来 使用服务来访问集群中的应用 本文展示如何创建一个 Kubernetes 服务对象,能让外部客户端访问在集群中运行的应用。 该服务为一个应用的两个运行实例提供负载均衡。 准备开始 你必须拥有一个 Kubernet...
  • 2.20 字节字符串上的字符串操作

    2.20 字节字符串上的字符串操作 问题 解决方案 讨论 2.20 字节字符串上的字符串操作 问题 你想在字节字符串上执行普通的文本操作(比如移除,搜索和替换)。 解决方案 字节字符串同样也支持大部分和文本字符串一样的内置操作。比如: >>> data = b 'Hello World' >>> data [ 0 : 5 ...