Pod、Service、Volume 和 Namespace 是 Kubernetes 集群中四大基本对象,它们能够表示系统中部署的应用、工作负载、网络和磁盘资源,共同定义了集群的状态。Kubernetes 中很多其他的资源其实只对这些基本的对象进行了组合。 Pod 是 Kubernetes 集群中 ...
分类:
Web程序 时间:
2019-08-26 13:03:45
阅读次数:
153
![](https://s1.51cto.com/images/blog/201908/25/dc45c5bbcab10fe60ec1c622cc939ff4.png?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_100,g_se,x_10,y_10,shadow_90,type_ZmFuZ3p
分类:
其他好文 时间:
2019-08-26 09:56:00
阅读次数:
53
![](https://s1.51cto.com/images/blog/201908/25/578c72e4cb706bf6b88aac307cf504fb.png?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_100,g_se,x_10,y_10,shadow_90,type_ZmFuZ3p
分类:
编程语言 时间:
2019-08-26 09:21:11
阅读次数:
68
/* 定义滚动条样式 */ ::-webkit-scrollbar { width: 6px; height: 6px; } /*定义滚动条轨道 内阴影+圆角*/ ::-webkit-scrollbar-track { box-shadow: inset 0 0 0px rgba(240, 240, ...
分类:
Web程序 时间:
2019-08-26 09:20:05
阅读次数:
139
![](https://s1.51cto.com/images/blog/201908/25/a199465afda11a831beb95d4f5ccd96f.png?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_100,g_se,x_10,y_10,shadow_90,type_ZmFuZ3p
分类:
编程语言 时间:
2019-08-25 21:44:30
阅读次数:
107
![](https://s1.51cto.com/images/blog/201908/25/74e2d6902b79ed674c50db6e1f4d6c49.png?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_100,g_se,x_10,y_10,shadow_90,type_ZmFuZ3p
分类:
编程语言 时间:
2019-08-25 21:34:24
阅读次数:
104
管理用户 useradd usermod userdel 查看添加的用户信息 useradd mini -g hehe 在创建用户的同时指定所属的组 此时用户的密码是经过加密放置在/etc/shadow上的,应该使用passwd username设置密码才可使用(我们超级管理员在分配账号时可以强制要 ...
分类:
其他好文 时间:
2019-08-25 20:15:56
阅读次数:
116
Intro Thinking performance. Identify the target framerate, aim your approach on hitting that target framerate. Everything needs to be as efficient as ...
分类:
其他好文 时间:
2019-08-25 16:29:55
阅读次数:
188
/etc目录下的重要目录和文件/etc/issue记录用户登录前显示的系统版本信息/etc/motd登录后的提示信息/etc/redhat-release显示系统版本号和名称/etc/group设定用户的组名与相关信息/etc/passwd账号信息文件/etc/shadow密码信息文件/etc/sudoers可以执行使用sudo命令的配置文件/etc/securetty设定哪些终端可以让root登
分类:
其他好文 时间:
2019-08-25 01:27:26
阅读次数:
135
文本阴影 语法 text-shadow:h-shadow v-shadow blur color; 在CSS3之前,除非使用图片,否则无法给文本添加阴影效果。现在,使用text-shadow属性,可以为文本添加一个或多个阴影及模糊效果。前两个0ffset必需添加,后两个clur,color可选! 不 ...
分类:
其他好文 时间:
2019-08-25 01:17:11
阅读次数:
119