admin 管理员组

文章数量: 1086019


2024年4月18日发(作者:react 自定义hooks)

HTML & JavaScript编码规范 - 1 -

HTML & JavaScript编码规范

1. 简介

1.1 总则

编码规范用于提供统一编码标准,旨在指导翰子昂实训体系学生的源代码文件的规范化,

以保证开发团队的协作和系统的后期维护能有效进行,编码规范同时可作为代码评审的依据。

1.2 目的

本规范提供一个HTML与JavaScript编码的统一标准,目的在于在软件开发过程中基于

HTML与JavaScript的代码在整个开发团队中能够始终保持一致。

1.3 适用范围

本规范适用于翰子昂实训体系内所有应用HTML与JavaScript代码的项目开发与评审活

动。

2. 格 式

2.1 缩进

1. 最高一级的父标记采用左对齐顶格格式书写。

2. 下一级标记采用左对齐向右缩进一个TAB的格式书写。再下一级依此类推,分别左

对齐相对于父标记向右缩进一个TAB的格式书写。

3. 同一级标记的首字符上下必须对齐。

4. 首行缩进不要使用空格来达到效果,规范的做法是在样式表中定义p {text-indent: 2e

m;} 然后给每一段加上

标记,注意,一般情况下,请不要省略

结束标记 。

2.2 排版

1. 不同语种的文字之间应该有一个半角空格,但避头的符号之前和避尾的符号之后除外

汉字之间的标点要用全角标点,英文字母和数字周围的括号应该使用半角括号。

2. 为了最大程度的发挥浏览器自动排版的功能,在一段完整的文字中请尽量不要使用<

br> 来人工干预分段。

3. 所有的字号都应该用样式表来实现,禁止在页面中出现标记。

4. 请不要在网页中连续出现多于一个的空格,也尽量少使用全角空格(英文字符集下,

全角空格会变成乱码),空白应该尽量使用text-indent,padding,margin,hspace,vspace

以及透明的gif图片来实现。

5. 中英文混排时,我们尽可能的将英文和数字定义为verdana和arial两种字体。

6. 行距建议用百分比来定义,常用的两个行距的值是line-height:120%/150%。

2.3 标记换行

一个标记必须占用一行。不得出现两个标记在同一行的情况(同一标记的关闭标记除外)。

- 2 - HTML & JavaScript编码规范

例如:

#001 text

而必须写成:

#001

#002 text

#003

2.4 属性赋值

对于接受属性的标记,属性值必须使用双引号或者单引号包围。如:

#001

#002

2.5 标记关闭

1. 静态文件内容必须包含在标记中间

2. 标记必须包含在标记中间

3. 对于需要关闭的标记,如:

<body><table><tr><td><p><textarea><select><font><option><div><span> </p><p style="text-indent: 2em;font-size:18px;">必须同其关闭标记同时出现。如: </p><p style="text-indent: 2em;font-size:18px;"> <body>…<p>…<font>…</font>…</p>...</body> </p><p style="text-indent: 2em;font-size:18px;">4. 不得出现交叉包含的语句,如: </p><p style="text-indent: 2em;font-size:18px;"> <p><font>…</p></font> </p><p style="text-indent: 2em;font-size:18px;">3. 命名规则 </p><p style="text-indent: 2em;font-size:18px;">所有的标识符只能用字母(A-Z或a-z)和数字(0-9)。不能有货币符号或者其他非 </p><p style="text-indent: 2em;font-size:18px;">ASCII字符。 </p><p style="text-indent: 2em;font-size:18px;">3.1 目录、文件命名规范 </p><p style="text-indent: 2em;font-size:18px;">1. 在网站根目录中开设images、common子目录,根据需要再开设media子目录。 </p><p style="text-indent: 2em;font-size:18px;"> images目录中放不同栏目的页面都要用到的公共图片,例如公司的标志、banner条、菜</p><p style="text-indent: 2em;font-size:18px;">单、按钮等等; </p><p style="text-indent: 2em;font-size:18px;"> common子目录中放css、js、include等公共文件或目录; </p><p style="text-indent: 2em;font-size:18px;"> temp子目录放客户提供的各种文字图片等原始资料; </p><p style="text-indent: 2em;font-size:18px;"> media子目录中放多媒体文件。 </p><p style="text-indent: 2em;font-size:18px;">2. 目录、文件的名称全部用小写英文字母、数字、下划线的组合,其中不得包含汉字、</p><p style="text-indent: 2em;font-size:18px;">空格和特殊字符;目录的命名请尽量以有意义的英文为指导,多个英文组合,以下划线“_”</p><p style="text-indent: 2em;font-size:18px;">分隔。 </p></div><br><p><h2></h2></p> <!-- 附件 --> <p class="tag"> 本文标签: <a style="margin-right: 10px" href="/tag/579.html" target="_blank">标记</a> <a style="margin-right: 10px" href="/tag/428251.html" target="_blank">规范</a> <a style="margin-right: 10px" href="/tag/175.html" target="_blank">文件</a> </p> <div class="roclinux-cn copyright"> <blockquote> <p> 版权声明:本文标题:编码规范——精选推荐 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:<a href="http://www.roclinux.cn/p/1713401338a632740.html">http://www.roclinux.cn/p/1713401338a632740.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/1742571244a2410086.html" title="PyQtQT打开文件浏览器">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="PyQtQT打开文件浏览器">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1742571244a2410086.html" class="post-item-title" title="PyQtQT打开文件浏览器"> <h3>PyQtQT打开文件浏览器</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">用PyQt开发个小工具&#xff0c;需要打开文件浏览器&#xff0c;而且与程序无关&#xff0c;就是说打开后即使关闭了程序&#xff0c;那个打开的文件浏览器依然存在&#xff0c; 关键代码如</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1742616784a2416109.html" title="浏览器无法下载PDF文件怎么办">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="浏览器无法下载PDF文件怎么办">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1742616784a2416109.html" class="post-item-title" title="浏览器无法下载PDF文件怎么办"> <h3>浏览器无法下载PDF文件怎么办</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">其实就是浏览器的设置问题。 打开谷歌浏览器的设置将按钮开关改到如下状态再点击下载PDF的按钮就可以了。</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1742618977a2416396.html" title="exe文件打不开应该怎么办?">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="exe文件打不开应该怎么办?">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1742618977a2416396.html" class="post-item-title" title="exe文件打不开应该怎么办?"> <h3>exe文件打不开应该怎么办?</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">今天为了解决一个问题&#xff0c;装了一堆软件&#xff0c;尽管Windows Defender报毒&#xff0c;还是毅然决然把Windows Defender给关了&#xff0c;然后继续安装&</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1742636346a2418721.html" title="使用反汇编工具IDA查看动态库中的汇编代码上下文,结合安卓系统生成的Tombstone文件,排查安卓app程序底层C++库崩溃问题">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="使用反汇编工具IDA查看动态库中的汇编代码上下文,结合安卓系统生成的Tombstone文件,排查安卓app程序底层C++库崩溃问题">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1742636346a2418721.html" class="post-item-title" title="使用反汇编工具IDA查看动态库中的汇编代码上下文,结合安卓系统生成的Tombstone文件,排查安卓app程序底层C++库崩溃问题"> <h3>使用反汇编工具IDA查看动态库中的汇编代码上下文,结合安卓系统生成的Tombstone文件,排查安卓app程序底层C++库崩溃问题</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">目录 1、IDA工具介绍 2、产品及问题场景描述 3、查看Tombstone文件 4、使用IDA打开.so动态库文件,查看汇编代码的上下文,到C++源码中定位发生崩溃的那行代码 4.1、使用IDA打开.so动态库文件 4.2、切</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1743485636a2433449.html" title="Flutter桌面开发 — Windows App打包以及使用Inno Setup生成.exe文件安装包">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="Flutter桌面开发 — Windows App打包以及使用Inno Setup生成.exe文件安装包">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1743485636a2433449.html" class="post-item-title" title="Flutter桌面开发 — Windows App打包以及使用Inno Setup生成.exe文件安装包"> <h3>Flutter桌面开发 — Windows App打包以及使用Inno Setup生成.exe文件安装包</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">文章目录 1 打包 Flutter Windows App1.1 开发环境准备1.2 支持Windows1.3 构建Windows App2 使用Inno Setup生成.exe文件安装包2.1 Inno Setup下载2.2 Inno S</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1743599206a2448845.html" title="win7系统删除使用过的文件记录">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="win7系统删除使用过的文件记录">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1743599206a2448845.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="/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">在我们使用电脑的过程中&#xff0c;我们会浏览很多的文档&#xff0c;随着使用的时间越长&#xff0c;这些浏览过的历史记录就会在最近打开的列表中可以看到&#xff0c;但是有不少用户出于要保护自己的隐私</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1743599227a2448848.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="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1743599227a2448848.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="/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">Linux scp&#xff08;secure copy&#xff09; 命令用于 Linux 之间复制文件和目录。当Windows支持ssh协议时&#xff0c;二者就可以相互复制文件了。 scp 是 linux</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1743624183a2452535.html" title="备份 Windows 7 key 激活文件 实现重装自行激活的批处理">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="备份 Windows 7 key 激活文件 实现重装自行激活的批处理">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1743624183a2452535.html" class="post-item-title" title="备份 Windows 7 key 激活文件 实现重装自行激活的批处理"> <h3>备份 Windows 7 key 激活文件 实现重装自行激活的批处理</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">29天前</div> </div> <p class="post-item-summary">如何通过备份Windows 7“两个激活文件”实现重装操作系统后的自行激活呢&#xff1f;以下向大家提供&#xff1a; &#xff08;一&#xff09;关于两个“批处理”文件制作&#xff1a;</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1743661768a2458591.html" title="Windows 系统 DLL 文件下载">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="Windows 系统 DLL 文件下载">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1743661768a2458591.html" class="post-item-title" title="Windows 系统 DLL 文件下载"> <h3>Windows 系统 DLL 文件下载</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">29天前</div> </div> <p class="post-item-summary">Windows 系统 DLL 文件下载 【下载地址】Windows系统DLL文件下载 Windows 系统 DLL 文件下载 项目地址: https:gitcodeopen-source-toolkitf68ef 资源</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1743708886a2466119.html" title="c盘满了怎么清理垃圾而不误删文件?这个方法轻松解决C盘空间不足">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="c盘满了怎么清理垃圾而不误删文件?这个方法轻松解决C盘空间不足">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1743708886a2466119.html" class="post-item-title" title="c盘满了怎么清理垃圾而不误删文件?这个方法轻松解决C盘空间不足"> <h3>c盘满了怎么清理垃圾而不误删文件?这个方法轻松解决C盘空间不足</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">28天前</div> </div> <p class="post-item-summary">c盘满了怎么清理垃圾而不误删文件&#xff1f;这个方法轻松解决C盘空间不足 亲爱的读者们&#xff0c;今天我们将分享一种高效且安全的方法来解决大家常遇到的C盘空间不足问题。当您的C盘存储空间告急时&#xff0c</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1743779072a2478052.html" title="windows服务器和本地windows共享文件(windows服务器下载文件)">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="windows服务器和本地windows共享文件(windows服务器下载文件)">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1743779072a2478052.html" class="post-item-title" title="windows服务器和本地windows共享文件(windows服务器下载文件)"> <h3>windows服务器和本地windows共享文件(windows服务器下载文件)</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">27天前</div> </div> <p class="post-item-summary">1.按键windr  输入mstsc命令 2.输入远程服务器ip->点击显示选项 3.找到本地资源->点击详细信息 4.点开驱动器->找到分享的磁盘 5.然后从winds服务器复制代码到你的本地选中的磁盘 6.结束</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1743814344a2484185.html" title="SpringMVC 下载文件(直接在浏览器打开)">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="SpringMVC 下载文件(直接在浏览器打开)">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1743814344a2484185.html" class="post-item-title" title="SpringMVC 下载文件(直接在浏览器打开)"> <h3>SpringMVC 下载文件(直接在浏览器打开)</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">27天前</div> </div> <p class="post-item-summary">前端代码&#xff1a; 下载用户手册function downUserManual() {debuggervar downLoadPath"systemdownUserManual.do";var</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1743814402a2484195.html" title="download.js 实现txt,js文件等浏览器下载 而不是打开">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="download.js 实现txt,js文件等浏览器下载 而不是打开">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1743814402a2484195.html" class="post-item-title" title="download.js 实现txt,js文件等浏览器下载 而不是打开"> <h3>download.js 实现txt,js文件等浏览器下载 而不是打开</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">27天前</div> </div> <p class="post-item-summary">现在本人正在做聊天系统&#xff0c;最近支持收发文件&#xff0c;那下载当然是不可避免的 1.第一步想的是open一个窗口下载文件但事实证明显然不合适&#xff0c;现在的浏览器都是会主动拦截弹窗 2.a通过</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1743814655a2484241.html" title="springmvc 上传下载文件问题(浏览器没有反应,下载文件无法打开)">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="springmvc 上传下载文件问题(浏览器没有反应,下载文件无法打开)">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1743814655a2484241.html" class="post-item-title" title="springmvc 上传下载文件问题(浏览器没有反应,下载文件无法打开)"> <h3>springmvc 上传下载文件问题(浏览器没有反应,下载文件无法打开)</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">27天前</div> </div> <p class="post-item-summary">1点击下载 浏览器没有反应 不进行下载&#xff1a; $("#download").bind(click, function() { 生成的文件名 var filename$("#file</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1743863657a2492752.html" title="Win10修改编辑文件无法保存怎么办(没有权限)">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="Win10修改编辑文件无法保存怎么办(没有权限)">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1743863657a2492752.html" class="post-item-title" title="Win10修改编辑文件无法保存怎么办(没有权限)"> <h3>Win10修改编辑文件无法保存怎么办(没有权限)</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">26天前</div> </div> <p class="post-item-summary">Win10修改编辑hosts文件无法保存怎么办 修改一些系统文件无法保存说明这个账户没有“写”这个权限 这里以hosts文件为例&#xff0c;为账户增加读写权限&#xff1a; 首先进入Win10系统的hosts文件所在位</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1743889643a2497242.html" title="Windows 11清除无效、回收站、过期、缓存、补丁更新文件">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="Windows 11清除无效、回收站、过期、缓存、补丁更新文件">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1743889643a2497242.html" class="post-item-title" title="Windows 11清除无效、回收站、过期、缓存、补丁更新文件"> <h3>Windows 11清除无效、回收站、过期、缓存、补丁更新文件</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">26天前</div> </div> <p class="post-item-summary">Windows 11与之前的Windows版本类似&#xff0c;也需要定期清理无效、垃圾、过期、缓存文件来保持系统性能和存储空间的优化。以下是在Windows 11中进行这些清理操作的一些建议方法&#xff1a; 磁盘清</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1743911999a2501127.html" title="Windows系统下使用tar命令,压缩文件与解压缩文件并指定路径">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="Windows系统下使用tar命令,压缩文件与解压缩文件并指定路径">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1743911999a2501127.html" class="post-item-title" title="Windows系统下使用tar命令,压缩文件与解压缩文件并指定路径"> <h3>Windows系统下使用tar命令,压缩文件与解压缩文件并指定路径</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">26天前</div> </div> <p class="post-item-summary">如果想指定解压缩后的文件夹&#xff0c;请看第三步 第一步&#xff1a;进入解压文件所在的当前文件夹内右键点击在终端打开 如下图第二步&#xff1a;在终端内输入命令行&#xff08;分为两种情</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1743912771a2501254.html" title="用bat文件修改Windows的host文件">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="用bat文件修改Windows的host文件">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1743912771a2501254.html" class="post-item-title" title="用bat文件修改Windows的host文件"> <h3>用bat文件修改Windows的host文件</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">26天前</div> </div> <p class="post-item-summary">a.bat ::取消host的只读属性attrib -R C:WINDOWSsystem32driversetchosts ::用127.0.0.1 a.xxx 代替原来的host文件echo 127.0.0.1 a.xxx</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1744042323a2523484.html" title="win11开机都会显示“由于启动计算机时出现了页面文件配置问题,Windows在你的计算机上创建了一个临时页面文件。所有磁盘驱动器的总页面文件大小可能稍大于你所指定的大小。”-- 已解决亲测">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="win11开机都会显示“由于启动计算机时出现了页面文件配置问题,Windows在你的计算机上创建了一个临时页面文件。所有磁盘驱动器的总页面文件大小可能稍大于你所指定的大小。”-- 已解决亲测">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1744042323a2523484.html" class="post-item-title" title="win11开机都会显示“由于启动计算机时出现了页面文件配置问题,Windows在你的计算机上创建了一个临时页面文件。所有磁盘驱动器的总页面文件大小可能稍大于你所指定的大小。”-- 已解决亲测"> <h3>win11开机都会显示“由于启动计算机时出现了页面文件配置问题,Windows在你的计算机上创建了一个临时页面文件。所有磁盘驱动器的总页面文件大小可能稍大于你所指定的大小。”-- 已解决亲测</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">24天前</div> </div> <p class="post-item-summary">win11开机都会显示“由于启动计算机时出现了页面文件配置问题&#xff0c;Windows在你的计算机上创建了一个临时页面文件。所有磁盘驱动器的总页面文件大小可能稍大于你所指定的大小。”-- 已解决亲测 解决方案 单击-></p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1744055887a2525839.html" title="Linux操作系统无法往U盘写入文件">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="Linux操作系统无法往U盘写入文件">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1744055887a2525839.html" class="post-item-title" title="Linux操作系统无法往U盘写入文件"> <h3>Linux操作系统无法往U盘写入文件</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">24天前</div> </div> <p class="post-item-summary">文章目录 现象原因解决 现象 往U盘写入文件时一直显示 “只读文件系统&#xff0c;无法写入”。 原因 U盘坏了或者有病毒&#xff0c;电脑系统为了不让它进一步损坏设置为了只读。 解决 将U盘用电脑自带的U盘修</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/632740.html?safe_token=_2Ff1tQ0b0LlwHPcx2_2Bt8KgfQ0No_2FliqBr8duQsbTE9Topb2W9NzNFhvNfUleARunCdsuVNZr4KABsEpa5Q1tujw_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="/p/1743987421a2514107.html" title="javascript - How to loop though a jQuery result set - Stack Overflow" class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/view/img/nopic.png" alt="javascript - How to loop though a jQuery result set - Stack Overflow" class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> javascript - How to loop though a jQuery result set - Stack Overflow </h3> </div> </a> <a href="/p/1744038634a2522841.html" title="How to use javascript in PHP class functions? - Stack Overflow" class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/view/img/nopic.png" alt="How to use javascript in PHP class functions? - Stack Overflow" class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> How to use javascript in PHP class functions? - Stack Overflow </h3> </div> </a> <a href="/p/1744046029a2524133.html" title="javascript - Google Translate Dropdown Not Found After Multiple Attempts in Next.js - Stack Overflow" class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/view/img/nopic.png" alt="javascript - Google Translate Dropdown Not Found After Multiple Attempts in Next.js - Stack Overflow" class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> javascript - Google Translate Dropdown Not Found After Multiple Attempts in Next.js - Stack Overflow </h3> </div> </a> <a href="/p/1744064485a2527333.html" title="javascript - Display a warning after 3 mins of inactivity on a page - Stack Overflow" class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/view/img/nopic.png" alt="javascript - Display a warning after 3 mins of inactivity on a page - Stack Overflow" class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> javascript - Display a warning after 3 mins of inactivity on a page - Stack Overflow </h3> </div> </a> <a href="/p/1744092703a2532331.html" title="javascript - Regular expression to match at least two special characters in any order - Stack Overflow" class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/view/img/nopic.png" alt="javascript - Regular expression to match at least two special characters in any order - Stack Overflow" class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> javascript - Regular expression to match at least two special characters in any order - Stack Overflow </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/1743988591a2514305.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="python - Virtual environment won&#39;t start in ipynb in VScode - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="python - Virtual environment won&#39;t start in ipynb in VScode - Stack Overflow" target="_blank" href="/p/1743988591a2514305.html"> <h3>python - Virtual environment won&#39;t start in ipynb in VScode - Stack Overflow</h3> </a> <span class="post-date">25天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1743992291a2514952.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="javascript - Promise hell, Anti-pattern and Error Handling - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="javascript - Promise hell, Anti-pattern and Error Handling - Stack Overflow" target="_blank" href="/p/1743992291a2514952.html"> <h3>javascript - Promise hell, Anti-pattern and Error Handling - Stack Overflow</h3> </a> <span class="post-date">25天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1743996011a2515588.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="python - Conditional running total based on date field in Pandas - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="python - Conditional running total based on date field in Pandas - Stack Overflow" target="_blank" href="/p/1743996011a2515588.html"> <h3>python - Conditional running total based on date field in Pandas - Stack Overflow</h3> </a> <span class="post-date">25天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1744011660a2518266.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="javascript - Three.js: how to put objects to the top of the screen with same size - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="javascript - Three.js: how to put objects to the top of the screen with same size - Stack Overflow" target="_blank" href="/p/1744011660a2518266.html"> <h3>javascript - Three.js: how to put objects to the top of the screen with same size - Stack Overflow</h3> </a> <span class="post-date">25天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1744025780a2520603.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="javascript - How to have element.querySelector() include the root element? - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="javascript - How to have element.querySelector() include the root element? - Stack Overflow" target="_blank" href="/p/1744025780a2520603.html"> <h3>javascript - How to have element.querySelector() include the root element? - Stack Overflow</h3> </a> <span class="post-date">25天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1744026418a2520713.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="Extract JWT from Keycloak inside Spring Cloud Gateway filter - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="Extract JWT from Keycloak inside Spring Cloud Gateway filter - Stack Overflow" target="_blank" href="/p/1744026418a2520713.html"> <h3>Extract JWT from Keycloak inside Spring Cloud Gateway filter - Stack Overflow</h3> </a> <span class="post-date">25天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1744034965a2522190.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="javascript - Fetch message from the client Discord.js - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="javascript - Fetch message from the client Discord.js - Stack Overflow" target="_blank" href="/p/1744034965a2522190.html"> <h3>javascript - Fetch message from the client Discord.js - Stack Overflow</h3> </a> <span class="post-date">24天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1744064257a2527292.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="javascript - Catch-all route with a default static page In Next.js - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="javascript - Catch-all route with a default static page In Next.js - Stack Overflow" target="_blank" href="/p/1744064257a2527292.html"> <h3>javascript - Catch-all route with a default static page In Next.js - Stack Overflow</h3> </a> <span class="post-date">24天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1744067879a2527941.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/1744067879a2527941.html"> <h3>轻松查询电脑显存大小,两种方法任你选</h3> </a> <span class="post-date">24天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1744082808a2530567.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="javascript - Access value of an HTML5 canvas element - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="javascript - Access value of an HTML5 canvas element - Stack Overflow" target="_blank" href="/p/1744082808a2530567.html"> <h3>javascript - Access value of an HTML5 canvas element - Stack Overflow</h3> </a> <span class="post-date">24天前</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/1744100356a2533471.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="javascript - How do I toggle the readonly attribute of all child element with jquery - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="javascript - How do I toggle the readonly attribute of all child element with jquery - Stack Overflow" target="_blank" href="/p/1744100356a2533471.html"> <h3>javascript - How do I toggle the readonly attribute of all child element with jquery - Stack Overflow</h3> </a> <span class="post-date">24天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1744100331a2533470.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="javascript - Might it be possible to block an entire US state from accessing my site, using PHP? - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="javascript - Might it be possible to block an entire US state from accessing my site, using PHP? - Stack Overflow" target="_blank" href="/p/1744100331a2533470.html"> <h3>javascript - Might it be possible to block an entire US state from accessing my site, using PHP? - Stack Overflow</h3> </a> <span class="post-date">24天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1744100330a2533469.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="c++ - Is dereferencing std::span::end always undefined? - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="c++ - Is dereferencing std::span::end always undefined? - Stack Overflow" target="_blank" href="/p/1744100330a2533469.html"> <h3>c++ - Is dereferencing std::span::end always undefined? - Stack Overflow</h3> </a> <span class="post-date">24天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1744100302a2533468.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="javascript - Delay function execution if it has been called recently - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="javascript - Delay function execution if it has been called recently - Stack Overflow" target="_blank" href="/p/1744100302a2533468.html"> <h3>javascript - Delay function execution if it has been called recently - Stack Overflow</h3> </a> <span class="post-date">24天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1744100275a2533467.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="javascript - Google Maps Autocomplete List - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="javascript - Google Maps Autocomplete List - Stack Overflow" target="_blank" href="/p/1744100275a2533467.html"> <h3>javascript - Google Maps Autocomplete List - Stack Overflow</h3> </a> <span class="post-date">24天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1744098521a2533348.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="/b/1744098521a2533348.html"> <h3>windows设置断电重启开机后自动输入锁屏密码登录</h3> </a> <span class="post-date">24天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1744098338a2533314.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="/b/1744098338a2533314.html"> <h3>Windows系统设置开机默认开启数字小键盘</h3> </a> <span class="post-date">24天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1744098057a2533264.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="Windows11 开机自动同步时间(开机时间不更新问题)" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="Windows11 开机自动同步时间(开机时间不更新问题)" target="_blank" href="/b/1744098057a2533264.html"> <h3>Windows11 开机自动同步时间(开机时间不更新问题)</h3> </a> <span class="post-date">24天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1744097709a2533205.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="/b/1744097709a2533205.html"> <h3>windows配置开机自启动软件或脚本</h3> </a> <span class="post-date">24天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1744097548a2533178.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="【Redis】Windows设置Redis为开机自启动" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="【Redis】Windows设置Redis为开机自启动" target="_blank" href="/b/1744097548a2533178.html"> <h3>【Redis】Windows设置Redis为开机自启动</h3> </a> <span class="post-date">24天前</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">3月前</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">3月前</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'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'Hare: A Blend of Modern Luxury and Convenience" target="_blank" href="/lvyou/1736246607a1724902.html"> <h3>Exploring the Exquisite Aloft Chicago O'Hare: A Blend of Modern Luxury and Convenience</h3> </a> <span class="post-date">3月前</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">3月前</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">3月前</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> <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-1"]').addClass('current-menu-item'); $('.menu-header-container li[data-active="fid-1"]').addClass('current-menu-item'); </script> </body> </html>