[up主专用,视频内嵌代码贴在这]
.video-container {
position: relative;
width: 100%;
padding-top: 56.25%; /* 16:9 aspect ratio (height/width = 9/16 * 100%) */
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
运维学习笔记Linux云计算名词解释云计算云计算 = 公有云(阿里、华为、腾讯云) + 私有云 (OpenStack) + 混合云
云计算顾名思义,就是计算在云端。
以公有云为例,是指比如我们有一个程序计算的任务,我放在了阿里云的服务器上,进行计算,得到结果。
而我不需要费心、费力准备一台机器了。
服务器是由云服务厂商提供的性能卓越、稳定可靠、弹性扩展的云计算服务。
云服务器免去了采购IT硬件的前期准备,让企业像使用水、电、天然气等公 ...
[up主专用,视频内嵌代码贴在这]
.video-container {
position: relative;
width: 100%;
padding-top: 56.25%; /* 16:9 aspect ratio (height/width = 9/16 * 100%) */
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
第一天上午DNS
百度反向:220.181.38.148
(192.168.10)网络位+主机—–256-网关-广播=254(可用)
DHCP: 动态分配协议
DHCP(Dynamic Host Configuration Protocol,动态主机配置协议),前身是BOOTP协议,是一个局域网的网络协议,使用UDP协议工作,统一使用两个IANA分配的端口:67(服务器端),68(客户端)。DHCP通常被用于局域网环境,主要作用是集中 ...
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment

