admin 管理员组

文章数量: 887032


2023年12月18日发(作者:直线导轨滑块锁紧机构)

使用VSCode写HTML5的方法

一、介绍

HTML5是一种用于构建网页和应用程序的标准标记语言。它集成了许多新的元素和功能,可提供更丰富的用户体验,更好的多媒体支持以及更强大的交互性。

VSCode是一款轻量级的跨平台代码编辑器,具有强大的功能和丰富的插件生态系统。使用VSCode编写HTML5代码可以提高开发效率并获得更好的开发体验。

本文将介绍如何使用VSCode编写HTML5代码,并提供一些实用的技巧和建议。

二、安装和配置VSCode

1. 下载和安装VSCode:可以从VSCode官网()下载适用于您的操作系统的安装包,然后按照安装向导进行安装。

2. 配置VSCode:打开VSCode后,单击左侧的设置图标(位于左下角),将打开用户设置。您可以根据个人偏好进行各种配置,例如更改主题、字体设置、代码格式化等。

3. 安装扩展:在VSCode的侧边栏中,单击扩展图标(位于最后一个图标),然后可以搜索并安装各种扩展,例如HTML、CSS、JavaScript等。

三、创建HTML文件

1. 新建文件:在VSCode中,按下Ctrl+N(或点击菜单中的“文件”>“新建文件”)可创建一个新的空文件。

2. 文件命名:将文件保存为.html后缀的文件,并为它选择一个有意义的名称。

四、基本结构

以下是一个HTML5文件的基本结构:

页面标题

其中: -

用来声明文档类型为HTML5。 -

元素是HTML文档的根元素。 -

元素包含各种元数据,例如页面标题、外部样式表和脚本等。

-

元素定义页面的标题,将显示在浏览器的标题栏中。 - </p><p style="text-indent: 2em;";><body>元素包含页面的实际内容,例如文本、图像、链接和表单等。 </p><p style="text-indent: 2em;";>五、编写HTML代码 </p><p style="text-indent: 2em;";>在<body>标签中编写HTML代码。下面是一些常见的HTML元素和用法示例。 </p><p style="text-indent: 2em;";>1. 标题 </p><p style="text-indent: 2em;";>在HTML中,可以使用<h1>到<h6>这六个元素来定义标题,其中<h1>表示最高级标题,<h6>表示最低级标题。 </p><p style="text-indent: 2em;";><h1>这是一级标题</h1> </p><p style="text-indent: 2em;";><h2>这是二级标题</h2> </p><p style="text-indent: 2em;";>2. 段落和文本格式 </p><p style="text-indent: 2em;";>使用<p>标签定义段落,使用<b>标签加粗文字,使用<i>标签斜体文字等。 </p><p style="text-indent: 2em;";><p>这是一个段落。</p> </p><p style="text-indent: 2em;";><p><b>这是加粗的文本。</b></p> </p><p style="text-indent: 2em;";><p><i>这是斜体的文本。</i></p> </p><p style="text-indent: 2em;";>3. 链接和图片 </p><p style="text-indent: 2em;";>使用<a>标签创建链接,使用<img>标签插入图片。 </p><p style="text-indent: 2em;";><a href="">这是一个链接</a> </p><p style="text-indent: 2em;";> </p><p style="text-indent: 2em;";>4. 列表 </p><p style="text-indent: 2em;";>使用<ul>标签创建无序列表,使用<ol>标签创建有序列表。 </p><p style="text-indent: 2em;";><ul> </p><p style="text-indent: 2em;";> <li>列表项1</li> </p><p style="text-indent: 2em;";> <li>列表项2</li> </p><p style="text-indent: 2em;";></ul> </p><p style="text-indent: 2em;";> </p><p style="text-indent: 2em;";><ol> </p><p style="text-indent: 2em;";> <li>列表项1</li> </p><p style="text-indent: 2em;";> <li>列表项2</li> </p><p style="text-indent: 2em;";></ol> </p><p style="text-indent: 2em;";>六、调试和预览 </p><p style="text-indent: 2em;";>VSCode提供了实时预览HTML页面的能力,通过安装适当的扩展可以进一步增强预览功能。 </p><p style="text-indent: 2em;";>您可以使用VSCode的内置调试功能调试JavaScript代码和HTML页面。 </p><p style="text-indent: 2em;";>七、常用扩展 </p><p style="text-indent: 2em;";>以下是一些常用的扩展,可帮助您更好地使用VSCode编写HTML5代码: </p><p style="text-indent: 2em;";>• </p><p style="text-indent: 2em;";>• </p><p style="text-indent: 2em;";>• </p><p style="text-indent: 2em;";>• </p><p style="text-indent: 2em;";>HTML CSS Support:提供HTML和CSS的代码提示和自动补全功能。 </p><p style="text-indent: 2em;";>Prettier - Code formatter:自动格式化HTML和CSS代码。 </p><p style="text-indent: 2em;";>Live Server:提供实时预览和自动刷新功能。 </p><p style="text-indent: 2em;";>IntelliSense for CSS class names in HTML:为HTML中的CSS类名提供智能代码提示。 </p><p style="text-indent: 2em;";>八、总结 </p><p style="text-indent: 2em;";>本文介绍了如何使用VSCode编写HTML5代码,并提供了一些实用的技巧和建议。您可以根据具体需求和个人偏好,进一步探索和学习HTML5的更多特性和技巧。通过充分利用VSCode的功能和扩展,可以提高开发效率并获得更好的开发体验。 </p><p style="text-indent: 2em;";>希望本文能够帮助您入门HTML5开发,并提供一些有用的信息和指导。祝您编写出漂亮、交互且功能丰富的HTML5网页! </p></div><br><p><h2></h2></p> <!-- 附件 --> <p class="tag"> 本文标签: <a style="margin-right: 10px" href="/tag/181.html" target="_blank">使用</a> <a style="margin-right: 10px" href="/tag/511.html" target="_blank">代码</a> <a style="margin-right: 10px" href="/tag/428386.html" target="_blank">标签</a> <a style="margin-right: 10px" href="/tag/175.html" target="_blank">文件</a> <a style="margin-right: 10px" href="/tag/187.html" target="_blank">安装</a> </p> <div class="roclinux-cn copyright"> <blockquote> <p> 版权声明:本文标题:使用vscode写html5的方法 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:<a href="http://www.freenas.com.cn/jishu/1702842510h432914.html">http://www.freenas.com.cn/jishu/1702842510h432914.html</a>, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。 </p> </blockquote> </div> </div> <div class="roclinux-cn block-wrap single-relative"> <h2 class="block-title"> 更多相关文章 </h2> <div class="roclinux-cn post-list"> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1732475858h1539365.html" title="Windows Server 2012 R2 中文版 ISO 文件下载推荐">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="Windows Server 2012 R2 中文版 ISO 文件下载推荐">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1732475858h1539365.html" class="post-item-title" title="Windows Server 2012 R2 中文版 ISO 文件下载推荐"> <h3>Windows Server 2012 R2 中文版 ISO 文件下载推荐</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">28天前</div> </div> <p class="post-item-summary">Windows Server 2012 R2 中文版 ISO 文件下载推荐 【下载地址】WindowsServer2012R2中文版ISO文件下载 Windows Server 2012 R2 中文版 ISO 文件下载 项目地址: ht</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1732740933h1553222.html" title="win7修复计算机消失,win7系统引导文件丢失的修复妙招">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="win7修复计算机消失,win7系统引导文件丢失的修复妙招">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1732740933h1553222.html" class="post-item-title" title="win7修复计算机消失,win7系统引导文件丢失的修复妙招"> <h3>win7修复计算机消失,win7系统引导文件丢失的修复妙招</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">25天前</div> </div> <p class="post-item-summary">不少用户使用win7系统用户&#xff0c;在开机的时都有遇到过系统引导文件丢失或损坏的情况&#xff0c;并且无法正常进入系统。那么&#xff0c;这时候应该要如何修复系统引导文件呢&#xff1f;今天U大</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1732782496h1554857.html" title="解决Windows 7 下不能双击打开jar文件">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="解决Windows 7 下不能双击打开jar文件">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1732782496h1554857.html" class="post-item-title" title="解决Windows 7 下不能双击打开jar文件"> <h3>解决Windows 7 下不能双击打开jar文件</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">24天前</div> </div> <p class="post-item-summary">java打包后的jar文件有两种。 一、单一的jar包,例如在项目中使用的数据库厂商驱动,使用eclipse导入jar包就可以使用包中的类. 二、java打包成可执行的GUI应用程序. 这里要解决的问题就是&#xff1a;Wi</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1732785701h1555028.html" title="win7计算机之间传输文件,让两台win7电脑实现互传文件的方法">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="win7计算机之间传输文件,让两台win7电脑实现互传文件的方法">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1732785701h1555028.html" class="post-item-title" title="win7计算机之间传输文件,让两台win7电脑实现互传文件的方法"> <h3>win7计算机之间传输文件,让两台win7电脑实现互传文件的方法</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">24天前</div> </div> <p class="post-item-summary">有时候需要两台win7电脑之间相互传送文件&#xff0c;有什么办法可以实用文件互传呢&#xff1f;方法当然是有的&#xff0c;网上也有很多相关的教程&#xff0c;但是操作起来比较麻烦。所以在这里小编教</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1733296065h1572505.html" title="SCP命令详解(Linux和windows之间传送文件)">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="SCP命令详解(Linux和windows之间传送文件)">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1733296065h1572505.html" class="post-item-title" title="SCP命令详解(Linux和windows之间传送文件)"> <h3>SCP命令详解(Linux和windows之间传送文件)</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">18天前</div> </div> <p class="post-item-summary">项目平台&#xff1a; PC端: Linux  Ubuntu14 64bit Windows 7 64 bit 嵌入式&#xff1a;Linux  3.14 Linux系统之间传送文件&#xff0c;包括L</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1733296946h1572611.html" title="启用计算机时出现了,Win7由于启动计算机时出现了页面文件配置问题怎么解决...">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="启用计算机时出现了,Win7由于启动计算机时出现了页面文件配置问题怎么解决...">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1733296946h1572611.html" class="post-item-title" title="启用计算机时出现了,Win7由于启动计算机时出现了页面文件配置问题怎么解决..."> <h3>启用计算机时出现了,Win7由于启动计算机时出现了页面文件配置问题怎么解决...</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">18天前</div> </div> <p class="post-item-summary">由于启动计算机时出现了页面文件配置问题怎么办?Win7系统下&#xff0c;不少用户反馈系统开机的时候弹出了一个系统属性提示框&#xff0c;提示页面文件配置问题&#xff0c;Windows在您的计算机上创建了一个</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1733397744h1585657.html" title="Windows 7中C:Users用户名AppData里面的文件概述">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="Windows 7中C:Users用户名AppData里面的文件概述">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1733397744h1585657.html" class="post-item-title" title="Windows 7中C:Users用户名AppData里面的文件概述"> <h3>Windows 7中C:Users用户名AppData里面的文件概述</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">17天前</div> </div> <p class="post-item-summary">C:Users用户名AppData里面默认有三个文件夹&#xff0c;分别是Local、LocalLow、Roaming&#xff0c;简单地来说&#xff0c;都是用来存放软件的配置文件和临时文件的&</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1733399000h1585774.html" title="windows下,文件、文件路径名称长度限制">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="windows下,文件、文件路径名称长度限制">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1733399000h1585774.html" class="post-item-title" title="windows下,文件、文件路径名称长度限制"> <h3>windows下,文件、文件路径名称长度限制</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">17天前</div> </div> <p class="post-item-summary">1、路径&#xff0c;比如d&#xff1a;dir&#xff0c;最长248字符&#xff1b; 2、文件名绝对路径&#xff0c;比如d:dirfile.dat&#xff0c;最长</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1733400125h1585862.html" title="win系统如何运行msi后缀文件">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="win系统如何运行msi后缀文件">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1733400125h1585862.html" class="post-item-title" title="win系统如何运行msi后缀文件"> <h3>win系统如何运行msi后缀文件</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">17天前</div> </div> <p class="post-item-summary">win系统如果运行msi后缀文件 1、用管理员运行命令行&#xff1a;输入&#xff1a;msiexec package  文件路径及名称 案例&#xff1a;msiexec package d:progr</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1733411577h1587088.html" title="【windos系统故障】换内存条导致的开机失败直接进入bios问题记录【修复EFI系统引导文件丢失】">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="【windos系统故障】换内存条导致的开机失败直接进入bios问题记录【修复EFI系统引导文件丢失】">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1733411577h1587088.html" class="post-item-title" title="【windos系统故障】换内存条导致的开机失败直接进入bios问题记录【修复EFI系统引导文件丢失】"> <h3>【windos系统故障】换内存条导致的开机失败直接进入bios问题记录【修复EFI系统引导文件丢失】</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">17天前</div> </div> <p class="post-item-summary">背景 本人喜提内存条一对&#xff0c;大喜&#xff0c;遂拆机更换新内存&#xff0c;更换后启动失败&#xff0c;开机就自动进入bios界面&#xff0c;所有硬件均能正常识别&#x</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1733495338h1598142.html" title="ubantu从u盘进行重装——前提是u盘已经下载好安装ubantu的文件">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="ubantu从u盘进行重装——前提是u盘已经下载好安装ubantu的文件">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1733495338h1598142.html" class="post-item-title" title="ubantu从u盘进行重装——前提是u盘已经下载好安装ubantu的文件"> <h3>ubantu从u盘进行重装——前提是u盘已经下载好安装ubantu的文件</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">16天前</div> </div> <p class="post-item-summary">1.首先&#xff0c;我可敬的学长u盘里面已经下载了ubantu的文件。 2.然后&#xff0c;把这个u盘插到usb接口上&#xff0c;按下开机 3.在开机过程中&#xff0c;按下F2还是什么来着</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1733515958h1601329.html" title="Windows提示无法访问指定设备、路径或文件该怎么办?">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="Windows提示无法访问指定设备、路径或文件该怎么办?">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1733515958h1601329.html" class="post-item-title" title="Windows提示无法访问指定设备、路径或文件该怎么办?"> <h3>Windows提示无法访问指定设备、路径或文件该怎么办?</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">16天前</div> </div> <p class="post-item-summary">在运行某个程序或者打开某个文件时&#xff0c;你是否会遇到“Windows无法访问指定设备、路径或文件。你可能没有适当的权限访问该项目。”的错误&#xff1f;其实这种错误也不是很复杂&#xff0c;只要用对解决方</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1733671846h1610011.html" title="windows下载linux文件夹命令,windows怎么从命令行下载文件">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="windows下载linux文件夹命令,windows怎么从命令行下载文件">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1733671846h1610011.html" class="post-item-title" title="windows下载linux文件夹命令,windows怎么从命令行下载文件"> <h3>windows下载linux文件夹命令,windows怎么从命令行下载文件</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">14天前</div> </div> <p class="post-item-summary">大家或许知道如何在linux的命令行中使用wget去下载文件&#xff0c;那么Windows呢&#xff0c;同样有它自己的方法&#xff0c;当然其实很多不同的方法&#xff0c;今天学习啦小编给大家介绍</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1733745929h1619665.html" title="Windows7文件夹中的文件随意拖动排列的解决办法">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="Windows7文件夹中的文件随意拖动排列的解决办法">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1733745929h1619665.html" class="post-item-title" title="Windows7文件夹中的文件随意拖动排列的解决办法"> <h3>Windows7文件夹中的文件随意拖动排列的解决办法</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">13天前</div> </div> <p class="post-item-summary">转 &#xff1a;http:wenku.baidulink?urlMn6lB6LDtPgknPtnXGfObWGzi7H0M6yedxE2vCW5XIA22-vCl-naqgY8UzJUlvfFZ4A4YQ_8w4TqF4_</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1733746006h1619674.html" title="windows文件自动同步">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="windows文件自动同步">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1733746006h1619674.html" class="post-item-title" title="windows文件自动同步"> <h3>windows文件自动同步</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">13天前</div> </div> <p class="post-item-summary">windows server 几大实时同步软件比较 需求&#xff1a; 从Windows Server 主机A 到 Windows Server 主机B 之间同步目录 方案一&#xff1a; 使用bat脚本计划任务</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1733945952h1645904.html" title="python编写安卓app在windows下如何打包_Python文件打包成exe很简单,如果安卓手机也能运行的软件你会吗...">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="python编写安卓app在windows下如何打包_Python文件打包成exe很简单,如果安卓手机也能运行的软件你会吗...">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1733945952h1645904.html" class="post-item-title" title="python编写安卓app在windows下如何打包_Python文件打包成exe很简单,如果安卓手机也能运行的软件你会吗..."> <h3>python编写安卓app在windows下如何打包_Python文件打包成exe很简单,如果安卓手机也能运行的软件你会吗...</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">11天前</div> </div> <p class="post-item-summary">前言 我相信很多小伙伴都知道怎么将Python的文件打包成exe&#xff0c;而且这个也非常的简单&#xff0c;一行代码就能轻松搞定&#xff1a;pyinstaller -F xxx.py 但是如果我们用Pyt</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1733948300h1646221.html" title="安卓SDK文件目录">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="安卓SDK文件目录">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1733948300h1646221.html" class="post-item-title" title="安卓SDK文件目录"> <h3>安卓SDK文件目录</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">11天前</div> </div> <p class="post-item-summary">1.add-ons附加组件&#xff0c;存放关于google附加的API&#xff0c;如googlemap、effects 2.build-tools构建工具&#xff0c;包含了重要的编译工具&#xff</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1733999625h1652862.html" title="Win7中打开C盘缺少DLL文件,如何巧妙应对?">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="Win7中打开C盘缺少DLL文件,如何巧妙应对?">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1733999625h1652862.html" class="post-item-title" title="Win7中打开C盘缺少DLL文件,如何巧妙应对?"> <h3>Win7中打开C盘缺少DLL文件,如何巧妙应对?</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">10天前</div> </div> <p class="post-item-summary">当你尝试访问Windows 7系统中的C盘&#xff08;通常是系统盘&#xff09;时&#xff0c;如果收到“缺少DLL文件”的错误提示&#xff0c;这可能是因为某些关键的系统文件&#xff08</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1734736048h1661728.html" title="PDF文件太大了怎么办?这4招轻松压缩pdf">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="PDF文件太大了怎么办?这4招轻松压缩pdf">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1734736048h1661728.html" class="post-item-title" title="PDF文件太大了怎么办?这4招轻松压缩pdf"> <h3>PDF文件太大了怎么办?这4招轻松压缩pdf</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">2天前</div> </div> <p class="post-item-summary">随着电子文档的普及&#xff0c;PDF文件已成为我们日常生活和工作中常用的格式之一。然而&#xff0c;有时候我们会发现PDF文件的大小过大&#xff0c;导致传输、存储或打印不便。那么&#xff0c;如何</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1734804136h1670736.html" title="Windows Update 升级补丁 错误 代码80072EE2">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="Windows Update 升级补丁 错误 代码80072EE2">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1734804136h1670736.html" class="post-item-title" title="Windows Update 升级补丁 错误 代码80072EE2"> <h3>Windows Update 升级补丁 错误 代码80072EE2</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">1天前</div> </div> <p class="post-item-summary">最近有一台Windows服务器在进行系统update的时候无法成功运行&#xff0c;尝试了一些网上的解决方法&#xff0c;但还是没有效果&#xff0c;最后求助微软解决。 环境&#xff1a; Windo</p> </div> </div> </div> <div class="roclinux-cn comments"> <div class="roclinux-cn postcomm block-wrap" id="divCommentPost"> <h2 class="block-title"> 发表评论 </h2> <form id="saypl" target="_self" method="post" name="saypl" action="/comment/create/432914.html?safe_token=KOSyhmBN_2F79RW9QhM4mfPVofnytm7xU0kJYBgcNGEBrYPH_2FoWyfA_2B9BuE7iite0p2FJvVV474SzZMiCIcfj4hw_3D_3D"> <input type="hidden" name="doctype" value="1" /> <input type="hidden" name="quotepid" value="0" /> <div class="roclinux-cn comment-box comment-textarea"> <textarea name="message" id="txaArticle" class="text" cols="50" rows="4" tabindex="5" placeholder="评论内容"></textarea> </div> <input name="sumbit" type="submit" tabindex="6" value="发表评论" class="sub"> </form> </div> </div> <div class="sn-comments"> <div class="sn-comments__title">全部评论 0</div> <div class="sn-comments__body"> <div class="sn-empty">暂无评论</div> </div> </div> </div> </div> <div class="aside"> <div class="block-wrap" id="side-top-dxt"> <h2 class="block-title">推荐文章<i class="mcico mico-right"></i></h2> <div class="mcdas"> <a href="/jishu/1732352865h1533586.html" title="Python生成0到n个数字列表" class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/uploads/image/0050.jpg" alt="Python生成0到n个数字列表" class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> Python生成0到n个数字列表 </h3> </div> </a> <a href="/jishu/1732354280h1533982.html" title="crontab——定时任务" class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/uploads/image/0747.jpg" alt="crontab——定时任务" class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> crontab——定时任务 </h3> </div> </a> <a href="/jishu/1732361672h1535391.html" title="ACL'22" class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/uploads/image/0008.jpg" alt="ACL'22" class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> ACL'22 </h3> </div> </a> <a href="/jishu/1732870909h1559639.html" title="cisco packet tracer无线局域网配置案例(无线路由器)" class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/view/img/nopic.png" alt="cisco packet tracer无线局域网配置案例(无线路由器)" class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> cisco packet tracer无线局域网配置案例(无线路由器) </h3> </div> </a> <a href="/jishu/1733275304h1569783.html" title="Open WebUI | 自托管的 ChatGPT 网站" class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/view/img/nopic.png" alt="Open WebUI | 自托管的 ChatGPT 网站" class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> Open WebUI | 自托管的 ChatGPT 网站 </h3> </div> </a> </div> </div> <div class="block-wrap" id="side-hot-view-item"> <h2 class="block-title">热门文章<i class="mcico mico-right"></i> </h2> <ul> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/jishu/1732046794h1518924.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="电脑开机显示无信号然后黑屏怎么办?" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="电脑开机显示无信号然后黑屏怎么办?" target="_blank" href="/jishu/1732046794h1518924.html"> <h3>电脑开机显示无信号然后黑屏怎么办?</h3> </a> <span class="post-date">1月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/jishu/1732350742h1532973.html" target="_blank">--> <!-- <img src="/uploads/image/0944.jpg" alt="BZOJ系列2659《[Beijing wc2012]算不出的算式》题解" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="BZOJ系列2659《[Beijing wc2012]算不出的算式》题解" target="_blank" href="/jishu/1732350742h1532973.html"> <h3>BZOJ系列2659《[Beijing wc2012]算不出的算式》题解</h3> </a> <span class="post-date">29天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/jishu/1732350895h1533019.html" target="_blank">--> <!-- <img src="/uploads/image/0295.jpg" alt="tkinter 小工具监听json" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="tkinter 小工具监听json" target="_blank" href="/jishu/1732350895h1533019.html"> <h3>tkinter 小工具监听json</h3> </a> <span class="post-date">29天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/jishu/1732351431h1533179.html" target="_blank">--> <!-- <img src="/uploads/image/0239.jpg" alt="MATLAB矩阵运算(3)" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="MATLAB矩阵运算(3)" target="_blank" href="/jishu/1732351431h1533179.html"> <h3>MATLAB矩阵运算(3)</h3> </a> <span class="post-date">29天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/jishu/1732354154h1533950.html" target="_blank">--> <!-- <img src="/uploads/image/0585.jpg" alt="Fast convolutional neural network training using selective data sampling: Application to hemorrhage" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="Fast convolutional neural network training using selective data sampling: Application to hemorrhage" target="_blank" href="/jishu/1732354154h1533950.html"> <h3>Fast convolutional neural network training using selective data sampling: Application to hemorrhage</h3> </a> <span class="post-date">29天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/jishu/1732355648h1534358.html" target="_blank">--> <!-- <img src="/uploads/image/0136.jpg" alt="企业级DevOps实践04–应该在管道内传递Artifact而不是Git提交" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="企业级DevOps实践04–应该在管道内传递Artifact而不是Git提交" target="_blank" href="/jishu/1732355648h1534358.html"> <h3>企业级DevOps实践04–应该在管道内传递Artifact而不是Git提交</h3> </a> <span class="post-date">29天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/jishu/1732361447h1535330.html" target="_blank">--> <!-- <img src="/uploads/image/0378.jpg" alt="[转] [多尺度物体目标检测技术]调研报告" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="[转] [多尺度物体目标检测技术]调研报告" target="_blank" href="/jishu/1732361447h1535330.html"> <h3>[转] [多尺度物体目标检测技术]调研报告</h3> </a> <span class="post-date">29天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/jishu/1732779350h1554689.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="如何判断自己的电脑有没有装java(windows7版本)" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="如何判断自己的电脑有没有装java(windows7版本)" target="_blank" href="/jishu/1732779350h1554689.html"> <h3>如何判断自己的电脑有没有装java(windows7版本)</h3> </a> <span class="post-date">24天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/jishu/1733433068h1590395.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="wget for windows 下载与安装" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="wget for windows 下载与安装" target="_blank" href="/jishu/1733433068h1590395.html"> <h3>wget for windows 下载与安装</h3> </a> <span class="post-date">17天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/jishu/1733448965h1592518.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="Windows文件资源管理器增强工具" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="Windows文件资源管理器增强工具" target="_blank" href="/jishu/1733448965h1592518.html"> <h3>Windows文件资源管理器增强工具</h3> </a> <span class="post-date">17天前</span> </div> </li> </ul> </div> <div class="block-wrap" id="side-new-view-item"> <h2 class="block-title">最新文章<i class="mcico mico-right"></i> </h2> <ul> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/free/1713021540h628456.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="Raid技术" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="Raid技术" target="_blank" href="/free/1713021540h628456.html"> <h3>Raid技术</h3> </a> <span class="post-date">8</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/free/1713021438h628450.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="LSI_阵列卡操作手册" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="LSI_阵列卡操作手册" target="_blank" href="/free/1713021438h628450.html"> <h3>LSI_阵列卡操作手册</h3> </a> <span class="post-date">8</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/free/1713019527h628324.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="破解Centos7_root用户密码" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="破解Centos7_root用户密码" target="_blank" href="/free/1713019527h628324.html"> <h3>破解Centos7_root用户密码</h3> </a> <span class="post-date">8</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/free/1713019479h628321.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="Redhat重置Root用户密码方法" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="Redhat重置Root用户密码方法" target="_blank" href="/free/1713019479h628321.html"> <h3>Redhat重置Root用户密码方法</h3> </a> <span class="post-date">8</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/free/1713019358h628310.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="远程批量修改linux服务器密码的脚本" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="远程批量修改linux服务器密码的脚本" target="_blank" href="/free/1713019358h628310.html"> <h3>远程批量修改linux服务器密码的脚本</h3> </a> <span class="post-date">8</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/jishu/1734929598h1679486.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="DELL PowerEdge T110 II U盘安装系统" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="DELL PowerEdge T110 II U盘安装系统" target="_blank" href="/jishu/1734929598h1679486.html"> <h3>DELL PowerEdge T110 II U盘安装系统</h3> </a> <span class="post-date">2</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/jishu/1734924592h1678828.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="戴尔t310服务器装系统步骤,dell笔记本重装系统教程" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="戴尔t310服务器装系统步骤,dell笔记本重装系统教程" target="_blank" href="/jishu/1734924592h1678828.html"> <h3>戴尔t310服务器装系统步骤,dell笔记本重装系统教程</h3> </a> <span class="post-date">1</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/jishu/1734923950h1678746.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="惠普ENVY x360 14 2024 锐龙版笔记本重装win7系统教程" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="惠普ENVY x360 14 2024 锐龙版笔记本重装win7系统教程" target="_blank" href="/jishu/1734923950h1678746.html"> <h3>惠普ENVY x360 14 2024 锐龙版笔记本重装win7系统教程</h3> </a> <span class="post-date">1</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/jishu/1734923210h1678650.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="通过U盘启动盘安装Windows10操作系统步骤" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="通过U盘启动盘安装Windows10操作系统步骤" target="_blank" href="/jishu/1734923210h1678650.html"> <h3>通过U盘启动盘安装Windows10操作系统步骤</h3> </a> <span class="post-date">1</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/jishu/1734923011h1678623.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="Win7怎么使用PE重装系统?PE重装系统步骤图" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="Win7怎么使用PE重装系统?PE重装系统步骤图" target="_blank" href="/jishu/1734923011h1678623.html"> <h3>Win7怎么使用PE重装系统?PE重装系统步骤图</h3> </a> <span class="post-date">1</span> </div> </li> </ul> </div> </div> </div> <div class="footer"> CopyRight © 2022 All Rights Reserved. <br class="footer-br" /> <a href="/" target="_blank">Powered By 技术交流 – FreeNAS中文网</a>| <a target="_blank" rel="nofollow" href="https://beian.miit.gov.cn/" style="font-size: 12px;">浙ICP备08016383号-4</a> 友情链接: <a href="https://www.freenas.com.cn/sitemap/1.txt" title="sitemaps">网站地图1</a> <a href="https://www.freenas.com.cn/sitemap/2.txt" title="sitemaps">网站地图2</a> <a href="https://www.freenas.com.cn/sitemap/3.txt" title="sitemaps">网站地图3</a> <a href="https://www.freenas.com.cn/sitemap/4.txt" title="sitemaps">网站地图4</a> <a href="https://www.freenas.com.cn/sitemap/5.txt" title="sitemaps">网站地图5</a> <a href="https://www.freenas.com.cn/sitemap/6.txt" title="sitemaps">网站地图6</a> <a href="https://www.freenas.com.cn/sitemap/7.txt" title="sitemaps">网站地图7</a> <a href="https://www.freenas.com.cn/sitemap/8.txt" title="sitemaps">网站地图8</a> <a href="https://www.freenas.com.cn/sitemap/9.txt" title="sitemaps">网站地图9</a> <a href="https://www.freenas.com.cn/sitemap/10.txt" title="sitemaps">网站地图10</a> <a href="https://www.freenas.com.cn/sitemap/11.txt" title="sitemaps">网站地图11</a> <a href="https://www.freenas.com.cn/sitemap/12.txt" title="sitemaps">网站地图12</a> <a href="https://www.freenas.com.cn/sitemap/13.txt" title="sitemaps">网站地图13</a> <a href="https://www.freenas.com.cn/sitemap/14.txt" title="sitemaps">网站地图14</a> <a href="https://www.freenas.com.cn/sitemap/15.txt" title="sitemaps">网站地图15</a> <a href="https://www.freenas.com.cn/sitemap/16.txt" title="sitemaps">网站地图16</a> <a href="https://www.freenas.com.cn/sitemap/17.txt" title="sitemaps">网站地图17</a> <a href="https://www.freenas.com.cn/sitemap/18.txt" title="sitemaps">网站地图18</a> <a href="https://www.freenas.com.cn/sitemap/19.txt" title="sitemaps">网站地图19</a> <a href="https://www.freenas.com.cn/sitemap/20.txt" title="sitemaps">网站地图20</a> <a href="https://www.freenas.com.cn/sitemap/21.txt" title="sitemaps">网站地图21</a> <a href="https://www.freenas.com.cn/sitemap/22.txt" title="sitemaps">网站地图22</a> <a href="https://www.freenas.com.cn/sitemap/23.txt" title="sitemaps">网站地图23</a> <a href="https://www.freenas.com.cn/sitemap/24.txt" title="sitemaps">网站地图24</a> <a href="https://www.freenas.com.cn/sitemap/25.txt" title="sitemaps">网站地图25</a> <a href="https://www.freenas.com.cn/sitemap/26.txt" title="sitemaps">网站地图26</a> <a href="https://www.freenas.com.cn/sitemap/27.txt" title="sitemaps">网站地图27</a> <a href="https://www.freenas.com.cn/sitemap/28.txt" title="sitemaps">网站地图28</a> <a href="https://www.freenas.com.cn/sitemap/29.txt" title="sitemaps">网站地图28</a> <a href="https://www.freenas.com.cn/sitemap/30.txt" title="sitemaps">网站地图30</a> <a href="https://www.freenas.com.cn/sitemap/31.txt" title="sitemaps">网站地图31</a> <a href="https://www.freenas.com.cn/sitemap/32.txt" title="sitemaps">网站地图32</a> <a href="https://www.freenas.com.cn/sitemap/33.txt" title="sitemaps">网站地图33</a> <a href="https://www.freenas.com.cn/sitemap/34.txt" title="sitemaps">网站地图34</a> <a href="https://www.freenas.com.cn/sitemap/35.txt" title="sitemaps">网站地图35</a> <a href="https://www.freenas.com.cn/sitemap/36.txt" title="sitemaps">网站地图36</a> <a href="https://www.freenas.com.cn/sitemap/37.txt" title="sitemaps">网站地图37</a> <a href="https://www.freenas.com.cn/sitemap/38.txt" title="sitemaps">网站地图38</a> <a href="https://www.freenas.com.cn/sitemap/39.txt" title="sitemaps">网站地图39</a> <a href="https://www.freenas.com.cn/sitemap/40.txt" title="sitemaps">网站地图40</a> <a href="https://www.freenas.com.cn/sitemap/41.txt" title="sitemaps">网站地图41</a> <a href="https://www.freenas.com.cn/sitemap/42.txt" title="sitemaps">网站地图42</a> <a href="https://www.freenas.com.cn/sitemap/43.txt" title="sitemaps">网站地图43</a> <a href="https://www.freenas.com.cn/sitemap/44.txt" title="sitemaps">网站地图44</a> <a href="https://www.freenas.com.cn/sitemap/45.txt" title="sitemaps">网站地图45</a> <a href="https://www.freenas.com.cn/sitemap/46.txt" title="sitemaps">网站地图46</a> </div> <script src="/view/js/xiuno.js?2.3.0"></script> <script src="/view/template/quzhiwa/js/custom.js?2.3.0"></script> <script> $('.cat-tab-wrap li[data-active="fid-4"]').addClass('current-menu-item'); $('.menu-header-container li[data-active="fid-4"]').addClass('current-menu-item'); </script> </body> </html>