上一页 1 2 3 4 5 6 7 8 ··· 86 下一页
摘要: 一、系统设置 1.检查操作系统版本 2.主机名解析 3.时间同步 chronyd 网络时间同步器 内网自己搭建时间同步服务器 4.禁用firewalld和iptables 5.禁用selinux 6.禁用swap分区 7.修改linux内核参数 8.配置ipvs 二、安装docker 1.切镜像源 阅读全文
posted @ 2021-12-22 19:31 富坚老贼 阅读(55) 评论(0) 推荐(0)
摘要: master apiserver: scheduler: controller-manager: etcd:存储信息 node 负责为容器提供运行环境 kubelet:负责维护升级周期,通过控制docker来创建更新容器 kubeProxy:负责提供集群内部的服务发现和负载均衡 Docker:容器 阅读全文
posted @ 2021-12-22 18:20 富坚老贼 阅读(43) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-12-19 22:53 富坚老贼 阅读(105) 评论(0) 推荐(0)
摘要: 创建razor组件 "/test" 对应url地址 @page "/test" <h3>Test</h3> @code { } 路由参数 1. @page "/test/{name}" <h3>Test @name </h3> @code { [Parameter] public string? n 阅读全文
posted @ 2021-12-19 22:49 富坚老贼 阅读(61) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-12-14 11:08 富坚老贼 阅读(35) 评论(0) 推荐(0)
摘要: 谷歌搜索 1.完全匹配搜索 关键词外+双引号 “xxx” 2.特定档案类型 冒号+文档类型 xxx:torrent 3.站内搜索 xxx site: + 网址 xxx site:www.cnblogs.com 4.包含和不包含 搜索资源里包含A xxx + A 搜索资源里不包含A xxx - A 5 阅读全文
posted @ 2021-12-11 08:29 富坚老贼 阅读(89) 评论(0) 推荐(0)
摘要: 操作索引 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 打开 阅读全文
posted @ 2021-11-22 22:27 富坚老贼 阅读(91) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-20 23:05 富坚老贼 阅读(29) 评论(0) 推荐(0)
摘要: server { listen 80; server_name 192.166.208.88; return 301 https://$server_name$request_uri; } # HTTPS server # server { listen 443 ssl; server_name 1 阅读全文
posted @ 2021-11-20 23:01 富坚老贼 阅读(31) 评论(0) 推荐(0)
摘要: 动态通过反向代理 阅读全文
posted @ 2021-11-20 22:29 富坚老贼 阅读(31) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 86 下一页