.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%;
}
激活工具下载
支持win7,win10,win11,基本满足用户大部分需求
点击进入
https://678cn.lanzoub.com/b01pkwmfg
声明:本站大部分素材均源于互联网收集整理,若侵犯第三方权益,请及时联系我们删除
[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%;
}
常用的docker命令
列出所有容器ID
1docker ps -aq
查看所有运行或者不运行容器
1docker ps -a
列停止所有的container(容器),这样才能够删除其中的images:
1docker rm $(docker ps -a -q) 或者 docker rm $(docker ps -aq)
如果想要删除所有container(容器)的话再加一个指令:
1docker rm $(docker ps ...
[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%;
}
[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%;
}
主要是自用备忘,防止丢失
测评类
VPS融合怪服务器测评脚本
1curl -L https://github.com/spiritLHLS/ecs/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh -m 1
IP质量体检脚本1bash
[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是一个强大的操作系统,提供了许多常用的命令行工具,我们可用于管理文件、目录、进程、网络和系统配置等一些常用的Linux命令:
1.ls:列出当前目录中的文件和子目录
ls
2.pwd:显示当前工作目录的路径
pwd
3.cd:切换工作目录
cd /path/to/directory
4.mkdir:创建新目录
mkdir directory_name
5.rmdir:删除空目录
rmdir directory_name
...
[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%;
}
1:访问github地址
https://github.com/SpectrumQT/WWMI
2:点击右方的releases下载软件
Releases
3:更改游戏配置Engine.ini文件(记得备份原来的文件以防出错)
路径: \Wuthering Waves\Wuthering Waves Game\Client\Saved\Config\WindowsNoEditor\Engine.ini
[ConsoleVari ...

