<?xml version="1.0" encoding="utf-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>三九二七</title><link>https://www.sjeq.com/</link><description>甭管三九二七，先干。</description><item><title>使用filebeat收集群晖日志到ElasticSearch在kibana展示</title><link>https://www.sjeq.com/?id=22</link><description>&lt;p&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: justify; text-wrap: wrap; background-color: #FFFFFF;&quot;&gt;在ubuntu2204-1单机部署ElasticSearch&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: justify; text-wrap: wrap; background-color: #FFFFFF;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;pre class=&quot;line-numbers language-none&quot; tabindex=&quot;0&quot; style=&quot;overflow: auto; font-family: Consolas, Monaco, &amp;quot;Andale Mono&amp;quot;, &amp;quot;Ubuntu Mono&amp;quot;, monospace; font-size: 16px; margin-top: 0px; margin-bottom: 20px; padding: 10px 1em 1em; background-color: rgb(245, 246, 247); line-height: 1.5; text-shadow: white 0px 1px; word-break: normal; overflow-wrap: normal; tab-size: 4; hyphens: none; border-bottom-left-radius: 0.25rem; border-bottom-right-radius: 0.25rem;&quot;&gt;#&amp;nbsp;包安装ElasticSearch
wget&amp;nbsp;https://mirrors.tuna.tsinghua.edu.cn/elasticstack/8.x/apt/pool/main/e/elasticsearch/elasticsearch-8.9.2-amd64.deb
dpkg&amp;nbsp;-i&amp;nbsp;elasticsearch-8.9.2-amd64.deb

#&amp;nbsp;JVM优化
vim&amp;nbsp;/etc/elasticsearch/jvm.options
##&amp;nbsp;-Xms4g
-Xms1g
##&amp;nbsp;-Xmx4g
-Xmx1g

#&amp;nbsp;关闭xpack安全功能
vim&amp;nbsp;/etc/elasticsearch/elasticsearch.yml
xpack.security.enabled:&amp;nbsp;false

systemctl&amp;nbsp;enable&amp;nbsp;--now&amp;nbsp;elasticsearch.service

#&amp;nbsp;开启&amp;nbsp;bootstrap.memory_lock&amp;nbsp;优化

#修改elasticsearch.service
#vim&amp;nbsp;/lib/systemd/system/elasticsearch.service
[Service]
#加下面一行
LimitMEMLOCK=infinity

systemctl&amp;nbsp;daemon-reload&amp;nbsp;
systemctl&amp;nbsp;restart&amp;nbsp;elasticsearch.service&lt;/pre&gt;&lt;p&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: justify; text-wrap: wrap; background-color: #FFFFFF;&quot;&gt;ElasticSearch安装完成&lt;/span&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><pubDate>Wed, 12 Jun 2024 13:43:35 +0800</pubDate></item><item><title>把win10系统装入VHDX中以及把现有系统迁移至VHDX中</title><link>https://www.sjeq.com/?id=21</link><description>&lt;h3 id=&quot;%E6%8A%8Awin10%E7%B3%BB%E7%BB%9F%E8%A3%85%E5%85%A5vhdx%E4%B8%AD&quot; tabindex=&quot;-1&quot; style=&quot;font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-wrap: wrap; margin: 20px 0px 15px; padding: 10px 0px 0px; line-height: 1.5; font-size: 18px; color: rgb(85, 85, 85); text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;把win10系统装入VHDX中&lt;/h3&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;要问把win10装入vhdx虚拟磁盘中有什么好处，个人电脑上没觉得什么好处或者坏处，或者备份方便，或者纯粹为了好玩。如果在人员流动大的公司环境，倒是可以为help desk快速重装系统提供方案，只需要进PE把vhdx文件覆盖一下就完事。现有一朋友在公司内使用该方案已经2周年，并没遇到什么问题。至于硬盘损坏导致的数据恢复要恢复一大个大文件而导致的难度上升，不在讨论范畴内。重要数据多放几份，多复制粘贴备份，比什么都强。&lt;/p&gt;&lt;h4 id=&quot;%E4%BD%BF%E7%94%A8vhdx_onekey%E5%AE%89%E8%A3%85%E7%B3%BB%E7%BB%9F%E5%88%B0vhdx%E4%B8%AD&quot; tabindex=&quot;-1&quot; style=&quot;font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-wrap: wrap; margin: 20px 0px 15px; padding: 10px 0px 0px; line-height: 1.5; font-size: 16px; color: rgb(85, 85, 85); text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;使用VHDX_OneKey安装系统到vhdx中&lt;/h4&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;这里使用一个偷懒方案，直接使用VHDX_OneKey把系统装到vhdx中。&lt;br style=&quot;text-align: left;&quot;/&gt;还是2013年更新的软件，不过无所谓，功能正常适合用即可。&lt;br style=&quot;text-align: left;&quot;/&gt;这里启动菜单只能添加到本机启动菜单，如果是全新安装，则需要使用PE下安装方案。&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716810926314.png&quot; alt=&quot;image-1716810926314&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;提前下载好win10 iso，用资源管理器打开会挂载为一个光盘&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716813480251.png&quot; alt=&quot;image-1716813480251&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716813516748.png&quot; alt=&quot;image-1716813516748&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716813531537.png&quot; alt=&quot;image-1716813531537&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716813638779.png&quot; alt=&quot;image-1716813638779&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;完成之后可以直接添加启动项到启动菜单中&lt;br style=&quot;text-align: left;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716813689067.png&quot; alt=&quot;image-1716813689067&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716813703182.png&quot; alt=&quot;image-1716813703182&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;（这台实验机是server 2019 DC系统）&lt;br style=&quot;text-align: left;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716813837223.png&quot; alt=&quot;image-1716813837223&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716813902402.png&quot; alt=&quot;image-1716813902402&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716813970597.png&quot; alt=&quot;image-1716813970597&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;完成&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716814263092.png&quot; alt=&quot;image-1716814263092&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;h4 id=&quot;%E5%A4%84%E7%90%86%E8%99%9A%E6%8B%9F%E5%86%85%E5%AD%98%E9%85%8D%E7%BD%AE%E9%97%AE%E9%A2%98%E6%8F%90%E7%A4%BA&quot; tabindex=&quot;-1&quot; style=&quot;font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-wrap: wrap; margin: 20px 0px 15px; padding: 10px 0px 0px; line-height: 1.5; font-size: 16px; color: rgb(85, 85, 85); text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;处理虚拟内存配置问题提示&lt;/h4&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;如果启动之后有这个提示，去改一下虚拟内存位置即可。&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716814284263.png&quot; alt=&quot;image-1716814284263&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716814530346.png&quot; alt=&quot;image-1716814530346&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716814403598.png&quot; alt=&quot;image-1716814403598&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716814419535.png&quot; alt=&quot;image-1716814419535&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;重启后就不提示页面文件配置问题了。&lt;/p&gt;&lt;h4 id=&quot;%E5%85%A8%E6%89%8B%E5%8A%A8%E6%93%8D%E4%BD%9C%E5%AE%89%E8%A3%85win10%E5%88%B0vhdx%E4%B8%AD&quot; tabindex=&quot;-1&quot; style=&quot;font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-wrap: wrap; margin: 20px 0px 15px; padding: 10px 0px 0px; line-height: 1.5; font-size: 16px; color: rgb(85, 85, 85); text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;全手动操作安装win10到vhdx中&lt;/h4&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;先进PE（这里使用&lt;span style=&quot;font-weight: 700;&quot;&gt;优启通3.7&lt;/span&gt;&amp;nbsp;EasyU3.7），使用磁盘管理，或者bootice创建vhdx虚拟磁盘&lt;/p&gt;&lt;h6 id=&quot;%E5%85%88%E8%BF%9B%E8%A1%8C%E7%A1%AC%E7%9B%98%E5%88%86%E5%8C%BA&quot; tabindex=&quot;-1&quot; style=&quot;font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-wrap: wrap; margin: 20px 0px 15px; padding: 10px 0px 0px; line-height: 1.5; font-size: 12px; color: rgb(85, 85, 85); text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;先进行硬盘分区&lt;/h6&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;这里使用MBR分区，对应BIOS引导。&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716815947782.png&quot; alt=&quot;image-1716815947782&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;这里使用GPT分区，对应UEFI引导。&lt;br style=&quot;text-align: left;&quot;/&gt;(至于双启，这里不讨论)&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716816054549.png&quot; alt=&quot;image-1716816054549&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;h5 id=&quot;%E9%80%89%E6%8B%A9%E4%B8%80%EF%BC%9A%E9%80%9A%E8%BF%87%E7%B3%BB%E7%BB%9F%E8%87%AA%E5%B8%A6%E7%A3%81%E7%9B%98%E7%AE%A1%E7%90%86%E5%BB%BA%E7%AB%8Bvhdx%E8%99%9A%E6%8B%9F%E7%A3%81%E7%9B%98&quot; tabindex=&quot;-1&quot; style=&quot;font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-wrap: wrap; margin: 20px 0px 15px; padding: 10px 0px 0px; line-height: 1.5; font-size: 14px; color: rgb(85, 85, 85); text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;选择一：通过系统自带磁盘管理建立vhdx虚拟磁盘&lt;/h5&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;这里有两块硬盘，已有一块提前分好区，本次将VHDX存放到该硬盘中。&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716814762510.png&quot; alt=&quot;image-1716814762510&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716814790168.png&quot; alt=&quot;image-1716814790168&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716814833387.png&quot; alt=&quot;image-1716814833387&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;h5 id=&quot;%E9%80%89%E6%8B%A9%E4%BA%8C%EF%BC%9A%E9%80%9A%E8%BF%87bootice%E5%88%9B%E5%BB%BAvhdx%E8%99%9A%E6%8B%9F%E7%A3%81%E7%9B%98&quot; tabindex=&quot;-1&quot; style=&quot;font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-wrap: wrap; margin: 20px 0px 15px; padding: 10px 0px 0px; line-height: 1.5; font-size: 14px; color: rgb(85, 85, 85); text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;选择二：通过bootice创建vhdx虚拟磁盘&lt;/h5&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716814930419.png&quot; alt=&quot;image-1716814930419&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716814983858.png&quot; alt=&quot;image-1716814983858&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716814991936.png&quot; alt=&quot;image-1716814991936&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;然后再资源管理器中找到该文件，双击打开他，附加到系统中&lt;br style=&quot;text-align: left;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716815039643.png&quot; alt=&quot;image-1716815039643&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716815070647.png&quot; alt=&quot;image-1716815070647&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;给虚拟磁盘分区&lt;br style=&quot;text-align: left;&quot;/&gt;（至于虚拟磁盘使用MBR分区表还是GUID分区表其实影响不大，引导程序不在该虚拟磁盘。）&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716815241666.png&quot; alt=&quot;image-1716815241666&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716815253312.png&quot; alt=&quot;image-1716815253312&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;h5 id=&quot;%E6%8A%8A%E7%B3%BB%E7%BB%9F%E8%A3%85%E5%88%B0vhdx%E8%99%9A%E6%8B%9F%E7%A3%81%E7%9B%98&quot; tabindex=&quot;-1&quot; style=&quot;font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-wrap: wrap; margin: 20px 0px 15px; padding: 10px 0px 0px; line-height: 1.5; font-size: 14px; color: rgb(85, 85, 85); text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;把系统装到vhdx虚拟磁盘&lt;/h5&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;如果使用系统ISO自带的setup.exe进行安装，则不需要提前对虚拟磁盘分区&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;使用PE自带的EIX，重启的勾最好去掉，部署好系统之后还有其他操作。&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716815352575.png&quot; alt=&quot;image-1716815352575&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;h5 id=&quot;mbr%E5%88%86%E5%8C%BA%2Bbios%E5%BC%95%E5%AF%BC-%E6%B7%BB%E5%8A%A0%E5%90%AF%E5%8A%A8%E8%8F%9C%E5%8D%95&quot; tabindex=&quot;-1&quot; style=&quot;font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-wrap: wrap; margin: 20px 0px 15px; padding: 10px 0px 0px; line-height: 1.5; font-size: 14px; color: rgb(85, 85, 85); text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;MBR分区+BIOS引导 添加启动菜单&lt;/h5&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;双击打开刚才部署好系统的VHDX，这里打开后挂载到G盘&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716820681808.png&quot; alt=&quot;image-1716820681808&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;当前环境引导盘为C:\其他情况下按实际情况确定引导盘符。&lt;br style=&quot;text-align: left;&quot;/&gt;VHDX文件可以和引导在同一分区下，也可以在不同分区下。&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;必要说明的一点是VHDX所在物理分区大小要比VHDX大上1G左右，如VHDX文件设置50G，所在分区最好有51G，且不要把其他文件存放在&lt;br style=&quot;text-align: left;&quot;/&gt;该分区。因为VHDX文件在系统启动后会扩展到实际大小，如50G。如果物理分区空间不够就会蓝屏，启动失败。&lt;br style=&quot;text-align: left;&quot;/&gt;可以设置开机不扩展，不过存在隐患，这里不做赘述。&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-weight: 700;&quot;&gt;把G:\Windows\Boot\PCAT文件夹复制到C:\下并改名为Boot&lt;/span&gt;&lt;br style=&quot;text-align: left;&quot;/&gt;当前目录状态&lt;br style=&quot;text-align: left;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716820887130.png&quot; alt=&quot;image-1716820887130&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-weight: 700;&quot;&gt;再把该目录下的bootmgr和bootnxt剪切到C:\根目录下&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716820937922.png&quot; alt=&quot;image-1716820937922&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;这两个是BIOS启动系统必要文件&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;打开BOOTICE，&lt;span style=&quot;font-weight: 700;&quot;&gt;编辑BCD&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716821159897.png&quot; alt=&quot;image-1716821159897&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716821229042.png&quot; alt=&quot;image-1716821229042&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716821238508.png&quot; alt=&quot;image-1716821238508&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716821269772.png&quot; alt=&quot;image-1716821269772&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;选择VHDX所在磁盘，分区，以及写入设备文件路径，\代表该分区根目录&lt;br style=&quot;text-align: left;&quot;/&gt;这里只该分区根目录下WIN_VHD文件夹下的Win10.vhdx文件&lt;br style=&quot;text-align: left;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716821391203.png&quot; alt=&quot;image-1716821391203&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;好了，重启就OK了&lt;/p&gt;&lt;h5 id=&quot;guid%E5%88%86%E5%8C%BA%2B-uefi-%E5%BC%95%E5%AF%BC-%E6%B7%BB%E5%8A%A0%E5%90%AF%E5%8A%A8%E8%8F%9C%E5%8D%95&quot; tabindex=&quot;-1&quot; style=&quot;font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-wrap: wrap; margin: 20px 0px 15px; padding: 10px 0px 0px; line-height: 1.5; font-size: 14px; color: rgb(85, 85, 85); text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;GUID分区+ UEFI 引导 添加启动菜单&lt;/h5&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;GUID分区EFI引导需要创建ESP分区&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716821981927.png&quot; alt=&quot;image-1716821981927&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;给ESP分区分配好盘符，分到到G盘&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716822015413.png&quot; alt=&quot;image-1716822015413&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;把装好系统的VHDX双击打开，挂载到系统中，此次挂到为H盘&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-weight: 700;&quot;&gt;复制H:\Windows\Boot\EFI文件夹到G:\下，再进入G:\EFI目录，新建文件夹Microsoft，并把除Microsoft文件夹外的所有文件移动到Microsoft目录中，&lt;br style=&quot;text-align: left;&quot;/&gt;再新建Boot文件夹，进入刚才的Microsoft文件夹把bootmgfw.efi文件复制出来放到Boot文件夹中，并重命名为bootx64.efi&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716822606889.png&quot; alt=&quot;image-1716822606889&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716822586646.png&quot; alt=&quot;image-1716822586646&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716822576500.png&quot; alt=&quot;image-1716822576500&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-weight: 700;&quot;&gt;再回到Microsoft文件夹，新建文件夹Boot，BCD文件需要放在该目录下&lt;/span&gt;&lt;br style=&quot;text-align: left;&quot;/&gt;&lt;span style=&quot;font-weight: 700;&quot;&gt;打开BOOTICE，编辑BCD&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716821159897.png&quot; alt=&quot;image-1716821159897&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716823404262.png&quot; alt=&quot;image-1716823404262&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716823411003.png&quot; alt=&quot;image-1716823411003&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;此后步骤和BIOS+MBR引导时一致，借用BIOS引导的配置图。&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716821269772.png&quot; alt=&quot;image-1716821269772&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;选择VHDX所在磁盘，分区，以及写入设备文件路径，\代表该分区根目录&lt;br style=&quot;text-align: left;&quot;/&gt;这里只该分区根目录下WIN_VHD文件夹下的Win10.vhdx文件&lt;br style=&quot;text-align: left;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716821391203.png&quot; alt=&quot;image-1716821391203&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;注意&lt;span style=&quot;font-weight: 700;&quot;&gt;使用UEFI引导时，如果启动文件不是winload.efi，就改成winload.efi&lt;/span&gt;，再保存&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716823468706.png&quot; alt=&quot;image-1716823468706&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;好了，重启就OK了&lt;/p&gt;&lt;h3 id=&quot;%E6%8A%8A%E7%8E%B0%E6%9C%89win10(server-2019)%E7%B3%BB%E7%BB%9F%E8%BF%81%E7%A7%BB%E5%88%B0vhdx%E4%B8%AD&quot; tabindex=&quot;-1&quot; style=&quot;font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-wrap: wrap; margin: 20px 0px 15px; padding: 10px 0px 0px; line-height: 1.5; font-size: 18px; color: rgb(85, 85, 85); text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;把现有win10(Server 2019)系统迁移到VHDX中&lt;/h3&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;此时仍然需要使用PE，先进PE（这里使用&lt;span style=&quot;font-weight: 700;&quot;&gt;优启通3.7&lt;/span&gt;&amp;nbsp;EasyU3.7）&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;在磁盘管理新建vhdx&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716823988685.png&quot; alt=&quot;image-1716823988685&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;并建好分区&lt;br style=&quot;text-align: left;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716824026554.png&quot; alt=&quot;image-1716824026554&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;再用Ghost把系统分区克隆过来即可，系统就迁移到VHDX中，按照刚才方法添加相应引导程序，新建BCD即可&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716824102972.png&quot; alt=&quot;image-1716824102972&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716824889798.png&quot; alt=&quot;image-1716824889798&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;Server2019已迁移到VHDX中运行。&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716824938577.png&quot; alt=&quot;image-1716824938577&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;上次在物理机内970 PRO所在系统分区Ghost克隆分区时出现25002报错，忽略报错之后没法正常进系统。&lt;br style=&quot;text-align: left;&quot;/&gt;后来使用Diskgenius的迁移至虚拟机功能，把系统分区克隆为vmdk文件，再把vmdk使用StarWind V2V Image Converter转换成vhdx虚拟盘，挂载出来&lt;br style=&quot;text-align: left;&quot;/&gt;把多余的esp删掉后，再恢复引导盘，修改BCD后正常启动。&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716824456155.png&quot; alt=&quot;image-1716824456155&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;此时系统运行在VHDX虚拟磁盘中&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716824599676.png&quot; alt=&quot;image-1716824599676&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap; margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: left; background-color: rgb(255, 255, 255);&quot;&gt;附：Ghost 25002报错&lt;br style=&quot;text-align: left;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://nas.admiin.cn:15002/upload/2024/05/image-1716824368560.png&quot; alt=&quot;image-1716824368560&quot; style=&quot;border: 0px; max-width: 100%; display: block; margin: auto; height: auto; cursor: zoom-in; box-sizing: border-box; padding: 3px;&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;figcaption style=&quot;text-wrap: wrap; width: 790px; color: rgb(141, 148, 158); background-color: rgb(245, 246, 247); zoom: 1; border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Lato, sans-serif; text-align: justify;&quot;&gt;&lt;/figcaption&gt;&lt;p&gt;&lt;/p&gt;&lt;pre tabindex=&quot;0&quot; style=&quot;font-family: Consolas, Monaco, &amp;quot;Andale Mono&amp;quot;, &amp;quot;Ubuntu Mono&amp;quot;, monospace; font-size: 16px; background-color: rgb(245, 246, 247); padding: 10px 1em 1em; overflow: auto; max-height: 400px; color: rgb(68, 68, 68); margin-top: 0px; margin-bottom: 20px; line-height: 1.5; text-shadow: white 0px 1px; word-break: normal; overflow-wrap: normal; tab-size: 4; hyphens: none; border-bottom-left-radius: 0.25rem; border-bottom-right-radius: 0.25rem;&quot;&gt;https://jingyan.baidu.com/article/a3761b2b16c7841577f9aa6b.html
右击，命令提示符，输入ghost32.exe&amp;nbsp;-ntexact，回车，进入ghost还原界面，再次选择你的镜像文件和还原目的路径，就可以静等进度条前进了。。。

https://knowledge.broadcom.com/external/article/238782/image-deploy-results-in-ghost-solution-s.html
In&amp;nbsp;one&amp;nbsp;instance&amp;nbsp;we&amp;nbsp;were&amp;nbsp;able&amp;nbsp;to&amp;nbsp;resolve&amp;nbsp;this&amp;nbsp;issue&amp;nbsp;by&amp;nbsp;launching&amp;nbsp;ghost&amp;nbsp;with&amp;nbsp;additional&amp;nbsp;switches&amp;nbsp;before&amp;nbsp;deploying&amp;nbsp;the&amp;nbsp;problematic&amp;nbsp;image

ghost64.exe&amp;nbsp;-NTEXACT&amp;nbsp;-NTIC&amp;nbsp;-NTIL

-NTEXACT:&amp;nbsp;Enable&amp;nbsp;an&amp;nbsp;exact&amp;nbsp;restore&amp;nbsp;of&amp;nbsp;the&amp;nbsp;NTFS&amp;nbsp;source&amp;nbsp;volume&amp;nbsp;layout.
-NTIC:&amp;nbsp;Ignore&amp;nbsp;the&amp;nbsp;NTFS&amp;nbsp;volume&amp;nbsp;CHKDSK&amp;nbsp;bit.
-NTIL:&amp;nbsp;Ignore&amp;nbsp;non-empty&amp;nbsp;NTFS&amp;nbsp;Log&amp;nbsp;File&amp;nbsp;check&amp;nbsp;(Inconsistent&amp;nbsp;volume).&lt;/pre&gt;&lt;p&gt;&lt;br style=&quot;text-align: left;&quot;/&gt;&lt;/p&gt;</description><pubDate>Mon, 27 May 2024 23:50:50 +0800</pubDate></item><item><title>为什么Google Chrome，输入某个域名会自动加https？</title><link>https://www.sjeq.com/?id=20</link><description>&lt;p&gt;Google Chrome 浏览器有一个功能叫做 &amp;quot;HSTS&amp;quot; (HTTP Strict Transport Security)，&lt;br/&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.sjeq.com/zb_users/upload/2023/09/202309171694953487283036.png&quot; title=&quot;01.png&quot; alt=&quot;01.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;HSTS 是一项安全策略技术，通过服务器向浏览器发送特殊的响应头，要求浏览器只能通过 HTTPS 访问服务器，而不能使用 HTTP。&lt;/p&gt;&lt;p&gt;如果你曾经访问过该网站并且该网站启用了 HSTS，那么 Google Chrome 会记住这个设置，并在以后的访问中自动将 HTTP 转换为 HTTPS。这也就是为什么你每次输入域名时，Chrome 都会自动加上 https。&lt;/p&gt;&lt;p&gt;其它浏览器（如 Firefox 和 Safari）也支持 HSTS，但如果你没有在那些浏览器上访问过启用了 HSTS 的网站，那么它们不会自动添加 https。&lt;/p&gt;&lt;p&gt;请注意，一旦一个网站被浏览器记录为使用 HSTS，将很难取消。即使网站取消了SSL证书，你的电脑访问域名，还是会自动启用https，这个时候，如果用你&lt;span style=&quot;text-wrap: wrap;&quot;&gt;Chrome ，则要&lt;/span&gt;在 Chrome 中，需要进入 chrome://net-internals/#hsts 页面，在 &amp;quot;Delete domain&amp;quot; 部分输入你的网站域名，然后点击 &amp;quot;Delete&amp;quot; 按钮。但请注意，HSTS 是一种重要的安全特性，禁用它可能会降低你的站点安全性。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Sun, 17 Sep 2023 20:24:03 +0800</pubDate></item><item><title>七夕节前一天我把花店的个体执照注销了</title><link>https://www.sjeq.com/?id=19</link><description>&lt;p&gt;&amp;nbsp; &amp;nbsp; 出于对家人的支持，我在2021年4月也办了一个个体户，主营花店，办证去了两次这个地方，因经营不善，只坚持了半年多。&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; 原因租的店位置一般，过门客户少，网单有一些，但因番禺区地方大，大多数单的运费很高，平均下来赚的钱只够交房租和吃饭。&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; 人工都赚不出来，那有这个情怀坚持呢。于是租房的押金不要了，设备低价当垃圾卖了，苦苦支撑着，还不如在家躺平。&lt;/p&gt;&lt;p&gt;&lt;span style=\&quot;\\\&quot;&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;折腾半年多，所付出的只能当学费了，等年纪大了看有没有这个情怀再做也可以，当前赚钱要紧。&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; 关店的时候很多东西都丢了，把执照副本也丢了，去办理时工作人员叫我登报公告，我哪懂这些手续呀。&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; 然后就拖着没有办，不注销也没啥用，每年还要申清税也是个心头事，最近打12345问说，可以到广州市市场监督管理网站上申报声明作废，然后到广州一网通小程序办理注销。&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; 但因为要清税证明，不得不又要从天河到番禺中心做清税申报，然后打印清税证明。&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; 这个地方就来了四次，人真是多，其实很多事情可以在网上办理，一般人也摸不清流程呀，只能去问最快的。&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; 不明白就打12345，多问几次就懂。今天终于把2021年注册的个体执照注销了，了了一个心头事。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Mon, 21 Aug 2023 23:16:58 +0800</pubDate></item><item><title>这是我认为目前特便宜的梯子分享给大家</title><link>https://www.sjeq.com/?id=18</link><description>&lt;p&gt;直接看价格吧，我现在用的是11元包年，&lt;/p&gt;&lt;p&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.sjeq.com/zb_users/upload/2023/04/202304181681824000726728.png&quot; title=&quot;微信图片_20230418211742.png&quot; style=&quot;white-space: normal; width: 735px; height: 361px;&quot; width=&quot;735&quot; height=&quot;361&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;看视频也不卡，怕他会倒闭不想多花钱，就没有买两年，其实11元包年就很便宜了，&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://www.sjeq.com/zb_users/upload/2023/04/202304181681824401730660.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;我主要是用来学习的，一个月用不了几G流量。就算天天看视频，一个月也不会超500G呀，每个月500G，爽噶噶的。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.sjeq.com/zb_users/upload/2023/04/202304181681823999168165.png&quot; title=&quot;微信图片_20230418211846.png&quot; style=&quot;white-space: normal;&quot;/&gt;&lt;/p&gt;&lt;p&gt;可以选的节点好多，看哪个快就点哪个即可。&lt;/p&gt;&lt;p&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.sjeq.com/zb_users/upload/2023/04/202304181681824301347537.png&quot; title=&quot;微信图片_20230418212426.png&quot; alt=&quot;微信图片_20230418212426.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;说太多没用，快注册使用吧。&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://xn--4gq62f52gdss.com/#/register?code=4KVLSLQW&quot; target=&quot;_blank&quot; title=&quot;注册链接&quot;&gt;注册链接&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 18 Apr 2023 21:16:24 +0800</pubDate></item><item><title>如果把notion的windows的版本设置为中文教程</title><link>https://www.sjeq.com/?id=17</link><description>&lt;p style=&quot;margin: 4px auto; padding: 0px; -webkit-tap-highlight-color: transparent; color: rgb(85, 85, 85); font-family: &amp;quot;Helvetica Regular&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif, Tahoma; letter-spacing: 1px; white-space: normal;&quot;&gt;notion是一款国外程序员开发的笔记软件，有着便利的笔记导入和编辑功能，但是因为软件没有自带的中文，所以很多用户不知道应该如何修改中文，其实国内有开发者制作了汉化文件，大家只要下载并修改文件即可变成中文版。&lt;/p&gt;&lt;h3 style=&quot;margin: 10px 0px; padding: 0px; -webkit-tap-highlight-color: transparent; color: rgb(51, 51, 51); font-size: 16px; font-family: &amp;quot;Helvetica Regular&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif, Tahoma; letter-spacing: 1px; white-space: normal;&quot;&gt;notion怎么变成中文版&lt;/h3&gt;&lt;p style=&quot;margin: 4px auto; padding: 0px; -webkit-tap-highlight-color: transparent; color: rgb(85, 85, 85); font-family: &amp;quot;Helvetica Regular&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif, Tahoma; letter-spacing: 1px; white-space: normal;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: #9933E5;&quot;&gt;一、桌面版：&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;margin: 4px auto; padding: 0px; -webkit-tap-highlight-color: transparent; color: rgb(85, 85, 85); font-family: &amp;quot;Helvetica Regular&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif, Tahoma; letter-spacing: 1px; white-space: normal;&quot;&gt;1、首先我们要下载一个汉化文件。【&lt;a href=&quot;https://github.com/reamd7/notion-zh_CN&quot; target=&quot;_blank&quot; rel=&quot;no follow&quot; style=&quot;margin: 0px; padding: 0px; -webkit-tap-highlight-color: transparent; text-decoration-line: none; color: rgb(150, 150, 150); font-family: STHeiti, &amp;quot;Microsoft YaHei&amp;quot;, Helvetica, Arial, sans-serif; outline: 0px;&quot;&gt;&lt;span style=&quot;color: #337FE5;&quot;&gt;github下载地址&lt;/span&gt;&lt;/a&gt;】&lt;/p&gt;&lt;p style=&quot;margin: 4px auto; padding: 0px; -webkit-tap-highlight-color: transparent; color: rgb(85, 85, 85); font-family: &amp;quot;Helvetica Regular&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif, Tahoma; letter-spacing: 1px; white-space: normal;&quot;&gt;2、然后在其中下载“&lt;span style=&quot;color: #009900;&quot;&gt;notion-zh_CN.js&lt;/span&gt;”这个文件。&lt;/p&gt;&lt;p style=&quot;margin: 4px auto; padding: 0px; -webkit-tap-highlight-color: transparent; color: rgb(85, 85, 85); font-family: &amp;quot;Helvetica Regular&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif, Tahoma; letter-spacing: 1px; white-space: normal;&quot;&gt;&lt;img src=&quot;https://www.sjeq.com/zb_users/upload/2023/04/202304181681824677193835.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 4px auto; padding: 0px; -webkit-tap-highlight-color: transparent; color: rgb(85, 85, 85); font-family: &amp;quot;Helvetica Regular&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif, Tahoma; letter-spacing: 1px; white-space: normal;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center;margin: 4px auto; padding: 0px; -webkit-tap-highlight-color: transparent; color: rgb(85, 85, 85); font-family: &amp;quot;Helvetica Regular&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif, Tahoma; letter-spacing: 1px; white-space: normal;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;margin: 4px auto; padding: 0px; -webkit-tap-highlight-color: transparent; color: rgb(85, 85, 85); font-family: &amp;quot;Helvetica Regular&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif, Tahoma; letter-spacing: 1px; white-space: normal;&quot;&gt;3、下载完成后，我们找到“&lt;span style=&quot;color: #009900;&quot;&gt;notion&lt;/span&gt;”软件，打开文件所在的位置。&lt;/p&gt;&lt;p style=&quot;margin: 4px auto; padding: 0px; -webkit-tap-highlight-color: transparent; color: rgb(85, 85, 85); font-family: &amp;quot;Helvetica Regular&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif, Tahoma; letter-spacing: 1px; white-space: normal;&quot;&gt;&lt;img src=&quot;https://www.sjeq.com/zb_users/upload/2023/04/202304181681824651116306.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center;margin: 4px auto; padding: 0px; -webkit-tap-highlight-color: transparent; color: rgb(85, 85, 85); font-family: &amp;quot;Helvetica Regular&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif, Tahoma; letter-spacing: 1px; white-space: normal;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;margin: 4px auto; padding: 0px; -webkit-tap-highlight-color: transparent; color: rgb(85, 85, 85); font-family: &amp;quot;Helvetica Regular&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif, Tahoma; letter-spacing: 1px; white-space: normal;&quot;&gt;4、进入后，打开“&lt;span style=&quot;color: #009900;&quot;&gt;resources&lt;/span&gt;”文件夹。&lt;/p&gt;&lt;p style=&quot;text-align:center;margin: 4px auto; padding: 0px; -webkit-tap-highlight-color: transparent; color: rgb(85, 85, 85); font-family: &amp;quot;Helvetica Regular&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif, Tahoma; letter-spacing: 1px; white-space: normal;&quot;&gt;&lt;img src=&quot;https://www.sjeq.com/zb_users/upload/2023/04/202304181681824693167241.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 4px auto; padding: 0px; -webkit-tap-highlight-color: transparent; color: rgb(85, 85, 85); font-family: &amp;quot;Helvetica Regular&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif, Tahoma; letter-spacing: 1px; white-space: normal;&quot;&gt;5、接着依次进入“&lt;span style=&quot;color: #009900;&quot;&gt;app&lt;/span&gt;”和“&lt;span style=&quot;color: #009900;&quot;&gt;renderer&lt;/span&gt;”文件夹。&lt;/p&gt;&lt;p style=&quot;text-align:center;margin: 4px auto; padding: 0px; -webkit-tap-highlight-color: transparent; color: rgb(85, 85, 85); font-family: &amp;quot;Helvetica Regular&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif, Tahoma; letter-spacing: 1px; white-space: normal;&quot;&gt;&lt;img src=&quot;https://www.sjeq.com/zb_users/upload/2023/04/202304181681824713106148.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 4px auto; padding: 0px; -webkit-tap-highlight-color: transparent; color: rgb(85, 85, 85); font-family: &amp;quot;Helvetica Regular&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif, Tahoma; letter-spacing: 1px; white-space: normal;&quot;&gt;6、将下载到的文件放入该文件夹。接着使用记事本打开“&lt;span style=&quot;color: #009900;&quot;&gt;preload.js&lt;/span&gt;”文件。&lt;/p&gt;&lt;p style=&quot;text-align:center;margin: 4px auto; padding: 0px; -webkit-tap-highlight-color: transparent; color: rgb(85, 85, 85); font-family: &amp;quot;Helvetica Regular&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif, Tahoma; letter-spacing: 1px; white-space: normal;&quot;&gt;&lt;img src=&quot;https://www.sjeq.com/zb_users/upload/2023/04/202304181681824728197853.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 4px auto; padding: 0px; -webkit-tap-highlight-color: transparent; color: rgb(85, 85, 85); font-family: &amp;quot;Helvetica Regular&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif, Tahoma; letter-spacing: 1px; white-space: normal;&quot;&gt;7、打开后在文件最后加入“&amp;nbsp;&lt;span style=&quot;color: #009900;&quot;&gt;require(&amp;quot;./notion-zh_CN&amp;quot;) //&amp;nbsp;&lt;/span&gt;”命令，保存即可使用中文版notion。&lt;/p&gt;&lt;p style=&quot;text-align:center;margin: 4px auto; padding: 0px; -webkit-tap-highlight-color: transparent; color: rgb(85, 85, 85); font-family: &amp;quot;Helvetica Regular&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif, Tahoma; letter-spacing: 1px; white-space: normal;&quot;&gt;&lt;img src=&quot;https://www.sjeq.com/zb_users/upload/2023/04/202304181681824743180420.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Tue, 18 Apr 2023 21:09:25 +0800</pubDate></item><item><title>VMware 虚拟机发布 17.0 新版本，完美兼容 Win11</title><link>https://www.sjeq.com/?id=15</link><description>&lt;p&gt;近日，知名虚拟机 VMware 发布了 17.0 Pro 版本，带来了对虚拟可信平台（TPM） 2.0 的支持。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;引入 TPM 2.0 支持意味着，这款虚拟机已经能够实现对 Win11 操作系统的完美兼容，对于很多需要 Win11 测试环境的用户来说，无疑是一件好消息。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&amp;nbsp;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.sjeq.com/zb_users/upload/2022/11/202211241669227355179385.png&quot; title=&quot;640 (2).png&quot; alt=&quot;640 (2).png&quot;/&gt;&lt;/p&gt;&lt;p&gt;除此之外，新版本还可以主机启动时自动启动本地虚拟机，用户还可以在完全或快速加密之间进行选择，支持 OpenGL 4.3 (Windows 7、Linux with Mesa 22.0.0 或 Linux 内核 5.16.0 的更高版本)，以及 WDDM 1.2。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;不过，官方也告知用户，目前该版本中还存在一定的问题。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;现阶段，当用户选择选择 FreeBSD 的 ISO 镜像时可能会显示不正确的版本号，不过这并不会影响实际安装。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;此外，如果用户配置了自动启动，那么在主机启动时还可能会遇到虚拟机控制台上的白屏现象。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;----------&lt;/p&gt;&lt;p style=&quot;white-space: normal;&quot;&gt;&lt;span style=&quot;color: var(--weui-FG-0); background-color: #FFFFFF; font-family: system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify;&quot;&gt;文章来自胡萝卜周&lt;/span&gt;&lt;span style=&quot;color: var(--weui-FG-0); background-color: #FFFFFF; font-family: system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify;&quot;&gt;公众号！&amp;nbsp;&lt;/span&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #C6D9F0;&quot;&gt;此时会有不那么明显的神秘代码出现&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #C6D9F0;&quot;&gt;MC60H-DWHD5-H80U9-6V85M-8280D&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #C6D9F0;&quot;&gt;JU090-6039P-08409-8J0QH-2YR7F&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Thu, 24 Nov 2022 02:13:32 +0800</pubDate></item><item><title>这4个系统镜像下载网站，值得收藏！</title><link>https://www.sjeq.com/?id=14</link><description>&lt;section data-tool=&quot;mdnice编辑器&quot; data-website=&quot;https://www.mdnice.com&quot; data-mpa-powered-by=&quot;yiban.io&quot; style=&quot;margin: 0px 0px 24px;padding: 0px 10px;outline: 0px;max-width: 100%;color: rgb(34, 34, 34);white-space: normal;background-color: rgb(255, 255, 255);font-size: 16px;line-height: 1.35;letter-spacing: 1.5px;font-family: Optima-Regular, Optima, PingFangSC-light, PingFangTC-light, &amp;#39;PingFang SC&amp;#39;, Cambria, Cochin, Georgia, Times, &amp;#39;Times New Roman&amp;#39;, serif;visibility: visible;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;padding: 8px 0px;outline: 0px;max-width: 100%;clear: both;min-height: 1em;line-height: 26px;color: rgb(43, 43, 43);letter-spacing: 2px;word-spacing: 2px;visibility: visible;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;目前桌面操作系统主要有微软的 Windows 系列操作系统、苹果的 MAC OS 系列操作系统及开源 Linux 系列操作系统等。&lt;/p&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;padding: 8px 0px;outline: 0px;max-width: 100%;clear: both;min-height: 1em;line-height: 26px;color: rgb(43, 43, 43);letter-spacing: 2px;word-spacing: 2px;visibility: visible;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;据亿渡数据报告，就全球市场来看，2015-2021 年，桌面操作系统市场长期被 Windows 所垄断，2015-2020 年 Windows 所占市场份额分别为：86.96%、83.86%、83.78%、80.36%、77.81%、76.84%、73.72%。&lt;/p&gt;&lt;figure data-tool=&quot;mdnice编辑器&quot; style=&quot;margin: 10px 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;display: flex;flex-direction: column;justify-content: center;align-items: center;visibility: visible&quot;&gt;&lt;p&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.sjeq.com/zb_users/upload/2022/11/202211241669226571160458.png&quot; title=&quot;1.png&quot; alt=&quot;1.png&quot;/&gt;&lt;/p&gt;&lt;/figure&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;padding: 8px 0px;outline: 0px;max-width: 100%;clear: both;min-height: 1em;line-height: 26px;color: rgb(43, 43, 43);letter-spacing: 2px;word-spacing: 2px;visibility: visible;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;就国内市场来看，Windows 依旧是稳坐霸主地位。&lt;/p&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;padding: 8px 0px;outline: 0px;max-width: 100%;clear: both;min-height: 1em;line-height: 26px;color: rgb(43, 43, 43);letter-spacing: 2px;word-spacing: 2px;visibility: visible;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;在 Windows 阵营中，距离 2021 年 10 月 5 日 Windows 11 系统在全球正式发布，已经过去了 1 年多时间。&lt;/p&gt;&lt;figure data-tool=&quot;mdnice编辑器&quot; style=&quot;margin: 10px 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;display: flex;flex-direction: column;justify-content: center;align-items: center;visibility: visible&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.sjeq.com/zb_users/upload/2022/11/202211241669226611202597.png&quot; title=&quot;2.png&quot; alt=&quot;2.png&quot;/&gt;&lt;/figure&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;padding: 8px 0px;outline: 0px;max-width: 100%;clear: both;min-height: 1em;line-height: 26px;color: rgb(43, 43, 43);letter-spacing: 2px;word-spacing: 2px;visibility: visible;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;但根据数据统计来看，微软对于 Windows 11 的推广效果并不理想，截止 2022 年 10 月全球占比只有 15%。Windows 7 的占比只剩下 2.4%，主力军目前还是 Windows10，那么大家现在使用的都是什么系统呢？&lt;/p&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;padding: 8px 0px;outline: 0px;max-width: 100%;clear: both;min-height: 1em;line-height: 26px;color: rgb(43, 43, 43);letter-spacing: 2px;word-spacing: 2px;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;经常下载 Windows 系统镜像的老司机中，肯定有不少的途径，对于 Windows 系统镜像下载站在前面也有分享。&lt;/p&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;padding: 8px 0px;outline: 0px;max-width: 100%;clear: both;min-height: 1em;line-height: 26px;color: rgb(43, 43, 43);letter-spacing: 2px;word-spacing: 2px;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;比如&lt;strong style=&quot;;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgb(57, 144, 3)&quot;&gt;「HelloWindows」&lt;/strong&gt;，一个「干净纯粹的系统仓储站，更简单，更直观，更极致」，无广告、无登录限制、免费下载。&lt;/p&gt;&lt;figure data-tool=&quot;mdnice编辑器&quot; style=&quot;margin: 10px 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;display: flex;flex-direction: column;justify-content: center;align-items: center&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.sjeq.com/zb_users/upload/2022/11/202211241669226670137678.png&quot; title=&quot;3.png&quot; alt=&quot;3.png&quot;/&gt;&lt;/figure&gt;&lt;h1 data-tool=&quot;mdnice编辑器&quot; style=&quot;margin: 30px 0px 15px;padding: 0px;outline: 0px;font-size: 25px;max-width: 100%;color: black;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;&lt;span style=&quot;;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;display: inline-block;color: #4CAF50&quot;&gt;地址&lt;/span&gt;&lt;/h1&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;padding: 8px 0px;outline: 0px;max-width: 100%;clear: both;min-height: 1em;line-height: 26px;color: rgb(43, 43, 43);letter-spacing: 2px;word-spacing: 2px;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;&lt;span style=&quot;;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;https://hellowindows.cn/&lt;/span&gt;&lt;/p&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;padding: 8px 0px;outline: 0px;max-width: 100%;clear: both;min-height: 1em;line-height: 26px;color: rgb(43, 43, 43);letter-spacing: 2px;word-spacing: 2px;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;还有&lt;strong style=&quot;;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgb(57, 144, 3)&quot;&gt;「I tell you 操作系统」&lt;/strong&gt;下载网站，提供了 Windows、Linux、macOS、Chromium OS 操作系统资源。&lt;/p&gt;&lt;h1 data-tool=&quot;mdnice编辑器&quot; style=&quot;margin: 30px 0px 15px;padding: 0px;outline: 0px;font-size: 25px;max-width: 100%;color: black;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;&lt;span style=&quot;;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;display: inline-block;color: #4CAF50&quot;&gt;地址&lt;/span&gt;&lt;/h1&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;padding: 8px 0px;outline: 0px;max-width: 100%;clear: both;min-height: 1em;line-height: 26px;color: rgb(43, 43, 43);letter-spacing: 2px;word-spacing: 2px;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;&lt;span style=&quot;;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;next.itellyou.cn&lt;/span&gt;&lt;/p&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;padding: 8px 0px;outline: 0px;max-width: 100%;clear: both;min-height: 1em;line-height: 26px;color: rgb(43, 43, 43);letter-spacing: 2px;word-spacing: 2px;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;Windows 操作系统主要区分为 Ghost 系统和 MSDN 系统，像以上两个网站都是 MSDN 资源发布站，MSDN 系统为官方原版，由 MSDN 订阅者从微软 MSDN 订阅中心下载。&lt;/p&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;padding: 8px 0px;outline: 0px;max-width: 100%;clear: both;min-height: 1em;line-height: 26px;color: rgb(43, 43, 43);letter-spacing: 2px;word-spacing: 2px;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;Ghost 系统一般由个人或团队修改官方原版 Windows 操作系统而成，因为 Ghost 系统安装时间短，安装后可能默认已经激活，所以深受装机商们的喜爱。但 Ghost 系统可能会造成系统不稳定，网上各种 Ghost 系统可能存在后门、自带各种第三方软件、篡改浏览器主页等行为。&lt;/p&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;padding: 8px 0px;outline: 0px;max-width: 100%;clear: both;min-height: 1em;line-height: 26px;color: rgb(43, 43, 43);letter-spacing: 2px;word-spacing: 2px;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;而这一期再给大家安利 2 个非常不错的 MSDN 系统网站：&lt;/p&gt;&lt;h1 data-tool=&quot;mdnice编辑器&quot; style=&quot;margin: 30px 0px 15px;padding: 0px;outline: 0px;font-size: 25px;max-width: 100%;color: black;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;&lt;span style=&quot;;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;display: inline-block;color: #4CAF50&quot;&gt;MSDN 山己几子木&lt;/span&gt;&lt;/h1&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;padding: 8px 0px;outline: 0px;max-width: 100%;clear: both;min-height: 1em;line-height: 26px;color: rgb(43, 43, 43);letter-spacing: 2px;word-spacing: 2px;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;虽说这些网站资源是大同小异的，但 MSDN 山己几子木网站把镜像文件中所有版本列出，并将镜像文件名称以中文显示。&lt;/p&gt;&lt;figure data-tool=&quot;mdnice编辑器&quot; style=&quot;margin: 10px 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;display: flex;flex-direction: column;justify-content: center;align-items: center&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.sjeq.com/zb_users/upload/2022/11/202211241669226693159475.png&quot; title=&quot;4.png&quot; alt=&quot;4.png&quot;/&gt;&lt;/figure&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;padding: 8px 0px;outline: 0px;max-width: 100%;clear: both;min-height: 1em;line-height: 26px;color: rgb(43, 43, 43);letter-spacing: 2px;word-spacing: 2px;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;对于英文不是太好的用户来说选择更方便，此外这个网站更新快，此站所有资源均下载到本地进行了包含版本识别，SHA-1 和 MD5 校验，基本可保证无误。&lt;/p&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;padding: 8px 0px;outline: 0px;max-width: 100%;clear: both;min-height: 1em;line-height: 26px;color: rgb(43, 43, 43);letter-spacing: 2px;word-spacing: 2px;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;除了提供迅雷磁力链接下载之外，还提供了主流百度网盘和阿里云盘下载，下载更加方便。&lt;/p&gt;&lt;figure data-tool=&quot;mdnice编辑器&quot; style=&quot;margin: 10px 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;display: flex;flex-direction: column;justify-content: center;align-items: center&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.sjeq.com/zb_users/upload/2022/11/202211241669226713213463.png&quot; title=&quot;5.png&quot; alt=&quot;5.png&quot;/&gt;&lt;/figure&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;padding: 8px 0px;outline: 0px;max-width: 100%;clear: both;min-height: 1em;line-height: 26px;color: rgb(43, 43, 43);letter-spacing: 2px;word-spacing: 2px;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;MSDN 山己几子木提供 Windows11、Windows10、Windows8.1、Windows8、Windows7 镜像文件下载，包括消费版和商业版，细分又有专业版、家庭版、家庭单语言版、教育版、专业教育版、专业工作站版等，64 位和 32 位。&lt;/p&gt;&lt;h1 data-tool=&quot;mdnice编辑器&quot; style=&quot;margin: 30px 0px 15px;padding: 0px;outline: 0px;font-size: 25px;max-width: 100%;color: black;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;&lt;span style=&quot;;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;display: inline-block;color: #4CAF50&quot;&gt;地址&lt;/span&gt;&lt;/h1&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;padding: 8px 0px;outline: 0px;max-width: 100%;clear: both;min-height: 1em;line-height: 26px;color: rgb(43, 43, 43);letter-spacing: 2px;word-spacing: 2px;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;&lt;span style=&quot;;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;https://msdn.sjjzm.com/win11.html&lt;/span&gt;&lt;/p&gt;&lt;h1 data-tool=&quot;mdnice编辑器&quot; style=&quot;margin: 30px 0px 15px;padding: 0px;outline: 0px;font-size: 25px;max-width: 100%;color: black;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;&lt;span style=&quot;;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;display: inline-block;color: #4CAF50&quot;&gt;xitongku&lt;/span&gt;&lt;/h1&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;padding: 8px 0px;outline: 0px;max-width: 100%;clear: both;min-height: 1em;line-height: 26px;color: rgb(43, 43, 43);letter-spacing: 2px;word-spacing: 2px;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;xitongku 是一个不错的 MSDN 系统网站，同样是包括了 Win11、Win10、Win8、in7、XP 系统镜像，和 MSDN 山己几子木很像，也包括消费版和商业版，细分又有专业版、家庭版、家庭单语言版、教育版、专业教育版、专业工作站版等，64 位和 32 位。&lt;/p&gt;&lt;figure data-tool=&quot;mdnice编辑器&quot; style=&quot;margin: 10px 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;display: flex;flex-direction: column;justify-content: center;align-items: center&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.sjeq.com/zb_users/upload/2022/11/202211241669226773157876.png&quot; title=&quot;6.png&quot; alt=&quot;6.png&quot;/&gt;&lt;/figure&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;padding: 8px 0px;outline: 0px;max-width: 100%;clear: both;min-height: 1em;line-height: 26px;color: rgb(43, 43, 43);letter-spacing: 2px;word-spacing: 2px;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;一样也是无需登录，网站简介无广告，分类清晰，选择对应版本点击下载即可。&lt;/p&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;padding: 8px 0px;outline: 0px;max-width: 100%;clear: both;min-height: 1em;line-height: 26px;color: rgb(43, 43, 43);letter-spacing: 2px;word-spacing: 2px;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;主要提供了磁力链接、百度网盘和天翼云盘下载链接。&lt;/p&gt;&lt;figure data-tool=&quot;mdnice编辑器&quot; style=&quot;margin: 10px 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;display: flex;flex-direction: column;justify-content: center;align-items: center&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.sjeq.com/zb_users/upload/2022/11/202211241669226791139513.png&quot; title=&quot;7.png&quot; alt=&quot;7.png&quot;/&gt;&lt;/figure&gt;&lt;h1 data-tool=&quot;mdnice编辑器&quot; style=&quot;margin: 30px 0px 15px;padding: 0px;outline: 0px;font-size: 25px;max-width: 100%;color: black;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;&lt;span style=&quot;;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;display: inline-block;color: #4CAF50&quot;&gt;地址&lt;/span&gt;&lt;/h1&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;padding: 8px 0px;outline: 0px;max-width: 100%;clear: both;min-height: 1em;line-height: 26px;color: rgb(43, 43, 43);letter-spacing: 2px;word-spacing: 2px;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;&lt;span style=&quot;;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;https://www.xitongku.com/&lt;/span&gt;&lt;/p&gt;&lt;h1 data-tool=&quot;mdnice编辑器&quot; style=&quot;margin: 30px 0px 15px;padding: 0px;outline: 0px;font-size: 25px;max-width: 100%;color: black;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;&lt;span style=&quot;;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;display: inline-block;color: #4CAF50&quot;&gt;总结&lt;/span&gt;&lt;/h1&gt;&lt;p data-tool=&quot;mdnice编辑器&quot; style=&quot;margin-top: 10px;margin-bottom: 10px;padding: 8px 0px;outline: 0px;max-width: 100%;clear: both;min-height: 1em;line-height: 26px;color: rgb(43, 43, 43);letter-spacing: 2px;word-spacing: 2px;box-sizing: border-box !important;overflow-wrap: break-word !important&quot;&gt;以上就是这一期 Windows 操作系统 MSDN 资源发布网站了，都很不错的，可以收藏使用！&lt;/p&gt;&lt;/section&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;&quot;&gt;----------&lt;/p&gt;&lt;p style=&quot;white-space: normal;&quot;&gt;&lt;span style=&quot;color: var(--weui-FG-0); background-color: #FFFFFF; font-family: system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify;&quot;&gt;文章来自胡萝卜周&lt;/span&gt;&lt;span style=&quot;color: var(--weui-FG-0); background-color: #FFFFFF; font-family: system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 17px; letter-spacing: 0.544px; text-align: justify;&quot;&gt;公众号！&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Thu, 24 Nov 2022 01:53:02 +0800</pubDate></item><item><title>没有早知道，只有先准备</title><link>https://www.sjeq.com/?id=13</link><description>&lt;p&gt;有早知，冇乞衣&lt;/p&gt;&lt;p&gt;早知如此，何必当初。&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #121212; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; background-color: #FFFFFF;&quot;&gt;“早知道”的意思就是“我本可以，但是我没做”的遗憾。虽然遗憾是人生的必要组成部分，但也不得不承认遗憾对于生活终是一个负性词，和这三个字有关的事情大都充满悲性色彩，应该尽可能降低它的杀伤力。把重要的事情先准备更好，才能减小遗憾。&lt;/span&gt;&lt;/p&gt;</description><pubDate>Tue, 25 Oct 2022 03:19:04 +0800</pubDate></item><item><title>H3CS6520-26Q-SI通过Console口登录设备设置IP打开web管理服务</title><link>https://www.sjeq.com/?id=16</link><description>&lt;p style=&quot;margin-left:0;text-indent:0;text-align:center;line-height:24px;background:rgb(255,255,255)&quot;&gt;&lt;span style=&quot;;font-family:宋体;color:#000000;letter-spacing:0;font-style:normal;font-size:12px;background:#FFFFFF&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left:0;text-indent:0;line-height:24px;background:rgb(255,255,255)&quot;&gt;&lt;span style=&quot;;font-family:宋体;color:#000000;letter-spacing:0;font-weight:normal;font-style:normal;font-size:21px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;一、连接&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left:0;text-indent:0;line-height:24px;background:rgb(255,255,255)&quot;&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;当无法登录设备&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;WEB&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;管理界面时&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;需要通过&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;Console&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;口本地登录设备｡&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 0px; text-indent: 0px; text-align: left; line-height: 24px; background: rgb(255, 255, 255);&quot;&gt;&lt;img src=&quot;https://www.sjeq.com/zb_users/plugin/UEditor/themes/default/images/spacer.gif&quot; word_img=&quot;file:///C:\Users\liangjinhai\AppData\Local\Temp\ksohtml\wps292E.tmp.png&quot; style=&quot;background:url(https://www.sjeq.com/zb_users/plugin/UEditor/themes/default/images/word.gif) no-repeat center center;border:1px solid #ddd&quot; width=&quot;32&quot; height=&quot;32&quot;/&gt;&lt;img src=&quot;https://www.sjeq.com/zb_users/plugin/UEditor/themes/default/images/spacer.gif&quot; word_img=&quot;file:///C:\Users\liangjinhai\AppData\Local\Temp\ksohtml\wps292F.tmp.png&quot; style=&quot;background:url(https://www.sjeq.com/zb_users/plugin/UEditor/themes/default/images/word.gif) no-repeat center center;border:1px solid #ddd&quot; width=&quot;32&quot; height=&quot;32&quot;/&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.sjeq.com/zb_users/upload/2023/02/20230226173412_13295.png&quot;/&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left:0;text-indent:0;line-height:24px;background:rgb(255,255,255)&quot;&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;连线：配置线&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;(console&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;线&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;)RJ-45&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;水晶头连接路由器的&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;console&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;口&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;,DB9&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;的串口连接电脑的&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;com&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;口｡如果电脑不带&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;com&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;口&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;请使用&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;com&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;口转&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;USB&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;接口的转换器，然后连接电脑的&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;USB&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;接口｡&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2 style=&quot;margin-top:12px;margin-right:0;margin-bottom:12px;margin-left:0;text-indent:0;background:rgb(255,255,255)&quot;&gt;&lt;span style=&quot;;font-family:宋体;color:#000000;letter-spacing:0;font-weight:normal;font-style:normal;font-size:21px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;2、准备工具&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p style=&quot;margin-left:0;text-indent:0;line-height:24px;background:rgb(255,255,255)&quot;&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;配置线&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;:console&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;线&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;一端是&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;RJ-45&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;水晶头&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;一端是&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;DB9&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;的串口｡如果电脑上无&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;com&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;口&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;可购买&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;console&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;线转&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;USB&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;配置线｡&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 0px; text-indent: 0px; line-height: 24px; background: rgb(255, 255, 255); text-align: left;&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://supcache.miancp.com/data/www.sjeq.com/zb_users/upload/2023/02/202302261677403138262930.png&quot;/&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;h2 style=&quot;margin-top:12px;margin-right:0;margin-bottom:12px;margin-left:0;text-indent:0;background:rgb(255,255,255)&quot;&gt;&lt;span style=&quot;;font-family:宋体;color:#000000;letter-spacing:0;font-weight:normal;font-style:normal;font-size:21px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;三、配置步骤&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;&lt;h3 style=&quot;margin-top:16px;margin-right:0;margin-bottom:16px;margin-left:0;text-indent:0;background:rgb(255,255,255)&quot;&gt;&lt;strong&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-weight:bold;font-style:normal;font-size:16px;background:#FFFFFF&quot;&gt;SecureCRT&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-weight:bold;font-style:normal;font-size:16px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;软件设置（附件中为&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-weight:bold;font-style:normal;font-size:16px;background:#FFFFFF&quot;&gt;CRT&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-weight:bold;font-style:normal;font-size:16px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;软件，安装即可）&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/h3&gt;&lt;p style=&quot;margin-left:0;text-indent:0;line-height:24px;background:rgb(255,255,255)&quot;&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;､打开&lt;/span&gt;“计算机”右键属性——设备管理器——端口（或者控制面板——系统——设备管理器），查看并确认电脑上使用的通信端口&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;本文使用&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;COM3&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;｡&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left:0;text-indent:0;line-height:24px;background:rgb(255,255,255)&quot;&gt;&lt;img src=&quot;https://www.sjeq.com/zb_users/plugin/UEditor/themes/default/images/spacer.gif&quot; word_img=&quot;file:///C:\Users\liangjinhai\AppData\Local\Temp\ksohtml\wps2932.tmp.png&quot; style=&quot;background:url(https://www.sjeq.com/zb_users/plugin/UEditor/themes/default/images/word.gif) no-repeat center center;border:1px solid #ddd&quot; width=&quot;32&quot; height=&quot;32&quot;/&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://supcache.miancp.com/data/www.sjeq.com/zb_users/upload/2023/02/202302261677403157208103.png&quot;/&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left:0;text-indent:0;line-height:24px;background:rgb(255,255,255)&quot;&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;2&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;､设置快速连接&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;协议&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;Seriel,&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;端口&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;com3,&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;波特率&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;9600,&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;数据位&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;8,&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;奇偶校验无&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;停止位&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;｡注意&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;数据流控制的所有勾都去掉｡&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left:0;text-indent:0;line-height:24px;background:rgb(255,255,255)&quot;&gt;&lt;span style=&quot;;font-family:宋体;color:#000000;letter-spacing:0;font-style:normal;font-size:12px;background:#FFFFFF&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://supcache.miancp.com/data/www.sjeq.com/zb_users/upload/2023/02/202302261677403176205678.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-left:0;text-indent:0;line-height:24px;background:rgb(255,255,255)&quot;&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;3&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;､点击连接后进入对话框&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;敲回车键后出现&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&amp;lt;H3C&amp;gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;提示符&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;则可以正常输入命令｡&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-indent:0;text-align:left;line-height:24px;background:rgb(255,255,255)&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://supcache.miancp.com/data/www.sjeq.com/zb_users/upload/2023/02/202302261677403185132264.png&quot;/&gt;&lt;/p&gt;&lt;h1 style=&quot;margin-top:9px;margin-right:0;margin-bottom:9px;margin-left:28px;background:rgb(255,255,255)&quot;&gt;&lt;strong&gt;&lt;span style=&quot;;font-family:Verdana;color:#800000;letter-spacing:0;font-weight:bold;font-style:normal;font-size:24px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:Verdana&quot;&gt;配置步骤&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/h1&gt;&lt;p style=&quot;margin-top:7px;margin-right:0;margin-bottom:7px;margin-left:0;margin-top:auto;margin-bottom:auto;text-indent:0;line-height:24px;background:rgb(255,255,255)&quot;&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&amp;lt;H3C&amp;gt;system-view&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top:0;margin-right:0;margin-bottom:5px;margin-left:42px;text-indent:0;text-align:left;line-height:18px;background:rgb(255,255,255)&quot;&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;#&lt;/span&gt;&lt;span style=&quot;;font-family:宋体;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;创建本地用户&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;admin&lt;/span&gt;&lt;span style=&quot;;font-family:宋体;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;，并设置登录密码为&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;admin&lt;/span&gt;&lt;span style=&quot;;font-family:宋体;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;，服务类型为&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;http&lt;/span&gt;&lt;span style=&quot;;font-family:宋体;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;跟&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;https&lt;/span&gt;&lt;span style=&quot;;font-family:宋体;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;，用户级别为&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;network-admin&lt;/span&gt;&lt;span style=&quot;;font-family:宋体;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;管理员级别&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top:7px;margin-right:0;margin-bottom:7px;margin-left:0;margin-top:auto;margin-bottom:auto;text-indent:0;line-height:24px;background:rgb(255,255,255)&quot;&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;[H3C] local-user admin&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top:7px;margin-right:0;margin-bottom:7px;margin-left:0;margin-top:auto;margin-bottom:auto;text-indent:0;line-height:24px;background:rgb(255,255,255)&quot;&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;[H3C-luser-manage-admin] password simple admin&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top:7px;margin-right:0;margin-bottom:7px;margin-left:0;margin-top:auto;margin-bottom:auto;text-indent:0;line-height:24px;background:rgb(255,255,255)&quot;&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;[H3C-luser-manage-admin] service-type http https&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top:7px;margin-right:0;margin-bottom:7px;margin-left:0;margin-top:auto;margin-bottom:auto;text-indent:0;line-height:24px;background:rgb(255,255,255)&quot;&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;[H3C-luser-manage-admin] authorization-attribute user-role network-admin&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top:0;margin-right:0;margin-bottom:5px;margin-left:42px;text-indent:0;text-align:left;line-height:18px;background:rgb(255,255,255)&quot;&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;#&lt;/span&gt;&lt;span style=&quot;;font-family:宋体;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;配置交换机的管理地址：&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top:7px;margin-right:0;margin-bottom:7px;margin-left:0;margin-top:auto;margin-bottom:auto;text-indent:0;line-height:24px;background:rgb(255,255,255)&quot;&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;[H3C] interface vlan-interface 1&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top:7px;margin-right:0;margin-bottom:7px;margin-left:0;margin-top:auto;margin-bottom:auto;text-indent:0;line-height:24px;background:rgb(255,255,255)&quot;&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;[H3C-VLAN-interface1] ip address 10.0.37.200 255.255.255.0&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top:0;margin-right:0;margin-bottom:5px;margin-left:42px;text-indent:0;text-align:left;line-height:18px;background:rgb(255,255,255)&quot;&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;#&lt;/span&gt;&lt;span style=&quot;;font-family:宋体;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;开启&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;http&lt;/span&gt;&lt;span style=&quot;;font-family:宋体;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;跟&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;https&lt;/span&gt;&lt;span style=&quot;;font-family:宋体;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;服务&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top:7px;margin-right:0;margin-bottom:7px;margin-left:0;margin-top:auto;margin-bottom:auto;text-indent:0;line-height:24px;background:rgb(255,255,255)&quot;&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;[H3C-VLAN-interface1]&lt;/span&gt;ip http enable&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top:7px;margin-right:0;margin-bottom:7px;margin-left:0;margin-top:auto;margin-bottom:auto;text-indent:0;line-height:24px;background:rgb(255,255,255)&quot;&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;[H3C]ip https enable&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top:0;margin-right:0;margin-bottom:5px;margin-left:42px;text-indent:0;text-align:left;line-height:18px;background:rgb(255,255,255)&quot;&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;#&lt;/span&gt;&lt;span style=&quot;;font-family:宋体;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;保存配置&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top:7px;margin-right:0;margin-bottom:7px;margin-left:0;margin-top:auto;margin-bottom:auto;text-indent:0;line-height:24px;background:rgb(255,255,255)&quot;&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;[H3C]save force&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top:7px;margin-right:0;margin-bottom:7px;margin-left:0;margin-top:auto;margin-bottom:auto;text-indent:0;line-height:24px;background:rgb(255,255,255)&quot;&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;&lt;span style=&quot;font-family: Verdana; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;;font-family:Verdana;color:#000000;letter-spacing:0;font-style:normal;font-size:14px;background:#FFFFFF&quot;&gt;[H3C]&lt;/span&gt;quit&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:Calibri;font-size:14px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Fri, 26 Aug 2022 17:15:18 +0800</pubDate></item></channel></rss>