diff --git a/Software/Applications/VirtualBox/VirtualBox_常见问题汇总.md b/Software/Applications/VirtualBox/VirtualBox_常见问题汇总.md index be0a2a6..3f5b047 100644 --- a/Software/Applications/VirtualBox/VirtualBox_常见问题汇总.md +++ b/Software/Applications/VirtualBox/VirtualBox_常见问题汇总.md @@ -4,9 +4,9 @@ title: "VirtualBox 常见问题汇总" subtitle: "" description: "系统的论述 Qt Quick 中 QML 的使用,解决项目开发所要面对的实际问题。" excerpt: "系统的论述 Qt Quick 中 QML 的使用,解决项目开发所要面对的实际问题。" -date: 2024-03-11 17:46:00 +date: 2024-05-16 10:58:00 author: "Rick Chan" -tags: ["Development", "VirtualBox"] +tags: ["Applications", "VirtualBox"] categories: ["Software"] published: true --- diff --git a/Software/Applications/VirtualBox/理解_VirtualBox_的四种网络连接方式.md b/Software/Applications/VirtualBox/理解_VirtualBox_的四种网络连接方式.md index 0a97139..11edb19 100644 --- a/Software/Applications/VirtualBox/理解_VirtualBox_的四种网络连接方式.md +++ b/Software/Applications/VirtualBox/理解_VirtualBox_的四种网络连接方式.md @@ -1,4 +1,20 @@ -# 理解 VirtualBox 的四种网络连接方式 +--- +layout: post +title: "理解 VirtualBox 的四种网络连接方式" +subtitle: "" +description: "描述 VirtualBox 四种网络连接方式的差异。" +excerpt: "描述 VirtualBox 四种网络连接方式的差异。" +date: 2024-05-16 10:59:00 +author: "Rick Chan" +tags: ["Applications", "VirtualBox"] +categories: ["Software"] +published: true +--- + +- [1. NAT(Network Address Translation,网络地址转换)](#1-natnetwork-address-translation网络地址转换) +- [2. Bridged Adapter(桥接网卡模式)](#2-bridged-adapter桥接网卡模式) +- [3. Internal(内部网络模式)](#3-internal内部网络模式) +- [4. Host-only Adapter(仅主机模式)](#4-host-only-adapter仅主机模式) VirtualBox 中主要有 4 种网络连接方式: