文章缩略图

TLS:更快,更安全的TLS1.3-更快-学习网-安全-TLS-SEO

作者:猫先森 2025-08-20 18:29:49 关键词优化 2424 阅读需13分钟
图标

本文最后更新于2025-08-20 18:29:49已经过去了3天 请注意内容时效性

热度 4 评论 0 点赞
自上次加密协议更新至今已有八年多了,但TLS 1.3的最终版本现已于2018年8月发布。TLS 1.3包含许多安全性和性能改进,随着2015年末的HTTP / 2协议更新,以及2018年的TLS 1.3,加密连接现在比以往更加安全和快速。什么是TLS?TLS代表传输层安全性,是SSL(安全套接字层)的后续产品。TLS提供Web浏览器和服务器之间的安全通信。连接本身是安全的,因为对称加密用于加密传输的数据。密钥是为每个连接唯一生成的,并且基于在会话开始时协商的共享机密,也称为TLS handshake。许多基于IP的协议(如HTTPS,SMTP,POP3,FTP)都支持TLS来加密数据。Web浏览器使用SSL证书,答应它们识别它属于经过数字签名的证书颁发机构。从技术上讲,这些也称为TLS证书,但大多数SSL提供商都坚持使用术语“SSL证书”,因为这通常是众所周知的。SSL / TLS证书提供了许多人简陋地知道他们在浏览器的地址栏中看到的HTTPS背后的魔力。TLS 1.3与TLS 1.2互联网工程任务组(IETF)是负责定义TLS协议的组,该协议经历了屡次迭代。先前版本的TLS,TLS 1.2,在RFC 5246中定义, 并且在过去八年中已被大多数Web浏览器使用。在2018年3月21日,经过28次草案后,TLS 1.3已经完成。截至2018年8月,TLS 1.3的最终版本现已发布(RFC 8446)。Cloudflare等公司已经向其客户提供TLS 1.3。 Filippo Valsorda  就TLS 1.2和TLS 1.3之间的差异进行了很好的讨论(见下文)。简而言之,TLS 1.3与TLS 1.2的主要优点是速度更快,安全性更高。速度优势TLS 1.3在Web性能方面,TLS和加密连接总是增添了一些开销。HTTP / 2断定有助于解决这个问题,但TLS 1.3通过TLS错误启动和零往返时间(0-RTT)等功能帮助加速加密连接。简陋地说,使用TLS 1.2,需要两次往返才干完成TLS handshake。使用1.3时,它只需要一次往返, 从而将加密延迟减少一半。这有助于这些加密连接感觉比以前更快一点。TLS 1.3 handshake性能另一个优点是,从某种意义上说, 在您之前访问过的站点上,您现在可以将首先条消息的数据发送到服务器。这被称为“零往返。”(0-RTT)。是的,这也可以缩短加载时间。使用TLS 1.3提高安全性TLS 1.2的一个大问题是它经常没有正确配置,导致网站易受攻击。TLS 1.3现在从TLS 1.2中删除过时和不安全的功能,包括以下内容:SHA-1RC4DES3DESAES-CBCMD5任意Diffie-Hellman群 – CVE-2016-0701EXPORT-strength ciphers – 负责FREAK和LogJam由于协议在某种意义上更加简化,因此治理员和开发人员不太可能错误配置协议。谷歌也提高了TLS标准,因为他们已经开始告诫搜索控制台中的用户他们正在转向TLS版本1.2,因为TLS 1不再那么安全。TLS 1.3浏览器支持使用Chrome 63,可以为传出连接启用TLS 1.3。Chrome 56中添加了对TLS 1.3的支持,Chrome for Android也支持。Firefox 52及更高版本(包括Quantum)默认启用TLS 1.3。他们保留了对TLS 1.2的不安全后备,直到他们更多地了解服务器容忍度和1.3 handshake。有人说,互联网上的一些SSL测试服务还不支持TLS 1.3,其他浏览器也不支持,如IE,Microsoft Edge或Opera。Safari在MacOS High Sierra上支持版本11.1中的TLS 1.3,但默认情况下禁用它。您可以通过运行以下terminal命令手动启用它以进行测试:sudo默认写入/Library/Preferences/com.apple.networkdtcp_connect_enable_tls13 1注意:它们目前不支持0-RTT数据。在协议最终确定以及浏览器赶上时,还需要几个月的时间。其余大部分目前正在开发中。结论:就像HTTP / 2一样,TLS 1.3是一个激动人心的协议更新,我们可以期待它在未来几年中受益。加密(HTTPS)连接不仅会变得更快,而且会更安全,这将会推动网络向前发展!相关文章推举Kotlin如何改变App开发范式  谷歌在Google I / O 2017上宣布支持Android中的Kotlin,但是Kotlin应该是20年 […]...腾讯帝国发展简史  在过去的30年里,中国已成为世界上增长最快,最具创新性的市场之一。此外,随着互联网的发展,中国的一系列互联网公 […]...创业,互联网公司失败的原因  超过90%的创业,互联网公司在前120天内以失败告终,多数由于以下几个原因,这种惊人的失败率没有受到重视: 许 […]...33朵玫瑰代表什么,1到100 玫瑰朵数的含义  玫瑰花的意义不再仅仅针对其颜色和类型,而且还取决于您抉择的玫瑰花的数量。 为了更好地帮助您理解玫瑰朵数的含义, […]...【网络基础见识入门】网络是如何运作的?  网络介绍 对于我们中的许多人来说,互联网和网络浏览已成为日常活动。无论是检查股票价格,购买食物,做工作,玩游戏 […]...TLS:更快
继续阅读本文相关话题
你可能想看:

title是什么意思,SEO如何发挥标题作用?-学习网-作用-标题-title-SEO

SEO工作中,我们经常会讨论关于<span class="mxswl_cn-plictm highlight" style="color:#f73131;">的</span>问题,没有任何一个<span class="mxswl_cn-sjmjlr highlight" style="color:#f73131;">网</span>站可以跳过这个环节,它直接影响页面内容搜索排名<span class="mxswl_cn-iydmur highlight" style="color:#f73131;">的</span>走向,以及相关<span class="mxswl_cn-gsijpi highlight" style="color:#f73131;">的</span>用户行为指标。 言外之意:<title>标... </p> </a> </div> <div class="mxswl_cn-gotwdu zk-a-item"> <a href="https://mxswl.cn/class-shi-shen-me-yi-si-xue-xi-wang-classseo.html"> <p class="mxswl_cn-hukzhk zk-a-t" style="margin: 3px 0;"><strong>Class是什么意思?-<span class="mxswl_cn-qsdhxa highlight" style="color:#f73131;">学习网</span>-Class-<span class="mxswl_cn-bvhkpw highlight" style="color:#f73131;">SEO</span></strong></p> <p class="mxswl_cn-yicqkk zk-a-i"> 在面向对象编程中,Class(类)用于描述一个或多个对象。它用作在程序中创建或实例化特定对象<span class="mxswl_cn-rowqcc highlight" style="color:#f73131;">的</span>模板,虽然每个对象都是由单个Class创建<span class="mxswl_cn-vbxrab highlight" style="color:#f73131;">的</span>,但是一个Class可以用来实例化多个对象。有几种编程语言支持... </p> </a> </div> <div class="mxswl_cn-mjtbke zk-a-item"> <a href="https://mxswl.cn/diss-shi-shen-me-yi-si-zhong-wen-zhong-wen-xue-xi-wang-dissseo.html"> <p class="mxswl_cn-chbgyu zk-a-t" style="margin: 3px 0;"><strong>diss是什么意思中文?-中文-<span class="mxswl_cn-zepxuw highlight" style="color:#f73131;">学习网</span>-diss-<span class="mxswl_cn-dxhcmb highlight" style="color:#f73131;">SEO</span></strong></p> <p class="mxswl_cn-fyvmxa zk-a-i"> diss可以指“Disrespect或是Disparage”,中文是不尊重,轻视,诋毁,贬低<span class="mxswl_cn-keiqeq highlight" style="color:#f73131;">的</span>意思,后来被rapper们拿来,用这种说唱<span class="mxswl_cn-uvixed highlight" style="color:#f73131;">的</span>方式互相贬低和批判。用<span class="mxswl_cn-rhjfui highlight" style="color:#f73131;">更</span>好理解<span class="mxswl_cn-mvapfb highlight" style="color:#f73131;">的</span>中文词来说,大概就是互怼吧。说... </p> </a> </div> </div> </div> <style> .zk_article_recommendation, .zk_article_recommendation * { margin: 0; padding: 0;box-sizing: border-box !important;list-style: none; } .zk_article_recommendation .recommendation-title { font-size: 18px; font-weight: 700; margin: 0; } .zk_article_recommendation .recommendation-list { margin: 0; font-size: 16px; } .zk_article_recommendation .recommendation-list .zk-a-item { padding: 2px 0 5px; border-bottom: 1px solid #e0e0e0; margin: 0; } .zk_article_recommendation .recommendation-list .zk-a-item a { margin: auto; } .zk_article_recommendation .zk-a-t { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-indent: 0; } .zk_article_recommendation .zk-a-i { color: #666; line-height: 20px; overflow: hidden; font-size: 14px; margin: 0; text-indent: 0; } </style><p> <!-- 更多文章推荐模块 --> </p><div class="mxswl_cn-makwpv article-more"> <div class="mxswl_cn-qalwxg head"> <div class="mxswl_cn-omqugm title"> <h5>更多推荐</h5> </div> </div> <div class="mxswl_cn-xpnile wrap"> <div class="mxswl_cn-ansecn row row-cols-xl-4 row-cols-sm-3 row-cols-2 g-lg-3 g-2"> <div class="mxswl_cn-etnxhf col"> <div class="mxswl_cn-wvvzvt item"> <div class="mxswl_cn-uzpawc thumbnail"> <img src="https://mxswl.cn/zb_users/theme/RSSY_Ventures/static/img/image.jpg" alt="泛目录实战SEO视频教程,关键词批量优化技术-视频教程-学习网-批量-实战-关键词_1"> </div> <div class="mxswl_cn-jllwii title"> <a href="https://mxswl.cn/fan-mu-lu-shi-zhan-seo-shi-pin-jiao-cheng-guan-jian-ci-pi-liang-you-hua-ji-shu-shi-pin-jiao-cheng-xue-xi-wang-pi-liang-shi-zhan-guan-jian-ci-1.html" class="mxswl_cn-jvbngo stretched-link">泛目录实战SEO视频教程,关键词批量优化技术-视频教程-学习网-批量-实战-关键词_1</a> </div> </div> </div> <div class="mxswl_cn-lhjmyq col"> <div class="mxswl_cn-hsbwag item"> <div class="mxswl_cn-wjnmaa thumbnail"> <img src="https://mxswl.cn/zb_users/theme/RSSY_Ventures/static/img/image.jpg" alt="DirectX是什么?-学习网-DirectX-SEO"> </div> <div class="mxswl_cn-icgqyt title"> <a href="https://mxswl.cn/directx-shi-shen-me-xue-xi-wang-directxseo.html" class="mxswl_cn-rlbuej stretched-link">DirectX是什么?-学习网-DirectX-SEO</a> </div> </div> </div> <div class="mxswl_cn-cjzsgt col"> <div class="mxswl_cn-npvykq item"> <div class="mxswl_cn-ptripv thumbnail"> <img src="https://mxswl.cn/zb_users/theme/RSSY_Ventures/static/img/image.jpg" alt="SEO优化注意事项是什么?具体是那几点呢?-几点-学习网-注意事项-具体-SEO"> </div> <div class="mxswl_cn-lbxqyn title"> <a href="https://mxswl.cn/seo-you-hua-zhu-yi-shi-xiang-shi-shen-me-ju-ti-shi-na-ji-dian-ne-ji-dian-xue-xi-wang-zhu-yi-shi-xiang-ju-ti-seo.html" class="mxswl_cn-tsxflf stretched-link">SEO优化注意事项是什么?具体是那几点呢?-几点-学习网-注意事项-具体-SEO</a> </div> </div> </div> <div class="mxswl_cn-ouzbrd col"> <div class="mxswl_cn-edjbkj item"> <div class="mxswl_cn-zznext thumbnail"> <img src="https://mxswl.cn/zb_users/theme/RSSY_Ventures/static/img/image.jpg" alt="全新ORM系统介绍(一)-刷alexa排名-学习网-系统-ORM-alexa-SEO"> </div> <div class="mxswl_cn-mxednx title"> <a href="https://mxswl.cn/quan-xin-orm-xi-tong-jie-shao-yi-shua-alexa-pai-ming-xue-xi-wang-xi-tong-ormalexaseo.html" class="mxswl_cn-ojxium stretched-link">全新ORM系统介绍(一)-刷alexa排名-学习网-系统-ORM-alexa-SEO</a> </div> </div> </div> <div class="mxswl_cn-paehte col"> <div class="mxswl_cn-knpxeb item"> <div class="mxswl_cn-ngycuh thumbnail"> <img src="https://mxswl.cn/zb_users/theme/RSSY_Ventures/static/img/image.jpg" alt="关于假冒联系方式的说明和声明-学习网-声明-联系方式-SEO"> </div> <div class="mxswl_cn-tfblrh title"> <a href="https://mxswl.cn/guan-yu-jia-mao-lian-xi-fang-shi-de-shuo-ming-he-sheng-ming-xue-xi-wang-sheng-ming-lian-xi-fang-shi-seo.html" class="mxswl_cn-jhejkd stretched-link">关于假冒联系方式的说明和声明-学习网-声明-联系方式-SEO</a> </div> </div> </div> <div class="mxswl_cn-vjgojr col"> <div class="mxswl_cn-rifjqw item"> <div class="mxswl_cn-kemgjm thumbnail"> <img src="https://mxswl.cn/zb_users/theme/RSSY_Ventures/static/img/image.jpg" alt="南阳SEO:如何正确的理解SEO?-南阳-学习网-如何正确-SEO"> </div> <div class="mxswl_cn-xsqyem title"> <a href="https://mxswl.cn/nan-yang-seo-ru-he-zheng-que-de-li-jie-seo-nan-yang-xue-xi-wang-ru-he-zheng-que-seo.html" class="mxswl_cn-qiibdk stretched-link">南阳SEO:如何正确的理解SEO?-南阳-学习网-如何正确-SEO</a> </div> </div> </div> <div class="mxswl_cn-lunvzq col"> <div class="mxswl_cn-lyciho item"> <div class="mxswl_cn-vyedcy thumbnail"> <img src="https://mxswl.cn/zb_users/theme/RSSY_Ventures/static/img/image.jpg" alt="英文SEO与中文SEO对比-张岩seo-英文-中文-学习网-对比-SEO"> </div> <div class="mxswl_cn-wnyezn title"> <a href="https://mxswl.cn/ying-wen-seo-yu-zhong-wen-seo-dui-bi-zhang-yan-seo-ying-wen-zhong-wen-xue-xi-wang-dui-bi-seo.html" class="mxswl_cn-yjcvcu stretched-link">英文SEO与中文SEO对比-张岩seo-英文-中文-学习网-对比-SEO</a> </div> </div> </div> <div class="mxswl_cn-ndvbjo col"> <div class="mxswl_cn-jucsjf item"> <div class="mxswl_cn-zeedlg thumbnail"> <img src="https://mxswl.cn/zb_users/theme/RSSY_Ventures/static/img/image.jpg" alt="小忝教程网:如何做好GoogleSEO网站优化-学习网-如何做好-教程-网站-SEO"> </div> <div class="mxswl_cn-toeapl title"> <a href="https://mxswl.cn/xiao-tian-jiao-cheng-wang-ru-he-zuo-hao-googleseo-wang-zhan-you-hua-xue-xi-wang-ru-he-zuo-hao-jiao-cheng-wang-zhan-seo.html" class="mxswl_cn-xjlasj stretched-link">小忝教程网:如何做好GoogleSEO网站优化-学习网-如何做好-教程-网站-SEO</a> </div> </div> </div> </div> </div> </div> <label id="AjaxCommentBegin"></label><div class="mxswl_cn-athbuu comment-box"> <div class="mxswl_cn-xvjtjm head"> <div class="mxswl_cn-ptygiq title"> <h5>发表评论</h5> </div> <div class="mxswl_cn-jxbtpd data"> <p>共有<span>[ 0 ]</span>人发表了评论</p> </div> <div class="mxswl_cn-melbsl expression"><button type="button" data-bs-toggle="collapse" href="#collapseExample">插入表情</button></div> </div> <div class="mxswl_cn-cqxrzj wrap"> <form action="https://mxswl.cn/zb_system/cmd.php?act=cmt&postid=2419&key=6a190a13f90dba9210967f85907a8185" target="_self" method="post" class="mxswl_cn-khjskw row gx-2 gy-3 needs-validation" novalidate> <input type="hidden" name="postid" value="2419"> <input type="hidden" name="replyid" id="comment-pid" value="0" size="22" tabindex="1"> <div class="mxswl_cn-cgdavk col-12"> <div class="mxswl_cn-zyneeh collapse" id="collapseExample"> <div class="mxswl_cn-yulbts emoji"> <span class="mxswl_cn-xmptkc emoji-button" data-emoji="🥰">🥰</span> <span class="mxswl_cn-mcnatr emoji-button" data-emoji="😎">😎</span> <span class="mxswl_cn-dnicac emoji-button" data-emoji="😀">😀</span> <span class="mxswl_cn-udtiwv emoji-button" data-emoji="😘">😘</span> <span class="mxswl_cn-cplihb emoji-button" data-emoji="😱">😱</span> <span class="mxswl_cn-pfexgl emoji-button" data-emoji="🤨">🤨</span> <span class="mxswl_cn-awdfjf emoji-button" data-emoji="🥵">🥵</span> <span class="mxswl_cn-mzczpq emoji-button" data-emoji="😔">😔</span> <span class="mxswl_cn-mhgsux emoji-button" data-emoji="😤">😤</span> <span class="mxswl_cn-byfcrp emoji-button" data-emoji="😡">😡</span> <span class="mxswl_cn-fmoofn emoji-button" data-emoji="😭">😭</span> <span class="mxswl_cn-mrplgg emoji-button" data-emoji="🥱">🥱</span> <span class="mxswl_cn-dowzql emoji-button" data-emoji="🤡">🤡</span> <span class="mxswl_cn-eqlfmb emoji-button" data-emoji="☠️">☠️</span> <span class="mxswl_cn-pplxqd emoji-button" data-emoji="💖">💖</span> <span class="mxswl_cn-cfzujd emoji-button" data-emoji="🤖">🤖</span> <span class="mxswl_cn-yblbmq emoji-button" data-emoji="💢">💢</span> <span class="mxswl_cn-obwlxf emoji-button" data-emoji="💥">💥</span> </div> </div> <textarea type="text" class="mxswl_cn-qggsiy form-control" name="content" id="comment" placeholder="请输入您的评论内容,请勿发表违法违规言论,以及广告灌水等言论,否则会被删除评论,严重者将会封禁IP或账号!" required></textarea> </div> <div class="mxswl_cn-jshamd col-md-4"> <label for="comname" class="mxswl_cn-xhzwfa form-label">您的昵称<small>*</small></label> <input type="text" class="mxswl_cn-ijujxx form-control" id="comname" name="name" placeholder="Your nickname" required> </div> <div class="mxswl_cn-epprrh col-md-4"> <label for="commail" class="mxswl_cn-ktuntp form-label">您的邮箱<small>*</small></label> <input type="text" class="mxswl_cn-fkvbjk form-control" id="commail" name="email" placeholder="Your Email" required> </div> <div class="mxswl_cn-oasfdg col-md-4"> <label for="commail" class="mxswl_cn-yoprwc form-label">您的网址<small>*</small></label> <input type="text" class="mxswl_cn-gbmmdi form-control" id="homepage" name="homepage" placeholder="Your homepage" required> </div> <div class="mxswl_cn-pvypat col-md-3 mt-4"> <button class="mxswl_cn-uxfosz btn" type="submit">发表评论</button> </div> <p><input type="text" name="inpVerify" id="inpVerify" class="mxswl_cn-bvjssr text" value="" size="28" tabindex="4"> <label for="inpVerify">验证码(*)</label><img style="width:90px;height:30px;cursor:pointer;" src="https://mxswl.cn/zb_system/script/c_validcode.php?id=cmt" alt="" title="" onclick="javascript:this.src='https://mxswl.cn/zb_system/script/c_validcode.php?id=cmt&tm='+Math.random();"></p> </form> </div> </div><div class="mxswl_cn-cxbley comment-lsit"> <div class="mxswl_cn-spasqw head"> <div class="mxswl_cn-nigblh title"> <h5>评论列表</h5> </div> </div> <div class="mxswl_cn-pxjwqd comment-empty"> <img src="https://mxswl.cn/zb_users/theme/RSSY_Ventures/static/svg/not-comment.svg" alt="暂无评论"> <p>暂时没有评论,期待您的声音!</p> </div> </div> <label id="AjaxCommentEnd"></label> </div> <div class="mxswl_cn-dxwhoa col-xl-3 col-lg-4 sticky-sidebar"> <div class="mxswl_cn-cuqswx sidebar theiaStickySidebar"> <div class="mxswl_cn-dmaafd sidebar-box sidebar-about"> <div class="mxswl_cn-tuqsgb title"><h5>站长信息</h5></div> <div class="mxswl_cn-eprygv body"> <div class="mxswl_cn-mirhwl information"> <div class="mxswl_cn-zunbbl bg" style="background-image: url(https://mxswl.cn/zb_users/theme/RSSY_Ventures/static/img/touxiang.jpg);"></div> <div class="mxswl_cn-quwomw portrait"><img src="https://mxswl.cn/zb_users/theme/RSSY_Ventures/static/img/touxiang.jpg" alt="用户头像"></div> <div class="mxswl_cn-gaemly content"> <h6>猫先森</h6><span>懒死我得了</span> </div> </div> <div class="mxswl_cn-tcffau medium"> <ul> <li><a href="tencent://Message/?Menu=YES&Uin=525258590&websiteName=im.qq.com" class="mxswl_cn-pfubcg icon-txqq" target="_blank"><span>点击在线QQ聊天</span></a></li><li><a href="JavaScript:;" class="mxswl_cn-umnowr icon-weixin"><span><em>微信扫码关注公众号</em><img src="https://mxswl.cn/zb_users/upload/2025/08/20250819171058175559465817361.png" alt="微信二维码"></span></a></li> </ul> </div> <div class="mxswl_cn-qjazyl data"> <ul> <li><span>文章数</span><em>3553</em></li> <li><span>浏览量</span><em>3605336</em></li> <li><span>评论数</span><em>396</em></li> <li><span>标签数</span><em>3617</em></li> </ul> </div> </div> </div> <div class="mxswl_cn-fpjnxf sidebar-box sidebar-search"> <div class="mxswl_cn-likxyp title"><h5>搜索</h5></div> <div class="mxswl_cn-kpfalw body"> <form action="https://mxswl.cn/search.php"> <input type="text" name="q" placeholder="输入关键词..." required=""> <button type="submit"></button> </form> </div> </div> <div class="mxswl_cn-scvbdy sidebar-box sidebar-hot"> <div class="mxswl_cn-pudxlx title"><h5>热门阅读</h5></div> <div class="mxswl_cn-vksoub body"> <ul class="mxswl_cn-rqhuqw list"><li class="mxswl_cn-vtdbgq item"> <div class="mxswl_cn-qpeolg left"> <div class="mxswl_cn-waiusn thumbnail"><img src="https://mxswl.cn/zb_users/upload/2025/08/202508201755683349695385.png" alt="百度SE0排名7-15天上首页_2025新排名方案_搜索引擎金牌上榜大师"></div> </div> <div class="mxswl_cn-srgoda right"> <h6><a href="https://mxswl.cn/bai-du-se0-pai-ming-715-tian-shang-shou-ye-2025-xin-pai-ming-fang-an-sou-suo-yin-qing-jin-pai-shang-bang-da-shi.html" class="mxswl_cn-fxrwyt stretched-link">百度SE0排名7-15天上首页_2025新排名方案_搜索引擎金牌上榜大师</a></h6> <div class="mxswl_cn-zkzkef data"><span>2025.08.18</span></div> </div> </li><li class="mxswl_cn-ffvsyh item"> <div class="mxswl_cn-forigh left"> <div class="mxswl_cn-xepyfy thumbnail"><img src="https://www.x6d.com/uploads/allimg/221127/1669561205234756.png" alt="从定位到起号到变现小红书训练营"></div> </div> <div class="mxswl_cn-mcmpwc right"> <h6><a href="https://mxswl.cn/cong-ding-wei-dao-qi-hao-dao-bian-xian-xiao-hong-shu-xun-lian-ying.html" class="mxswl_cn-zvmmss stretched-link">从定位到起号到变现小红书训练营</a></h6> <div class="mxswl_cn-cxsiyd data"><span>2025.08.23</span></div> </div> </li><li class="mxswl_cn-whrnoz item"> <div class="mxswl_cn-gnaqwf left"> <div class="mxswl_cn-vojxpl thumbnail"><img src="https://www.x6d.com/uploads/allimg/200719/1595128798905602.png" alt="风影导航v1.0源码 带后台"></div> </div> <div class="mxswl_cn-vtfnbv right"> <h6><a href="https://mxswl.cn/feng-ying-dao-hang-v10-yuan-ma--dai-hou-tai.html" class="mxswl_cn-mbodyd stretched-link">风影导航v1.0源码 带后台</a></h6> <div class="mxswl_cn-lpfspx data"><span>2025.08.23</span></div> </div> </li><li class="mxswl_cn-wxqqsy item"> <div class="mxswl_cn-hmukoa left"> <div class="mxswl_cn-qojceh thumbnail"><img src="https://www.x6d.com/uploads/allimg/220615/1655303072305614.png" alt="207集Python爬虫高级实战教程"></div> </div> <div class="mxswl_cn-yjwwxq right"> <h6><a href="https://mxswl.cn/207-ji-python-pa-chong-gao-ji-shi-zhan-jiao-cheng.html" class="mxswl_cn-gcfcpe stretched-link">207集Python爬虫高级实战教程</a></h6> <div class="mxswl_cn-kshdad data"><span>2025.08.23</span></div> </div> </li><li class="mxswl_cn-iegxxp item"> <div class="mxswl_cn-fgembl left"> <div class="mxswl_cn-ncganh thumbnail"><img src="https://www.x6d.com/uploads/allimg/211112/1636718046285006.png" alt="深入理解Hadoop HDFS高级课程"></div> </div> <div class="mxswl_cn-urqeza right"> <h6><a href="https://mxswl.cn/shen-ru-li-jie-hadoop-hdfs-gao-ji-ke-cheng.html" class="mxswl_cn-arvwxp stretched-link">深入理解Hadoop HDFS高级课程</a></h6> <div class="mxswl_cn-jbrwcf data"><span>2025.08.23</span></div> </div> </li></ul> </div> </div> <div class="mxswl_cn-dedrlb sidebar-box sidebar-tag"> <div class="mxswl_cn-vwlxyl title"><h5>推荐标签</h5></div> <div class="mxswl_cn-rnvhez body"> <ul class="mxswl_cn-jlelsa list"><li class="mxswl_cn-vghovj item"><a href="https://mxswl.cn/tags-xi-wang.html">习网</a></li><li class="mxswl_cn-rbqqsl item"><a href="https://mxswl.cn/tags-seo.html">SEO</a></li><li class="mxswl_cn-jyzfcz item"><a href="https://mxswl.cn/tags-seo68a9db5204962.html">seo</a></li><li class="mxswl_cn-kimwuf item"><a href="https://mxswl.cn/tags-xia-zai.html">下载</a></li><li class="mxswl_cn-jvntsq item"><a href="https://mxswl.cn/tags-v1.html">v1</a></li></ul> </div> </div> <div class="mxswl_cn-zomzls sidebar-box sidebar-comment"> <div class="mxswl_cn-nnpwnx title"><h5>最新评论</h5></div> <div class="mxswl_cn-cqpaug body"> <ul class="mxswl_cn-niunyx list"> <div class="mxswl_cn-rzanmz item"> <div class="mxswl_cn-whygaa head"> <div class="mxswl_cn-qjszin portrait"><img src="https://gravatar.loli.net/avatar/d3bd7786ee6a93464bb29418647b5706" alt="匿名用户"></div> <div class="mxswl_cn-dephoa name"><span>匿名用户</span><em>2025年08月23日</em></div> </div> <div class="mxswl_cn-cgypds content"> <a href="https://mxswl.cn/wan-zhuan-you-xi-mian-fei-dai-li-jie-shao.html">好的,以下是我的评论:这部作品深刻反映了人性的复杂与真实。</a> </div> </div> <div class="mxswl_cn-todiqa item"> <div class="mxswl_cn-ucxquw head"> <div class="mxswl_cn-bdtwer portrait"><img src="https://gravatar.loli.net/avatar/d3bd7786ee6a93464bb29418647b5706" alt="匿名用户"></div> <div class="mxswl_cn-ohegbf name"><span>匿名用户</span><em>2025年08月23日</em></div> </div> <div class="mxswl_cn-qzbgdd content"> <a href="https://mxswl.cn/wan-zhuan-you-xi-mian-fei-dai-li-jie-shao.html">玩赚游戏免费代理,专业可靠的游戏渠道介绍!</a> </div> </div> <div class="mxswl_cn-mqejfw item"> <div class="mxswl_cn-tdmsfr head"> <div class="mxswl_cn-xgktnm portrait"><img src="https://gravatar.loli.net/avatar/d3bd7786ee6a93464bb29418647b5706" alt="匿名用户"></div> <div class="mxswl_cn-tkmaxx name"><span>匿名用户</span><em>2025年08月23日</em></div> </div> <div class="mxswl_cn-gkzpja content"> <a href="https://mxswl.cn/wan-zhuan-you-xi-mian-fei-dai-li-jie-shao.html">作品深度触动人心,情感真挚感人至深。</a> </div> </div> <div class="mxswl_cn-pndxbc item"> <div class="mxswl_cn-hamvmn head"> <div class="mxswl_cn-mxfivp portrait"><img src="https://gravatar.loli.net/avatar/d3bd7786ee6a93464bb29418647b5706" alt="匿名用户"></div> <div class="mxswl_cn-iucknb name"><span>匿名用户</span><em>2025年08月23日</em></div> </div> <div class="mxswl_cn-sphzvb content"> <a href="https://mxswl.cn/wan-zhuan-you-xi-mian-fei-dai-li-jie-shao.html">这个文字认真地引人入胜的地预说出了发展与游戏免费代理的无限可能。</a> </div> </div> <div class="mxswl_cn-cusnwx item"> <div class="mxswl_cn-ooglkv head"> <div class="mxswl_cn-leorgr portrait"><img src="https://gravatar.loli.net/avatar/d3bd7786ee6a93464bb29418647b5706" alt="匿名用户"></div> <div class="mxswl_cn-ikzrcd name"><span>匿名用户</span><em>2025年08月23日</em></div> </div> <div class="mxswl_cn-mksuit content"> <a href="https://mxswl.cn/wan-zhuan-you-xi-mian-fei-dai-li-jie-shao.html">好的,以下是一句以为关键词的评论:这是一篇引人入胜的作品, 的情节令人陶醉。</a> </div> </div></ul> </div> </div> <div class="mxswl_cn-nrmwdh sidebar-box sidebar-column"> <div class="mxswl_cn-oyrtds title"><h5>栏目分类</h5></div> <div class="mxswl_cn-mmfqug body"> <ul class="mxswl_cn-qopbkm list"><li><a href="https://mxswl.cn/guan-jian-ci-you-hua.html"><span>关键词优化</span><span>共 2678 篇文章</span></a></li><li><a href="https://mxswl.cn/zi-xue-cheng-cai.html"><span>自学成才</span><span>共 1132 篇文章</span></a></li><li><a href="https://mxswl.cn/shou-ji-ruan-jian.html"><span>手机软件</span><span>共 384 篇文章</span></a></li><li><a href="https://mxswl.cn/yuan-ma-xia-zai.html"><span>源码下载</span><span>共 209 篇文章</span></a></li><li><a href="https://mxswl.cn/sou-gou-guan-jian-ci.html"><span>搜狗关键词</span><span>共 51 篇文章</span></a></li> </ul></div> </div> <div class="mxswl_cn-yyledf sidebar-box sidebar-new"> <div class="mxswl_cn-dzblvm title"><h5>最新文章</h5></div> <div class="mxswl_cn-zruofd body"> <ul class="mxswl_cn-lbxyia list"><li class="mxswl_cn-ebawpz item"><a href="https://mxswl.cn/2consulll-yuan-chuang-jiao-se-she-ji-shi-pin-ke-cheng.html">2consulll原创角色设计视频课程</a></li><li class="mxswl_cn-znfeph item"><a href="https://mxswl.cn/dou-yin-shi-pin-hao-gong-yu-su-yin-liu-dao-wei-xin.html">抖音+视频号公域速引流到微信</a></li><li class="mxswl_cn-pqxobp item"><a href="https://mxswl.cn/ruan-jian-ce-shi-mian-shi-ti-sheng-jing-zheng-li-fen-xiang.html">软件测试面试提升竞争力分享</a></li><li class="mxswl_cn-vrgaxo item"><a href="https://mxswl.cn/ben-di-sheng-huo-lao-ban-ying-xiao-si-wei-tan-xun.html">本地生活老板营销思维探寻</a></li><li class="mxswl_cn-ozceoj item"><a href="https://mxswl.cn/xiao-hong-shu-bian-xian-te-xun-ying-shi-pin-ke-cheng.html">小红书变现特训营视频课程</a></li></ul> </div> </div> <div class="mxswl_cn-lprrqw sidebar-box sidebar-file"> <div class="mxswl_cn-hjbkre title"><h5>文章归档</h5></div> <div class="mxswl_cn-plgtym body"> <ul class="mxswl_cn-gelckg list"><li><a href="JavaScript:;"><span>2025年05月</span><span><b>402</b>篇</span></a></li><li><a href="JavaScript:;"><span>2025年08月</span><span><b>4831</b>篇</span></a></li></ul> </div> </div> <div class="mxswl_cn-kyajle sidebar-box divLinkage"> <div class="mxswl_cn-bgmhxf title"><h5>友情链接</h5></div> <div class="mxswl_cn-eatiyq body"> <li class="mxswl_cn-scozqh item"><a href="https://mxswl.cn/">猫先森网络</a></li> </div> </div> </div> </div> </div> </div> </div> <div class="mxswl_cn-nelguw bottom"> <div class="mxswl_cn-yhuymz container-xxl"> <div class="mxswl_cn-qidomj wrap"> <div class="mxswl_cn-jfwjnl left"> <div class="mxswl_cn-ebczni nav"> <a>友情链接:</a> <a href="https://mxswl.cn/">猫先森网络</a> <a href="https://www.mxsseo.cn/">猫先森SEO</a> <a href="https://www.360admin.cn/">磁力引擎导航网</a> </div> <div class="mxswl_cn-xlegdc copyright"> <div class="mxswl_cn-jbpnfj list"> <span>猫先森网络为您提供一站式网络服务解决方案,涵盖网站建设、SEO优化、SEM推广等多方面,致力于帮助您的企业提升在线曝光度和市场竞争力。</span> </div> </div> <div class="mxswl_cn-ahcowe filings"> <span><a href="https://beian.miit.gov.cn/"><img src="https://mxswl.cn/zb_users/theme/RSSY_Ventures/static/img/icp.png" alt="ICP">琼ICP备2025060053号</a></span> </div> <div class="mxswl_cn-qjcomy frimg"> <span><a href="JavaScript:;"><img src="https://mxswl.cn/zb_users/theme/RSSY_Ventures/static/img/pprz.png" alt="品牌认证"></a></span> <span><a href="JavaScript:;"><img src="https://mxswl.cn/zb_users/theme/RSSY_Ventures/static/img/vcss.gif" alt="W3C认证"></a></span> <span><a href="JavaScript:;"><img src="https://mxswl.cn/zb_users/theme/RSSY_Ventures/static/img/myssl.png" alt="MYSSL认证"></a></span> <span><a href="JavaScript:;"><img src="https://mxswl.cn/zb_users/theme/RSSY_Ventures/static/img/seal.png" alt="TrustAsia 安全签章"></a></span> </div> </div> <div class="mxswl_cn-mtxuaa right"> <div class="mxswl_cn-fwxdgi title"><span>扫码访问手机版</span></div> <div class="mxswl_cn-jtjxfm qrcode-img"><img src="https://mxswl.cn/zb_users/theme/RSSY_Ventures/static/img/qrcode/mobile.png" alt="二维码图片"></div> </div> </div> </div> </div> <div class="mxswl_cn-yjlcft offcanvas offcanvas-top search " id="search"> <div class="mxswl_cn-ugsghe container"> <div class="mxswl_cn-dcjsgs title"> <h5>搜索一下</h5> </div> <div class="mxswl_cn-szbpdr body"> <form action="https://mxswl.cn/search.php" method="get"> <input type="text" name="q" value="" placeholder="请输入需要搜索的关键词..." required> <button type="submit">搜 索</button> </form> </div> <div class="mxswl_cn-fbmyfa title"> <h5>热搜词</h5> </div> <div class="mxswl_cn-wwkrmc body"> <ul class="mxswl_cn-rchlsn list"> <li><a href="https://mxswl.cn/tags-xi-wang.html">习网</a></li> <li><a href="https://mxswl.cn/tags-seo.html">SEO</a></li> <li><a href="https://mxswl.cn/tags-seo68a9db5204962.html">seo</a></li> <li><a href="https://mxswl.cn/tags-xia-zai.html">下载</a></li> <li><a href="https://mxswl.cn/tags-v1.html">v1</a></li> <li><a href="https://mxswl.cn/tags-an-zhuo-ban.html">安卓版</a></li> <li><a href="https://mxswl.cn/tags-guan-jian-ci.html">关键词</a></li> <li><a href="https://mxswl.cn/tags-wan-li.html">万里</a></li> <li><a href="https://mxswl.cn/tags-fang-fa.html">方法</a></li> <li><a href="https://mxswl.cn/tags-zui-xin-ban.html">最新版</a></li> </ul> </div> <div class="mxswl_cn-mxwgjg offcanvas-close"> <button type="button" data-bs-dismiss="offcanvas" aria-label="Close"><span>关闭按钮</span></button> </div> </div> </div> <link href="https://mxswl.cn/zb_users/plugin/cooldown/css/cooldown.css" rel="stylesheet" type="text/css"> <script src="https://mxswl.cn/zb_users/theme/RSSY_Ventures/static/js/jquery.min.js"></script> <script src="https://mxswl.cn/zb_users/theme/RSSY_Ventures/static/js/bootstrap.bundle.min.js"></script> <script src="https://mxswl.cn/zb_users/theme/RSSY_Ventures/static/js/scrollUp.min.js"></script> <script src="https://mxswl.cn/zb_users/theme/RSSY_Ventures/static/js/theia.sticky.min.js"></script> <script src="https://mxswl.cn/zb_users/theme/RSSY_Ventures/static/js/theme.js"></script> <script> jQuery(document).ready(function () { jQuery('.sticky-sidebar').theiaStickySidebar({ additionalMarginTop: 100 }); }); </script><div class="mxswl_cn-bimaof modal fade modal-bounty" id="modal-bounty" data-bs-backdrop="static"> <div class="mxswl_cn-vmyslf modal-dialog modal-dialog-centered"> <div class="mxswl_cn-qumtsa modal-content"> <div class="mxswl_cn-rwhhtr modal-header"> <h5>感谢您的打赏</h5> </div> <div class="mxswl_cn-celtdv modal-body"> <div class="mxswl_cn-rubokd bounty-nav" id="bounty-tab" role="tablist"> <button type="button" class="mxswl_cn-nmaqyd wx-pay active" data-bs-toggle="tab" data-bs-target="#bounty-tab-wx" aria-selected="true" role="tab">微信</button> <button type="button" class="mxswl_cn-lnocwq ali-pay" data-bs-toggle="tab" data-bs-target="#bounty-tab-ali" aria-selected="true" role="tab">支付宝</button> <button type="button" class="mxswl_cn-dkplcv qq-pay" data-bs-toggle="tab" data-bs-target="#bounty-tab-qq" aria-selected="true" role="tab">QQ钱包</button> </div> <div class="mxswl_cn-pflumo tab-content" id="bounty-container"> <div class="mxswl_cn-prtubu tab-pane fade show active" id="bounty-tab-wx" role="tabpanel"> <img src="https://mxswl.cn/zb_users/upload/2025/08/20250819171008175559460886209.png" alt="微信支付二维码"> </div> <div class="mxswl_cn-sslvno tab-pane fade show" id="bounty-tab-ali" role="tabpanel"> <img src="https://mxswl.cn/zb_users/upload/2025/08/20250819171025175559462543410.png" alt="支付宝二维码"> </div> <div class="mxswl_cn-tqgjka tab-pane fade show" id="bounty-tab-qq" role="tabpanel"> <img src="https://mxswl.cn/zb_users/upload/2025/08/20250819171018175559461874791.png" alt="QQ支付二维码"> </div> </div> <div class="mxswl_cn-ffxuvu modal-tips"> <p>打赏请备注<em>姓名和联系方式</em>方便感谢</p> </div> </div> <div class="mxswl_cn-vswbum modal-close"> <button type="button" data-bs-dismiss="modal"><span>关闭按钮</span></button> </div> </div> </div> </div> <div class="mxswl_cn-dfshns modal fade modal-share" id="modal-share" data-bs-backdrop="static"> <div class="mxswl_cn-ulqtcj modal-dialog modal-dialog-centered"> <div class="mxswl_cn-ydwhrq modal-content"> <div class="mxswl_cn-yelvxp modal-header"> <h5>分享给朋友</h5> </div> <div class="mxswl_cn-rasjfy modal-body"> <div class="mxswl_cn-mblblp modal-tips"> <p>请使用下列手机APP进行扫码分享</p> <p><span id="wx">微信</span><span id="wb">微博</span><span id="qq">手机QQ</span></p> </div> <div class="mxswl_cn-hdpawf modal-qrcode"> <div id="page-qrcode"></div> </div> <div class="mxswl_cn-esfqyf modal-tips"> <p>若遭遇拦截,可使用<span id="llq">浏览器</span>扫码分享</p> </div> </div> <div class="mxswl_cn-qmgjee modal-close"> <button type="button" data-bs-dismiss="modal"><span>关闭按钮</span></button> </div> </div> </div> </div> <div class="mxswl_cn-ppjdmp modal fade modal-poster" id="modal-poster" data-bs-backdrop="static"> <div class="mxswl_cn-jnttlq modal-dialog modal-dialog-centered"> <div class="mxswl_cn-blqsqy modal-content"> <div class="mxswl_cn-ixneex modal-body" id="posterimg"> <div class="mxswl_cn-lobpxn image"><img src="https://mxswl.cn/zb_users/theme/RSSY_Ventures/static/img/image.jpg" alt="小忝教程网:如何做好GoogleSEO网站优化-学习网-如何做好-教程-网站-SEO"></div> <div class="mxswl_cn-zvtcwi title">小忝教程网:如何做好GoogleSEO网站优化-学习网-如何做好-教程-网站-SEO</div> <div class="mxswl_cn-fmvumr synopsis">...</div> <div class="mxswl_cn-qjmmsz scan-code"> <div class="mxswl_cn-svwcpr information"> <img src="https://mxswl.cn/zb_users/theme/RSSY_Ventures/static/img/image.jpg" alt="站点logo"> <p>手机端长按识别扫码快速访问</p> </div> <div id="poster-qrcode"></div> </div> <div class="mxswl_cn-pwfsav down"> <a href="JavaScript:;" id="poster-btn" class="mxswl_cn-htxqlp stretched-link">点击下载当前海报</a> </div> </div> <div class="mxswl_cn-jgwnkc modal-close"> <button type="button" data-bs-dismiss="modal"><span>关闭按钮</span></button> </div> </div> </div> </div> <script src="https://mxswl.cn/zb_users/theme/RSSY_Ventures/static/js/slick.min.js"></script> <script src="https://mxswl.cn/zb_users/theme/RSSY_Ventures/static/js/slick-lightbox.min.js"></script> <script src="https://mxswl.cn/zb_users/theme/RSSY_Ventures/static/js/qrcode.min.js"></script> <script src="https://mxswl.cn/zb_users/theme/RSSY_Ventures/static/js/html2canvas.min.js"></script> <script src="https://mxswl.cn/zb_users/theme/RSSY_Ventures/static/js/theme.js"></script> <script> $('#lightbox').slickLightbox({ src: 'src', itemSelector: 'img', background: 'rgba(0,0,0,0.8)' }); </script> <script> // 生成分享二维码 只有需要生成的页面加入 依赖 qrcode.min.js new QRCode(document.getElementById("page-qrcode"), { text: window.location.href }); </script> <script> // 生成海报的二维码 只有需要生成的页面加入 依赖 qrcode.min.js new QRCode(document.getElementById("poster-qrcode"), { text: window.location.href }); </script> <script> // 点击emoji表情自动填写到输入框内 只有需要评论框的页面需要 $(document).ready(function () { $('.emoji-button').on('click', function () { var textarea = $('#comment'); var emoji = $(this).attr('data-emoji'); var currentValue = textarea.val(); if (!/[\s\n]$/.test(currentValue)) { currentValue += ' '; } textarea.val(currentValue + emoji); textarea.focus(); var position = textarea.val().length; textarea[0].setSelectionRange(position, position); }); }); </script> <script> function checkCookieExists(cookieName) { const cookies = document.cookie.split("; "); for (let cookie of cookies) { const [name, value] = cookie.split("="); if (name.trim() === cookieName) { return true; } } return false; } var bloghost="https://mxswl.cn/"; function rssy_dz(id){ const cookieName = "RSSY_Ventures_Post_Like_"+id; if (checkCookieExists(cookieName)) { console.log('您已经点过赞了'); alert('您已经点过赞了') } else { $.ajax({ type:'post', async:true, url:bloghost + "zb_users/theme/RSSY_Ventures/inc/api.php?"+new Date(), data:{ action:'rssy_dz', postid:id }, dataType:'json', success:function(data){ if(data.code==200){ $('#rssy-dz').addClass('active'); $('#rssy-dz').attr('title','已点赞'); alert('点赞成功'); //如果空值则显示1 if($('#rssy-dz').next().text()==''){ $('#rssy-dz').next().text(1); }else { $('#rssy-dz').next().text(parseInt($('#rssy-dz').next().text()) + 1); } } } }); } } </script> </body></html> <!--938.78 ms , 68 queries , 87425kb memory , 518 errors-->