Dict.CN 在线词典, 英语学习, 在线翻译 ------------- MyGitee My腾云code My51cto

Happy_EveryDay

可以平凡 不可以平庸 无爱则无忧,无欲则无求,无怒而无敌,无怨才是佛。所有烦恼,都是放不下的执著 开源技群 328035181 MyGitee

博客园 首页 管理
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 46 下一页

2022年4月28日 #

摘要: 阅读全文
posted @ 2022-04-28 09:14 2026cn 阅读(46) 评论(0) 推荐(0)

2022年4月27日 #

摘要: 阅读全文
posted @ 2022-04-27 10:55 2026cn 阅读(43) 评论(0) 推荐(0)

2022年4月24日 #

摘要: 亚5 欧4 美1 工业 亚3 欧4 美1 第十名:韩国 2020年,韩国军费支出为457亿美元。韩国的军费支出排名和其GDP全球排名完全一样。2020年韩国的GDP为1.64万亿美元,全球第十。韩国的军费支出占其GDP比例2.8%,这个比例并不低,在全球也是前列。韩国的军队数量还是比较多的,目前总兵 阅读全文
posted @ 2022-04-24 10:30 2026cn 阅读(158) 评论(0) 推荐(0)

2022年4月23日 #

摘要: deployment 大全 1)、部署 kubel apply -f xxx.yaml apiVersion: apps/v1 kind: Deployment metadata: name: web ### namespace : default spec: replicas: 3 #pod副本数 阅读全文
posted @ 2022-04-23 01:55 2026cn 阅读(70) 评论(0) 推荐(0)

2022年4月22日 #

摘要: 阅读全文
posted @ 2022-04-22 09:29 2026cn 阅读(39) 评论(0) 推荐(0)

2022年4月21日 #

摘要: 阅读全文
posted @ 2022-04-21 17:23 2026cn 阅读(674) 评论(0) 推荐(0)

摘要: 阅读全文
posted @ 2022-04-21 09:15 2026cn 阅读(31) 评论(0) 推荐(0)

2022年4月20日 #

摘要: 阅读全文
posted @ 2022-04-20 10:43 2026cn 阅读(52) 评论(0) 推荐(0)

2022年4月15日 #

摘要: docker如何分配资源给容器?默认情况下,docker容器的资源分配是没有限制的,宿主机有多少资源,它就可以用多少资源。而docker可以限制内存、CPU、IO的资源使用。 docker可以在docker run或者docker build 的时候,设置这些选项,设置的选线和规则如下: 内存 -m 阅读全文
posted @ 2022-04-15 09:21 2026cn 阅读(1157) 评论(0) 推荐(0)

摘要: 阅读全文
posted @ 2022-04-15 09:06 2026cn 阅读(40) 评论(0) 推荐(0)

2022年4月13日 #

摘要: 阅读全文
posted @ 2022-04-13 08:56 2026cn 阅读(59) 评论(0) 推荐(0)

2022年4月12日 #

摘要: 阅读全文
posted @ 2022-04-12 09:37 2026cn 阅读(41) 评论(0) 推荐(0)

摘要: 1)、Service selector.app :web2 2)、Depoyment labels.app :web2 3)、 master/node master api servic >restful >etc controller-->depoyment、service scheduler-- 阅读全文
posted @ 2022-04-12 00:18 2026cn 阅读(85) 评论(0) 推荐(0)

2022年4月11日 #

摘要: 阅读全文
posted @ 2022-04-11 09:12 2026cn 阅读(60) 评论(0) 推荐(0)

2022年4月9日 #

摘要: deployment.YAML ########################## ##不支持tab缩进,空格缩进 ##开头缩进2个空格 ##字符后缩进1个空格,如冒号、逗号 ##" " 文件开始 ##"#"注释 ####示例 #####https://kubernetes.io/zh/docs/ 阅读全文
posted @ 2022-04-09 18:40 2026cn 阅读(411) 评论(0) 推荐(0)

2022年4月8日 #

摘要: 安装下网络组件 装calico或者是fannel 可能安装过程 pull 其中一些组件镜像 访问地址不稳定 具体要查看组件日志 https://www.cnblogs.com/lumen/p/15900454.html 阅读全文
posted @ 2022-04-08 08:57 2026cn 阅读(178) 评论(0) 推荐(0)

摘要: 阅读全文
posted @ 2022-04-08 08:49 2026cn 阅读(41) 评论(0) 推荐(0)

2022年4月7日 #

摘要: recommended.yaml 阅读全文
posted @ 2022-04-07 20:07 2026cn 阅读(127) 评论(0) 推荐(0)

摘要: 1、css ext-all.css文件最后,加入css样式 .ux-MultiSelect-icon { width:16px; height:16px; float:left; background-position: -1px -1px ! important; background-repea 阅读全文
posted @ 2022-04-07 10:31 2026cn 阅读(204) 评论(0) 推荐(0)

摘要: 阅读全文
posted @ 2022-04-07 09:11 2026cn 阅读(49) 评论(0) 推荐(0)

2022年4月6日 #

摘要: var paramsReceivable = {}; paramsReceivable.querytext = Ext.getCmp('hiddquerytext').getValue(); gridReceivable.store.load({ params: paramsReceivable, 阅读全文
posted @ 2022-04-06 17:08 2026cn 阅读(85) 评论(0) 推荐(0)

摘要: 阅读全文
posted @ 2022-04-06 09:06 2026cn 阅读(41) 评论(0) 推荐(0)

2022年4月5日 #

摘要: ###################################deployment控制器 部署nginx镜像#############名称 web 镜像--image=nginx 副本数replicas=3 容器数 docker.io/nginx:latest##########创建失败 有 阅读全文
posted @ 2022-04-05 23:44 2026cn 阅读(92) 评论(0) 推荐(0)

2022年4月4日 #

摘要: 参考 https://www.exception.site/essay/how-to-free-use-intellij-idea-2019-3 1、 instal.sh 破解注册 2、激活码 激活 阅读全文
posted @ 2022-04-04 16:49 2026cn 阅读(319) 评论(0) 推荐(0)

摘要: C:\Users\Administrator\AppData\Roaming\JetBrains\IntelliJIdea2021.3 阅读全文
posted @ 2022-04-04 15:56 2026cn 阅读(67) 评论(0) 推荐(0)

2022年4月1日 #

摘要: 阅读全文
posted @ 2022-04-01 08:50 2026cn 阅读(38) 评论(0) 推荐(0)

2022年3月31日 #

摘要: 阅读全文
posted @ 2022-03-31 09:01 2026cn 阅读(30) 评论(0) 推荐(0)

2022年3月29日 #

摘要: 阅读全文
posted @ 2022-03-29 09:55 2026cn 阅读(44) 评论(0) 推荐(0)

2022年3月28日 #

摘要: 大抵南朝皆旷达,可怜东晋最风流!(东晋士族表)东晋士族可分为三类 姓氏 郡望 始祖 代表人物1.从东汉时期以来的士族 卢 范阳涿县 卢植 卢谌、卢循 荀 颖川临颍 荀淑 荀勖、荀崧 袁 陈郡阳夏 袁滂 袁瑰、袁乔、袁崧 杨 弘农华阴 杨震 杨佺期 蔡 陈留圉城 蔡棱 蔡豹2.从魏晋时期以来的士族(这 阅读全文
posted @ 2022-03-28 12:00 2026cn 阅读(1168) 评论(0) 推荐(0)

2022年3月27日 #

摘要: 阅读全文
posted @ 2022-03-27 11:24 2026cn 阅读(61) 评论(0) 推荐(0)

2022年3月22日 #

摘要: 阅读全文
posted @ 2022-03-22 08:52 2026cn 阅读(75) 评论(0) 推荐(0)

2022年3月19日 #

摘要: ######需要############执行############ kubeadm init 4、部署k8s node 且加入master ########192.168.254.142 node3 192.168.254.139 node2 ###D:\vm2\centOS 7 64 1801- 阅读全文
posted @ 2022-03-19 18:39 2026cn 阅读(470) 评论(0) 推荐(0)

摘要: 在 K8S 中安装 Kuboard v3 阅读全文
posted @ 2022-03-19 18:37 2026cn 阅读(105) 评论(0) 推荐(0)

摘要: 阅读全文
posted @ 2022-03-19 15:50 2026cn 阅读(247) 评论(0) 推荐(0)

摘要: [root@docker001 yum.repos.d]# kubectl get pods --all-namespaces The connection to the server localhost:8080 was refused - did you specify the right ho 阅读全文
posted @ 2022-03-19 15:30 2026cn 阅读(153) 评论(0) 推荐(0)

2022年3月16日 #

摘要: centOS7下NAT的静态网卡的配置 最近在cenOS7下搭建大数据,发现centOS7配置静态ip的必要性。这篇博文就来谈谈如何VM虚拟机中配置centOS7的静态ip。如有不足,还望志同道合者纠正和交流,一同进步。 一 为什么要配置在centOS中配置静态ip地址; 这是因为在vm中的cent 阅读全文
posted @ 2022-03-16 21:44 2026cn 阅读(924) 评论(0) 推荐(0)

2022年3月13日 #

摘要: 今天升级了一台自己的服务器,使用let’s encrypt 配置https,curl 安装 acme.sh的时候报错。 具体的错误信息如下: 1 curl: (7) Failed to connect to raw.githubusercontent.com port 443: 拒绝连接 查询了一下 阅读全文
posted @ 2022-03-13 21:54 2026cn 阅读(254) 评论(0) 推荐(0)

摘要: 1、查看 [root@dev-server ~]# getenforce Disabled [root@dev-server ~]# /usr/sbin/sestatus -v SELinux status: disabled 2、临时关闭 ##设置SELinux 成为permissive模式 ## 阅读全文
posted @ 2022-03-13 19:19 2026cn 阅读(165) 评论(0) 推荐(0)

2022年3月4日 #

摘要: 阅读全文
posted @ 2022-03-04 08:38 2026cn 阅读(48) 评论(0) 推荐(0)

2022年3月3日 #

摘要: 阅读全文
posted @ 2022-03-03 09:11 2026cn 阅读(40) 评论(0) 推荐(0)

上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 46 下一页