摘要:
master apiserver: scheduler: controller-manager: etcd:存储信息 node 负责为容器提供运行环境 kubelet:负责维护升级周期,通过控制docker来创建更新容器 kubeProxy:负责提供集群内部的服务发现和负载均衡 Docker:容器 阅读全文
摘要:
阅读全文
摘要:
创建razor组件 "/test" 对应url地址 @page "/test" <h3>Test</h3> @code { } 路由参数 1. @page "/test/{name}" <h3>Test @name </h3> @code { [Parameter] public string? n 阅读全文
摘要:
谷歌搜索 1.完全匹配搜索 关键词外+双引号 “xxx” 2.特定档案类型 冒号+文档类型 xxx:torrent 3.站内搜索 xxx site: + 网址 xxx site:www.cnblogs.com 4.包含和不包含 搜索资源里包含A xxx + A 搜索资源里不包含A xxx - A 5 阅读全文
摘要:
操作索引 1 添加 put http://192.168.1.1/index index 表示索引名称 2 查询 get http://192.168.1.1/index 3 关闭 post http://192.168.1.1/index /_close _close 关键字 关闭索引 4 打开 阅读全文