Help
RSS
API
Feed
Maltego
Contact
Domain > blog.stewitch.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-09-21
149.104.21.3
(
ClassC
)
2025-10-22
149.104.21.2
(
ClassC
)
Port 443
HTTP/1.1 200 OKServer: Starxn/starxn.comDate: Wed, 22 Oct 2025 02:07:17 GMTContent-Type: text/html; charsetUTF-8X-Pingback: https://blog.stewitch.com/action/xmlrpcX-Cache: MISS from Starxn for AFQAQTransfer-Encoding: chunked !DOCTYPE HTML>html langzh-CN>head> meta charsetUTF-8> meta http-equivX-UA-Compatible contentIEedge> meta namerenderer contentwebkit> meta nameviewport contentwidthdevice-width, initial-scale1> meta namedescription contentStewitch个人博客 />meta namekeywords contenttypecho,php,blog />meta namegenerator contentTypecho 1.2.1 />meta nametemplate contentPureSuck />link relpingback hrefhttps://blog.stewitch.com/action/xmlrpc />link relEditURI typeapplication/rsd+xml titleRSD hrefhttps://blog.stewitch.com/action/xmlrpc?rsd />link relwlwmanifest typeapplication/wlwmanifest+xml hrefhttps://blog.stewitch.com/action/xmlrpc?wlw />link relalternate typeapplication/rss+xml title炖巫小站 - Stewitch个人博客 » RSS 2.0 hrefhttps://blog.stewitch.com/feed/ />link relalternate typeapplication/rdf+xml title炖巫小站 - Stewitch个人博客 » RSS 1.0 hrefhttps://blog.stewitch.com/feed/rss/ />link relalternate typeapplication/atom+xml title炖巫小站 - Stewitch个人博客 » ATOM 1.0 hrefhttps://blog.stewitch.com/feed/atom/ /> title> 炖巫小站 - Stewitch个人博客 /title> style> :root { --themecolor: #ea868f; --themehovercolor: #DB2777; } data-themedark { --themecolor: #b45864; --themehovercolor: #d72b6f; } /style> !-- Initial Theme Script --> script> (function() { const savedTheme localStorage.getItem(theme); const systemTheme window.matchMedia((prefers-color-scheme: dark)).matches ? dark : light; const initialTheme savedTheme auto || !savedTheme ? systemTheme : savedTheme; document.documentElement.setAttribute(data-theme, initialTheme); })(); /script> !-- Dark Mode --> script> function setTheme(theme) { if (theme auto) { const systemTheme window.matchMedia((prefers-color-scheme: dark)).matches ? dark : light; document.documentElement.setAttribute(data-theme, systemTheme); localStorage.setItem(theme, auto); } else { document.documentElement.setAttribute(data-theme, theme); localStorage.setItem(theme, theme); } updateIcon(theme); } function toggleTheme() { const currentTheme localStorage.getItem(theme) || auto; let newTheme; if (currentTheme light) { newTheme dark; MoxToast({ message: 已切换至深色模式 }); } else if (currentTheme dark) { newTheme auto; MoxToast({ message: 模式将跟随系统 ㆆᴗㆆ }); } else { newTheme light; MoxToast({ message: 已切换至浅色模式 }); } setTheme(newTheme); } function updateIcon(theme) { const iconElement document.getElementById(theme-icon); if (iconElement) { iconElement.classList.remove(icon-sun-inv, icon-moon-inv, icon-auto); if (theme light) { iconElement.classList.add(icon-sun-inv); } else if (theme dark) { iconElement.classList.add(icon-moon-inv); } else { iconElement.classList.add(icon-auto); } } } document.addEventListener(DOMContentLoaded, function() { const savedTheme localStorage.getItem(theme) || auto; setTheme(savedTheme); }); window.matchMedia((prefers-color-scheme: dark)).addEventListener(change, function(e) { if (localStorage.getItem(theme) auto) { const newTheme e.matches ? dark : light; document.documentElement.setAttribute(data-theme, newTheme); updateIcon(auto); } }); /script> !-- Style CSS --> link relstylesheet hrefhttps://blog.stewitch.com/usr/themes/PureSuck/css/fontello.css> link relstylesheet hrefhttps://blog.stewitch.com/usr/themes/PureSuck/css/PureSuck_Style.css> !-- 主题样式微调 --> !-- 标题线条 --> style> .post-title::after { bottom: 5px; left: 0; width: 58px; height: 13px; } /style> !-- AOS --> script defer srchttps://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js>/script> !-- ICON Setting --> link relicon hrefhttps://static.stewitch.com/images/favicon.ico typeimage/x-icon> !-- CSS引入 --> link hrefhttps://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.10.0/styles/a11y-dark.min.css relstylesheet> link hrefhttps://blog.stewitch.com/usr/themes/PureSuck/css/PureSuck_Module.css relstylesheet> link hrefhttps://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css relstylesheet> link defer hrefhttps://blog.stewitch.com/usr/themes/PureSuck/css/MoxDesign.css relstylesheet> !-- JS引入 --> script defer srchttps://cdnjs.cloudflare.com/ajax/libs/medium-zoom/1.1.0/medium-zoom.min.js>/script> script defer srchttps://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.10.0/highlight.min.js>/script> script defer srchttps://blog.stewitch.com/usr/themes/PureSuck/js/PureSuck_Module.js>/script> script defer srchttps://blog.stewitch.com/usr/themes/PureSuck/js/OwO.min.js>/script> script defer srchttps://blog.stewitch.com/usr/themes/PureSuck/js/MoxDesign.js>/script> !-- Pjax --> script defer srchttps://cdnjs.cloudflare.com/ajax/libs/pjax/0.2.8/pjax.min.js>/script> script typetext/javascript> document.addEventListener(DOMContentLoaded, function() { var pjax new Pjax({ history: true, scrollRestoration: true, cacheBust: false, timeout: 6500, elements: ahref^https://blog.stewitch.com/:not(atarget_blank, ano-pjax ), formaction, selectors: pjax, scriptdata-pjax, title, .nav.header-item.header-nav, .main, .right-sidebar }); }); // Pjax 加载超时时跳转,不然它不给你跳转的!!! document.addEventListener(pjax:error, function(e) { console.error(e); console.log(pjax error: \n + JSON.stringify(e)); window.location.href e.triggerElement.href; }); // Pjax 完成后 JS 重载 document.addEventListener(pjax:success, function(event) { // 短代码及模块部分 runShortcodes(); // TOC吸附 initializeStickyTOC(); // AOS 动画 AOS.refresh(); // 确保代码块高亮 document.querySelectorAll(pre code).forEach((block) > { hljs.highlightElement(block); addLineNumber(block); }); addCopyButtons(); // 评论区部分重载 if (document.querySelector(.OwO-textarea)) { initializeCommentsOwO(); } Comments_Submit(); }); /script> script defer srchttps://cdnjs.cloudflare.com/ajax/libs/pace/1.2.4/pace.min.js>/script> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/pace/1.2.4/pace-theme-default.min.css> /head>body> div classwrapper> header classheader data-jsheader> div classwrapper header-wrapper header-title> a hrefhttps://blog.stewitch.com/ classavatar-link aria-label博主名字> span classel-avatar el-avatar--circle avatar-hover-effect> img srchttps://static.stewitch.com/images/headimg.jpg styleobject-fit:cover; alt博主头像 width120 height120 data-name博主名字> /span> /a> div classheader-title> Stewitch /div> p itempropdescription classheader-item header-about> 心里大概只有Tomo力 /p> div classnav header-item left-side-custom-code> /div> div classnav header-item header-credit> Powered by Typecho br> a hrefhttps://github.com/MoXiaoXi233/PureSuck-theme target_blank>Theme PureSuck/a> /div> nav classnav header-item header-nav> span classnav-item nav-item-current> a hrefhttps://blog.stewitch.com/ title首页> span itempropname>首页/span> /a> /span> !--循环显示页面--> span classnav-item> a hrefhttps://blog.stewitch.com/links.html title友链> span>友链/span> /a> /span> !--结束显示页面--> /nav> div classtheme-toggle-container> button classtheme-toggle onclicktoggleTheme() aria-label日夜切换> span idtheme-icon>/span> /button> /div> /div> /header> main classmain>div classwrapper> article classpost post--text post--index main-item> div classpost-inner data-aosfade-up data-aos-anchor-placementtop-bottom> header classpost-item post-header > div classwrapper post-wrapper> div classavatar post-author> img srchttps://static.stewitch.com/images/headimg.jpg alt作者头像 classavatar-item avatar-img> span classavatar-item> Stewitch /span> /div> /div> /header> !-- 大图样式 --> !-- 文章作者 --> section classpost-item post-body> div classwrapper post-wrapper> h1 classpost-title> a hrefhttps://blog.stewitch.com/archives/5/ title此内容被密码保护> 此内容被密码保护 /a> /h1> !-- 摘要 --> p classpost-excerpt> 文章受密码保护,可前往 探索者工作室纳新群 群公告查看密码 /p> /div> /section> footer classpost-item post-footer> div classwrapper post-wrapper> div classmeta post-meta> a itempropdatePublished hrefhttps://blog.stewitch.com/archives/5/ classicon-ui icon-ui-date meta-item meta-date> span classmeta-count> 2025-09-22 /span> /a> a hrefhttps://blog.stewitch.com/archives/5/#comments classicon-ui icon-ui-comment meta-item meta-comment> 暂无评论 /a> /div> /div> /footer> /div> /article> article classpost post--text post--index main-item> div classpost-inner data-aosfade-up data-aos-anchor-placementtop-bottom> header classpost-item post-header > div classwrapper post-wrapper> div classavatar post-author> img srchttps://static.stewitch.com/images/headimg.jpg alt作者头像 classavatar-item avatar-img> span classavatar-item> Stewitch /span> /div> /div> /header> !-- 大图样式 --> !-- 文章作者 --> section classpost-item post-body> div classwrapper post-wrapper> h1 classpost-title> a hrefhttps://blog.stewitch.com/archives/4/ titleOpen-LLM-VTuber v1.2.0 更新日志中文翻译> Open-LLM-VTuber v1.2.0 更新日志中文翻译 /a> /h1> !-- 摘要 --> p classpost-excerpt> 本文提供了一篇 Open-LLM-VTuber v1.2.0 更新日志的翻译,由 DeepSeek 翻译,仅供参考 /p> /div> /section> footer classpost-item post-footer> div classwrapper post-wrapper> div classmeta post-meta> a itempropdatePublished hrefhttps://blog.stewitch.com/archives/4/ classicon-ui icon-ui-date meta-item meta-date> span classmeta-count> 2025-08-25 /span> /a> a hrefhttps://blog.stewitch.com/archives/4/#comments classicon-ui icon-ui-comment meta-item meta-comment> 暂无评论 /a> /div> /div> /footer> /div> /article> /div>nav classnav main-pager data-jspager> span classnav-item-alt> 第 1 页 / 共 1 页 /span> div classnav nav--pager> i classicon-record-outline>/i> /div>/nav>div classnav main-lastinfo> span classnav-item-alt> /span>/div>/main>div classright-sidebar idright-sidebar> !-- 搜索功能 --> div classsearch-section> header classsection-header> span classicon-search>/span> span classtitle>搜索/span> /header> section classsection-body> form methodget actionhttps://blog.stewitch.com/ classsearch-container rolesearch> input typetext names classsearch-input placeholder输入关键字搜索 aria-label输入关键字搜索> button typesubmit classsearch-button aria-label搜索> span classicon-search>/span> /button> /form> /section> /div> !-- 分类模块 --> div classcloud-section> header classsection-header> span classicon-emo-wink>/span> span classtitle>分类/span> /header> section classsection-body> div classcloud-container> a hrefhttps://blog.stewitch.com/category/olv/ classcloud-item>Open-LLM-VTuber/a> a hrefhttps://blog.stewitch.com/category/ref/ classcloud-item>资料/a> /div> /section> /div> !-- 标签模块 --> div classcloud-section> header classsection-header> span classicon-hashtag>/span> span classtitle>标签/span> /header> section classsection-body> div classcloud-container> a hrefhttps://blog.stewitch.com/tag/%E7%BF%BB%E8%AF%91/ classcloud-item> 翻译 /a> a hrefhttps://blog.stewitch.com/tag/%E5%8F%91%E5%B8%83%E6%97%A5%E5%BF%97/ classcloud-item> 发布日志 /a> a hrefhttps://blog.stewitch.com/tag/v1-2-0/ classcloud-item> v1.2.0 /a> a hrefhttps://blog.stewitch.com/tag/%E5%AD%A6%E4%B9%A0/ classcloud-item> 学习 /a> a hrefhttps://blog.stewitch.com/tag/%E8%B5%84%E6%96%99/ classcloud-item> 资料 /a> a hrefhttps://blog.stewitch.com/tag/%E5%BB%BA%E6%A8%A1/ classcloud-item> 建模 /a> a hrefhttps://blog.stewitch.com/tag/SolidWorks/ classcloud-item> SolidWorks /a> a hrefhttps://blog.stewitch.com/tag/AutoCAD/ classcloud-item> AutoCAD /a> a hrefhttps://blog.stewitch.com/tag/%E7%BC%96%E7%A8%8B/ classcloud-item> 编程 /a> a hrefhttps://blog.stewitch.com/tag/C-C/ classcloud-item> C/C++ /a> a hrefhttps://blog.stewitch.com/tag/Python/ classcloud-item> Python /a> /div> /section> /div> !-- TOC --> /div>script typetext/javascript srchttps://blog.stewitch.com/usr/plugins/Tbeautify/static/mousejs/mouselove.js>/script>!-- 回到顶端 -->body> div classgo-top idgo-top> a href# classgo icon-up-open aria-label返回顶部>/a> /div>/body>!-- AOS -->script> document.addEventListener(DOMContentLoaded, function() { AOS.init({ duration: 600, delay: 0, }); });/script>!-- Highlight -->script> document.addEventListener(DOMContentLoaded, () > { // 确保代码块高亮 document.querySelectorAll(pre code).forEach((block) > { hljs.highlightElement(block); // 显示行号 addLineNumber(block); }); // 显示复制按钮 addCopyButtons(); }); // 添加行号函数 function addLineNumber(codeDom) { codeDom.classList.add(code-block-extension-code-show-num); const lines codeDom.innerHTML.split(\n).map((line, index) > `span classcode-block-extension-code-line data-line-num${index + 1}>${line}/span>` ).join(\n); codeDom.innerHTML lines; } // 添加复制按钮函数 function addCopyButtons() { document.querySelectorAll(pre code).forEach((codeBlock) > { const button document.createElement(button); button.className copy-button; button.innerText Copy; codeBlock.parentElement.appendChild(button); }); document.addEventListener(click, handleButtonClick); } async function handleButtonClick(event) { if (!event.target.matches(.copy-button)) return; event.preventDefault(); const button event.target; const codeBlock button.previousElementSibling; const code codeBlock.textContent; const scrollY window.scrollY; try { if (navigator.clipboard && window.isSecureContext) { await navigator.clipboard.writeText(code); } else { const textArea document.createElement(textarea); textArea.value code; textArea.style.position fixed; textArea.style.top 0; textArea.style.left -9999px; document.body.appendChild(textArea); textArea.focus(); textArea.select(); document.execCommand(copy); document.body.removeChild(textArea); } button.innerText Copied!; } catch (err) { console.error(复制文本失败:, err); alert(复制文本失败,请重试。); } window.scrollTo(0, scrollY); setTimeout(() > { button.innerText Copy; }, 2000); }/script>!-- 后台script标签 -->/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]