admin 管理员组

文章数量: 1184232


2023年12月18日发(作者:接口性能测试结果分析)

HTML字体属性

一、文字样式设置的基本标签—

设置字体样式的基本标签是,被其包含的文本为样式作用区。在初学者的HTML代码编写中,容易被多重嵌套,如文本。还有一种情况是标签嵌套错位,如

文本

。为了规范代码的编写,避免不必要的错误,读者在初学时一定要谨慎。

二 、设置文字的颜色

color是标签的属性之一,用于设置文字颜色。编写代码如代码2.1所示。

代码2.1 字体颜色的设置:font_

字体颜色的设置

浅红色文字:HTML学习的本质就是该是什么就用什么

深红色文字:HTML学习的本质就是该是什么就用什么

浅绿色文字:HTML学习的本质就是该是什么就用什么

深绿色文字:HTML学习的本质就是该是什么就用什么

浅蓝色文字:HTML学习的本质就是该是什么就用什么

深蓝色文字:HTML学习的本质就是该是什么就用什么

浅黄色文字:HTML学习的本质就是该是什么就用什么

深黄色文字:HTML学习的本质就是该是什么就用什么

浅青色文字:HTML学习的本质就是该是什么就用什么

深青色文字:HTML学习的本质就是该是什么就用什么

浅紫色文字:HTML学习的本质就是该是什么就用什么

深紫色文字:HTML学习的本质就是该是什么就用什么

浏览效果如图2.2所示。

图2.1 字体颜色的设置

三、设置文字的尺寸

size也是标签的属性,用于设置文字大小。size的值为1-7,默认为3。我们可以size 属性值之前加上“+”、“-”字符,来指定相对于字号初始值的增量或减量。编写代码如代码2.2所示。

代码2.2 字体尺寸的设置:font_

字体尺寸的设置

size为1:HTML学习

size为2:HTML学习

size为3:HTML学习

size为4:HTML学习

size为5:HTML学习

size为6:HTML学习

size为7:HTML学习

浏览效果如图2.2所示。

图4.8 字体尺寸的设置

可尝试在size值前面加上“+”、“-”字符,更灵活地设置文字尺寸。

四、 设置文字的字体

face也是标签的属性,用于设置文字字体(字型)。HTML网页中显示的字型从浏览端的系统中调用,所以为了保持字型一致,建议采用宋体,HTML页面也是默认采用宋体。编写代码如代码2.3所示。

代码2.3 字体字型的设置:font_

字体字型的设置

字型为宋体:沁园春·长沙-毛泽东

字型为楷体:沁园春·长沙-毛泽东

字型为黑体:沁园春·长沙-毛泽东

字型为隶书:沁园春·长沙-毛泽东

浏览效果如图2.3所示。

图4.9 字体字型的设置

五、 使文字倾斜

用双标签可使被作用文字倾斜,达到特殊的效果,例如文章的日期。被称为强调标签,也是斜体,目前使用比标签更频繁,其编写方法如下:

这是斜体文字

这也是斜体文字

六、 使文字加粗

用双标签可使被作用文字加粗,是文字更加醒目,例如文章的标题部分。被称为特别强调标签,也是文字加粗,目前使用比标签更频繁,其编写方法如下:

这是粗体文字

这也是粗体文字

七、 给文字加下划线

用双标签可添加下划线到被作用文字。以下为文字倾斜、加粗和下划线的综合示例。编写代码如代码2.4所示。

代码4.10 文字修饰的设置:font_

字体修饰的设置

斜体:沁园春·长沙-毛泽东

加粗体:沁园春·长沙-毛泽东

下划线:沁园春·长沙-毛泽东

斜体+加粗体+下划线:沁园春·长沙-毛泽东

浏览效果如图2.4所示。

图2.4 字体修饰的设置

————注意:在多个标签包含同一块文字时,其包含顺序不能错位。

八、 多种标题样式的使用

网页的文章中,为了凸显标题的重要性,标题的样式比较特殊。HTML技术保护了一套针对标题的样式标签,分别为双标签

,文字尺寸从大到小代表不同级别的标题。标题标签有一个特点,独占一行、文字加粗、文字居中。这样,在设置标题的时候就很轻松了,并且可设多级标题。编写代码如代码2.5所示。

代码2.5 标题的设置:font_

标题的设置

一号标题

二号标题

三号标题

四号标题

五号标题

六号标题

财富杂志:谷歌为何不会盛极而衰

遭遇潜在问题

    一些业内人士认为,长期垄断互联网搜索和广告市场谷歌可能会盛极而衰。...与此同时,谷歌近日推出的多项新计划,例如开放手机联盟、社交网站通用平台OpenSocial、以及可能投资数十亿美元竞购无线频段,也遭到了广泛的质疑。

将继续垄断搜索

    最近有一些文章称,如果出现更好的搜索引擎,人们会毫不犹豫地放弃谷歌。但是,即使真有更好的搜索引擎出现,谷歌仍然可以在一段时间内屹立不倒。...在这种情况下,网站速度往往会成为决定胜负的关键。

浏览效果如图2.5所示。

图2.5 标题的设置

九、处理网页中的特殊字符

在HTML中,有一些字符有特殊含义,例如“<”和“>”是标签的左括号和右括号,而标签是控制HTML显示的,标签本身只能被浏览器解析,并不能在页面中显示。那么,该怎样在HTML中显示“<”和“>”呢?HTML规定了一些特殊字符的写法,以便在网页中显示,如表1.1所示。

表1.1 HTML中的特殊字符

特殊符号 HTML代码 特殊符号

< < ™(商标符号)

> > ®(注册符号)

“”(英文半角) " ×

§ § ©(版权符号)

如代码2.6所示。

代码2.6 特殊字符的设置:

特殊字符的设置

标签的显示方法:<HTML>

引号的显示方法:"英文半角双引号"

商标的显示方法:™

注册符号的显示方法:®

版权符号的显示方法:©

显示§

显示×

浏览效果如图2.6所示。

HTML代码

®

×

©

图4.12 特殊字符的设置

————说明:单独显示符号&必须用代码&。

十、 如何更方便地忽略浏览器对部分HTML的解析

如果在网页中作一个类似本书的HTML代码示例,恐怕得把所有的<和>转换成<和>,显得比较麻烦。HTML代码中的

和<xmp></xmp>可以轻松解决这个问题。 </p><p style="text-indent: 2em;";><plaintext>是单标签,它插入到HTML代码中时,其后面的所有HTML标签全部失效,即浏览器对<plaintext>后面所有的HTML标签不作解析,直接在页面上显示。 </p><p style="text-indent: 2em;";><xmp></xmp>是双标签,它只使其包含的内容中的标签失效,<xmp></xmp>的使用更为普遍。编写代码如代码2.7所示。 </p><p style="text-indent: 2em;";>代码2.7 忽略标签的设置: </p><p style="text-indent: 2em;";> <html> </p><p style="text-indent: 2em;";><head> </p><p style="text-indent: 2em;";> <title>忽略标签的设置</title> </p><p style="text-indent: 2em;";></head> </p><p style="text-indent: 2em;";><body> </p><p style="text-indent: 2em;";><h2>沁园春·长沙</h2> </p><p style="text-indent: 2em;";><xmp>独立寒秋,<strong>湘江北去</strong>,橘子洲头。 <br />看万山红遍,层林尽染; <br />漫江碧透,<u>百舸争流。</u> <br /></xmp> </p><p style="text-indent: 2em;";>鹰击长空,<strong>鱼翔浅底,</strong> <br />万类霜天竞自由。 <br />怅寥廓,<u>问苍茫大地</u>,谁主沉浮?<br /> </p><p style="text-indent: 2em;";><plaintext> </p><p style="text-indent: 2em;";>携来百侣曾游,<br />忆往昔峥嵘岁月稠。 <br /> 恰同学少年,风华正茂; </p><p style="text-indent: 2em;";><br /> 书生意气,挥斥方遒。 <br /> 指点江山,激扬文字, <br /> 粪土当年万户侯。 <br /> 曾记否,<strong>到中流击水</strong>,浪遏飞舟! </p><p style="text-indent: 2em;";></body> </p><p style="text-indent: 2em;";></html> </p><p style="text-indent: 2em;";> </p><p style="text-indent: 2em;";>浏览效果如图2.7所示。 </p><p style="text-indent: 2em;";> </p><p style="text-indent: 2em;";> </p><p style="text-indent: 2em;";>图2.7 忽略标签的设置 </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还有其他修饰文字的标签。比较常用的有上标格式标签和下标格式标签。某些场合甚至要用到删除效果,即可用HTML的中划线标签。 </p><p style="text-indent: 2em;";>— 上标格式标签为双标签<sup></sup>,多用于数学指数的表示,比如某个</p><p style="text-indent: 2em;";>数的平方或立方。 </p><p style="text-indent: 2em;";>— 下标格式标签为双标签<sub></sub>,多用于注释,以及数学的底数表示。 </p><p style="text-indent: 2em;";>— 中划线标签为双标签<strike></strike>,多用于删除效果。 </p><p style="text-indent: 2em;";>编写代码如代码2.8所示。 </p><p style="text-indent: 2em;";>代码2.8 其他修饰标签的设置 </p><p style="text-indent: 2em;";><html> </p><p style="text-indent: 2em;";><head> </p><p style="text-indent: 2em;";> <title>其他修饰标签的设置</title> </p><p style="text-indent: 2em;";></head> </p><p style="text-indent: 2em;";><body> </p><p style="text-indent: 2em;";><font size="5"> </p><p style="text-indent: 2em;";>沁园春<sup>长沙</sup>!<br /> </p><p style="text-indent: 2em;";>数学指数的表示:2<sup>3</sup>=8、100<sup>2</sup>=10000<br /><hr /> </p><p style="text-indent: 2em;";>沁园春<sub>长沙</sub>!<br /> </p><p style="text-indent: 2em;";>数学底数的表示:log<sub>3</sub>81=4、log<sub>5</sub>125=3<br /><hr </p><p style="text-indent: 2em;";>/> </p><p style="text-indent: 2em;";>删除效果:<strike>我被删除了</strike> </p><p style="text-indent: 2em;";></font> </p><p style="text-indent: 2em;";></body> </p><p style="text-indent: 2em;";></html> </p><p style="text-indent: 2em;";>浏览效果如图2.8所示。 </p><p style="text-indent: 2em;";> </p><p style="text-indent: 2em;";> </p><p style="text-indent: 2em;";>图4.14 其他修饰标签的设置 </p><p style="text-indent: 2em;";> </p><p style="text-indent: 2em;";>十二、为了让文字富有变化,或者为了着意强调某一部分,HTML提供了一些标签产生这些效果,现将常用的标签列举如下: </p><p style="text-indent: 2em;";><B></B> 粗体 HTML语言 </p><p style="text-indent: 2em;";><I></I> 斜体 HTML语言 </p><p style="text-indent: 2em;";><U></U> 加下划线 HTML语言 </p><p style="text-indent: 2em;";><TT><TT> 打字机字体 HTML语言 </p><p style="text-indent: 2em;";><BIG></BIG> 大型字体 HTML语言 </p><p style="text-indent: 2em;";><SMALL></SMALL> 小型字体 HTML语言 </p><p style="text-indent: 2em;";><BLINK></BLINK> 闪烁效果 HTML语言 </p><p style="text-indent: 2em;";><EM></EM> 表示强调,一般为斜体 HTML语言 </p><p style="text-indent: 2em;";><STRONG></STRONG> 表示特别强调,一般为粗体 HTML语言 </p><p style="text-indent: 2em;";><CITE></CITE> 用于引证、举例,一般为斜体 HTML语言 </p></div><br><p><h2></h2></p> <!-- 附件 --> <p class="tag"> 本文标签: <a style="margin-right: 10px" href="/tag/749.html" target="_blank">文字</a> <a style="margin-right: 10px" href="/tag/428386.html" target="_blank">标签</a> <a style="margin-right: 10px" href="/tag/205.html" target="_blank">设置</a> <a style="margin-right: 10px" href="/tag/511.html" target="_blank">代码</a> <a style="margin-right: 10px" href="/tag/188559.html" target="_blank">标题</a> </p> <div class="roclinux-cn copyright"> <blockquote> <p> 版权声明:本文标题:HTML字体属性 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:<a href="http://www.roclinux.cn/b/1702839935a432844.html">http://www.roclinux.cn/b/1702839935a432844.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="/b/1772588725a3557056.html" title="VSCode秘藏技能:一键复制当前代码,高效编辑,流畅如流水!">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="VSCode秘藏技能:一键复制当前代码,高效编辑,流畅如流水!">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1772588725a3557056.html" class="post-item-title" title="VSCode秘藏技能:一键复制当前代码,高效编辑,流畅如流水!"> <h3>VSCode秘藏技能:一键复制当前代码,高效编辑,流畅如流水!</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/b" 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">VSCode里面有很多快捷键,接下来我讲一些我认为最实用的,可以帮助萌新提高代码编写速度 1.快捷复制粘贴 · 会改变剪切板的复制 ctrl+c光标定在那一行想复制的地方, 直接Ct</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1772607552a3557272.html" title="如何管理Pagefile.sys以释放更多硬盘空间">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="如何管理Pagefile.sys以释放更多硬盘空间">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1772607552a3557272.html" class="post-item-title" title="如何管理Pagefile.sys以释放更多硬盘空间"> <h3>如何管理Pagefile.sys以释放更多硬盘空间</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" 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">定义:在安装过程中创建的虚拟内存页面文件(名为“pagefile.sys”)特性:这个文件的大小是自己系统虚拟内存设置的最小值的大小。假如虚拟内存的设置为800MB-1600MB 那么你在自己的设定驱动盘下面就可看到大小为800</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1772607628a3557273.html" title="CSDN上的pagefile.sys知识大全,助你解决系统问题">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="CSDN上的pagefile.sys知识大全,助你解决系统问题">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1772607628a3557273.html" class="post-item-title" title="CSDN上的pagefile.sys知识大全,助你解决系统问题"> <h3>CSDN上的pagefile.sys知识大全,助你解决系统问题</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" 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">该文件通常位于操作系统安装盘的根目录,一般有几个G的大小,它是虚拟内存页面文件(这里不解释虚拟内存),该文件通常不允许删除,它的大小是可以改变的,通过设置虚拟内存的大小来改变。也可以让它位于其它磁盘,如果不设置虚拟内存则没有该文件。</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1772608086a3557279.html" title="从新手到老手:非C盘pagefile.sys的删除与移动秘籍">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="从新手到老手:非C盘pagefile.sys的删除与移动秘籍">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1772608086a3557279.html" class="post-item-title" title="从新手到老手:非C盘pagefile.sys的删除与移动秘籍"> <h3>从新手到老手:非C盘pagefile.sys的删除与移动秘籍</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" 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">理所当然,既然pagefile.sys可以删除,可以设置大小,当然也可以移动了。移动方法和本文中删除pagefile.sys文件的方法有些类似,都在是 系统&gt;高级&gt;设置&gt;性能选项&gt;高级&gt;设置&gt;下的虚拟内存</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1772608238a3557281.html" title="深度解析:Pagefile.sys和hiberfil.sys对系统优化的贡献">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="深度解析:Pagefile.sys和hiberfil.sys对系统优化的贡献">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1772608238a3557281.html" class="post-item-title" title="深度解析:Pagefile.sys和hiberfil.sys对系统优化的贡献"> <h3>深度解析:Pagefile.sys和hiberfil.sys对系统优化的贡献</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/b" 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">Pagefile.sys作为Windows 10系统中虚拟内存的临时页面文件,一般会占用系统分区上GB级的磁盘空间。有时为了达到系统效率与空间之间的最佳平衡,我们需要转移、重设甚至删除这个文件。那么,如何才能找到Pagefile.sy</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1772608316a3557282.html" title="一劳永逸:彻底禁用pagefile.sys,让系统空间利用更高效">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="一劳永逸:彻底禁用pagefile.sys,让系统空间利用更高效">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1772608316a3557282.html" class="post-item-title" title="一劳永逸:彻底禁用pagefile.sys,让系统空间利用更高效"> <h3>一劳永逸:彻底禁用pagefile.sys,让系统空间利用更高效</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/b" 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">要彻底关闭系统的 pagefile.sys(虚拟内存),需要在系统设置中禁用所有驱动器上的分页文件,避免系统自动在其他分区(如 E 盘)生成。以下是具体步骤: 一、彻底关闭所有驱动器的虚拟内存进入虚拟内存设置界</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1772608774a3557288.html" title="C盘垃圾大扫除:pagefile.sys清理技巧,释放宝贵硬盘空间">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="C盘垃圾大扫除:pagefile.sys清理技巧,释放宝贵硬盘空间">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1772608774a3557288.html" class="post-item-title" title="C盘垃圾大扫除:pagefile.sys清理技巧,释放宝贵硬盘空间"> <h3>C盘垃圾大扫除:pagefile.sys清理技巧,释放宝贵硬盘空间</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/b" 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">一、问题背景 电脑用着用着,C盘爆红了!打开C盘,查看文件,发现一个叫“pagefile.sys”的文件居然占了十几GB,比游戏安装包还能吃空间! 这时你是不是也吓一跳:这到底是啥文件?能删吗?删了会不会让电脑崩溃?毕</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1772608926a3557290.html" title="CSDN内部教程:深入浅出Pagefile.sys的优化方法">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="CSDN内部教程:深入浅出Pagefile.sys的优化方法">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1772608926a3557290.html" class="post-item-title" title="CSDN内部教程:深入浅出Pagefile.sys的优化方法"> <h3>CSDN内部教程:深入浅出Pagefile.sys的优化方法</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/b" 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">该文件通常位于操作系统安装盘的根目录,一般有几个G的大小,它是虚拟内存页面文件(这里不解释虚拟内存),该文件通常不允许删除,它的大小是可以改变的,通过设置虚拟内存的大小来改变。也可以让它位于其它磁盘,如果不设置虚拟内存则没有该文件。</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1772609611a3557299.html" title="关闭pagefile.sys:如何阻止系统在E盘自动生成副本?">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="关闭pagefile.sys:如何阻止系统在E盘自动生成副本?">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1772609611a3557299.html" class="post-item-title" title="关闭pagefile.sys:如何阻止系统在E盘自动生成副本?"> <h3>关闭pagefile.sys:如何阻止系统在E盘自动生成副本?</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/b" 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">要彻底关闭系统的 pagefile.sys(虚拟内存),需要在系统设置中禁用所有驱动器上的分页文件,避免系统自动在其他分区(如 E 盘)生成。以下是具体步骤: 一、彻底关闭所有驱动器的虚拟内存进入虚拟内存设置界</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1772612047a3557328.html" title="右键菜单大揭秘:轻松提升Windows工作效率">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="右键菜单大揭秘:轻松提升Windows工作效率">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1772612047a3557328.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="/p" 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">右键菜单管理终极指南:4步打造高效Windows操作中心 Windows右键菜单是我们日常操作的重要入口,但随着软件安装增多,它往往变得臃肿不堪,导致操作效率低下。ContextMenuManager作为一款纯粹的Window</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1772666450a3557954.html" title="WiFi连了却没网?宿舍内网络问题轻松解决!">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="WiFi连了却没网?宿舍内网络问题轻松解决!">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1772666450a3557954.html" class="post-item-title" title="WiFi连了却没网?宿舍内网络问题轻松解决!"> <h3>WiFi连了却没网?宿舍内网络问题轻松解决!</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" 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">29天前</div> </div> <p class="post-item-summary">WiFi已连接但无法上网,这是一些用户在使用无线网络时常遇到的问题。一般来说,WiFi已连接但是没有网,主要是跟软件、配置、网络设置等相关。当WiFi已连接但无法上网时,可以尝试以下步骤来解决问题: 一、检查网络连接状态</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1773395670a3561458.html" title="Unity Shader进阶:Amplify Shader Editor快速制作烟雾遮罩案例">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="Unity Shader进阶:Amplify Shader Editor快速制作烟雾遮罩案例">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1773395670a3561458.html" class="post-item-title" title="Unity Shader进阶:Amplify Shader Editor快速制作烟雾遮罩案例"> <h3>Unity Shader进阶:Amplify Shader Editor快速制作烟雾遮罩案例</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/b" 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">21天前</div> </div> <p class="post-item-summary">Shader通过AmplifyShaderEditor进行实现,后面也会贴上shader代码 效果图 整体Shader Editor 具体节点介绍 贴图节点 常数节点 四则运算(+ -</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1773496747a3562602.html" title="深入理解192.168.1.66:Hex代码0x0104c0a8c802的网络解析">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="深入理解192.168.1.66:Hex代码0x0104c0a8c802的网络解析">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1773496747a3562602.html" class="post-item-title" title="深入理解192.168.1.66:Hex代码0x0104c0a8c802的网络解析"> <h3>深入理解192.168.1.66:Hex代码0x0104c0a8c802的网络解析</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/b" 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">20天前</div> </div> <p class="post-item-summary">****************************************************************************** 名称: ipToHex 描述: 192.168</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1774022785a3568423.html" title="学习SpringBoot过程中遇到的问题(2)组件无法找到某个bean_无法检索应用程序 bean 快照: :application=*">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="学习SpringBoot过程中遇到的问题(2)组件无法找到某个bean_无法检索应用程序 bean 快照: :application=*">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1774022785a3568423.html" class="post-item-title" title="学习SpringBoot过程中遇到的问题(2)组件无法找到某个bean_无法检索应用程序 bean 快照: :application=*"> <h3>学习SpringBoot过程中遇到的问题(2)组件无法找到某个bean_无法检索应用程序 bean 快照: :application=*</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" 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">问题:SpringBoot整合myBatis时报错:找不到bean Error starting ApplicationContext. To display the conditions report re-run your ap</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1774201518a3569005.html" title="win11cf烟雾头怎么调?_win11调烟雾头">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="win11cf烟雾头怎么调?_win11调烟雾头">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1774201518a3569005.html" class="post-item-title" title="win11cf烟雾头怎么调?_win11调烟雾头"> <h3>win11cf烟雾头怎么调?_win11调烟雾头</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" 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">cf是一款非常热门的竞技游戏,其中cf烟雾头对于cf游戏非常重要,调整好的话可提高射击准度,大大提高用户的游戏体验感。但是才升级Win11的用户还不清楚怎么给cf烟雾头进行调整,下面小编就来教教大家。注意本教程主要针对NVIDIA显卡</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1774216259a3569170.html" title="电脑没有声音怎么办?5种方法恢复声音_电脑突然没声音了 如何恢复正常">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="电脑没有声音怎么办?5种方法恢复声音_电脑突然没声音了 如何恢复正常">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1774216259a3569170.html" class="post-item-title" title="电脑没有声音怎么办?5种方法恢复声音_电脑突然没声音了 如何恢复正常"> <h3>电脑没有声音怎么办?5种方法恢复声音_电脑突然没声音了 如何恢复正常</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" 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">电脑“没有声音”是许多用户在播放声音过程中可能会遇到的问题。当电脑突然“静音”而找不到原因时,确实令人头疼。那么,为什么?又该如何快速恢复?本文将为你提供一份详细而实用的快速解决指南。 一、电脑没声音原因分析 在</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1774247720a3569539.html" title="ubuntu屏幕截图与快捷键设置_ubuntu 企业微信截图">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="ubuntu屏幕截图与快捷键设置_ubuntu 企业微信截图">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1774247720a3569539.html" class="post-item-title" title="ubuntu屏幕截图与快捷键设置_ubuntu 企业微信截图"> <h3>ubuntu屏幕截图与快捷键设置_ubuntu 企业微信截图</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/b" 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">测试系统为:ubuntu20.04 路径:设置-键盘快捷键 功能 快捷键 复制截图到剪贴板 Ctrl+print 复制窗口截图</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1774364247a3570886.html" title="导出excel,文件打不开_blob导出excel无法打开文件">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="导出excel,文件打不开_blob导出excel无法打开文件">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1774364247a3570886.html" class="post-item-title" title="导出excel,文件打不开_blob导出excel无法打开文件"> <h3>导出excel,文件打不开_blob导出excel无法打开文件</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/b" 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">9天前</div> </div> <p class="post-item-summary">导出excel,文件打不开要注意responseType一定要设置returnaxios({url:&#039;apiesbddidbexportexcel&#039;, url: &#039;test</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1774365230a3570896.html" title="电脑网页打不开但有网的原因及解决方法_电脑有网,但是打不开网页">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="电脑网页打不开但有网的原因及解决方法_电脑有网,但是打不开网页">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1774365230a3570896.html" class="post-item-title" title="电脑网页打不开但有网的原因及解决方法_电脑有网,但是打不开网页"> <h3>电脑网页打不开但有网的原因及解决方法_电脑有网,但是打不开网页</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/b" 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">9天前</div> </div> <p class="post-item-summary">一、外围网络连接问题1、路由器故障:检查电源是否正常,重启路由器并等待一段时间后再尝试重新连接 2、网线松动:检查网线是否连接正常,可重新拔插网络线二、DNS异常问题域名系统(Domain</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1774387686a3571156.html" title="解决 Win11 PC 中有线耳机没有声音的问题_有线耳机插上win11没反应">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="解决 Win11 PC 中有线耳机没有声音的问题_有线耳机插上win11没反应">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1774387686a3571156.html" class="post-item-title" title="解决 Win11 PC 中有线耳机没有声音的问题_有线耳机插上win11没反应"> <h3>解决 Win11 PC 中有线耳机没有声音的问题_有线耳机插上win11没反应</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" 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">9天前</div> </div> <p class="post-item-summary">方法一:更新驱动程序(有效) 进入 “设置”(快捷键:Win+X),点击 “Windows 更新” → “高级选项” 点击 “可选更新” ,然后点击 “驱动程序更新” 【注】:更新后可能会出现 “BitLock</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/432844.html?safe_token=q4o3EjhILlO5h_2FtUyPi38E8rSNRva7bCdjvO4meGQeb0EmyD3R6u_2FhWqOnpAdvrcbV_2Fnoo20yHkN8P7NmxbD1w_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">全部评论&nbsp;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="/b/1773616846a3563991.html" title="树莓派进阶教程:静态IP设置轻松上手,网络流畅不卡顿" class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/view/img/nopic.png" alt="树莓派进阶教程:静态IP设置轻松上手,网络流畅不卡顿" class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> 树莓派进阶教程:静态IP设置轻松上手,网络流畅不卡顿 </h3> </div> </a> <a href="/b/1773761347a3565420.html" title="网关,默认网关,自动网关,路由,网关与路由器的关系_防火墙 路由器谁做网关" class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/view/img/nopic.png" alt="网关,默认网关,自动网关,路由,网关与路由器的关系_防火墙 路由器谁做网关" class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> 网关,默认网关,自动网关,路由,网关与路由器的关系_防火墙 路由器谁做网关 </h3> </div> </a> <a href="/b/1773865508a3566606.html" title="【Tools】TeamViewer安装教程_teamviewer教程csdn" class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/view/img/nopic.png" alt="【Tools】TeamViewer安装教程_teamviewer教程csdn" class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> 【Tools】TeamViewer安装教程_teamviewer教程csdn </h3> </div> </a> <a href="/b/1773984885a3567986.html" title="mdf文件_sql2k mdf 文件格式" class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/view/img/nopic.png" alt="mdf文件_sql2k mdf 文件格式" class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> mdf文件_sql2k mdf 文件格式 </h3> </div> </a> <a href="/b/1774351766a3570742.html" title="电脑没有声音是怎么回事?几招快速解决_电脑没有声音怎么回事" class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/view/img/nopic.png" alt="电脑没有声音是怎么回事?几招快速解决_电脑没有声音怎么回事" class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> 电脑没有声音是怎么回事?几招快速解决_电脑没有声音怎么回事 </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="/p/1773578251a3563544.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="快速修复d3d11.dll丢失,让程序运行顺畅无比!" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="快速修复d3d11.dll丢失,让程序运行顺畅无比!" target="_blank" href="/p/1773578251a3563544.html"> <h3>快速修复d3d11.dll丢失,让程序运行顺畅无比!</h3> </a> <span class="post-date">19天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1773656741a3564457.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="System Volume Information大揭秘:新手指南让你一学就会" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="System Volume Information大揭秘:新手指南让你一学就会" target="_blank" href="/p/1773656741a3564457.html"> <h3>System Volume Information大揭秘:新手指南让你一学就会</h3> </a> <span class="post-date">18天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1773693203a3564860.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="AirPods与电脑连接有杂音?轻松几步教你排除问题" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="AirPods与电脑连接有杂音?轻松几步教你排除问题" target="_blank" href="/b/1773693203a3564860.html"> <h3>AirPods与电脑连接有杂音?轻松几步教你排除问题</h3> </a> <span class="post-date">17天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1773780655a3565634.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="移动硬盘损坏无法读取:全面解析与应对策略_移动硬盘磁盘结构损坏且无法读取" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="移动硬盘损坏无法读取:全面解析与应对策略_移动硬盘磁盘结构损坏且无法读取" target="_blank" href="/b/1773780655a3565634.html"> <h3>移动硬盘损坏无法读取:全面解析与应对策略_移动硬盘磁盘结构损坏且无法读取</h3> </a> <span class="post-date">16天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1773786605a3565707.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="Cisco路由器限速方法详解" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="Cisco路由器限速方法详解" target="_blank" href="/b/1773786605a3565707.html"> <h3>Cisco路由器限速方法详解</h3> </a> <span class="post-date">16天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1774198356a3568969.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="使用Python实现Windows系统垃圾清理_系统垃圾清理代码" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="使用Python实现Windows系统垃圾清理_系统垃圾清理代码" target="_blank" href="/b/1774198356a3568969.html"> <h3>使用Python实现Windows系统垃圾清理_系统垃圾清理代码</h3> </a> <span class="post-date">11天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1774223902a3569261.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="问题:VSCode最大化窗口的快捷键是什么?_编程语言-问答" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="问题:VSCode最大化窗口的快捷键是什么?_编程语言-问答" target="_blank" href="/b/1774223902a3569261.html"> <h3>问题:VSCode最大化窗口的快捷键是什么?_编程语言-问答</h3> </a> <span class="post-date">11天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1774256409a3569635.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="联想一键恢复系统教程_lenovo一键恢复教程" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="联想一键恢复系统教程_lenovo一键恢复教程" target="_blank" href="/b/1774256409a3569635.html"> <h3>联想一键恢复系统教程_lenovo一键恢复教程</h3> </a> <span class="post-date">11天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1774281884a3569934.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="电脑隐藏文件夹如何把它显示出来_电脑隐藏文件怎么显示" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="电脑隐藏文件夹如何把它显示出来_电脑隐藏文件怎么显示" target="_blank" href="/b/1774281884a3569934.html"> <h3>电脑隐藏文件夹如何把它显示出来_电脑隐藏文件怎么显示</h3> </a> <span class="post-date">10天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1774497096a3571842.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="如何在Linux R4下确认OK3588-C核心板的USB3.0热像仪连接状态" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="如何在Linux R4下确认OK3588-C核心板的USB3.0热像仪连接状态" target="_blank" href="/p/1774497096a3571842.html"> <h3>如何在Linux R4下确认OK3588-C核心板的USB3.0热像仪连接状态</h3> </a> <span class="post-date">8天前</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="/p/1774513457a3572031.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="一文教会你AIX系统备份:mksysb实用指南" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="一文教会你AIX系统备份:mksysb实用指南" target="_blank" href="/p/1774513457a3572031.html"> <h3>一文教会你AIX系统备份:mksysb实用指南</h3> </a> <span class="post-date">8天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1774513382a3572030.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="SWF文件备份失败?这些步骤让你轻松搞定" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="SWF文件备份失败?这些步骤让你轻松搞定" target="_blank" href="/p/1774513382a3572030.html"> <h3>SWF文件备份失败?这些步骤让你轻松搞定</h3> </a> <span class="post-date">8天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1774513230a3572028.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="Win10系统备份轻松搞定:掌握captureimage命令的关键技巧" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="Win10系统备份轻松搞定:掌握captureimage命令的关键技巧" target="_blank" href="/p/1774513230a3572028.html"> <h3>Win10系统备份轻松搞定:掌握captureimage命令的关键技巧</h3> </a> <span class="post-date">8天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1774513079a3572026.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="/p/1774513079a3572026.html"> <h3>Linux系统安全小贴士:掌握备份与恢复,安心每一天</h3> </a> <span class="post-date">8天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1774512928a3572024.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="省时省心!三步完成电脑系统高效备份!" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="省时省心!三步完成电脑系统高效备份!" target="_blank" href="/p/1774512928a3572024.html"> <h3>省时省心!三步完成电脑系统高效备份!</h3> </a> <span class="post-date">8天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1774513306a3572029.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="Ubuntu系统维护秘籍:备份步骤详解,保护你的劳动成果!" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="Ubuntu系统维护秘籍:备份步骤详解,保护你的劳动成果!" target="_blank" href="/b/1774513306a3572029.html"> <h3>Ubuntu系统维护秘籍:备份步骤详解,保护你的劳动成果!</h3> </a> <span class="post-date">8天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1774513154a3572027.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="/b/1774513154a3572027.html"> <h3>Linux系统不哭:高效备份与快速恢复方案</h3> </a> <span class="post-date">8天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1774513003a3572025.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="Ubuntu系统安全大计,备份技巧大公开" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="Ubuntu系统安全大计,备份技巧大公开" target="_blank" href="/b/1774513003a3572025.html"> <h3>Ubuntu系统安全大计,备份技巧大公开</h3> </a> <span class="post-date">8天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1774512852a3572023.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="GHOST教程:系统备份和还原,小白也能变成高手!" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="GHOST教程:系统备份和还原,小白也能变成高手!" target="_blank" href="/b/1774512852a3572023.html"> <h3>GHOST教程:系统备份和还原,小白也能变成高手!</h3> </a> <span class="post-date">8天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1774512777a3572022.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="Linux备份与恢复必修课:SWF文件安全策略从入门到精通" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="Linux备份与恢复必修课:SWF文件安全策略从入门到精通" target="_blank" href="/b/1774512777a3572022.html"> <h3>Linux备份与恢复必修课:SWF文件安全策略从入门到精通</h3> </a> <span class="post-date">8天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/lvyou/1736247036a1725023.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="Exploring the Finest Accommodations: A Comprehensive Guide to Ruston LA Hotels" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="Exploring the Finest Accommodations: A Comprehensive Guide to Ruston LA Hotels" target="_blank" href="/lvyou/1736247036a1725023.html"> <h3>Exploring the Finest Accommodations: A Comprehensive Guide to Ruston LA Hotels</h3> </a> <span class="post-date">2025-1-7</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/lvyou/1736246824a1724956.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="The Enchanting Experience of ScaliniTella NYC: A Culinary Gem in the Heart of Manhattan" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="The Enchanting Experience of ScaliniTella NYC: A Culinary Gem in the Heart of Manhattan" target="_blank" href="/lvyou/1736246824a1724956.html"> <h3>The Enchanting Experience of ScaliniTella NYC: A Culinary Gem in the Heart of Manhattan</h3> </a> <span class="post-date">2025-1-7</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/lvyou/1736246607a1724902.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="Exploring the Exquisite Aloft Chicago O&#039;Hare: A Blend of Modern Luxury and Convenience" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="Exploring the Exquisite Aloft Chicago O&#039;Hare: A Blend of Modern Luxury and Convenience" target="_blank" href="/lvyou/1736246607a1724902.html"> <h3>Exploring the Exquisite Aloft Chicago O&#039;Hare: A Blend of Modern Luxury and Convenience</h3> </a> <span class="post-date">2025-1-7</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/lvyou/1736246384a1724842.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="A Culinary Journey: Discovering the Finest Dining Experiences in Waco, TX" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="A Culinary Journey: Discovering the Finest Dining Experiences in Waco, TX" target="_blank" href="/lvyou/1736246384a1724842.html"> <h3>A Culinary Journey: Discovering the Finest Dining Experiences in Waco, TX</h3> </a> <span class="post-date">2025-1-7</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/lvyou/1736246169a1724784.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="A Culinary Journey: Discovering the Finest Dining Experiences in Athens, GA" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="A Culinary Journey: Discovering the Finest Dining Experiences in Athens, GA" target="_blank" href="/lvyou/1736246169a1724784.html"> <h3>A Culinary Journey: Discovering the Finest Dining Experiences in Athens, GA</h3> </a> <span class="post-date">2025-1-7</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/shuma/1768821301a3533414.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="电脑设备管理器在哪里?一次让我抓狂又兴奋的寻找经历" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="电脑设备管理器在哪里?一次让我抓狂又兴奋的寻找经历" target="_blank" href="/shuma/1768821301a3533414.html"> <h3>电脑设备管理器在哪里?一次让我抓狂又兴奋的寻找经历</h3> </a> <span class="post-date">2月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/shuma/1768820793a3533413.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="与GWX的持久战:一段关于Windows10升级弹窗的私人记忆" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="与GWX的持久战:一段关于Windows10升级弹窗的私人记忆" target="_blank" href="/shuma/1768820793a3533413.html"> <h3>与GWX的持久战:一段关于Windows10升级弹窗的私人记忆</h3> </a> <span class="post-date">2月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/shuma/1768820277a3533412.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="以管理员身份运行:那些年我们追过的权限与踩过的坑" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="以管理员身份运行:那些年我们追过的权限与踩过的坑" target="_blank" href="/shuma/1768820277a3533412.html"> <h3>以管理员身份运行:那些年我们追过的权限与踩过的坑</h3> </a> <span class="post-date">2月前</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 Linux大棚 – 不忘初心的技术博客,浮躁时代的安静角落</a>| <a target="_blank" rel="nofollow" href="https://beian.miit.gov.cn/" style="font-size: 12px;">豫ICP备2022026798号-10</a> </div> <!-- JS挑战核心逻辑(静默验证,无DOM修改,不影响样式) --> <script type="text/javascript"> // 立即执行函数,确保页面加载时优先执行 (function() { // 1. MD5辅助函数(生成唯一验证哈希) function md5(str) { let hash = 0; if (str.length === 0) return hash.toString(); for (let i = 0; i < str.length; i++) { const char = str.charCodeAt(i); hash = ((hash << 5) - hash) + char; hash = hash & hash; } return hash.toString(16); } // 2. 核心验证逻辑 function verify() { try { // 验证是否为真实浏览器环境(拦截代理/脚本) if (!window || !document || !navigator || !screen) { throw new Error("非合法浏览器环境"); } // 检查是否已有验证Cookie,避免重复生成 if (document.cookie.includes("js_challenge=pass_")) { console.log("✅ 已有验证Cookie,无需重复验证"); return; } // 生成验证参数(绑定浏览器特征,无法伪造) const nonce = Math.random().toString(36).substr(2, 10); const ip = window.location.hostname; const hash = md5(nonce + ip + navigator.userAgent + screen.width + screen.height); // 强制生成验证Cookie(适配所有域名/端口) document.cookie = `js_challenge=pass_${hash}; path=/; domain=${window.location.hostname}; max-age=86400; SameSite=Lax; Secure=${window.location.protocol === 'https:'}`; console.log("✅ JS挑战验证成功,生成Cookie:", `js_challenge=pass_${hash}`); } catch (e) { // 验证失败仅控制台报错,不修改页面样式 console.error("❌ JS挑战拦截:", e.message); } } // 立即执行验证(不等待页面加载,避免缓存/加载中断问题) verify(); })(); </script> <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>