<?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://wzc.tzts.ltd/</link><description>Good Luck To You!</description><item><title>win10取消开机密码、睡眠唤醒密码windows10</title><link>https://wzc.tzts.ltd/post/94.html</link><description>&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;1. 取消开机密码&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;按住win+R运行，输入netplwiz并确定：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;取消掉“要使用本计算机，用户必须输入用户名和密码”：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;2. 取消睡眠唤醒密码&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;2.1 方法1：设置&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;进入“设置-账户-登录选项”，修改“需要登陆”。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;但是一旦用户启用了Windows Hello指纹或人脸，系统就会体制“阻止某些选项”，解决方案见方法2。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;2.2 方法2：编辑组策略&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;在控制面板里搜索“编辑组策略”，点击进入：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;找到“计算机配置-管理模板-系统-电源管理-睡眠设置”，双击右侧的“唤醒计算机时需要密码（接通电源/使用电池）”：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;选择“已禁用”，然后确定并退出：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;至此便实现了win10取消开机密码、睡眠唤醒密码，方便使用。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Thu, 02 May 2024 06:34:07 +0800</pubDate></item><item><title>各种Excel VBA的命令</title><link>https://wzc.tzts.ltd/post/93.html</link><description>&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例为设置密码窗口 (1)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;If Application.InputBox(&amp;quot;请输入密码：&amp;quot;) = 1234 Then&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;[A1] = 1 &amp;#39;密码正确时执行&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Else: MsgBox &amp;quot;密码错误，即将退出！&amp;quot; &amp;#39;此行与第2行共同设置密码&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End If&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例为设置密码窗口 (1)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;X = MsgBox(&amp;quot;是否真的要结帐？&amp;quot;, vbYesNo)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;If X = vbYes Then&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Close&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例为设置工作表密码&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;ActiveSheet.Protect Password:=641112 &amp;#39; 保护工作表并设置密码&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;ActiveSheet.Unprotect Password:=641112 &amp;#39;撤消工作表保护并取消密码&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&amp;#39;本示例关闭除正在运行本示例的工作簿以外的其他所有工作簿，并保存其更改内容&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;For Each w In Workbooks&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;If w.Name ThisWorkbook.Name Then&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;w.Close SaveChanges:=True&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End If&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Next w&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&amp;#39;每次打开工作簿时，本示例都最大化 Microsoft Excel 窗口。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Application.WindowState = xlMaximized&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&amp;#39;本示例显示活动工作表的名称。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;MsgBox &amp;quot;The name of the active sheet is &amp;quot; &amp;amp; ActiveSheet.Name&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&amp;#39;本示例保存当前活动工作簿的副本。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;ActiveWorkbook.SaveCopyAs &amp;quot;C:/TEMP/XXXX.XLS&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&amp;#39;下述过程激活工作簿中的第四张工作表。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Sheets(4).Activate&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&amp;#39;下述过程激活工作簿中的第1张工作表。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Worksheets(1).Activate&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&amp;#39;本示例通过将 Saved 属性设为 True 来关闭包含本段代码的工作簿，并放弃对该&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;工作簿的任何更改。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;ThisWorkbook.Saved = True&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;ThisWorkbook.Close&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&amp;#39;本示例对自动重新计算功能进行设置，使 Microsoft Excel 不对第一张工作表自&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;动进行重新计算。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Worksheets(1).EnableCalculation = False&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&amp;#39;下述过程打开 C 盘上名为 MyFolder 的文件夹中的 MyBook.xls 工作簿。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Workbooks.Open (&amp;quot;C:/MyFolder/MyBook.xls&amp;quot;)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&amp;#39;本示例显示活动工作簿中工作表 sheet1 上单元格 A1 中的值。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;MsgBox Worksheets(&amp;quot;Sheet1&amp;quot;).Range(&amp;quot;A1&amp;quot;).Value&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例显示活动工作簿中每个工作表的名称&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;For Each ws In Worksheets&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;MsgBox ws.Name&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Next ws&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例向活动工作簿添加新工作表 , 并设置该工作表的名称?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Set NewSheet = Worksheets.Add&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;NewSheet.Name = &amp;quot;current Budget&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例将新建的工作表移到工作簿的末尾&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&amp;#39;Private Sub Workbook_NewSheet(ByVal Sh As Object)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Sh.Move After:=Sheets(Sheets.Count)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End Sub&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例将新建工作表移到工作簿的末尾&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&amp;#39;Private Sub App_WorkbookNewSheet(ByVal Wb As Workbook, _&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;ByVal Sh As Object)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Sh.Move After:=Wb.Sheets(Wb.Sheets.Count)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End Sub&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例新建一张工作表，然后在第一列中列出活动工作簿中的所有工作表的名称。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Set NewSheet = Sheets.Add(Type:=xlWorksheet)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;For i = 1 To Sheets.Count&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;NewSheet.Cells(i, 1).Value = Sheets(i).Name&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Next i&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例将第十行移到窗口的最上面?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Worksheets(&amp;quot;Sheet1&amp;quot;).Activate&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;ActiveWindow.ScrollRow = 10&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;当计算工作簿中的任何工作表时，本示例对第一张工作表的 A1:A100 区域进行排序&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&amp;#39;Private Sub Workbook_SheetCalculate(ByVal Sh As Object)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;With Worksheets(1)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;.Range(&amp;quot;a1:a100&amp;quot;).Sort Key1:=.Range(&amp;quot;a1&amp;quot;)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End With&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End Sub&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例显示工作表 Sheet1 的打印预览。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Worksheets(&amp;quot;Sheet1&amp;quot;).PrintPreview&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例保存当前活动工作簿?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;ActiveWorkbook.Save&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例保存所有打开的工作簿，然后关闭 Microsoft Excel。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;For Each w In Application.Workbooks&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;w.Save&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Next w&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Application.Quit&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;下例在活动工作簿的第一张工作表前面添加两张新的工作表?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Worksheets.Add Count:=2, Before:=Sheets(1)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例设置 15 秒后运行 my_Procedure 过程，从现在开始计时。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Application.OnTime Now + TimeValue(&amp;quot;00:00:15&amp;quot;), &amp;quot;my_Procedure&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例设置 my_Procedure 在下午 5 点开始运行。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Application.OnTime TimeValue(&amp;quot;17:00:00&amp;quot;), &amp;quot;my_Procedure&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例撤消前一个示例对 OnTime 的设置。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Application.OnTime EarliestTime:=TimeValue(&amp;quot;17:00:00&amp;quot;), _&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Procedure:=&amp;quot;my_Procedure&amp;quot;, Schedule:=False&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;每当工作表重新计算时，本示例就调整 A 列到 F 列的宽度。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&amp;#39;Private Sub Worksheet_Calculate()&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Columns(&amp;quot;A:F&amp;quot;).AutoFit&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End Sub&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例使活动工作簿中的计算仅使用显示的数字精度。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;ActiveWorkbook.PrecisionAsDisplayed = True&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例将工作表 Sheet1 上的 A1:G37 区域剪下，并放入剪贴板。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Worksheets(&amp;quot;Sheet1&amp;quot;).Range(&amp;quot;A1:G37&amp;quot;).Cut&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Calculate 方法&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;计算所有打开的工作簿、工作簿中的一张特定的工作表或者工作表中指定区域的单元&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;格，如下表所示：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&amp;#39;要计算 &amp;#39;依照本示例&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;所有打开的工作簿 &amp;#39; Application.Calculate （或只是 Calculate&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;）&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;指定工作表 &amp;#39;计算指定工作表Sheet1 Worksheets&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;(&amp;quot;Sheet1&amp;quot;).Calculate&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;指定区域 &amp;#39;Worksheets(1).Rows(2).Calculate&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例对自动重新计算功能进行设置，使 Microsoft Excel 不对第一张工作表自动&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;进行重新计算。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Worksheets(1).EnableCalculation = False&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例计算 Sheet1 已用区域中 A 列、B 列和 C 列的公式。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Worksheets(&amp;quot;Sheet1&amp;quot;).UsedRange.Columns(&amp;quot;A:C&amp;quot;).Calculate&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例更新当前活动工作簿中的所有链接?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;ActiveWorkbook.UpdateLink Name:=ActiveWorkbook.LinkSources&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例设置第一张工作表的滚动区域?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Worksheets(1).ScrollArea = &amp;quot;a1:f10&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例新建一个工作簿，提示用户输入文件名，然后保存该工作簿。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Set NewBook = Workbooks.Add&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Do&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;fName = Application.GetSaveAsFilename&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Loop Until fName False&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;NewBook.SaveAs Filename:=fName&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例打开 Analysis.xls 工作簿，然后运行 Auto_Open 宏。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Workbooks.Open &amp;quot;ANALYSIS.XLS&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;ActiveWorkbook.RunAutoMacros xlAutoOpen&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例对活动工作簿运行 Auto_Close 宏，然后关闭该工作簿。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;With ActiveWorkbook&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;.RunAutoMacros xlAutoClose&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;.Close&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End With&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;在本示例中，Microsoft Excel 向用户显示活动工作簿的路径和文件名称。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&amp;#39;Sub UseCanonical()&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Display the full path to user.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;MsgBox ActiveWorkbook.FullNameURLEncoded&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End Sub&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例显示当前工作簿的路径及文件名（假定尚未保存此工作簿）。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;MsgBox ActiveWorkbook.FullName&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例关闭 Book1.xls，并放弃所有对此工作簿的更改。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Workbooks(&amp;quot;BOOK1.XLS&amp;quot;).Close SaveChanges:=False&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例关闭所有打开的工作簿。如果某个打开的工作簿有改变，Microsoft Excel&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;将显示询问是否保存更改的对话框和相应提示。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Workbooks.Close&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例在打印之前对当前活动工作簿的所有工作表重新计算?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&amp;#39;Private Sub Workbook_BeforePrint(Cancel As Boolean)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;For Each wk In Worksheets&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;wk.Calculate&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Next&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End Sub&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例对查询表一中的第一列数据进行汇总，并在数据区域下方显示第一列数据的总&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;和。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Set c1 = Sheets(&amp;quot;sheet1&amp;quot;).QueryTables(1).ResultRange.Columns(1)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;c1.Name = &amp;quot;Column1&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;c1.End(xlDown).Offset(2, 0).Formula = &amp;quot;=sum(Column1)&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例取消活动工作簿中的所有更改?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;ActiveWorkbook.RejectAllChanges&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例在商业问题中使用规划求解函数，以使总利润达到最大值。SolverSave 函数&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;将当前问题保存到活动工作表上的某一区域。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Worksheets(&amp;quot;Sheet1&amp;quot;).Activate&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;SolverReset&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;SolverOptions Precision:=0.001&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;SolverOK SetCell:=Range(&amp;quot;TotalProfit&amp;quot;), _&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;MaxMinVal:=1, _&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;ByChange:=Range(&amp;quot;C4:E6&amp;quot;)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;SolverAdd CellRef:=Range(&amp;quot;F4:F6&amp;quot;), _&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Relation:=1, _&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;FormulaText:=100&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;SolverAdd CellRef:=Range(&amp;quot;C4:E6&amp;quot;), _&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Relation:=3, _&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;FormulaText:=0&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;SolverAdd CellRef:=Range(&amp;quot;C4:E6&amp;quot;), _&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Relation:=4&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;SolverSolve UserFinish:=False&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;SolverSave SaveArea:=Range(&amp;quot;A33&amp;quot;)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例隐藏 Chart1、Chart3 和 Chart5。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Charts(Array(&amp;quot;Chart1&amp;quot;, &amp;quot;Chart3&amp;quot;, &amp;quot;Chart5&amp;quot;)).Visible = False&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;当激活工作表时，本示例对 A1:A10 区域进行排序。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&amp;#39;Private Sub Worksheet_Activate()&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Range(&amp;quot;a1:a10&amp;quot;).Sort Key1:=Range(&amp;quot;a1&amp;quot;), order:=xlAscending&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End Sub&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例更改 Microsoft Excel 链接。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;ActiveWorkbook.ChangeLink &amp;quot;c:/excel/book1.xls&amp;quot;, _&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&amp;quot;c:/excel/book2.xls&amp;quot;, xlExcelLinks&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例启用受保护的工作表上的自动筛选箭头?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;ActiveSheet.EnableAutoFilter = True&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;ActiveSheet.Protect contents:=True, userInterfaceOnly:=True&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例将活动工作簿设为只读?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;ActiveWorkbook.ChangeFileAccess Mode:=xlReadOnly&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例使共享工作簿每三分钟自动更新一次?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;ActiveWorkbook.AutoUpdateFrequency = 3&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;下述 Sub 过程清除活动工作簿中 Sheet1 上的所有单元格的内容。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&amp;#39;Sub ClearSheet()&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Worksheets(&amp;quot;Sheet1&amp;quot;).Cells.ClearContents&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End Sub&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例对所有工作簿都关闭滚动条?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Application.DisplayScrollBars = False&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;如果具有密码保护的工作簿的文件属性没有加密，则本示例设置指定工作簿的密码加&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;密选项。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&amp;#39;Sub SetPasswordOptions()&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;With ActiveWorkbook&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;If .PasswordEncryptionProvider &amp;quot;Microsoft RSA SChannel&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Cryptographic Provider&amp;quot; Then&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;.SetPasswordEncryptionOptions _&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;PasswordEncryptionProvider:=&amp;quot;Microsoft RSA SChannel&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Cryptographic Provider&amp;quot;, _&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;PasswordEncryptionAlgorithm:=&amp;quot;RC4&amp;quot;, _&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;PasswordEncryptionKeyLength:=56, _&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;PasswordEncryptionFileProperties:=True&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End If&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End With&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End Sub&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;在本示例中，如果活动工作簿不能进行写保护，那么 Microsoft Excel 设置字符串&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;密码以作为活动工作簿的写密码。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&amp;#39;Sub UseWritePassword()&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Dim strPassword As String&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;strPassword = &amp;quot;secret&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&amp;#39; Set password to a string if allowed.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;If ActiveWorkbook.WriteReserved = False Then&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;ActiveWorkbook.WritePassword = strPassword&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End If&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End Sub&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;在本示例中，Microsoft Excel 打开名为 Password.xls 的工作簿，设置它的密码&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;，然后关闭该工作簿。本示例假定名为 Password.xls 的文件位于 C:/ 驱动器上。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&amp;#39;Sub UsePassword()&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Dim wkbOne As Workbook&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Set wkbOne = Application.Workbooks.Open(&amp;quot;C:/Password.xls&amp;quot;)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;wkbOne.Password = &amp;quot;secret&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;wkbOne.Close&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&amp;#39;注意 Password 属性可读并返回 “********”。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End Sub&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例将 Book1.xls 的当前窗口更改为显示公式。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Workbooks(&amp;quot;BOOK1.XLS&amp;quot;).Worksheets(&amp;quot;Sheet1&amp;quot;).Activate&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;ActiveWindow.DisplayFormulas = True&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&amp;#39;本示例接受活动工作簿中的所有更改?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;ActiveWorkbook.AcceptAllChanges&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例显示活动工作簿的路径和名称&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Sub UseCanonical()&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;MsgBox &amp;#39;消息框&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;[b7] = ActiveWorkbook.FullName &amp;#39;当前工作簿&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;[b8] = ActiveWorkbook.FullNameURLEncoded &amp;#39;活动工作簿&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End Sub&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例显示 Microsoft Excel 启动文件夹的完整路径。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;MsgBox Application.StartupPath&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例显示活动工作簿中每个工作表的名称。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;For Each ws In Worksheets&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;MsgBox ws.Name&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Next ws&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例关闭除正在运行本示例的工作簿以外的其他所有工作簿，并保存其更改内容。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;For Each w In Workbooks&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;If w.Name ThisWorkbook.Name Then&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;w.Close savechanges:=True&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End If&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Next w&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Activate 事件&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;激活一个工作簿、工作表、图表或嵌入图表时产生此事件。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;当激活工作表时，本示例对 A1:A10 区域进行排序。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Private Sub Worksheet_Activate()&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Range(&amp;quot;a1:a10&amp;quot;).Sort Key1:=Range(&amp;quot;a1&amp;quot;), order:=xlAscending&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End Sub&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Calculate 事件&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;对于 Worksheet 对象，在对工作表进行重新计算之后产生此事件&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;每当工作表重新计算时，本示例就调整 A 列到 F 列的宽度。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Private Sub Worksheet_Calculate()&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Columns(&amp;quot;A:F&amp;quot;).AutoFit&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End Sub&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;BeforeDoubleClick 事件&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;应用于 Worksheet 对象的 Activate 方法。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;当双击某工作表时产生此事件，此事件先于默认的双击操作。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Private Sub e-xpression_BeforeDoubleClick(ByVal Target As Range, Cancel&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;As Boolean)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;e-xpression 引用在类模块中带有事件声明的 Worksheet 类型对象的变量。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Target 必需。双击发生时最靠近鼠标指针的单元格。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Cancel 可选。当事件发生时为 False。如果事件过程将该参数设为 True，则该&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;过程执行完之后将不进行默认的双击操作。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;BeforeRightClick 事件&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;应用于 Worksheet 对象的 Activate 方法。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;当用鼠标右键单击某工作表时产生此事件，此事件先于默认的右键单击操作。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Private Sub e-xpression_BeforeRightClick(ByVal Target As Range, Cancel&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;As Boolean)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;e-xpression 引用在类模块中带有事件声明的 Worksheet 类型对象的变量。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Target 必需。右键单击发生时最靠近鼠标指针的单元格。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Cancel 可选。当事件发生时为 False。如果该事件过程将本参数设为 True，则&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;该过程执行结束之后不进行默认的右键单击操作。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Change 事件&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;当用户更改工作表中的单元格，或外部链接引起单元格的更改时产生此事件。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Private Sub Worksheet_Change(ByVal Target As Range)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Target 更改的区域。可以是多个单元格。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;说明&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;重新计算引起的单元格更改不触发本事件。可使用 Calculate 事件俘获工作表重新&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;计算操作。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例将更改的单元格的颜色设为蓝色。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Private Sub Worksheet_Change(ByVal Target as Range)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Target.Font.ColorIndex = 5&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End Sub&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Deactivate 事件&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;图表、工作表或工作簿从活动状态转为非活动状态时产生此事件。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Private Sub object_Deactivate()&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;object Chart、Workbook 或者 Worksheet。有关对 Chart 对象使用事件的详细&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;信息，请参阅 Chart 对象事件的用法。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例当工作簿转为非活动状态时，对所有打开的窗口进行排列。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Private Sub Workbook_Deactivate()&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Application.Windows.Arrange xlArrange&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End Sub&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;FollowHyperlink 事件&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;当单击工作表上的任意超链接时，发生此事件。对于应用程序级或工作簿级的事件，&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;请参阅 SheetFollowHyperlink 事件。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Private Sub Worksheet_FollowHyperlink(ByVal Target As Hyperlink)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Target Hyperlink 类型，必需。一个代表超链接目标位置的 Hyperlink 对象。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例对在当前活动工作簿中访问过的所有链接保留一个列表或历史记录。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Private Sub Worksheet_FollowHyperlink(ByVal Target As Hyperlink)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;With UserForm1&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;.ListBox1.AddItem Target.Address&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;.Show&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End With&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End Sub&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;PivotTableUpdate 事件&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;发生在工作簿中的数据透视表更新之后。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Private Sub e-xpression_PivotTableUpdate(ByVal Target As PivotTable)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;e-xpression 引用在类模块中带有事件声明的 Worksheet 类型对象的变量。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Target 必需。选定的数据透视表。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例显示一则消息，说明数据透视表已经更新。本示例假定您已在类模块中声明了&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;带有事件的 Worksheet 类型的对象。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Private Sub Worksheet_PivotTableUpdate(ByVal Target As PivotTable)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;MsgBox &amp;quot;The PivotTable connection has been updated.&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End Sub&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;SelectionChange 事件&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;当工作表上的选定区域发生改变时，将产生本事件。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Target 新选定的区域。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例滚动工作簿窗口，直至选定区域位于窗口的左上角。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Private Sub Worksheet_SelectionChange(ByVal Target As Range)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;With ActiveWindow&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;.ScrollRow = Target.Row&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;.ScrollColumn = Target.Column&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End With&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End Sub&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例显示活动工作簿中工作表 sheet1 上单元格 A1 中的值。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;MsgBox Worksheets(&amp;quot;Sheet1&amp;quot;).Range(&amp;quot;A1&amp;quot;).Value&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例显示活动工作簿中每个工作表的名称。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;For Each ws In Worksheets&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;MsgBox ws.Name&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Next ws&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例向活动工作簿添加新工作表，并设置该工作表的名称。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Set newSheet = Worksheets.Add&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;newSheet.Name = &amp;quot;current Budget&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例关闭工作簿 Book1.xls，但不提示用户保存所作更改。Book1.xls 中的所有&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;更改都不会保存。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Application.DisplayAlerts = False&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Workbooks(&amp;quot;BOOK1.XLS&amp;quot;).Close&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Application.DisplayAlerts = True&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例设置保存文件时显示提示，要求用户输入汇总信息。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Application.PromptForSummaryInfo = True&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例显示 Microsoft Excel 的完整路径。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Private Sub aa()&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;MsgBox &amp;quot;The path is &amp;quot; &amp;amp; Application.Path&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End Sub&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;示例显示每一个可用加载宏的路径及文件名。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;For Each a In AddIns&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;MsgBox a.FullName&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Next a&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;ChDir 语句&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;改变当前的目录或文件夹。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;ChDir path&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;在 Power Macintosh 中，默认驱动器总是改为在 path 语句中指定的驱动器。完整&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;路径指定由卷标名开始，相对路径由冒号 ( 开始. ChDir 可以辨认路径中指定的&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;别名:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;ChDir &amp;quot;MacDrive:Tmp&amp;quot; &amp;#39; 在 Macintosh 中&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例显示当前路径分隔符。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;MsgBox &amp;quot;The path separator character is &amp;quot; &amp;amp; _&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Application.PathSeparator&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Move 方法&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;将一个指定的文件或文件夹从一个地方移动到另一个地方。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;语法&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;object.Move destination&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Move 方法语法有如下几部分：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;部分 描述&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;object 必需的。始终是一个 File 或 Folder 对象的名字。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;destination 必需的。文件或文件夹要移动到的目标。不允许有通配符。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;CreateFolder 方法&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;创建一个文件夹。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;语法&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;object.CreateFolder(foldername)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;reateFolder 方法有如下几部分：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;部分 描述&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;object 必需的。始终是一个 FileSystemObject 的名字。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;foldername 必需的。字符串表达式，它标识创建的文件夹。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例使用 MkDir 语句来创建目录或文件夹。如果没有指定驱动器，新目录或文件&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;夹将会建在当前驱动器中。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;MkDir &amp;quot;MYDIR&amp;quot; &amp;#39; 建立新的目录或文件夹。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Name 语句示例&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例使用 Name 语句来更改文件的名称。示例中假设所有使用到的目录或文件夹都&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;已存在。 在 Macintosh 中，默认驱动器名称是 “HD” 并且路径部分由冒号取代&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;反斜线隔开。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Dim OldName, NewName&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;OldName = &amp;quot;OLDFILE&amp;quot;: NewName = &amp;quot;NEWFILE&amp;quot; &amp;#39; 定义文件名。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Name OldName As NewName &amp;#39; 更改文件名。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;OldName = &amp;quot;C:/MYDIR/OLDFILE&amp;quot;: NewName = &amp;quot;C:/YOURDIR/NEWFILE&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Name OldName As NewName &amp;#39; 更改文件名，并移动文件。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例显示当前默认文件路径。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;MsgBox &amp;quot;The current default file path is &amp;quot; &amp;amp; _&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Application.DefaultFilePath&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例设置替换启动文件夹。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Application.AltStartupPath = &amp;quot;C:/EXCEL/MACROS&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;FolderExists 方法&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;如果指定的文件夹存在返回 True，不存在返回 False。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;语法&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;object.FolderExists(folderspec)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;本示例在单元格中启用编辑。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Application.EditDirectlyInCell = True&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;程序说明：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;几种用VBA在单元格输入数据的方法：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Public Sub Writes()&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;1-- 2 方法，最简单在 &amp;quot;[ ]&amp;quot; 中输入单元格名称。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;1 [A1] = 100 &amp;#39;在 A1 单元格输入100。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;2 [A2:A4] = 10 &amp;#39;在 A2:A4 单元格输入10。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;3-- 4 方法，采用 Range(&amp;quot; &amp;quot;)， &amp;quot; &amp;quot; 中输入单元格名称。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;3 Range(&amp;quot;B1&amp;quot;) = 200 &amp;#39;在 B1 单元格输入200。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;4 Range(&amp;quot;C1:C3&amp;quot;) = 300 &amp;#39;在 C1:C3 单元格输入300。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;5-- 6 方法，采用 Cells(Row,Column)，Row是单元格行数，Column是单元格栏数。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;5 Cells(1, 4) = 400 &amp;#39;在 D1 单元格输入400。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;6 Range(Cells(1, 5), Cells(5, 5)) = 50 &amp;#39;在 E1:E 5单元格输入50。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End Sub&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;你点选任何单元格，按 Selection 按钮，則则所点选的单元格均会被输入文字&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&amp;quot;Test&amp;quot;。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Public Sub Selection1()&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Selection.Value = &amp;quot;Test&amp;quot; &amp;#39;在任何你点选的单元格输入文字 &amp;quot;Test&amp;quot;。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End Sub&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;VBALesson2 程序说明：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;几种如何把别的工作表 Sheet4 数据，读到这个工作表的方法：在被读取的单元格&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;前加上工作表名称 Sheet4。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Public Sub Writes()&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;1-- 2 方法，最简单在被读取的 &amp;quot;[ ]&amp;quot; 前加上被读取的工作表名称 Sheet4。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;1 [A1] = Sheet4.[A1] &amp;#39;把Sheet4 A1 单元格的数据，读到 A1单元格。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;2 [A2:A4] = Sheet4.[B1] &amp;#39;&amp;#39;把 Shee4 工作表单元格 B1 数据，读到 A2:A4&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;单元格。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;3-- 4 方法，在被读取的工作表 Range(&amp;quot; &amp;quot;)的 Range 前加上被读取的工作表名称&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Sheet4。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;3 Range(&amp;quot;B1&amp;quot;) = Sheet4.Range(&amp;quot;B1&amp;quot;) &amp;#39;&amp;#39;把 Shee4工作表单元格 B1 数据，读&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;到 B1 单元格。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;4 Range(&amp;quot;C1:C3&amp;quot;) = Sheet4.Range(&amp;quot;C1&amp;quot;) &amp;#39;把 Shee4 工作表单元格 C1 数据&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;，读到 C1:C3 单元格。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;5-- 6 方法，在被读取的工作表 Cells(Row,Column)，Cells 前加上被读取工作表&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;名称 Sheet4。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;5 Cells(1, 4) = Sheet4.Cells(1, 4) &amp;#39;把 Shee4 工作表单元格 D1 数据，读&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;到 D1 单元格。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;6 Range(Cells(1, 5), Cells(5, 5)) = Sheet4.Cells(1, 5) &amp;#39;把 Shee4 工&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;作表单元格 E1 数据，读到 E1:E 5单元格。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End Sub&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;你点选任何单元格，按 Selection 按钮，则所点选的单元格均会被输入 Shee4 工&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;作表单元格 F1 数据。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Public Sub Selection1()&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Selection.Value = Sheet4.[F1] &amp;#39;把 Shee4 工作表单元格 F1 数据，读到任&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;何你点选的单元格。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End Sub&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;VBALesson3 程序说明：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;如何利用 Worksheet_SelectionChange 输入数据的方法。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Private Sub Worksheet_SelectionChange(ByVal Target As Range)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Target = 100&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End Sub&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Target 指的是你鼠标所选的单元格，Worksheet_SelectionChange() 事件的参数&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;可以是一个也可以是好几个单元格。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Range 是 Excel 特有的变量形态，叫范围。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Target As Rang 是把 Target 这个参数设定为 Range 变量形态。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Target = 100 是把你点选的单元格输入数字100。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;VBALesson4 程序说明：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;如何利用 Worksheet_SelectionChange 在限定的单元格输入数据的方法。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Private Sub Worksheet_SelectionChange(ByVal Target As Range)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;If Target.Row &amp;gt;= 2 And Target.Column = 2 Then&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Target = 100&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End If&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End Sub&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;If ... Then ... End If 这是我们学的这一个逻辑判断语句。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Target.Row &amp;gt;= 2，指的是鼠标选定的单元格的行大于或等于 2。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Target.Column = 2 ，指的是鼠标选定的单元格的栏等于 2。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;If Target.Row &amp;gt;= 2 And Target.Column = 2 Then 指的是只有在Target.Row &amp;gt;=&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;2及Target.Column = 2二个条件成立时。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;就是 (Target.Row &amp;gt;= 2) 为True及(Target.Column = 2)为True时，才执行下面的&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;程序 Target=100，&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;也就是 B 栏第二行及以下行用鼠标被点选时，才会被输入100，其它单元格则不被输&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;入数据。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;VBALesson5 程序说明：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;比较 Worksheet_SelectionChange() 与用按钮 CommandButton1_Click() 来执行&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;程序二者的方法与写法有何不同。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Worksheet_SelectionChange()事件&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Private Sub Worksheet_SelectionChange(ByVal Target As Range)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;If Target.Row &amp;gt;= 2 And Target.Column = 2 Then&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Target = 100&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End If&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End Sub&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;按鈕 CommandButton1_Click()&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Private Sub CommandButton1_Click()&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;If ActiveCell.Row &amp;gt;= 2 And ActiveCell.Column &amp;gt;= 3 Then&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;ActiveCell = 100&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End If&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End Sub&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;二者执行方法最大的地方，在于 Worksheet_SelectionChange() 是自动的，你不用&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;了解他是怎么完成工作的。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;按钮 CommandButton1_Click() 是人工的，比 SelectionChange()多一道手续，&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;就是要去按那接钮，程序才会执行。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;SelectionChange() 有一个参数 Target 可用；CommandButton1_Click ()没有。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;所以我们要用 ActiveCell 内定函数来取代Target，ActiveCell 与 Target最大的&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;不同点他只能指定一个单元格。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;就是你选取多个单元格也只有最上面的单元格会加上数据；用 Selection 取代&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;ActiveCell， 用法就跟 Target 一样了。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;VBALesson 6 程序说明：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;完整的 If...Then ┅ End 逻辑判断式。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Private Sub Worksheet_SelectionChange(ByVal Target As Range)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;If Target.Row &amp;gt;= 2 And Target.Column = 2 Then&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Target = 200&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;ElseIf Target.Row &amp;gt;= 2 And Target.Column = 3 Then&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Target = 300&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;ElseIf Target.Row &amp;gt;= 2 And Target.Column = 2 Then&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Target = 400&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Else&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Target = 500&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End If&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End Sub&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;这是个完整的 If 逻辑判断式，意思是说，假如 If 後的判断式条件成立的话，就&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;执行第二条程序，否则假如 ElseIf 後的判断式条件成立的话，就执行第四条程序&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;，否则假如另一个 ElseIf 後的判断式条件成立的话，就执行第六条程序。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Else 的意思是说，假如以上条件都不成立的话，就执行第八条程序。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;他的执行方式是假如 IF 的条件成立的话，就不执行其它ElseIf 及Else 的逻辑判&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;断式，假如 If 後的条件不成立的话才会执行 ElseIf 或 Else 逻辑判断式。第二&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;个 ElseIf後的条件因为与 IF 後的条件一样，所以这个判断式後面的 Target=400&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;将是永远无法执行到的程序。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;VBALesson 7 程序说明∶我们为什麽要用变数。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Private Sub Worksheet_SelectionChange(ByVal Target As Range)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Dim i , j As Integer&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Dim k As Range&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;i = Target.Row&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;j = Target.Column&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Set k = Target&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;If i &amp;gt;= 2 And j = 2 Then&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;k = 200&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;ElseIf i &amp;gt;= 2 And j = 3 Then&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;k = 300&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;ElseIf i &amp;gt;= 2 And j = 4 Then&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;k = 400&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Else&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;k = 500&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End If&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End Sub&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;跟VBALesson 6比较，程序是不是明朗多了，在前课重复的用 Target.Row，&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Target.Column及Target来写程序是不是有一点烦。用变量的第一个好处大家马上感&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;觉得出来，就是可以简化程序。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;使用变量前，你得先宣告变量。宣告变量的方法是在 &amp;quot;Dim &amp;quot; 后面写上变量 &amp;quot; i&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&amp;quot; As 后面接上变量的形态 &amp;quot;Integer&amp;quot;。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Dim i , j As Integer 就是宣告 i 与 j 为整数变量，这是同时宣告二个变量&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;i 与 j 所以要在二个变量间加个 &amp;quot; , &amp;quot;号。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Dim k As Range 是宣告 k 为范围资料形态，Range这是 Excel 特有的资料形态&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;i = Target.Row是把当前单元格的行数，指定给变量 i。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;j = Target.Column 是把当前单元格的栏数，指定给变量 j。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Set k = Target 是把当前的单元格，指定给变量 k。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;用像 i 与 j 这样简单的变量，在程序的前面你可能还记得 i 或 j 代表着&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;什厶。程序写长了，你可能忘记 i 或 j 代表着什厶。所以最好的方法是用比较有&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;意义的代号，来为变量命名如 iRow 或 iCol 来取代 i 及 j 。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;VBALesson 8 程序说明∶体会一下Worksheet_Change()事件。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Private Sub Worksheet_Change(ByVal Target As Range)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Dim iRow, iCol As Integer&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;iRow = Target.Row&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;iCol = Target.Column&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;If iRow &amp;gt;= 2 And iCol = 2 And Target &amp;quot;&amp;quot; Then&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Application.EnableEvents = False&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Cells(iRow, iCol + 1) = Cells(iRow, iCol) * 2&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Application.EnableEvents = True&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;ElseIf iRow &amp;gt;= 2 And iCol = 2 And Target = &amp;quot;&amp;quot; Then&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Cells(iRow, iCol + 1) = &amp;quot;&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Else&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;Cells(iRow, iCol + 1) = &amp;quot;&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End If&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;End Sub&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;前几个教程都是用Worksheet_SelectionChange 事件来举例子，大家应该能体会他&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;是怎厶一回事了吧。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;这个教程就是要让你来体会什厶是Worksheet_Chang()事件。因为这二个事件在VBA&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;都是非常有用的，所以一定要了解。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;简单的说，前者是你鼠标移动到那个单元格，就触发那个事件的执行。後者是要等到&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;你点选的单元格，数&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Mon, 15 Apr 2024 07:39:28 +0800</pubDate></item><item><title>用yourls 搭建短链接地址服务短网址</title><link>https://wzc.tzts.ltd/post/90.html</link><description>&lt;h1 class=&quot;postTitle&quot; style=&quot;margin: 0px 0px 20px; padding: 0px; font-size: 28px; font-weight: 400; line-height: 1.8; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;a id=&quot;cb_post_title_url&quot; class=&quot;postTitle2 vertical-middle&quot; href=&quot;https://www.cnblogs.com/myIvan/p/10582849.html&quot; style=&quot;margin: 0px; padding: 0px; color: rgb(51, 51, 51); text-decoration-line: none;&quot;&gt;&lt;span role=&quot;heading&quot; aria-level=&quot;2&quot; style=&quot;margin: 0px; padding: 0px; vertical-align: middle;&quot;&gt;用yourls 搭建短链接地址服务&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;&lt;div class=&quot;clear&quot; style=&quot;margin: 0px; padding: 0px; clear: both; color: rgb(125, 139, 141); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;/div&gt;&lt;div class=&quot;postBody&quot; style=&quot;margin: 0px; padding: 0px; color: rgb(125, 139, 141); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div id=&quot;cnblogs_post_body&quot; class=&quot;blogpost-body blogpost-body-html&quot; style=&quot;margin: 0px 0px 20px; padding: 0px; color: rgb(51, 51, 51); line-height: 1.8; word-break: break-word;&quot;&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px;&quot;&gt;最近工作中遇到一个需求，将app下载地址变成短链接进行推广，索性就研究了下yourls 。&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px;&quot;&gt;发现这个玩意功能挺强大的，不但可以批量生成自己的短地址，还可以管理，统计每个短地址点击数量，还可以提供api接口。&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; color: #FF0000;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px;&quot;&gt;最重要的是，这个开源免费，自己拿来做二次开发再适合不过了。&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2024/01/20240117111219_16804.png&quot; alt=&quot;&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; height: auto; cursor: zoom-in; transition: transform 300ms cubic-bezier(0.2, 0, 0.2, 1) 0s !important;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px;&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px;&quot;&gt;下面介绍怎么一步步搭建yourls&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px;&quot;&gt;服务器要求：&lt;/p&gt;&lt;ol style=&quot;margin-bottom: 1em; margin-left: 40px; padding: 0px;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;至少&lt;/span&gt;&lt;strong style=&quot;margin: 0px; padding: 0px;&quot;&gt;PHP 5.6&amp;nbsp; 如果要使用api&amp;nbsp; 还需要有curl拓展&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;至少&lt;/span&gt;&lt;strong style=&quot;margin: 0px; padding: 0px;&quot;&gt;MYSQL 5&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px;&quot;&gt;1、直接本地克隆或者下载yourls代码&lt;/strong&gt;&lt;/p&gt;&lt;div class=&quot;cnblogs_code&quot; style=&quot;margin: 5px 0px; padding: 5px; background-color: rgb(245, 245, 245); border: 1px solid rgb(204, 204, 204); overflow: auto; color: rgb(0, 0, 0); font-family: &amp;quot;Courier New&amp;quot; !important; font-size: 12px !important;&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; transition-duration: 0.2s; transition-property: background, font-size, border-color, border-radius, border-width, padding, margin, color; overflow: auto; font-family: &amp;quot;Courier New&amp;quot;, serif; overflow-wrap: break-word; text-wrap: wrap;&quot;&gt;git&amp;nbsp;https://github.com/YOURLS/YOURLS.git&lt;/pre&gt;&lt;/div&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px;&quot;&gt;2、将user目录下的&lt;a id=&quot;71549e4afd31225dbd7ad8e4dcb9c25e-a886c5a74b17ceb1d4114d0bf7a9736800b4af50&quot; class=&quot;js-navigation-open&quot; title=&quot;config-sample.php&quot; href=&quot;https://github.com/YOURLS/YOURLS/blob/master/user/config-sample.php&quot; rel=&quot;noopener&quot; style=&quot;margin: 0px; padding: 0px; color: rgb(0, 0, 0);&quot;&gt;config-sample.php&lt;/a&gt;&amp;nbsp;重命名 为 config.php&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px;&quot;&gt;3、修改config.php里面的配置参数 （linux上注意：&lt;/strong&gt;&lt;span style=&quot;margin: 0px; padding: 0px; color: #FF0000;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px;&quot;&gt;config.php这个文件权限最好跟启动Web服务器用户一致，不然可能加密密码保存不了&lt;/strong&gt;&lt;/span&gt;&lt;strong style=&quot;margin: 0px; padding: 0px;&quot;&gt;）&lt;/strong&gt;&lt;/p&gt;&lt;div class=&quot;cnblogs_code&quot; style=&quot;margin: 5px 0px; padding: 5px; background-color: rgb(245, 245, 245); border: 1px solid rgb(204, 204, 204); overflow: auto; color: rgb(0, 0, 0); font-family: &amp;quot;Courier New&amp;quot; !important; font-size: 12px !important;&quot;&gt;&lt;div class=&quot;cnblogs_code_toolbar&quot; style=&quot;margin: 5px 0px 0px; padding: 0px;&quot;&gt;&lt;span class=&quot;cnblogs_code_copy&quot; style=&quot;margin: 0px; padding: 0px 5px 0px 0px; font-family: &amp;quot;Courier New&amp;quot;, serif; font-size: inherit; line-height: 1.5;&quot;&gt;&lt;a title=&quot;复制代码&quot; style=&quot;margin: 0px; padding: 0px; text-decoration-line: underline; border: none !important;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2024/01/20240117111219_87741.gif&quot; alt=&quot;复制代码&quot; style=&quot;margin: 0px; padding: 0px; max-width: 800px; height: auto; border: none !important;&quot;/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; transition-duration: 0.2s; transition-property: background, font-size, border-color, border-radius, border-width, padding, margin, color; overflow: auto; font-family: &amp;quot;Courier New&amp;quot;, serif; overflow-wrap: break-word; text-wrap: wrap;&quot;&gt;define(&amp;nbsp;&amp;#39;YOURLS_DB_USER&amp;#39;,&amp;nbsp;&amp;#39;root&amp;#39;&amp;nbsp;);define(&amp;nbsp;&amp;#39;YOURLS_DB_PASS&amp;#39;,&amp;nbsp;&amp;#39;123456&amp;#39;&amp;nbsp;);define(&amp;nbsp;&amp;#39;YOURLS_DB_NAME&amp;#39;,&amp;nbsp;&amp;#39;yourls&amp;#39;&amp;nbsp;);define(&amp;nbsp;&amp;#39;YOURLS_DB_HOST&amp;#39;,&amp;nbsp;&amp;#39;localhost&amp;#39;&amp;nbsp;);define(&amp;nbsp;&amp;#39;YOURLS_DB_PREFIX&amp;#39;,&amp;nbsp;&amp;#39;yourls_&amp;#39;&amp;nbsp;);
//上面是数据信息不用多说define(&amp;nbsp;&amp;#39;YOURLS_SITE&amp;#39;,&amp;nbsp;&amp;#39;http://test.com&amp;#39;&amp;nbsp;);&amp;nbsp;//你自己服务器的域名&amp;nbsp;用最短的，短地址也是基于这个生成。define(&amp;nbsp;&amp;#39;YOURLS_HOURS_OFFSET&amp;#39;,&amp;nbsp;&amp;#39;+8&amp;#39;);&amp;nbsp;　　　//时区偏移　define(&amp;nbsp;&amp;#39;YOURLS_LANG&amp;#39;,&amp;nbsp;&amp;#39;zh_CN&amp;#39;&amp;nbsp;);&amp;nbsp;　　　　　//这个语言默认是英文，没有中文包，需要自己去&amp;nbsp;https://github.com/guox/yourls-zh_CN/下载,放到&amp;nbsp;user/languages&amp;nbsp;里面　define(&amp;nbsp;&amp;#39;YOURLS_UNIQUE_URLS&amp;#39;,&amp;nbsp;true&amp;nbsp;);　　　//短地址是否唯一　define(&amp;nbsp;&amp;#39;YOURLS_PRIVATE&amp;#39;,&amp;nbsp;true&amp;nbsp;);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//是否私有，如果私有的，则进行api调用生成短地址时需要传递用户名和密码define(&amp;nbsp;&amp;#39;YOURLS_COOKIEKEY&amp;#39;,&amp;nbsp;&amp;#39;A2C7&amp;amp;H~r80pTps{nIfI8VFpTxnfF3c)j@J#{nDUh&amp;#39;&amp;nbsp;);//加密cookie&amp;nbsp;去&amp;nbsp;http://yourls.org/cookie&amp;nbsp;获取$yourls_user_passwords&amp;nbsp;=&amp;nbsp;array(&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;#39;admin&amp;#39;&amp;nbsp;=&amp;gt;&amp;nbsp;&amp;#39;123456&amp;#39;&amp;nbsp;/*&amp;nbsp;Password&amp;nbsp;encrypted&amp;nbsp;by&amp;nbsp;YOURLS&amp;nbsp;*/&amp;nbsp;,&amp;nbsp;&amp;nbsp;//用户名=&amp;gt;密码&amp;nbsp;&amp;nbsp;可填多个&amp;nbsp;&amp;nbsp;登录成功后这里的明文密码会被加密
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;);define(&amp;nbsp;&amp;#39;YOURLS_DEBUG&amp;#39;,&amp;nbsp;false&amp;nbsp;);　　　　　　//是否开启调试　　define(&amp;nbsp;&amp;#39;YOURLS_URL_CONVERT&amp;#39;,&amp;nbsp;62&amp;nbsp;);　　　　//使用36进制&amp;nbsp;还是62进制&amp;nbsp;&amp;nbsp;这个最好一开始设好不要修改，避免地址冲突，建议62进制$yourls_reserved_URL&amp;nbsp;=&amp;nbsp;array(&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;#39;porn&amp;#39;,&amp;nbsp;&amp;#39;faggot&amp;#39;,&amp;nbsp;&amp;#39;sex&amp;#39;,&amp;nbsp;&amp;#39;nigger&amp;#39;,&amp;nbsp;&amp;#39;fuck&amp;#39;,&amp;nbsp;&amp;#39;cunt&amp;#39;,&amp;nbsp;&amp;#39;dick&amp;#39;,&amp;nbsp;&amp;nbsp;//排除一下短地址，这些地址是不会生成的);&lt;/pre&gt;&lt;div class=&quot;cnblogs_code_toolbar&quot; style=&quot;margin: 5px 0px 0px; padding: 0px;&quot;&gt;&lt;span class=&quot;cnblogs_code_copy&quot; style=&quot;margin: 0px; padding: 0px 5px 0px 0px; font-family: &amp;quot;Courier New&amp;quot;, serif; font-size: inherit; line-height: 1.5;&quot;&gt;&lt;a title=&quot;复制代码&quot; style=&quot;margin: 0px; padding: 0px; text-decoration-line: underline; border: none !important;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2024/01/20240117111219_87741.gif&quot; alt=&quot;复制代码&quot; style=&quot;margin: 0px; padding: 0px; max-width: 800px; height: auto; border: none !important;&quot;/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px;&quot;&gt;4、服务器配置&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px;&quot;&gt;上传到服务器&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px;&quot;&gt;&amp;nbsp;apache&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px;&quot;&gt;　　(1)配置里开启&amp;nbsp; mod_rewrite 模块&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px;&quot;&gt;　　(2)创建 .htaccess&amp;nbsp; 文件&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2024/01/20240117111221_56941.png&quot; alt=&quot;&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; height: auto; cursor: zoom-in; transition: transform 300ms cubic-bezier(0.2, 0, 0.2, 1) 0s !important;&quot;/&gt;&lt;/p&gt;&lt;div class=&quot;cnblogs_code&quot; style=&quot;margin: 5px 0px; padding: 5px; background-color: rgb(245, 245, 245); border: 1px solid rgb(204, 204, 204); overflow: auto; color: rgb(0, 0, 0); font-family: &amp;quot;Courier New&amp;quot; !important; font-size: 12px !important;&quot;&gt;&lt;div class=&quot;cnblogs_code_toolbar&quot; style=&quot;margin: 5px 0px 0px; padding: 0px;&quot;&gt;&lt;span class=&quot;cnblogs_code_copy&quot; style=&quot;margin: 0px; padding: 0px 5px 0px 0px; font-family: &amp;quot;Courier New&amp;quot;, serif; font-size: inherit; line-height: 1.5;&quot;&gt;&lt;a title=&quot;复制代码&quot; style=&quot;margin: 0px; padding: 0px; text-decoration-line: underline; border: none !important;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2024/01/20240117111219_87741.gif&quot; alt=&quot;复制代码&quot; style=&quot;margin: 0px; padding: 0px; max-width: 800px; height: auto; border: none !important;&quot;/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; transition-duration: 0.2s; transition-property: background, font-size, border-color, border-radius, border-width, padding, margin, color; overflow: auto; font-family: &amp;quot;Courier New&amp;quot;, serif; overflow-wrap: break-word; text-wrap: wrap;&quot;&gt;#.htaccess&amp;nbsp;文件内容，如果是根目录下&amp;nbsp;&amp;nbsp;http://yoursite/&amp;nbsp;#&amp;nbsp;BEGIN&amp;nbsp;YOURLS&amp;lt;IfModule&amp;nbsp;mod_rewrite.c&amp;gt;RewriteEngine&amp;nbsp;On
RewriteBase&amp;nbsp;/RewriteCond&amp;nbsp;%{REQUEST_FILENAME}&amp;nbsp;!-f
RewriteCond&amp;nbsp;%{REQUEST_FILENAME}&amp;nbsp;!-d
RewriteRule&amp;nbsp;^.*$&amp;nbsp;/yourls-loader.php&amp;nbsp;[L]&amp;lt;/IfModule&amp;gt;#&amp;nbsp;END&amp;nbsp;YOURLS

#如果是二级目录下&amp;nbsp;http://yoursite/somedir/#&amp;nbsp;BEGIN&amp;nbsp;YOURLS&amp;lt;IfModule&amp;nbsp;mod_rewrite.c&amp;gt;RewriteEngine&amp;nbsp;On
RewriteBase&amp;nbsp;/somedir/RewriteCond&amp;nbsp;%{REQUEST_FILENAME}&amp;nbsp;!-f
RewriteCond&amp;nbsp;%{REQUEST_FILENAME}&amp;nbsp;!-d
RewriteRule&amp;nbsp;^.*$&amp;nbsp;/somedir/yourls-loader.php&amp;nbsp;[L]&amp;lt;/IfModule&amp;gt;#&amp;nbsp;END&amp;nbsp;YOURLS&lt;/pre&gt;&lt;div class=&quot;cnblogs_code_toolbar&quot; style=&quot;margin: 5px 0px 0px; padding: 0px;&quot;&gt;&lt;span class=&quot;cnblogs_code_copy&quot; style=&quot;margin: 0px; padding: 0px 5px 0px 0px; font-family: &amp;quot;Courier New&amp;quot;, serif; font-size: inherit; line-height: 1.5;&quot;&gt;&lt;a title=&quot;复制代码&quot; style=&quot;margin: 0px; padding: 0px; text-decoration-line: underline; border: none !important;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2024/01/20240117111219_87741.gif&quot; alt=&quot;复制代码&quot; style=&quot;margin: 0px; padding: 0px; max-width: 800px; height: auto; border: none !important;&quot;/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px;&quot;&gt;&amp;nbsp;&lt;strong style=&quot;margin: 0px; padding: 0px;&quot;&gt;nginx&lt;/strong&gt;&lt;/p&gt;&lt;div class=&quot;cnblogs_code&quot; style=&quot;margin: 5px 0px; padding: 5px; background-color: rgb(245, 245, 245); border: 1px solid rgb(204, 204, 204); overflow: auto; color: rgb(0, 0, 0); font-family: &amp;quot;Courier New&amp;quot; !important; font-size: 12px !important;&quot;&gt;&lt;div class=&quot;cnblogs_code_toolbar&quot; style=&quot;margin: 5px 0px 0px; padding: 0px;&quot;&gt;&lt;span class=&quot;cnblogs_code_copy&quot; style=&quot;margin: 0px; padding: 0px 5px 0px 0px; font-family: &amp;quot;Courier New&amp;quot;, serif; font-size: inherit; line-height: 1.5;&quot;&gt;&lt;a title=&quot;复制代码&quot; style=&quot;margin: 0px; padding: 0px; text-decoration-line: underline; border: none !important;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2024/01/20240117111219_87741.gif&quot; alt=&quot;复制代码&quot; style=&quot;margin: 0px; padding: 0px; max-width: 800px; height: auto; border: none !important;&quot;/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; transition-duration: 0.2s; transition-property: background, font-size, border-color, border-radius, border-width, padding, margin, color; overflow: auto; font-family: &amp;quot;Courier New&amp;quot;, serif; overflow-wrap: break-word; text-wrap: wrap;&quot;&gt;server&amp;nbsp;{

&amp;nbsp;&amp;nbsp;#&amp;nbsp;HTTP&amp;nbsp;over&amp;nbsp;IPv4&amp;nbsp;&amp;amp;&amp;nbsp;IPv6
&amp;nbsp;&amp;nbsp;listen&amp;nbsp;80;
&amp;nbsp;&amp;nbsp;listen&amp;nbsp;[::]:80;

&amp;nbsp;&amp;nbsp;#&amp;nbsp;HTTPS&amp;nbsp;over&amp;nbsp;IPv4&amp;nbsp;&amp;amp;&amp;nbsp;IPv6
&amp;nbsp;&amp;nbsp;listen&amp;nbsp;443&amp;nbsp;ssl;
&amp;nbsp;&amp;nbsp;listen&amp;nbsp;[::]:443&amp;nbsp;ssl;
&amp;nbsp;&amp;nbsp;ssl_certificate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;example.com.crt;
&amp;nbsp;&amp;nbsp;ssl_certificate_key&amp;nbsp;example.com.key;

&amp;nbsp;&amp;nbsp;server_name&amp;nbsp;example.com&amp;nbsp;www.example.com;

&amp;nbsp;&amp;nbsp;#&amp;nbsp;Root&amp;nbsp;directory
&amp;nbsp;&amp;nbsp;root&amp;nbsp;/path/to/yourls/files;

&amp;nbsp;&amp;nbsp;#&amp;nbsp;Rewrites&amp;nbsp;&amp;nbsp;主要看这一项配置就够了，路由重写
&amp;nbsp;&amp;nbsp;location&amp;nbsp;/&amp;nbsp;{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;try_files&amp;nbsp;$uri&amp;nbsp;$uri/&amp;nbsp;/yourls-loader.php$is_args$args;
&amp;nbsp;&amp;nbsp;}

&amp;nbsp;&amp;nbsp;#&amp;nbsp;PHP&amp;nbsp;engine
&amp;nbsp;&amp;nbsp;location&amp;nbsp;~&amp;nbsp;\.php$&amp;nbsp;{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;include&amp;nbsp;fastcgi.conf;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;#&amp;nbsp;include&amp;nbsp;fastcgi_params;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;fastcgi_index&amp;nbsp;index.php;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;fastcgi_pass&amp;nbsp;unix:/var/run/php/php7.1-fpm.sock;
&amp;nbsp;&amp;nbsp;}

}&lt;/pre&gt;&lt;div class=&quot;cnblogs_code_toolbar&quot; style=&quot;margin: 5px 0px 0px; padding: 0px;&quot;&gt;&lt;span class=&quot;cnblogs_code_copy&quot; style=&quot;margin: 0px; padding: 0px 5px 0px 0px; font-family: &amp;quot;Courier New&amp;quot;, serif; font-size: inherit; line-height: 1.5;&quot;&gt;&lt;a title=&quot;复制代码&quot; style=&quot;margin: 0px; padding: 0px; text-decoration-line: underline; border: none !important;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2024/01/20240117111219_87741.gif&quot; alt=&quot;复制代码&quot; style=&quot;margin: 0px; padding: 0px; max-width: 800px; height: auto; border: none !important;&quot;/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px;&quot;&gt;5、重启web服务器，浏览器 输入 http://域名/admin，然后选择安装即可安装成功&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px;&quot;&gt;　　&lt;/strong&gt;(1) 如果安装报错，或者不跳转，那有可能是你的php 或者 mysql 版本过低；&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px;&quot;&gt;　　&lt;/strong&gt;(2) 还有可能创建数据库失败，可以选择手动创建：&lt;/p&gt;&lt;div class=&quot;cnblogs_code&quot; style=&quot;margin: 5px 0px; padding: 5px; background-color: rgb(245, 245, 245); border: 1px solid rgb(204, 204, 204); overflow: auto; color: rgb(0, 0, 0); font-family: &amp;quot;Courier New&amp;quot; !important; font-size: 12px !important;&quot;&gt;&lt;div class=&quot;cnblogs_code_toolbar&quot; style=&quot;margin: 5px 0px 0px; padding: 0px;&quot;&gt;&lt;span class=&quot;cnblogs_code_copy&quot; style=&quot;margin: 0px; padding: 0px 5px 0px 0px; font-family: &amp;quot;Courier New&amp;quot;, serif; font-size: inherit; line-height: 1.5;&quot;&gt;&lt;a title=&quot;复制代码&quot; style=&quot;margin: 0px; padding: 0px; text-decoration-line: underline; border: none !important;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2024/01/20240117111219_87741.gif&quot; alt=&quot;复制代码&quot; style=&quot;margin: 0px; padding: 0px; max-width: 800px; height: auto; border: none !important;&quot;/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; transition-duration: 0.2s; transition-property: background, font-size, border-color, border-radius, border-width, padding, margin, color; overflow: auto; font-family: &amp;quot;Courier New&amp;quot;, serif; overflow-wrap: break-word; text-wrap: wrap;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;`keyword`&amp;nbsp;()&amp;nbsp;&amp;nbsp;&amp;nbsp;utf8&amp;nbsp;COLLATE&amp;nbsp;utf8_bin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;`url`&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;utf8&amp;nbsp;COLLATE&amp;nbsp;utf8_bin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;`title`&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;``&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;`ip`&amp;nbsp;()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;`clicks`&amp;nbsp;()&amp;nbsp;unsigned&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;``&amp;nbsp;(`&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;)&amp;nbsp;ENGINEInnoDB&amp;nbsp;&amp;nbsp;CHARSET&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;`option_id`&amp;nbsp;()&amp;nbsp;unsigned&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;`option_name`&amp;nbsp;()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;`option_value`&amp;nbsp;longtext&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;)&amp;nbsp;ENGINEInnoDB&amp;nbsp;AUTO_INCREMENT&amp;nbsp;&amp;nbsp;CHARSET&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;`click_id`&amp;nbsp;()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;`click_time`&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;`shorturl`&amp;nbsp;()&amp;nbsp;&amp;nbsp;&amp;nbsp;utf8&amp;nbsp;COLLATE&amp;nbsp;utf8_bin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;`referrer`&amp;nbsp;()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;`user_agent`&amp;nbsp;()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;`ip_address`&amp;nbsp;()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;`country_code`&amp;nbsp;()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;)&amp;nbsp;ENGINEInnoDB&amp;nbsp;&amp;nbsp;&amp;nbsp;CHARSET&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;`yourls`.`yourls_options`(`option_id`,&amp;nbsp;`option_name`,&amp;nbsp;`option_value`)&amp;nbsp;&amp;nbsp;(,&amp;nbsp;,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;`yourls`.`yourls_options`(`option_id`,&amp;nbsp;`option_name`,&amp;nbsp;`option_value`)&amp;nbsp;&amp;nbsp;(,&amp;nbsp;,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;`yourls`.`yourls_options`(`option_id`,&amp;nbsp;`option_name`,&amp;nbsp;`option_value`)&amp;nbsp;&amp;nbsp;(,&amp;nbsp;,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;`yourls`.`yourls_options`(`option_id`,&amp;nbsp;`option_name`,&amp;nbsp;`option_value`)&amp;nbsp;&amp;nbsp;(,&amp;nbsp;,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;`yourls`.`yourls_options`(`option_id`,&amp;nbsp;`option_name`,&amp;nbsp;`option_value`)&amp;nbsp;&amp;nbsp;(,&amp;nbsp;,&amp;nbsp;);&lt;/pre&gt;&lt;div class=&quot;cnblogs_code_toolbar&quot; style=&quot;margin: 5px 0px 0px; padding: 0px;&quot;&gt;&lt;span class=&quot;cnblogs_code_copy&quot; style=&quot;margin: 0px; padding: 0px 5px 0px 0px; font-family: &amp;quot;Courier New&amp;quot;, serif; font-size: inherit; line-height: 1.5;&quot;&gt;&lt;a title=&quot;复制代码&quot; style=&quot;margin: 0px; padding: 0px; text-decoration-line: underline; border: none !important;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2024/01/20240117111219_87741.gif&quot; alt=&quot;复制代码&quot; style=&quot;margin: 0px; padding: 0px; max-width: 800px; height: auto; border: none !important;&quot;/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px;&quot;&gt;6、短地址默认是是按照顺序生成，从1开始，有可能我们想不按照这样顺序，可以推荐用时间戳来生成&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px;&quot;&gt;　　只需要修改 includes/functions.php&amp;nbsp; 272行左右&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px;&quot;&gt;　　将&amp;nbsp;$id = yourls_get_next_decimal(); 改为&amp;nbsp;$id = time();&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px;&quot;&gt;7、api接口生成&amp;nbsp; &amp;nbsp;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px;&quot;&gt;　　请求地址：http://域名//yourls-api.php&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px;&quot;&gt;　　参数：username(用户名)、password（密码）、format（格式 json）、url（长地址）、action（功能，shorturl）&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px;&quot;&gt;　　返回：&lt;/p&gt;&lt;div class=&quot;cnblogs_code&quot; style=&quot;margin: 5px 0px; padding: 5px; background-color: rgb(245, 245, 245); border: 1px solid rgb(204, 204, 204); overflow: auto; color: rgb(0, 0, 0); font-family: &amp;quot;Courier New&amp;quot; !important; font-size: 12px !important;&quot;&gt;&lt;div class=&quot;cnblogs_code_toolbar&quot; style=&quot;margin: 5px 0px 0px; padding: 0px;&quot;&gt;&lt;span class=&quot;cnblogs_code_copy&quot; style=&quot;margin: 0px; padding: 0px 5px 0px 0px; font-family: &amp;quot;Courier New&amp;quot;, serif; font-size: inherit; line-height: 1.5;&quot;&gt;&lt;a title=&quot;复制代码&quot; style=&quot;margin: 0px; padding: 0px; text-decoration-line: underline; border: none !important;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2024/01/20240117111219_87741.gif&quot; alt=&quot;复制代码&quot; style=&quot;margin: 0px; padding: 0px; max-width: 800px; height: auto; border: none !important;&quot;/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; transition-duration: 0.2s; transition-property: background, font-size, border-color, border-radius, border-width, padding, margin, color; overflow: auto; font-family: &amp;quot;Courier New&amp;quot;, serif; overflow-wrap: break-word; text-wrap: wrap;&quot;&gt;{&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;url&amp;quot;:&amp;nbsp;{&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;keyword&amp;quot;:&amp;nbsp;&amp;quot;1H7fa7&amp;quot;,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;url&amp;quot;:&amp;nbsp;&amp;quot;http://www.baidu.com/download/index.html?player_id=2&amp;quot;,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;title&amp;quot;:&amp;nbsp;&amp;quot;下载页面&amp;quot;,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;date&amp;quot;:&amp;nbsp;&amp;quot;2019-03-22&amp;nbsp;08:04:23&amp;quot;,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;ip&amp;quot;:&amp;nbsp;&amp;quot;127.0.0.1&amp;quot;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;},&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;status&amp;quot;:&amp;nbsp;&amp;quot;success&amp;quot;,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;message&amp;quot;:&amp;nbsp;&amp;quot;http://www.baidu.com/download/index.html?player_id=2&amp;nbsp;已保存为&amp;quot;,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;title&amp;quot;:&amp;nbsp;&amp;quot;下载页面&amp;quot;,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;shorturl&amp;quot;:&amp;nbsp;&amp;quot;http://test.com/1H7fa7&amp;quot;,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;statusCode&amp;quot;:&amp;nbsp;200}&lt;/pre&gt;&lt;div class=&quot;cnblogs_code_toolbar&quot; style=&quot;margin: 5px 0px 0px; padding: 0px;&quot;&gt;&lt;span class=&quot;cnblogs_code_copy&quot; style=&quot;margin: 0px; padding: 0px 5px 0px 0px; font-family: &amp;quot;Courier New&amp;quot;, serif; font-size: inherit; line-height: 1.5;&quot;&gt;&lt;a title=&quot;复制代码&quot; style=&quot;margin: 0px; padding: 0px; text-decoration-line: underline; border: none !important;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2024/01/20240117111219_87741.gif&quot; alt=&quot;复制代码&quot; style=&quot;margin: 0px; padding: 0px; max-width: 800px; height: auto; border: none !important;&quot;/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px;&quot;&gt;上面的&amp;nbsp;&amp;nbsp;shorturl 就是生成的短链接，也可以在后台直接生成指定的短链接。&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px;&quot;&gt;每个短链接后面拼接一个&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; color: #FF0000;&quot;&gt;+&lt;/span&gt;&lt;/strong&gt;&amp;nbsp;，就可以查看这个链接的点击情况，例如：&lt;span style=&quot;margin: 0px; padding: 0px; font-family: &amp;quot;Courier New&amp;quot;; font-size: 12px;&quot;&gt;http://test.com/1H7fa7+&lt;/span&gt;&lt;/p&gt;&lt;pre style=&quot;margin: 10px auto; padding: 0px; transition-duration: 0.2s; transition-property: background, font-size, border-color, border-radius, border-width, padding, margin, color; overflow: auto; text-wrap: wrap;&quot;&gt;shorturl&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Wed, 17 Jan 2024 11:12:08 +0800</pubDate></item><item><title>BT宝塔面板安装提示cannot verify dg2.bt.cn's certificate, issued by ‘CN=sslTrus (RSA) OV CA,O=</title><link>https://wzc.tzts.ltd/post/89.html</link><description>&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;【待反馈】BT不能安装软件了&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;小藏文玩发表在Linux面板2023-5-15 10:18[复制链接]81779&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;为了能快速了解并处理您的问题，请提供以下基础信息：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;面板、插件版本：免费版&amp;nbsp; &amp;nbsp;7.9.10&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;系统版本：ubtuntu 2024&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;问题描述：软件商店不能安装软件了&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;相关截图（日志、错误）：正在选择下载节点...&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;--2023-05-15 10:08:00-- https://dg2.bt.cn/install/4/php.shResolving dg2.bt.cn (dg2.bt.cn)... 42.157.129.47, 240e:a5:4200:89::256Connecting to dg2.bt.cn (dg2.bt.cn)|42.157.129.47|:443... connected.WARNING: cannot verify dg2.bt.cn&amp;#39;s certificate, issued by ‘CN=sslTrus (RSA) OV CA,O=sslTrus,C=CN’:Unable to locally verify the issuer&amp;#39;s authority.HTTP request sent, awaiting response... 200 OKLength: 21018 (21K) [application/octet-stream]Saving to: ‘php.sh’0K .......... .......... 100% 38.9M=0.001s2023-05-15 10:08:00 (38.9 MB/s) - ‘php.sh’ saved [21018/21018]正在选择下载节点...https://hk1-node.bt.cn--2023-05-15 10:08:07-- https://download.bt.cn/install/public.shResolving download.bt.cn (download.bt.cn)... 42.157.129.47, 240e:a5:4200:89::256Connecting to download.bt.cn (download.bt.cn)|42.157.129.47|:443... connected.ERROR: cannot verify download.bt.cn&amp;#39;s certificate, issued by ‘CN=sslTrus (RSA) OV CA,O=sslTrus,C=CN’:Unable to locally verify the issuer&amp;#39;s authority.To connect to download.bt.cn insecurely, use `--no-check-certificate&amp;#39;.正在选择下载节点...--2023-05-15 10:08:14-- https://hk1-node.bt.cn/install/0/php.shResolving hk1-node.bt.cn (hk1-node.bt.cn)... 116.10.184.219Connecting to hk1-node.bt.cn (hk1-node.bt.cn)|116.10.184.219|:443... connected.ERROR: cannot verify hk1-node.bt.cn&amp;#39;s certificate, issued by ‘CN=sslTrus (RSA) OV CA,O=sslTrus,C=CN’:Unable to locally verify the issuer&amp;#39;s authority.To connect to hk1-node.bt.cn insecurely, use `--no-check-certificate&amp;#39;.|-Successify --- 命令已执行! ---&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;收藏&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;沙发&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;谢花郎 发表于 2023-5-15 11:00:19 | 只看该作者&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;您好，提示`--no-check-certificate`错误，是因您服务器内的系统根证书无法进行验证，所以导致此问题以及无法正常安装软件。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;可尝试下面命令解决：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;curl --etag-compare etag.txt --etag-save etag.txt --remote-name https://curl.se/ca/cacert.pem&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;复制代码&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;如果提示不支持 etag，则使用这条命令&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;curl --remote-name --time-cond cacert.pem https://curl.se/ca/cacert.pem&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;复制代码&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;如以上无法解决，则尝试使用下面命令：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;update-ca-certificates --verbose --fresh&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;export SSL_CERT_DIR=/etc/ssl/certs&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;复制代码&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;以上两条命令可解决，export是临时添加变量环境&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;如需永久添加，则修改~/.bashrc&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;添加：export SSL_CERT_DIR=/etc/ssl/certs&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;执行source ~/.bashrc生效&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;！！！！！用这个：：通过下面命令增参数，增加此参数后服务器不在验证网站的证书了&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: nowrap;&quot;&gt;echo &amp;quot;check_certificate = off&amp;quot; &amp;gt;&amp;gt; ~/.wgetrc&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Wed, 17 Jan 2024 10:29:51 +0800</pubDate></item><item><title>DEDE数据库语句 DEDESQL命令批量替换 SQL执行语句</title><link>https://wzc.tzts.ltd/post/88.html</link><description>&lt;p style=&quot;box-sizing: border-box; outline: 0px; margin-top: 0px; margin-bottom: 16px; padding: 0px; font-size: 16px; color: rgb(77, 77, 77); overflow: auto hidden; overflow-wrap: break-word; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; white-space: normal; background-color: rgb(255, 255, 255); line-height: 26px !important;&quot;&gt;1.更改文章中的内容&lt;/p&gt;&lt;div class=&quot;table-box&quot; style=&quot;box-sizing: border-box; outline: 0px; margin: 0px 0px 24px; padding: 0px; overflow-wrap: break-word; overflow-x: auto; color: rgb(51, 51, 51); font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; font-size: 16px; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;6&quot; align=&quot;center&quot; width=&quot;962&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box; outline: 0px; border: 0px; overflow-wrap: break-word;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot; class=&quot;firstRow&quot;&gt;&lt;td bgcolor=&quot;#eefcff&quot; style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;update dede_addonarticle set body=replace(body,&amp;#39;原来的字符&amp;#39;,&amp;#39;替换后的字符&amp;#39;)&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing: border-box; outline: 0px; margin-top: 0px; margin-bottom: 16px; padding: 0px; font-size: 16px; color: rgb(77, 77, 77); overflow: auto hidden; overflow-wrap: break-word; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; white-space: normal; background-color: rgb(255, 255, 255); line-height: 26px !important;&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; outline: 0px; margin-top: 0px; margin-bottom: 16px; padding: 0px; font-size: 16px; color: rgb(77, 77, 77); overflow: auto hidden; overflow-wrap: break-word; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; white-space: normal; background-color: rgb(255, 255, 255); line-height: 26px !important;&quot;&gt;例如：update dede_addonarticle set body=replace(body,&amp;#39;音乐下载&amp;#39;,&amp;#39;音乐试听)&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; outline: 0px; margin-top: 0px; margin-bottom: 16px; padding: 0px; font-size: 16px; color: rgb(77, 77, 77); overflow: auto hidden; overflow-wrap: break-word; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; white-space: normal; background-color: rgb(255, 255, 255); line-height: 26px !important;&quot;&gt;&lt;br style=&quot;box-sizing: border-box; outline: 0px; overflow-wrap: break-word;&quot;/&gt;2.更改缩略图目录&lt;/p&gt;&lt;div class=&quot;table-box&quot; style=&quot;box-sizing: border-box; outline: 0px; margin: 0px 0px 24px; padding: 0px; overflow-wrap: break-word; overflow-x: auto; color: rgb(51, 51, 51); font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; font-size: 16px; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;6&quot; align=&quot;center&quot; width=&quot;962&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box; outline: 0px; border: 0px; overflow-wrap: break-word;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot; class=&quot;firstRow&quot;&gt;&lt;td bgcolor=&quot;#eefcff&quot; style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;SQL命令：update dede_archives set litpic=replace(litpic,&amp;#39;原来的字符&amp;#39;,&amp;#39;替换后的字符&amp;#39;)&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing: border-box; outline: 0px; margin-top: 0px; margin-bottom: 16px; padding: 0px; font-size: 16px; color: rgb(77, 77, 77); overflow: auto hidden; overflow-wrap: break-word; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; white-space: normal; background-color: rgb(255, 255, 255); line-height: 26px !important;&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; outline: 0px; margin-top: 0px; margin-bottom: 16px; padding: 0px; font-size: 16px; color: rgb(77, 77, 77); overflow: auto hidden; overflow-wrap: break-word; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; white-space: normal; background-color: rgb(255, 255, 255); line-height: 26px !important;&quot;&gt;例如：update dede_archives set litpic=replace(litpic,&amp;#39;uplimg,&amp;#39;tupian&amp;#39;)&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; outline: 0px; margin-top: 0px; margin-bottom: 16px; padding: 0px; font-size: 16px; color: rgb(77, 77, 77); overflow: auto hidden; overflow-wrap: break-word; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; white-space: normal; background-color: rgb(255, 255, 255); line-height: 26px !important;&quot;&gt;&lt;br style=&quot;box-sizing: border-box; outline: 0px; overflow-wrap: break-word;&quot;/&gt;3.批量替换文章模型中内容部分图片链接路径.&lt;/p&gt;&lt;div class=&quot;table-box&quot; style=&quot;box-sizing: border-box; outline: 0px; margin: 0px 0px 24px; padding: 0px; overflow-wrap: break-word; overflow-x: auto; color: rgb(51, 51, 51); font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; font-size: 16px; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;6&quot; align=&quot;center&quot; width=&quot;962&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box; outline: 0px; border: 0px; overflow-wrap: break-word;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot; class=&quot;firstRow&quot;&gt;&lt;td bgcolor=&quot;#eefcff&quot; style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;update dede_addonarticle set body=replace(body,&amp;#39;src=&amp;quot;http://598080707.net/img/&amp;#39;,&amp;#39;src=&amp;quot;http://598080707.net/images/&amp;#39;);&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing: border-box; outline: 0px; margin-top: 0px; margin-bottom: 16px; padding: 0px; font-size: 16px; color: rgb(77, 77, 77); overflow: auto hidden; overflow-wrap: break-word; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; white-space: normal; background-color: rgb(255, 255, 255); line-height: 26px !important;&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; outline: 0px; margin-top: 0px; margin-bottom: 16px; padding: 0px; font-size: 16px; color: rgb(77, 77, 77); overflow: auto hidden; overflow-wrap: break-word; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; white-space: normal; background-color: rgb(255, 255, 255); line-height: 26px !important;&quot;&gt;例如：把图片路径由原来的http://598080707.net/img/替换成http://598080707.net/images/&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; outline: 0px; margin-top: 0px; margin-bottom: 16px; padding: 0px; font-size: 16px; color: rgb(77, 77, 77); overflow: auto hidden; overflow-wrap: break-word; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; white-space: normal; background-color: rgb(255, 255, 255); line-height: 26px !important;&quot;&gt;&lt;br style=&quot;box-sizing: border-box; outline: 0px; overflow-wrap: break-word;&quot;/&gt;4.批量替换文章模型中内容部分超链接.&lt;/p&gt;&lt;div class=&quot;table-box&quot; style=&quot;box-sizing: border-box; outline: 0px; margin: 0px 0px 24px; padding: 0px; overflow-wrap: break-word; overflow-x: auto; color: rgb(51, 51, 51); font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; font-size: 16px; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;6&quot; align=&quot;center&quot; width=&quot;962&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box; outline: 0px; border: 0px; overflow-wrap: break-word;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot; class=&quot;firstRow&quot;&gt;&lt;td bgcolor=&quot;#eefcff&quot; style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;update dede_addonarticle set body=replace(body,&amp;#39;href=&amp;quot;http://www.598080707.net&amp;#39;,&amp;#39;href=&amp;quot;http://598080707.net&amp;#39;);&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing: border-box; outline: 0px; margin-top: 0px; margin-bottom: 16px; padding: 0px; font-size: 16px; color: rgb(77, 77, 77); overflow: auto hidden; overflow-wrap: break-word; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; white-space: normal; background-color: rgb(255, 255, 255); line-height: 26px !important;&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; outline: 0px; margin-top: 0px; margin-bottom: 16px; padding: 0px; font-size: 16px; color: rgb(77, 77, 77); overflow: auto hidden; overflow-wrap: break-word; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; white-space: normal; background-color: rgb(255, 255, 255); line-height: 26px !important;&quot;&gt;例如：把文章模型中的超链接由原来的http://www.598080707.net替换成http://598080707.net&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; outline: 0px; margin-top: 0px; margin-bottom: 16px; padding: 0px; font-size: 16px; color: rgb(77, 77, 77); overflow: auto hidden; overflow-wrap: break-word; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; white-space: normal; background-color: rgb(255, 255, 255); line-height: 26px !important;&quot;&gt;&lt;br style=&quot;box-sizing: border-box; outline: 0px; overflow-wrap: break-word;&quot;/&gt;5.批量替换文章模型中内容部分图片锚文本文字.&lt;/p&gt;&lt;div class=&quot;table-box&quot; style=&quot;box-sizing: border-box; outline: 0px; margin: 0px 0px 24px; padding: 0px; overflow-wrap: break-word; overflow-x: auto; color: rgb(51, 51, 51); font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; font-size: 16px; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;6&quot; align=&quot;center&quot; width=&quot;962&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box; outline: 0px; border: 0px; overflow-wrap: break-word;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot; class=&quot;firstRow&quot;&gt;&lt;td bgcolor=&quot;#eefcff&quot; style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;update dede_addonarticle set body=replace(body,&amp;#39;alt=&amp;quot;http://www.598080707.net/&amp;#39;,&amp;#39;alt=&amp;quot;http://598080707.net/&amp;#39;);&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing: border-box; outline: 0px; margin-top: 0px; margin-bottom: 16px; padding: 0px; font-size: 16px; color: rgb(77, 77, 77); overflow: auto hidden; overflow-wrap: break-word; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; white-space: normal; background-color: rgb(255, 255, 255); line-height: 26px !important;&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; outline: 0px; margin-top: 0px; margin-bottom: 16px; padding: 0px; font-size: 16px; color: rgb(77, 77, 77); overflow: auto hidden; overflow-wrap: break-word; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; white-space: normal; background-color: rgb(255, 255, 255); line-height: 26px !important;&quot;&gt;例如：把文章模型中的图片锚文本信息由原来的http://www.598080707.net替换成http://598080707.net&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; outline: 0px; margin-top: 0px; margin-bottom: 16px; padding: 0px; font-size: 16px; color: rgb(77, 77, 77); overflow: auto hidden; overflow-wrap: break-word; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; white-space: normal; background-color: rgb(255, 255, 255); line-height: 26px !important;&quot;&gt;&lt;br style=&quot;box-sizing: border-box; outline: 0px; overflow-wrap: break-word;&quot;/&gt;6.批量替换软件模型内容部分超链接&lt;/p&gt;&lt;div class=&quot;table-box&quot; style=&quot;box-sizing: border-box; outline: 0px; margin: 0px 0px 24px; padding: 0px; overflow-wrap: break-word; overflow-x: auto; color: rgb(51, 51, 51); font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; font-size: 16px; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;6&quot; align=&quot;center&quot; width=&quot;962&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box; outline: 0px; border: 0px; overflow-wrap: break-word;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot; class=&quot;firstRow&quot;&gt;&lt;td bgcolor=&quot;#eefcff&quot; style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;update dede_addonsoft set introduce=replace(introduce,&amp;#39;href=&amp;quot;http://www.12215.net/images/QQ598080707/js/ys.html&amp;#39;,&amp;#39;href=&amp;quot;http:/598080707.net/index.html&amp;#39;);&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing: border-box; outline: 0px; margin-top: 0px; margin-bottom: 16px; padding: 0px; font-size: 16px; color: rgb(77, 77, 77); overflow: auto hidden; overflow-wrap: break-word; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; white-space: normal; background-color: rgb(255, 255, 255); line-height: 26px !important;&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; outline: 0px; margin-top: 0px; margin-bottom: 16px; padding: 0px; font-size: 16px; color: rgb(77, 77, 77); overflow: auto hidden; overflow-wrap: break-word; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; white-space: normal; background-color: rgb(255, 255, 255); line-height: 26px !important;&quot;&gt;例如：把软件模型内容中超链接由原来的http://www.12215.net/images/QQ598080707/js/ys.html替换成http:/598080707.net/index.html&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; outline: 0px; margin-top: 0px; margin-bottom: 16px; padding: 0px; font-size: 16px; color: rgb(77, 77, 77); overflow: auto hidden; overflow-wrap: break-word; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; white-space: normal; background-color: rgb(255, 255, 255); line-height: 26px !important;&quot;&gt;&lt;br style=&quot;box-sizing: border-box; outline: 0px; overflow-wrap: break-word;&quot;/&gt;7.批量替换文章模型中作者字段&lt;/p&gt;&lt;div class=&quot;table-box&quot; style=&quot;box-sizing: border-box; outline: 0px; margin: 0px 0px 24px; padding: 0px; overflow-wrap: break-word; overflow-x: auto; color: rgb(51, 51, 51); font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; font-size: 16px; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;6&quot; align=&quot;center&quot; width=&quot;962&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box; outline: 0px; border: 0px; overflow-wrap: break-word;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot; class=&quot;firstRow&quot;&gt;&lt;td bgcolor=&quot;#eefcff&quot; style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;update dede_archives set writer=replace(writer,&amp;#39;http://www.598080707.net&amp;#39;,&amp;#39;http://598080707.net&amp;#39;);&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing: border-box; outline: 0px; margin-top: 0px; margin-bottom: 16px; padding: 0px; font-size: 16px; color: rgb(77, 77, 77); overflow: auto hidden; overflow-wrap: break-word; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; white-space: normal; background-color: rgb(255, 255, 255); line-height: 26px !important;&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; outline: 0px; margin-top: 0px; margin-bottom: 16px; padding: 0px; font-size: 16px; color: rgb(77, 77, 77); overflow: auto hidden; overflow-wrap: break-word; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; white-space: normal; background-color: rgb(255, 255, 255); line-height: 26px !important;&quot;&gt;例如：把文章模型中的作者由原来的http://www.598080707.net替换成http://598080707.net&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; outline: 0px; margin-top: 0px; margin-bottom: 16px; padding: 0px; font-size: 16px; color: rgb(77, 77, 77); overflow: auto hidden; overflow-wrap: break-word; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; white-space: normal; background-color: rgb(255, 255, 255); line-height: 26px !important;&quot;&gt;&lt;br style=&quot;box-sizing: border-box; outline: 0px; overflow-wrap: break-word;&quot;/&gt;8.批量替换文章模型中来源字段&lt;/p&gt;&lt;div class=&quot;table-box&quot; style=&quot;box-sizing: border-box; outline: 0px; margin: 0px 0px 24px; padding: 0px; overflow-wrap: break-word; overflow-x: auto; color: rgb(51, 51, 51); font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; font-size: 16px; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;6&quot; align=&quot;center&quot; width=&quot;962&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box; outline: 0px; border: 0px; overflow-wrap: break-word;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot; class=&quot;firstRow&quot;&gt;&lt;td bgcolor=&quot;#eefcff&quot; style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;update dede_archives set source=replace(source,&amp;#39;心情驿站 WWW.JINQQ.NET&amp;#39;,&amp;#39;DEDE技术吧 598080707.NET&amp;#39;);&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing: border-box; outline: 0px; margin-top: 0px; margin-bottom: 16px; padding: 0px; font-size: 16px; color: rgb(77, 77, 77); overflow: auto hidden; overflow-wrap: break-word; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; white-space: normal; background-color: rgb(255, 255, 255); line-height: 26px !important;&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; outline: 0px; margin-top: 0px; margin-bottom: 16px; padding: 0px; font-size: 16px; color: rgb(77, 77, 77); overflow: auto hidden; overflow-wrap: break-word; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; white-space: normal; background-color: rgb(255, 255, 255); line-height: 26px !important;&quot;&gt;例如：把文章模型中的帖子来源由原来的心情驿站 WWW.JINQQ.NET替换成DEDE技术吧 598080707.NET&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; outline: 0px; margin-top: 0px; margin-bottom: 16px; padding: 0px; font-size: 16px; color: rgb(77, 77, 77); overflow: auto hidden; overflow-wrap: break-word; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; white-space: normal; background-color: rgb(255, 255, 255); line-height: 26px !important;&quot;&gt;&lt;br style=&quot;box-sizing: border-box; outline: 0px; overflow-wrap: break-word;&quot;/&gt;9.批量替换文章命名规则 　&lt;/p&gt;&lt;div class=&quot;table-box&quot; style=&quot;box-sizing: border-box; outline: 0px; margin: 0px 0px 24px; padding: 0px; overflow-wrap: break-word; overflow-x: auto; color: rgb(51, 51, 51); font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; font-size: 16px; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;6&quot; align=&quot;center&quot; width=&quot;962&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box; outline: 0px; border: 0px; overflow-wrap: break-word;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot; class=&quot;firstRow&quot;&gt;&lt;td bgcolor=&quot;#eefcff&quot; style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;update `dede_arctype` set namerule=&amp;#39;{typedir}/{aid}.html&amp;#39;;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing: border-box; outline: 0px; margin-top: 0px; margin-bottom: 16px; padding: 0px; font-size: 16px; color: rgb(77, 77, 77); overflow: auto hidden; overflow-wrap: break-word; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; white-space: normal; background-color: rgb(255, 255, 255); line-height: 26px !important;&quot;&gt;例如：把站内所有文章模型命名规则全部替换成{typedir}/{aid}.html这样一种形式&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; outline: 0px; margin-top: 0px; margin-bottom: 16px; padding: 0px; font-size: 16px; color: rgb(77, 77, 77); overflow: auto hidden; overflow-wrap: break-word; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; white-space: normal; background-color: rgb(255, 255, 255); line-height: 26px !important;&quot;&gt;&lt;br style=&quot;box-sizing: border-box; outline: 0px; overflow-wrap: break-word;&quot;/&gt;10批量替换软件模型演示地址超链接&lt;/p&gt;&lt;div class=&quot;table-box&quot; style=&quot;box-sizing: border-box; outline: 0px; margin: 0px 0px 24px; padding: 0px; overflow-wrap: break-word; overflow-x: auto; color: rgb(51, 51, 51); font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; font-size: 16px; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;6&quot; align=&quot;center&quot; width=&quot;962&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box; outline: 0px; border: 0px; overflow-wrap: break-word;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot; class=&quot;firstRow&quot;&gt;&lt;td bgcolor=&quot;#eefcff&quot; style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;update dede_addonsoft set writer=replace(officialUrl,&amp;#39;http:/www.12215.net&amp;#39;,&amp;#39;http://598080707.net&amp;#39;);&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Fri, 17 Dec 2021 07:52:17 +0800</pubDate></item><item><title>腾讯云登录Root用户</title><link>https://wzc.tzts.ltd/post/87.html</link><description>&lt;div&gt;&lt;div&gt;&lt;blockquote&gt;&lt;p&gt;在腾讯云上拿到的Ubuntu主机分配给的用户是ubuntu用户，并不是root用户，而阿里云上拿到的Ubuntu主机分配给的用户就是root用户。如果没有root用户权限做事情会变得麻烦，每次做什么都要sudo一下，下面介绍怎么设置root用户的ssh登录：&lt;/p&gt;&lt;/blockquote&gt;&lt;h2&gt;1、设置root密码&lt;/h2&gt;&lt;p&gt;可以修改成和ubuntu用户一样，方便记忆。先使用ubuntu用户ssh登录腾讯云，然后执行命令&lt;/p&gt;&lt;div class=&quot;_2Uzcx_&quot;&gt;&lt;button class=&quot;VJbwyy&quot; type=&quot;button&quot; aria-label=&quot;复制代码&quot;&gt;&lt;em aria-label=&quot;icon: copy&quot; class=&quot;anticon anticon-copy&quot;&gt;&lt;svg viewbox=&quot;64 64 896 896&quot; focusable=&quot;false&quot; class=&quot;&quot; data-icon=&quot;copy&quot; width=&quot;1em&quot; height=&quot;1em&quot; fill=&quot;currentColor&quot; aria-hidden=&quot;true&quot;&gt;&lt;path d=&quot;M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32zM704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/em&gt;&lt;/button&gt;&lt;pre class=&quot;line-numbers  language-dart&quot;&gt;ubuntu@VM-0-14-ubuntu:~$&amp;nbsp;sudo&amp;nbsp;passwd&amp;nbsp;root
Enter&amp;nbsp;new&amp;nbsp;UNIX&amp;nbsp;password:&amp;nbsp;Retype&amp;nbsp;new&amp;nbsp;UNIX&amp;nbsp;password:&amp;nbsp;passwd:&amp;nbsp;password&amp;nbsp;updated&amp;nbsp;successfully&lt;/pre&gt;&lt;/div&gt;&lt;h2&gt;2、修改ssh登录的配置&lt;/h2&gt;&lt;p&gt;即/etc/ssh/sshd_config文件，修改为允许root登录，可以执行命令&lt;/p&gt;&lt;div class=&quot;_2Uzcx_&quot;&gt;&lt;button class=&quot;VJbwyy&quot; type=&quot;button&quot; aria-label=&quot;复制代码&quot;&gt;&lt;em aria-label=&quot;icon: copy&quot; class=&quot;anticon anticon-copy&quot;&gt;&lt;svg viewbox=&quot;64 64 896 896&quot; focusable=&quot;false&quot; class=&quot;&quot; data-icon=&quot;copy&quot; width=&quot;1em&quot; height=&quot;1em&quot; fill=&quot;currentColor&quot; aria-hidden=&quot;true&quot;&gt;&lt;path d=&quot;M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32zM704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/em&gt;&lt;/button&gt;&lt;pre class=&quot;line-numbers  language-undefined&quot;&gt;sudo&amp;nbsp;vim&amp;nbsp;/etc/ssh/sshd_config&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;进入vim编辑，用方向键向下滚动找到PermitRootLogin这项，按下insert键进入插入模式，将PermitRootLogin后面的prohibit-password改为yes。&lt;/p&gt;&lt;div class=&quot;image-package&quot;&gt;&lt;div class=&quot;image-container&quot; style=&quot;max-width: 688px; max-height: 166px;&quot;&gt;&lt;div class=&quot;image-view&quot; data-width=&quot;688&quot; data-height=&quot;166&quot;&gt;&lt;img data-original-src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/11/20211119161622_38755.png&quot; data-original-width=&quot;688&quot; data-original-height=&quot;166&quot; data-original-format=&quot;image/png&quot; data-original-filesize=&quot;22177&quot; data-image-index=&quot;0&quot; style=&quot;cursor: zoom-in;&quot; class=&quot;&quot; src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/11/20211119161622_38755.png?imageMogr2/auto-orient/strip|imageView2/2/w/688/format/webp&quot;/&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;image.png&lt;/p&gt;&lt;p&gt;修改后按esc 后键入:wq 退出&lt;/p&gt;&lt;/div&gt;&lt;h2&gt;3、ssh配置的修改生效&lt;/h2&gt;&lt;p&gt;重启ssh服务，执行命令&lt;/p&gt;&lt;div class=&quot;_2Uzcx_&quot;&gt;&lt;button class=&quot;VJbwyy&quot; type=&quot;button&quot; aria-label=&quot;复制代码&quot;&gt;&lt;em aria-label=&quot;icon: copy&quot; class=&quot;anticon anticon-copy&quot;&gt;&lt;svg viewbox=&quot;64 64 896 896&quot; focusable=&quot;false&quot; class=&quot;&quot; data-icon=&quot;copy&quot; width=&quot;1em&quot; height=&quot;1em&quot; fill=&quot;currentColor&quot; aria-hidden=&quot;true&quot;&gt;&lt;path d=&quot;M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32zM704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/em&gt;&lt;/button&gt;&lt;pre class=&quot;line-numbers  language-undefined&quot;&gt;sudo&amp;nbsp;service&amp;nbsp;ssh&amp;nbsp;restart&lt;/pre&gt;&lt;/div&gt;&lt;h2&gt;4、使用root用户测试登录&lt;/h2&gt;&lt;div class=&quot;image-package&quot;&gt;&lt;div class=&quot;image-container&quot; style=&quot;max-width: 700px; max-height: 481px;&quot;&gt;&lt;div class=&quot;image-view&quot; data-width=&quot;747&quot; data-height=&quot;481&quot;&gt;&lt;img data-original-src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/11/20211119161622_51201.png&quot; data-original-width=&quot;747&quot; data-original-height=&quot;481&quot; data-original-format=&quot;image/png&quot; data-original-filesize=&quot;47159&quot; data-image-index=&quot;1&quot; style=&quot;cursor: zoom-in;&quot; class=&quot;&quot; src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/11/20211119161622_51201.png?imageMogr2/auto-orient/strip|imageView2/2/w/747/format/webp&quot;/&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br/&gt;&lt;br/&gt;作者：inke&lt;br/&gt;链接：https://www.jianshu.com/p/648c48f146c6&lt;br/&gt;来源：简书&lt;br/&gt;著作权归作者所有。商业转载请联系作者获得授权，非商业转载请注明出处。&lt;/div&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Fri, 19 Nov 2021 16:02:37 +0800</pubDate></item><item><title>EXCEL，wps表格中打印图片变形怎么办</title><link>https://wzc.tzts.ltd/post/86.html</link><description>&lt;p&gt;&lt;span style=&quot;color: #333333; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Lantinghei SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, arial, 宋体, sans-serif, tahoma; font-size: 16px; background-color: #FFFFFF;&quot;&gt;在EXCEL中将，图像 - 图像大小，“锁定纵横比”的勾去掉，宽改成 109 %，高改成 100%，打出来就圆了。&lt;/span&gt;&lt;/p&gt;</description><pubDate>Tue, 02 Nov 2021 16:52:50 +0800</pubDate></item><item><title>VMware Workstation安装安卓Android-X86 最新版（结合上篇）</title><link>https://wzc.tzts.ltd/post/85.html</link><description>&lt;h2 style=&quot;margin: 20px 0px; padding: 0px; font-size: 21px; line-height: 1.5; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 18px; font-family: &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;Android-X86&amp;nbsp;&lt;/span&gt;&lt;/h2&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-family: &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;进到这个页面的人想毕已经知道&amp;nbsp;Android-X86&amp;nbsp; 是什么东东，有什么用了，这里就不浪费时间啦，不知道的自己百度吧&lt;/span&gt;&lt;/p&gt;&lt;h2 style=&quot;margin: 20px 0px; padding: 0px; font-size: 21px; line-height: 1.5; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;一、准备工作&lt;/h2&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;官网下载地址：&lt;a href=&quot;https://www.android-x86.org/&quot; target=&quot;_blank&quot; style=&quot;margin: 0px; padding: 0px; color: rgb(0, 0, 0);&quot;&gt;https://www.android-x86.org&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;我这里使用最新版android-x86-9.0-r2来做演示&lt;/p&gt;&lt;h2 style=&quot;margin: 20px 0px; padding: 0px; font-size: 21px; line-height: 1.5; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 18px; font-family: &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;二、安装&lt;/span&gt;&lt;/h2&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-family: &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;打开VMware Workstation “创建新的虚拟机”。没什么特殊要求，但个人建议至少2核2G，根据自己的电脑配置经及自己需求来，想想现在的安卓机都什么配置啦12核12G，如果这里给太小了系统就容易卡，选择好iso文件的路径，开机：&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-family: &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;2.1 选择第三个并回车&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 18px; font-family: &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155638_65919.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;2.2&amp;nbsp;选择第一行回车&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155638_51499.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;2.3&amp;nbsp;选择NO回车&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155638_42113.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;2.4选择New回车&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155639_49733.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;2.5 选择Primary回车&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155639_26437.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;2.6直接回车（新建分区）&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 18px; font-family: &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155639_77222.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;2.7 激活分区，写磁盘引导信息，&lt;span style=&quot;margin: 0px; padding: 0px; color: #222222; font-family: tahoma, arial, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px;&quot;&gt;选择“Bootable”然后回车，“sda1”的Flags就是“Boot”。&lt;/span&gt;&amp;nbsp;（上一步新建了分区这一步来给它激活分区，安装好系统后才能正常启动）&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155640_11880.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;2.8&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; color: #222222; font-family: tahoma, arial, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px;&quot;&gt;选择Write 回车&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155640_48593.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;2.9&amp;nbsp;输入Yes&amp;nbsp;回车&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155640_60258.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;2.10&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; color: #222222; font-family: tahoma, arial, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px;&quot;&gt;选中Quit回车，退出分区&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; color: #222222; font-family: tahoma, arial, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155640_12992.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;2.11&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; color: #222222; font-family: tahoma, arial, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px;&quot;&gt;选择 “sda1”,即第一块硬盘的第一个分区，然后用“Tab”键选中“OK” 后回车。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155641_89245.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;2.12&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; color: #222222; font-family: tahoma, arial, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px;&quot;&gt;选择ETX4回车&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155641_61466.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;2.13&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; color: #222222; font-family: tahoma, arial, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px;&quot;&gt;Yes 回车&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; color: #222222; font-family: tahoma, arial, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155641_17069.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; color: #222222; font-family: tahoma, arial, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155641_42180.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;2.14&amp;nbsp; 格式化完成继续&lt;span style=&quot;margin: 0px; padding: 0px; color: #222222; font-family: tahoma, arial, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px;&quot;&gt;Yes 回车&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; color: #222222; font-family: tahoma, arial, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155641_25637.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;2.15 继续&lt;span style=&quot;margin: 0px; padding: 0px; color: #222222; font-family: tahoma, arial, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px;&quot;&gt;Yes 回车，准备写入系统文件&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; color: #222222; font-family: tahoma, arial, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155642_60667.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155642_40507.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;2.16&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; color: #222222; font-family: tahoma, arial, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px;&quot;&gt;自动安装系统安装完成后，选择Reboot重启即可&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; color: #222222; font-family: tahoma, arial, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155642_19167.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;三、修复&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; color: #222222; font-family: tahoma, arial, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px;&quot;&gt;其实系统已经安装完成，但是我们发现重启之后是进不了系统的，出现黑屏，或者以下这种提示&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155643_46167.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;3.1&amp;nbsp;重启&lt;span style=&quot;margin: 0px; padding: 0px; color: #222222; font-family: tahoma, arial, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px;&quot;&gt;选择第二项，进入debug模式&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; color: #222222; font-family: tahoma, arial, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155643_32258.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;3.2&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; color: #222222; font-family: tahoma, arial, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px;&quot;&gt;回车输入：mount -o remount,rw /mnt 重新加载/mnt为可写模式&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; color: #222222; font-family: tahoma, arial, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155643_43861.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;3.3&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; color: #222222; font-family: tahoma, arial, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px;&quot;&gt;修改/mnt/grub/menu.lst, 加入nomodeset选项，输入：vi /mnt/grub/menu.lst回车&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; color: #222222; font-family: tahoma, arial, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155643_70237.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;3.4&amp;nbsp;&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; color: #222222; font-family: tahoma, arial, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px;&quot;&gt;按i，进入编辑模式，在第一个启动项，quiet后面加入nomodeset&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; color: #222222; font-family: tahoma, arial, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155644_51051.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;3.5&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; color: #222222; font-family: tahoma, arial, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px;&quot;&gt;按esc键取消编辑模式，输入：wq回车保存并退出，重启系统即可。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; color: #222222; font-family: tahoma, arial, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155644_85164.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;3.6&amp;nbsp;重启后进入安卓系统&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; color: #222222; font-family: tahoma, arial, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155644_55793.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; color: #222222; font-family: tahoma, arial, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px;&quot;&gt;四、基本设置&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-family: &amp;quot;Microsoft Yahei&amp;quot;, 微软雅黑, arial, 宋体, sans-serif; font-size: 16px; text-align: justify;&quot;&gt;4.1启动后就进入到系统界面了，选中语言后，点击开始按钮&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155645_29632.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155645_94637.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;4.2&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; font-family: &amp;quot;Microsoft Yahei&amp;quot;, 微软雅黑, arial, 宋体, sans-serif; font-size: 16px; text-align: justify;&quot;&gt;正常情况下是不能连接网络的（不知道是不是因为我的主机是台式的，没有无线网卡所致），先跳过&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155645_95835.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155646_19335.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;4.3&amp;nbsp;继续&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155646_97918.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155646_51490.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;4.4&amp;nbsp;&lt;span style=&quot;margin: 0px; padding: 0px; font-family: &amp;quot;Microsoft Yahei&amp;quot;, 微软雅黑, arial, 宋体, sans-serif; font-size: 16px; text-align: justify;&quot;&gt;然后设置修改时区时间日期等信息，根据你的需要进行设置即可&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-family: &amp;quot;Microsoft Yahei&amp;quot;, 微软雅黑, arial, 宋体, sans-serif; font-size: 16px; text-align: justify;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155646_25970.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255); text-align: justify;&quot;&gt;&amp;nbsp;4.5&amp;nbsp; 选择&lt;span style=&quot;margin: 0px; padding: 0px; font-family: &amp;quot;Microsoft Yahei&amp;quot;, 微软雅黑, arial, 宋体, sans-serif;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 16px;&quot;&gt;接受服务协议&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255); text-align: justify;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155646_62857.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;4.6&amp;nbsp;提示设置开始密码，这里先略过&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155647_14264.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155647_99925.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;4.7&amp;nbsp;等待一会&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155648_66278.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;4.8&amp;nbsp;选择主题模式&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;Quickstep ，手机/平板主题模式&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;任务栏，类似Wondos&amp;nbsp;的桌面主题模式&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155648_70543.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;4.9&amp;nbsp;这是Quickstep&amp;nbsp;主题模式&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155648_24602.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;h2 style=&quot;margin: 20px 0px; padding: 0px; font-size: 21px; line-height: 1.5; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;五、基本设置以及常见问题&lt;/h2&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;5.1&amp;nbsp;第一个应该就是上网问题吧，虚拟机设置里，把网络连接这里设置&amp;nbsp;桥接模式 ，进系统后就会看到WIFI名为&amp;nbsp; Virtwifi ，选择并连接即可。&amp;nbsp;它会提示无法连接互联网，但实际只要自己的主机有网络，此时已经能上网了的。&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155649_57048.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255); text-align: justify;&quot;&gt;&amp;nbsp;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155649_38142.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155649_60874.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155650_24491.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155650_70459.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;5.2&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 18px; font-family: &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;补:&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 18px; font-family: &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;新建VM&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 18px; font-family: &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155650_25847.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155650_12835.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155651_47062.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155652_89193.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155652_79737.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155652_27861.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155652_59733.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155652_17611.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155653_25357.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155654_53208.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155654_52216.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155654_97544.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026155654_54987.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot; class=&quot;medium-zoom-image&quot; style=&quot;margin: 0px; padding: 0px; border: none; max-width: 800px; cursor: zoom-in; transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s !important; height: auto;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin: 10px auto; padding: 0px; color: rgb(51, 51, 51); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; color: #222222; font-family: tahoma, arial, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px;&quot;&gt;选择NO回车&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Tue, 26 Oct 2021 15:55:52 +0800</pubDate></item><item><title>ESXI安装安卓系统教程</title><link>https://wzc.tzts.ltd/post/84.html</link><description>&lt;p style=&quot;box-sizing: border-box; margin-bottom: 1.5em; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/texto.cur&amp;quot;), auto; color: rgb(121, 121, 121); line-height: 30px; transition: color 1s ease 0s; font-family: &amp;quot;Noto Serif SC&amp;quot;, &amp;quot;Source Han Serif SC&amp;quot;, &amp;quot;Source Han Serif&amp;quot;, source-han-serif-sc, &amp;quot;PT Serif&amp;quot;, &amp;quot;SongTi SC&amp;quot;, &amp;quot;MicroSoft Yahei&amp;quot;, Georgia, serif; font-size: 15px; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;前往以下地址下载，无特殊需求直接下载最新版本即可。&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a href=&quot;https://www.android-x86.org/&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;https://www.android-x86.org/&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-bottom: 1.5em; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/texto.cur&amp;quot;), auto; color: rgb(121, 121, 121); line-height: 30px; transition: color 1s ease 0s; font-family: &amp;quot;Noto Serif SC&amp;quot;, &amp;quot;Source Han Serif SC&amp;quot;, &amp;quot;Source Han Serif&amp;quot;, source-han-serif-sc, &amp;quot;PT Serif&amp;quot;, &amp;quot;SongTi SC&amp;quot;, &amp;quot;MicroSoft Yahei&amp;quot;, Georgia, serif; font-size: 15px; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;a data-fancybox=&quot;gallery&quot; href=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154228_95201.png&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154228_95201.png&quot; alt=&quot;qMNBUO8Rte5jFJP.png&quot; class=&quot;gallery-img&quot; style=&quot;box-sizing: border-box; border: 0px; height: auto; max-width: 100%;&quot;/&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3 id=&quot;toc-head-1&quot; style=&quot;box-sizing: border-box; clear: both; overflow-wrap: break-word; word-break: break-all; padding-bottom: 8px; border-bottom: 1px dashed rgb(221, 221, 221); color: rgb(115, 115, 115); padding-left: 16px; font-family: &amp;quot;Noto Serif SC&amp;quot;, &amp;quot;Source Han Serif SC&amp;quot;, &amp;quot;Source Han Serif&amp;quot;, source-han-serif-sc, &amp;quot;PT Serif&amp;quot;, &amp;quot;SongTi SC&amp;quot;, &amp;quot;MicroSoft Yahei&amp;quot;, Georgia, serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;2、新建ESXI虚拟机&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; margin-bottom: 1.5em; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/texto.cur&amp;quot;), auto; color: rgb(121, 121, 121); line-height: 30px; transition: color 1s ease 0s; font-family: &amp;quot;Noto Serif SC&amp;quot;, &amp;quot;Source Han Serif SC&amp;quot;, &amp;quot;Source Han Serif&amp;quot;, source-han-serif-sc, &amp;quot;PT Serif&amp;quot;, &amp;quot;SongTi SC&amp;quot;, &amp;quot;MicroSoft Yahei&amp;quot;, Georgia, serif; font-size: 15px; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;系统版本选择Linux，其他Linux64位(&lt;span style=&quot;color: #FF0000;&quot;&gt;&lt;strong&gt;&amp;nbsp; 经过实践，系统选择其他，操作系统选择FreeBSD 11 64）&lt;/strong&gt;&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a data-fancybox=&quot;gallery&quot; href=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154228_25401.png&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154228_25401.png&quot; alt=&quot;7AKPW8x9lMN1wir.png&quot; class=&quot;gallery-img&quot; style=&quot;box-sizing: border-box; border: 0px; height: auto; max-width: 100%;&quot;/&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;设置好配置项，注意选择好IOS镜像文件。&lt;span style=&quot;color: #FF0000;&quot;&gt;&lt;strong&gt;（硬盘选择IDE控制器）&amp;nbsp;&amp;nbsp;&lt;/strong&gt;&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a data-fancybox=&quot;gallery&quot; href=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154228_94019.png&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154228_94019.png&quot; alt=&quot;3A8CMH7cIVxyZoj.png&quot; class=&quot;gallery-img&quot; style=&quot;box-sizing: border-box; border: 0px; height: auto; max-width: 100%;&quot;/&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3 id=&quot;toc-head-2&quot; style=&quot;box-sizing: border-box; clear: both; overflow-wrap: break-word; word-break: break-all; padding-bottom: 8px; border-bottom: 1px dashed rgb(221, 221, 221); color: rgb(115, 115, 115); padding-left: 16px; font-family: &amp;quot;Noto Serif SC&amp;quot;, &amp;quot;Source Han Serif SC&amp;quot;, &amp;quot;Source Han Serif&amp;quot;, source-han-serif-sc, &amp;quot;PT Serif&amp;quot;, &amp;quot;SongTi SC&amp;quot;, &amp;quot;MicroSoft Yahei&amp;quot;, Georgia, serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;3、点击开机，开始安装&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; margin-bottom: 1.5em; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/texto.cur&amp;quot;), auto; color: rgb(121, 121, 121); line-height: 30px; transition: color 1s ease 0s; font-family: &amp;quot;Noto Serif SC&amp;quot;, &amp;quot;Source Han Serif SC&amp;quot;, &amp;quot;Source Han Serif&amp;quot;, source-han-serif-sc, &amp;quot;PT Serif&amp;quot;, &amp;quot;SongTi SC&amp;quot;, &amp;quot;MicroSoft Yahei&amp;quot;, Georgia, serif; font-size: 15px; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;选择第三项进行安装&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a data-fancybox=&quot;gallery&quot; href=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154228_53953.png&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154228_53953.png&quot; alt=&quot;iZwf9ABJkU34bYe.png&quot; class=&quot;gallery-img&quot; style=&quot;box-sizing: border-box; border: 0px; height: auto; max-width: 100%;&quot;/&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;输入C,选择OK&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a data-fancybox=&quot;gallery&quot; href=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154228_43130.png&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154228_43130.png&quot; alt=&quot;KDcX3af2k1libuY.png&quot; class=&quot;gallery-img&quot; style=&quot;box-sizing: border-box; border: 0px; height: auto; max-width: 100%;&quot;/&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;选择NO&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a data-fancybox=&quot;gallery&quot; href=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154228_65898.png&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154228_65898.png&quot; alt=&quot;vzHrOjwyk4o8nLR.png&quot; class=&quot;gallery-img&quot; style=&quot;box-sizing: border-box; border: 0px; height: auto; max-width: 100%;&quot;/&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;选择NEW，新建分区&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a data-fancybox=&quot;gallery&quot; href=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154228_70423.png&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154228_70423.png&quot; alt=&quot;RBGAJzQtkLYuX4O.png&quot; class=&quot;gallery-img&quot; style=&quot;box-sizing: border-box; border: 0px; height: auto; max-width: 100%;&quot;/&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;直接默认&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a data-fancybox=&quot;gallery&quot; href=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154228_26433.png&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154228_26433.png&quot; alt=&quot;Id4cfGANZFlsDMw.png&quot; class=&quot;gallery-img&quot; style=&quot;box-sizing: border-box; border: 0px; height: auto; max-width: 100%;&quot;/&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a data-fancybox=&quot;gallery&quot; href=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154228_86868.png&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154228_86868.png&quot; alt=&quot;62PW7F1sRuwJS49.png&quot; class=&quot;gallery-img&quot; style=&quot;box-sizing: border-box; border: 0px; height: auto; max-width: 100%;&quot;/&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;选中Bootable，按回车&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a data-fancybox=&quot;gallery&quot; href=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154228_76243.png&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154228_76243.png&quot; alt=&quot;GERA9zC6Qnl54Dq.png&quot; class=&quot;gallery-img&quot; style=&quot;box-sizing: border-box; border: 0px; height: auto; max-width: 100%;&quot;/&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;选择写入&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a data-fancybox=&quot;gallery&quot; href=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154228_66824.png&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154228_66824.png&quot; alt=&quot;uq93HcFwR6xMVpy.png&quot; class=&quot;gallery-img&quot; style=&quot;box-sizing: border-box; border: 0px; height: auto; max-width: 100%;&quot;/&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;输入yes&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a data-fancybox=&quot;gallery&quot; href=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154228_12647.png&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154228_12647.png&quot; alt=&quot;7fMBoTXAqGydvkN.png&quot; class=&quot;gallery-img&quot; style=&quot;box-sizing: border-box; border: 0px; height: auto; max-width: 100%;&quot;/&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;选择退出&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a data-fancybox=&quot;gallery&quot; href=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154228_16461.png&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154228_16461.png&quot; alt=&quot;IRsdLtieDXTr5B1.png&quot; class=&quot;gallery-img&quot; style=&quot;box-sizing: border-box; border: 0px; height: auto; max-width: 100%;&quot;/&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;选中刚才新建的分区，进行安装系统&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a data-fancybox=&quot;gallery&quot; href=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154229_78212.png&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154229_78212.png&quot; alt=&quot;WyBOkpChFsGDbLc.png&quot; class=&quot;gallery-img&quot; style=&quot;box-sizing: border-box; border: 0px; height: auto; max-width: 100%;&quot;/&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;文件格式选择ext4，后面全部默认yes&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a data-fancybox=&quot;gallery&quot; href=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154229_11499.png&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154229_11499.png&quot; alt=&quot;Jo9ZCV8icQ64XOD.png&quot; class=&quot;gallery-img&quot; style=&quot;box-sizing: border-box; border: 0px; height: auto; max-width: 100%;&quot;/&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a data-fancybox=&quot;gallery&quot; href=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154229_51875.png&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154229_51875.png&quot; alt=&quot;d4ANiuPGpmItZOx.png&quot; class=&quot;gallery-img&quot; style=&quot;box-sizing: border-box; border: 0px; height: auto; max-width: 100%;&quot;/&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a data-fancybox=&quot;gallery&quot; href=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154229_83830.png&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154229_83830.png&quot; alt=&quot;iGBMnlIXoyh6t4H.png&quot; class=&quot;gallery-img&quot; style=&quot;box-sizing: border-box; border: 0px; height: auto; max-width: 100%;&quot;/&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;安装完后选择重启&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a data-fancybox=&quot;gallery&quot; href=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154229_38270.png&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154229_38270.png&quot; alt=&quot;apm6GBSuV9fbNI3.png&quot; class=&quot;gallery-img&quot; style=&quot;box-sizing: border-box; border: 0px; height: auto; max-width: 100%;&quot;/&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;选择第二个模式&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a data-fancybox=&quot;gallery&quot; href=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154229_11167.png&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154229_11167.png&quot; alt=&quot;LAQCVdPOkUSs4nc.png&quot; class=&quot;gallery-img&quot; style=&quot;box-sizing: border-box; border: 0px; height: auto; max-width: 100%;&quot;/&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;输入以下两个命令&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-bottom: 1.5em; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/texto.cur&amp;quot;), auto; color: rgb(121, 121, 121); line-height: 30px; transition: color 1s ease 0s; font-family: &amp;quot;Noto Serif SC&amp;quot;, &amp;quot;Source Han Serif SC&amp;quot;, &amp;quot;Source Han Serif&amp;quot;, source-han-serif-sc, &amp;quot;PT Serif&amp;quot;, &amp;quot;SongTi SC&amp;quot;, &amp;quot;MicroSoft Yahei&amp;quot;, Georgia, serif; font-size: 15px; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;color: #222222; font-family: tahoma, arial, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px; text-align: justify; background-color: #FFFFFF;&quot;&gt;回车输入：mount -o remount,rw /mnt 重新加载/mnt为可写模式&lt;/span&gt;&lt;/p&gt;&lt;pre class=&quot;highlight-wrap&quot; autocomplete=&quot;off&quot; autocorrect=&quot;off&quot; autocapitalize=&quot;off&quot; spellcheck=&quot;false&quot; contenteditable=&quot;false&quot; design=&quot;by LIlGG&quot; style=&quot;box-sizing: border-box; position: relative; background-color: rgb(33, 37, 43); border-radius: 5px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 15px; line-height: 1.6; font-family: &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; margin-bottom: 1.6em; max-width: 100%; text-shadow: none; padding-top: 30px; box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 30px 0px;&quot;&gt;mount&amp;nbsp;-o&amp;nbsp;remount,rw&amp;nbsp;/mntvi&amp;nbsp;/mnt/grub/menu.lst&lt;/pre&gt;&lt;p style=&quot;box-sizing: border-box; margin-bottom: 1.5em; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/texto.cur&amp;quot;), auto; color: rgb(121, 121, 121); line-height: 30px; transition: color 1s ease 0s; font-family: &amp;quot;Noto Serif SC&amp;quot;, &amp;quot;Source Han Serif SC&amp;quot;, &amp;quot;Source Han Serif&amp;quot;, source-han-serif-sc, &amp;quot;PT Serif&amp;quot;, &amp;quot;SongTi SC&amp;quot;, &amp;quot;MicroSoft Yahei&amp;quot;, Georgia, serif; font-size: 15px; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;a data-fancybox=&quot;gallery&quot; href=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154229_37296.png&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154229_37296.png&quot; alt=&quot;mfIcSLH4o7EvFRX.png&quot; class=&quot;gallery-img&quot; style=&quot;box-sizing: border-box; border: 0px; height: auto; max-width: 100%;&quot;/&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;会出现编辑文件的页面&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;命令为：&lt;span style=&quot;color: #222222; font-family: tahoma, arial, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 16px; text-align: justify; background-color: #FFFFFF;&quot;&gt;vi /mnt/grub/menu.lst回车&amp;nbsp; &amp;nbsp; 输i修改，&lt;span style=&quot;color: #797979; font-family: &amp;quot;Noto Serif SC&amp;quot;, &amp;quot;Source Han Serif SC&amp;quot;, &amp;quot;Source Han Serif&amp;quot;, source-han-serif-sc, &amp;quot;PT Serif&amp;quot;, &amp;quot;SongTi SC&amp;quot;, &amp;quot;MicroSoft Yahei&amp;quot;, Georgia, serif; font-size: 15px; background-color: #FFFFFF;&quot;&gt;在quiet后面加入nomodeset，&lt;/span&gt;&lt;/span&gt;按ESC输入【:wq】保存&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a data-fancybox=&quot;gallery&quot; href=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154229_69183.png&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154229_69183.png&quot; alt=&quot;K7IdvnshbRrcAZX.png&quot; class=&quot;gallery-img&quot; style=&quot;box-sizing: border-box; border: 0px; height: auto; max-width: 100%;&quot;/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-bottom: 1.5em; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/texto.cur&amp;quot;), auto; color: rgb(121, 121, 121); line-height: 30px; transition: color 1s ease 0s; font-family: &amp;quot;Noto Serif SC&amp;quot;, &amp;quot;Source Han Serif SC&amp;quot;, &amp;quot;Source Han Serif&amp;quot;, source-han-serif-sc, &amp;quot;PT Serif&amp;quot;, &amp;quot;SongTi SC&amp;quot;, &amp;quot;MicroSoft Yahei&amp;quot;, Georgia, serif; font-size: 15px; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;保存以后，关闭电源，重启系统&lt;/p&gt;&lt;h3 id=&quot;toc-head-3&quot; style=&quot;box-sizing: border-box; clear: both; overflow-wrap: break-word; word-break: break-all; padding-bottom: 8px; border-bottom: 1px dashed rgb(221, 221, 221); color: rgb(115, 115, 115); padding-left: 16px; font-family: &amp;quot;Noto Serif SC&amp;quot;, &amp;quot;Source Han Serif SC&amp;quot;, &amp;quot;Source Han Serif&amp;quot;, source-han-serif-sc, &amp;quot;PT Serif&amp;quot;, &amp;quot;SongTi SC&amp;quot;, &amp;quot;MicroSoft Yahei&amp;quot;, Georgia, serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;4、系统设置&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; margin-bottom: 1.5em; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/texto.cur&amp;quot;), auto; color: rgb(121, 121, 121); line-height: 30px; transition: color 1s ease 0s; font-family: &amp;quot;Noto Serif SC&amp;quot;, &amp;quot;Source Han Serif SC&amp;quot;, &amp;quot;Source Han Serif&amp;quot;, source-han-serif-sc, &amp;quot;PT Serif&amp;quot;, &amp;quot;SongTi SC&amp;quot;, &amp;quot;MicroSoft Yahei&amp;quot;, Georgia, serif; font-size: 15px; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;开机选择next&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a data-fancybox=&quot;gallery&quot; href=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154229_24990.png&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154229_24990.png&quot; alt=&quot;rHqsNR7VijbGX9F.png&quot; class=&quot;gallery-img&quot; style=&quot;box-sizing: border-box; border: 0px; height: auto; max-width: 100%;&quot;/&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;选择中文&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a data-fancybox=&quot;gallery&quot; href=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154229_60591.png&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154229_60591.png&quot; alt=&quot;1Tfnwmeg3PMqUiE.png&quot; class=&quot;gallery-img&quot; style=&quot;box-sizing: border-box; border: 0px; height: auto; max-width: 100%;&quot;/&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;搜索网络&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a data-fancybox=&quot;gallery&quot; href=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154229_43332.png&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154229_43332.png&quot; alt=&quot;9KNqGaQJ8vZBEWd.png&quot; class=&quot;gallery-img&quot; style=&quot;box-sizing: border-box; border: 0px; height: auto; max-width: 100%;&quot;/&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;查看所有网络&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a data-fancybox=&quot;gallery&quot; href=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154229_20818.png&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154229_20818.png&quot; alt=&quot;EFDH2gjKphckVx3.png&quot; class=&quot;gallery-img&quot; style=&quot;box-sizing: border-box; border: 0px; height: auto; max-width: 100%;&quot;/&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;连接虚拟wifi&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a data-fancybox=&quot;gallery&quot; href=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154229_36243.png&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154229_36243.png&quot; alt=&quot;r3ZLkJY2dt4Au6O.png&quot; class=&quot;gallery-img&quot; style=&quot;box-sizing: border-box; border: 0px; height: auto; max-width: 100%;&quot;/&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;跳过谷歌账号、后面自行输入&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a data-fancybox=&quot;gallery&quot; href=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154230_99416.png&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154230_99416.png&quot; alt=&quot;UWeYsxi95k3NtfJ.png&quot; class=&quot;gallery-img&quot; style=&quot;box-sizing: border-box; border: 0px; height: auto; max-width: 100%;&quot;/&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;输入名称&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a data-fancybox=&quot;gallery&quot; href=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154230_25565.png&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154230_25565.png&quot; alt=&quot;oUK5b92YXsrZlM8.png&quot; class=&quot;gallery-img&quot; style=&quot;box-sizing: border-box; border: 0px; height: auto; max-width: 100%;&quot;/&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;默认下一步&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a data-fancybox=&quot;gallery&quot; href=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154230_72374.png&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154230_72374.png&quot; alt=&quot;57Ktvza64Z2N1mw.png&quot; class=&quot;gallery-img&quot; style=&quot;box-sizing: border-box; border: 0px; height: auto; max-width: 100%;&quot;/&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;设置完毕&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a data-fancybox=&quot;gallery&quot; href=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154230_19215.png&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154230_19215.png&quot; alt=&quot;sRbrm5Icn1BLFHP.png&quot; class=&quot;gallery-img&quot; style=&quot;box-sizing: border-box; border: 0px; height: auto; max-width: 100%;&quot;/&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;默认下一步&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a data-fancybox=&quot;gallery&quot; href=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154230_35140.png&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154230_35140.png&quot; alt=&quot;pLN4Fa3gEQufI5U.png&quot; class=&quot;gallery-img&quot; style=&quot;box-sizing: border-box; border: 0px; height: auto; max-width: 100%;&quot;/&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;正式进入桌面&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a data-fancybox=&quot;gallery&quot; href=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154230_25351.png&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154230_25351.png&quot; alt=&quot;D4qcWYBabiHZ721.png&quot; class=&quot;gallery-img&quot; style=&quot;box-sizing: border-box; border: 0px; height: auto; max-width: 100%;&quot;/&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3 id=&quot;toc-head-4&quot; style=&quot;box-sizing: border-box; clear: both; overflow-wrap: break-word; word-break: break-all; padding-bottom: 8px; border-bottom: 1px dashed rgb(221, 221, 221); color: rgb(115, 115, 115); padding-left: 16px; font-family: &amp;quot;Noto Serif SC&amp;quot;, &amp;quot;Source Han Serif SC&amp;quot;, &amp;quot;Source Han Serif&amp;quot;, source-han-serif-sc, &amp;quot;PT Serif&amp;quot;, &amp;quot;SongTi SC&amp;quot;, &amp;quot;MicroSoft Yahei&amp;quot;, Georgia, serif; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;5、编译需要的驱动&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; margin-bottom: 1.5em; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/texto.cur&amp;quot;), auto; color: rgb(121, 121, 121); line-height: 30px; transition: color 1s ease 0s; font-family: &amp;quot;Noto Serif SC&amp;quot;, &amp;quot;Source Han Serif SC&amp;quot;, &amp;quot;Source Han Serif&amp;quot;, source-han-serif-sc, &amp;quot;PT Serif&amp;quot;, &amp;quot;SongTi SC&amp;quot;, &amp;quot;MicroSoft Yahei&amp;quot;, Georgia, serif; font-size: 15px; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;打开终端模拟器&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a data-fancybox=&quot;gallery&quot; href=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154230_95250.png&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154230_95250.png&quot; alt=&quot;V1GFfS8a2YMwLHQ.png&quot; class=&quot;gallery-img&quot; style=&quot;box-sizing: border-box; border: 0px; height: auto; max-width: 100%;&quot;/&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;输入以下两条命令&lt;/p&gt;&lt;pre class=&quot;highlight-wrap&quot; autocomplete=&quot;off&quot; autocorrect=&quot;off&quot; autocapitalize=&quot;off&quot; spellcheck=&quot;false&quot; contenteditable=&quot;false&quot; design=&quot;by LIlGG&quot; style=&quot;box-sizing: border-box; position: relative; background-color: rgb(33, 37, 43); border-radius: 5px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 15px; line-height: 1.6; font-family: &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; margin-bottom: 1.6em; max-width: 100%; text-shadow: none; padding-top: 30px; box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 30px 0px;&quot;&gt;suenable_nativebridge&lt;/pre&gt;&lt;p style=&quot;box-sizing: border-box; margin-bottom: 1.5em; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/texto.cur&amp;quot;), auto; color: rgb(121, 121, 121); line-height: 30px; transition: color 1s ease 0s; font-family: &amp;quot;Noto Serif SC&amp;quot;, &amp;quot;Source Han Serif SC&amp;quot;, &amp;quot;Source Han Serif&amp;quot;, source-han-serif-sc, &amp;quot;PT Serif&amp;quot;, &amp;quot;SongTi SC&amp;quot;, &amp;quot;MicroSoft Yahei&amp;quot;, Georgia, serif; font-size: 15px; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;&lt;a data-fancybox=&quot;gallery&quot; href=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154230_58856.png&quot; style=&quot;box-sizing: border-box; background-color: transparent; text-decoration-line: none; color: rgb(230, 116, 116); outline: 0px; transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s, opacity 0.2s ease-out 0s; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/ayuda.cur&amp;quot;), auto; position: relative;&quot;&gt;&lt;img src=&quot;https://wzc.tzts.ltd/zb_users/upload/2021/10/20211026154230_58856.png&quot; alt=&quot;hEaVJ6CqoBsZGpt.png&quot; class=&quot;gallery-img&quot; style=&quot;box-sizing: border-box; border: 0px; height: auto; max-width: 100%;&quot;/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-bottom: 1.5em; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/texto.cur&amp;quot;), auto; color: rgb(121, 121, 121); line-height: 30px; transition: color 1s ease 0s; font-family: &amp;quot;Noto Serif SC&amp;quot;, &amp;quot;Source Han Serif SC&amp;quot;, &amp;quot;Source Han Serif&amp;quot;, source-han-serif-sc, &amp;quot;PT Serif&amp;quot;, &amp;quot;SongTi SC&amp;quot;, &amp;quot;MicroSoft Yahei&amp;quot;, Georgia, serif; font-size: 15px; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;这样就完成了&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-bottom: 1.5em; cursor: url(&amp;quot;//cdn.jsdelivr.net/gh/LIlGG/halo-theme-sakura@1.3.1/source/cursor/texto.cur&amp;quot;), auto; color: rgb(121, 121, 121); line-height: 30px; transition: color 1s ease 0s; font-family: &amp;quot;Noto Serif SC&amp;quot;, &amp;quot;Source Han Serif SC&amp;quot;, &amp;quot;Source Han Serif&amp;quot;, source-han-serif-sc, &amp;quot;PT Serif&amp;quot;, &amp;quot;SongTi SC&amp;quot;, &amp;quot;MicroSoft Yahei&amp;quot;, Georgia, serif; font-size: 15px; white-space: normal; background-color: rgb(255, 255, 255);&quot;&gt;Q.E.D.&amp;nbsp;&lt;span class=&quot;fa fa-meetup&quot; aria-hidden=&quot;true&quot; style=&quot;box-sizing: border-box; display: inline-block; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: 1; font-family: FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; color: #D34836;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Tue, 26 Oct 2021 15:41:58 +0800</pubDate></item><item><title>dede 文章内容页自动切换到手机版代码</title><link>https://wzc.tzts.ltd/post/83.html</link><description>&lt;p&gt;&amp;lt;script type = &amp;quot;text/javascript&amp;quot;&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var mobileUrl = &amp;quot;https://www.tsxdsb.com/wap/wap.php?action=article&amp;amp;id={dede:field.id/}&amp;quot;,&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; mobile = (/mmp|symbian|smartphone|midp|wap|phone|xoom|iphone|ipad|ipod|android|blackberry|mini|windows\sce|palm/i.test(navigator.userAgent.toLowerCase()));&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (mobile) {&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; window.location = mobileUrl;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/p&gt;&lt;p&gt;&amp;lt;/script&amp;gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Wed, 29 Sep 2021 14:52:24 +0800</pubDate></item></channel></rss>