<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>微控圈（MCU Loop） - 技术分享</title>
    <link>https://www.mculoop.com/forum-34-1.html</link>
    <description>Latest 20 threads of 技术分享</description>
    <copyright>Copyright(C) 微控圈（MCU Loop）</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 16 Apr 2026 12:20:05 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.mculoop.com/static/image/common/logo_88_31.gif</url>
      <title>微控圈（MCU Loop）</title>
      <link>https://www.mculoop.com/</link>
    </image>
    <item>
      <title>Ventoy：新一代多系统启动 U 盘解决方案</title>
      <link>https://www.mculoop.com/thread-202-1-1.html</link>
      <description><![CDATA[[md]

以前可能会用 Rufus、UltraISO 等工具将操作系统 ISO 镜像文件写入 U 盘，制作成可启动的 USB 启动盘；也可能会选择微 PE（WePE）、优启通（EasyU）、FirPE 等  WinPE 制作工具将 U 盘制作成启动盘。

Ventoy 也是一个制作可启动U盘的工具，与众不同的是它只需将  ...]]></description>
      <category>技术分享</category>
      <author>阡陌</author>
      <pubDate>Tue, 05 Mar 2024 04:08:05 +0000</pubDate>
    </item>
    <item>
      <title>ventoy 启动盘提示  (0x1A) Security Violation 的解决方法</title>
      <link>https://www.mculoop.com/thread-201-1-1.html</link>
      <description><![CDATA[如果你的主板开启了安全启动的话，通过ventoy启动电脑时，你不会看到想要的 ventoy 选择系统镜像的界面，而是会看到屏幕显示如下提示：
这时还需要一步操作，而这一步就非常麻烦。这里有三种方法，操作时就看哪一种可用就用哪一种，建议用第2种。
方法1：临时关闭安全启 ...]]></description>
      <category>技术分享</category>
      <author>大漠</author>
      <pubDate>Tue, 27 Feb 2024 09:35:34 +0000</pubDate>
    </item>
    <item>
      <title>Win10 开机自启动文件夹</title>
      <link>https://www.mculoop.com/thread-145-1-1.html</link>
      <description><![CDATA[[md]
文件夹位置：

C:%users\\[你的用户名]\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Programs\\Startup

开机启动实例：

创建一个 bat 批处理文件：

```
start \&quot;\&quot; \&quot;C:\\Program Files\\TortoiseGit\\bin\\pageant.exe\&quot; C:%users%user\\.ssh\\id_rsa.ppk
```

放在自启 ...]]></description>
      <category>技术分享</category>
      <author>阡陌</author>
      <pubDate>Thu, 25 Jan 2024 16:04:32 +0000</pubDate>
    </item>
    <item>
      <title>macOS 安装双系统后系统盘在启动时不见了怎么办</title>
      <link>https://www.mculoop.com/thread-144-1-1.html</link>
      <description><![CDATA[[md]

MacBook 安装双系统后，系统盘在启动时（按 Option 键）不见了怎么办？

这是因为 Mac 系统盘的分区类型 GUID 错误所致，改成正确的（48465300-0000-11AA-AA11-00306543ECAC）即可：

在 Windows 系统里打开 CMD，执行  diskpart，子命令如下：

```
    list dis ...]]></description>
      <category>技术分享</category>
      <author>阡陌</author>
      <pubDate>Thu, 25 Jan 2024 03:36:07 +0000</pubDate>
    </item>
    <item>
      <title>Windows 内核驱动查找与卸载思路</title>
      <link>https://www.mculoop.com/thread-182-1-1.html</link>
      <description><![CDATA[[md]
最近开机时总提示：

&gt; 无法在此设备上加载驱动程序
&gt; 驱动程序:ABC KeyBoard Safe Drive ABChina ...

![](https://file.mculoop.com/images/2024/01/14/202401141429450.png)

卸载了全部农行相关的程序依然在开机时有此提示，这也太顽固，太残暴了😵‍💫

如何 ...]]></description>
      <category>技术分享</category>
      <author>阡陌</author>
      <pubDate>Sun, 14 Jan 2024 06:58:33 +0000</pubDate>
    </item>
    <item>
      <title>ISO 8601 日期格式与持续时间格式</title>
      <link>https://www.mculoop.com/thread-78-1-1.html</link>
      <description><![CDATA[[md]

国际标准 ISO 8601，是国际标准化组织的日期和时间的表示方法，全称为《数据存储和交换形式·信息交换·日期和时间的表示方法》。目前是 2004 年 12 月 1 日发行的第三版“ISO8601:2004”以替代 1998 年的第一版“ISO8601:1998”与 2000 年的第二版“ISO8601:2000 ...]]></description>
      <category>技术分享</category>
      <author>阡陌</author>
      <pubDate>Wed, 27 Dec 2023 13:57:32 +0000</pubDate>
    </item>
    <item>
      <title>关于硬盘的几个概念</title>
      <link>https://www.mculoop.com/thread-34-1-1.html</link>
      <description><![CDATA[[md]

![](https://file.mculoop.com/images/2021/12/35aaa7ea4adce940.png)

**Disk（盘片）**
光盘、磁盘等等碟形物，计算机领域常指磁盘，软盘、硬盘等。

**Hard Disk（硬盘）**
磁盘的一种，这里以它作为主要对象来说说。

![](https://file.mculoop.com/images/20 ...]]></description>
      <category>技术分享</category>
      <author>阡陌</author>
      <pubDate>Tue, 19 Dec 2023 09:42:45 +0000</pubDate>
    </item>
    <item>
      <title>启用 PT632 G_2 光猫的路由功能</title>
      <link>https://www.mculoop.com/thread-33-1-1.html</link>
      <description><![CDATA[[md]

![](https://file.mculoop.com/images/2021/12/f34e9a07e7e22024.png)

小米路由器在使用拨号功能上网的时候总是出现虽然有 WiFi 信号在发射，但无论内网还是外网，有线还是无线，都连不上的尴尬状态。唯有断电重启路由器才能解决，等了几个版本，都没有修复这么 ...]]></description>
      <category>技术分享</category>
      <author>阡陌</author>
      <pubDate>Tue, 19 Dec 2023 09:36:58 +0000</pubDate>
    </item>
  </channel>
</rss>