<!DOCTYPE html>
<html lang="zh-CN"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>-鷹頭獅巢_Podsafe音樂特區</title><meta name="keywords" content="" /><meta name="description" content="" /><script src="/templates/博客001/css/tailwindcss.css"></script><link href="/templates/博客001/css/font-awesome.min.css" rel="stylesheet"><!-- 统一的 Tailwind 配置 --><script>tailwind.config = {theme: {extend: {colors: {primary: '#2563EB',secondary: '#059669',accent: '#7C3AED',dark: '#1E293B',light: '#F8FAFC','gray-light': '#F1F5F9','gray-medium': '#94A3B8','gray-dark': '#475569'},fontFamily: {sans: ['Inter', 'SF Pro Display', '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', 'sans-serif'],mono: ['Fira Code', 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', 'Consolas', 'monospace']},boxShadow: {'card': '0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)','card-hover': '0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)'}}}}</script><style type="text/tailwindcss">@layer utilities { .content-auto { content-visibility: auto; } .text-balance{ text-wrap: balance; } .transition-all-300 { transition: all 0.3s ease;} .glass-effect { background: rgba(255, 255, 255, 0.1); backdrop-filter:blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255,255, 255, 0.18); } } /* 自定义滚动条 */ ::-webkit-scrollbar { width: 8px; height:8px; } ::-webkit-scrollbar-track { background: #f1f1f1; } ::-webkit-scrollbar-thumb{ background: #888; border-radius: 4px; } ::-webkit-scrollbar-thumb:hover{ background: #555; } /* 平滑滚动 */ html { scroll-behavior: smooth; } /* 代码块样式*/ pre { @apply bg-gray-900 text-gray-100 p-4 rounded-lg overflow-x-automy-4 text-sm; } code { @apply font-mono; } p > code { @apply bg-gray-100text-gray-800 px-1.5 py-0.5 rounded; } /* 文章内容样式 */ .article-content h2{ @apply text-2xl font-bold mt-8 mb-4 text-dark; } .article-content h3{ @apply text-xl font-bold mt-6 mb-3 text-dark; } .article-content p {@apply my-4 text-gray-dark leading-relaxed; } .article-content ul, .article-contentol { @apply my-4 ml-6 text-gray-dark; } .article-content ul { @apply list-disc;} .article-content ol { @apply list-decimal; } .article-content li { @applymy-1; } .article-content a { @apply text-primary hover:underline; } .article-contentblockquote { @apply border-l-4 border-primary pl-4 italic my-4 text-gray-dark;} .article-content img { @apply my-4 rounded-lg shadow-sm max-w-full mx-auto;}article {width: 618px; /* 固定宽度 */padding: 10px;overflow: hidden; /* 核心：隐藏溢出 */word-wrap: break-word;word-break: break-all;box-sizing: border-box; /* 内边距计入宽度 */}/* 处理媒体元素 */article img {max-width: 100%;height: auto;}/* 清除浮动 */article::after {content: "";display: block;clear: both;}</style></head><body class="bg-light text-dark min-h-screen flex flex-col"><!-- 导航栏 -->
<header class="sticky top-0 z-50 bg-white shadow-sm"><nav class="container mx-auto max-w-5xl px-4 py-4 flex items-center"><a href="/index.html" class="text-2xl font-bold text-primary flex items-center mr-12"><i class="fa fa-code mr-2"></i><span>编程博客</span></a><!-- 桌面端导航菜单 --><div class="hidden md:flex items-center"><a href="/index.html" class="text-base font-medium text-gray-dark hover:text-primary transition-all duration-200 mr-6">首页</a><a href="/news.html" class="text-base font-medium text-gray-dark hover:text-primary transition-all duration-200 mr-6">博文分享</a><a href="/about" class="text-base font-medium text-gray-dark hover:text-primary transition-all duration-200">关于我</a></div><!-- 移动端菜单按钮 --><button id="mobile-menu-button" class="md:hidden text-gray-dark focus:outline-none"><i class="fa fa-bars text-xl"></i></button></nav><!-- 移动端导航菜单 --><div id="mobile-menu" class="hidden md:hidden bg-white border-t border-gray-light"><div class="container mx-auto px-4 py-2 flex flex-col space-y-3"><a href="/index.html" class="py-2 text-base font-medium text-gray-dark hover:text-primary transition-all duration-200">首页</a><a href="/news.html" class="py-2 text-base font-medium text-gray-dark hover:text-primary transition-all duration-200">博文分享</a><a href="/about" class="py-2 text-base font-medium text-gray-dark hover:text-primary transition-all duration-200">关于我</a></div></div>
</header><!-- 主要内容区 --><main class="flex-grow container mx-auto max-w-5xl px-4 py-8 flex flex-col md:flex-row gap-8"><div class="flex flex-col lg:flex-row gap-8"><!-- 文章内容 --><article class="w-full md:w-2/3"><!-- 文章头部 --><header class="mb-8"><div class="flex items-center mb-4"><span class="bg-blue-100 text-blue-700 text-xs font-medium px-2.5 py-0.5 rounded">news</span><span class="text-gray-medium text-sm ml-3">2026/4/18 2:05:03</span></div><h1 class="text-3xl md:text-4xl font-bold mb-4 text-balance"></h1><div class="flex items-center justify-between"><div class="flex items-center"><img src="https://picsum.photos/id/1005/40/40" alt="作者头像" class="w-10 h-10 rounded-full"><div class="ml-3"><p class="text-sm font-medium">张小明</p><p class="text-xs text-gray-medium">前端开发工程师</p></div></div><div class="flex items-center text-gray-medium text-sm"><span class="mr-4"><i class="fa fa-eye mr-1"></i>1.2k</span><span><i class="fa fa-comment mr-1"></i>24</span></div></div></header><!-- 文章封面图 --><figure class="mb-8"><img src="http://pic.xiahunao.cn/yaotu/" alt="文章封面图" class="w-full h-auto rounded-xl shadow-md"><figcaption class="text-center text-gray-medium text-sm mt-2"></figcaption></figure><!-- 文章正文 --><div class="article-content prose prose-lg max-w-none">文章不存在</div><!-- 文章标签 --><div class="mt-8 mb-6 pt-6 pb-6 border-t border-b border-gray-200"><div class="flex flex-wrap gap-2"><span class="text-sm font-medium text-gray-dark mr-2">版权声明:</span><span class="bg-gray-100 text-gray-dark text-xs px-3 py-1 transition-all-300">本文来自互联网用户投稿，该文观点仅代表作者本人，不代表本站立场。本站仅提供信息存储空间服务，不拥有所有权，不承担相关法律责任。如若内容造成侵权/违法违规/事实不符，请联系邮箱：809451989@qq.com进行投诉反馈，一经查实，立即删除！</span></div></div><!-- 文章卡片列表 --><div class="space-y-6"></div></article><!-- 侧边栏 --><!-- 侧边栏 --><aside class="w-full md:w-1/3 space-y-6"><!-- 作者信息 --><div class="bg-white rounded-lg shadow-card p-4"><div class="flex flex-col items-center text-center"><img src="https://picsum.photos/id/1010/100/100" alt="作者头像" class="w-24 h-24 rounded-full mb-4 ring-4 ring-primary/10"><h3 class="text-lg font-bold mb-2 text-dark">编程爱好者</h3><p class="text-gray-medium text-sm mb-4 leading-relaxed max-w-xs">专注于前端开发和人工智能领域，热爱分享技术心得和编程技巧。</p><div class="flex space-x-4"><a href="#" class="text-gray-medium hover:text-primary transition-all-300"><i class="fa fa-github text-lg"></i></a><a href="#" class="text-gray-medium hover:text-primary transition-all-300"><i class="fa fa-twitter text-lg"></i></a><a href="#" class="text-gray-medium hover:text-primary transition-all-300"><i class="fa fa-linkedin text-lg"></i></a><a href="#" class="text-gray-medium hover:text-primary transition-all-300"><i class="fa fa-weixin text-lg"></i></a></div></div></div><!-- 最新文章 --><div class="bg-white rounded-lg shadow-card p-4"><h3 class="text-lg font-bold mb-3">最新文章</h3><ul><li><a href="/news/1953688/" class="flex items-center hover:bg-gray-light p-1.5 rounded transition-all-300"><img src="http://pic.xiahunao.cn/yaotu/PHP源码运行时风扇狂转怎么办_硬件温控调优方法【说明】" alt="PHP源码运行时风扇狂转怎么办_硬件温控调优方法【说明】" class="w-12 h-12 object-cover rounded mr-2"><div><h4 class="font-medium text-sm hover:text-primary transition-all-300 line-clamp-1">PHP源码运行时风扇狂转怎么办_硬件温控调优方法【说明】</h4><p class="text-gray-medium text-xs mt-0.5">2026/4/18 2:03:15</p></div></a></li><li><a href="/news/1953651/" class="flex items-center hover:bg-gray-light p-1.5 rounded transition-all-300"><img src="http://pic.xiahunao.cn/yaotu/AI编程革命：Codex脚本自动化指南" alt="AI编程革命：Codex脚本自动化指南" class="w-12 h-12 object-cover rounded mr-2"><div><h4 class="font-medium text-sm hover:text-primary transition-all-300 line-clamp-1">AI编程革命：Codex脚本自动化指南</h4><p class="text-gray-medium text-xs mt-0.5">2026/4/18 1:56:26</p></div></a></li><li><a href="/news/1953625/" class="flex items-center hover:bg-gray-light p-1.5 rounded transition-all-300"><img src="http://pic.xiahunao.cn/yaotu/函数形参传数组" alt="函数形参传数组" class="w-12 h-12 object-cover rounded mr-2"><div><h4 class="font-medium text-sm hover:text-primary transition-all-300 line-clamp-1">函数形参传数组</h4><p class="text-gray-medium text-xs mt-0.5">2026/4/18 1:55:12</p></div></a></li><li><a href="/news/1953623/" class="flex items-center hover:bg-gray-light p-1.5 rounded transition-all-300"><img src="http://pic.xiahunao.cn/yaotu/ESP32驱动0.96寸OLED屏，从C51代码移植到ESP-IDF的保姆级避坑指南" alt="ESP32驱动0.96寸OLED屏，从C51代码移植到ESP-IDF的保姆级避坑指南" class="w-12 h-12 object-cover rounded mr-2"><div><h4 class="font-medium text-sm hover:text-primary transition-all-300 line-clamp-1">ESP32驱动0.96寸OLED屏，从C51代码移植到ESP-IDF的保姆级避坑指南</h4><p class="text-gray-medium text-xs mt-0.5">2026/4/18 1:53:43</p></div></a></li><li><a href="/news/1953567/" class="flex items-center hover:bg-gray-light p-1.5 rounded transition-all-300"><img src="http://pic.xiahunao.cn/yaotu/PyTorch网络构建：Sequential、ModuleList与ModuleDict的实战选择指南" alt="PyTorch网络构建：Sequential、ModuleList与ModuleDict的实战选择指南" class="w-12 h-12 object-cover rounded mr-2"><div><h4 class="font-medium text-sm hover:text-primary transition-all-300 line-clamp-1">PyTorch网络构建：Sequential、ModuleList与ModuleDict的实战选择指南</h4><p class="text-gray-medium text-xs mt-0.5">2026/4/18 1:49:42</p></div></a></li><li><a href="/news/1953563/" class="flex items-center hover:bg-gray-light p-1.5 rounded transition-all-300"><img src="http://pic.xiahunao.cn/yaotu/LabVIEW色彩匹配实战：从原理到工业颜色检测（进阶篇）" alt="LabVIEW色彩匹配实战：从原理到工业颜色检测（进阶篇）" class="w-12 h-12 object-cover rounded mr-2"><div><h4 class="font-medium text-sm hover:text-primary transition-all-300 line-clamp-1">LabVIEW色彩匹配实战：从原理到工业颜色检测（进阶篇）</h4><p class="text-gray-medium text-xs mt-0.5">2026/4/18 1:49:40</p></div></a></li></ul></div><!-- 推荐文章 --><div class="bg-white rounded-lg shadow-card p-4"><h3 class="text-lg font-bold mb-3">推荐文章</h3><ul>
<hr/><li><a href="/news/1835098/" class="flex items-center hover:bg-gray-light p-1.5 rounded transition-all-300"><img src="http://pic.xiahunao.cn/yaotu/在Windows系统安装Docker" alt="在Windows系统安装Docker" class="w-12 h-12 object-cover rounded mr-2"><div><h4 class="font-medium text-sm hover:text-primary transition-all-300 line-clamp-1">在Windows系统安装Docker</h4><p class="text-gray-medium text-xs mt-0.5">2026/4/12 0:03:16</p></div></a></li><li><a href="/news/1835141/" class="flex items-center hover:bg-gray-light p-1.5 rounded transition-all-300"><img src="http://pic.xiahunao.cn/yaotu/医疗影像分割新突破：手把手教你用MCF框架提升半监督学习效果（附代码）" alt="医疗影像分割新突破：手把手教你用MCF框架提升半监督学习效果（附代码）" class="w-12 h-12 object-cover rounded mr-2"><div><h4 class="font-medium text-sm hover:text-primary transition-all-300 line-clamp-1">医疗影像分割新突破：手把手教你用MCF框架提升半监督学习效果（附代码）</h4><p class="text-gray-medium text-xs mt-0.5">2026/4/12 0:07:16</p></div></a></li><li><a href="/news/1835171/" class="flex items-center hover:bg-gray-light p-1.5 rounded transition-all-300"><img src="http://pic.xiahunao.cn/yaotu/MPU6050数据老飘？手把手教你校准与滤波，让STM32读取的数据稳如老狗" alt="MPU6050数据老飘？手把手教你校准与滤波，让STM32读取的数据稳如老狗" class="w-12 h-12 object-cover rounded mr-2"><div><h4 class="font-medium text-sm hover:text-primary transition-all-300 line-clamp-1">MPU6050数据老飘？手把手教你校准与滤波，让STM32读取的数据稳如老狗</h4><p class="text-gray-medium text-xs mt-0.5">2026/4/12 0:08:47</p></div></a></li><li><a href="/news/1835198/" class="flex items-center hover:bg-gray-light p-1.5 rounded transition-all-300"><img src="http://pic.xiahunao.cn/yaotu/【OpenClaw】通过 Nanobot 源码学习架构---（）总体吠" alt="【OpenClaw】通过 Nanobot 源码学习架构---（）总体吠" class="w-12 h-12 object-cover rounded mr-2"><div><h4 class="font-medium text-sm hover:text-primary transition-all-300 line-clamp-1">【OpenClaw】通过 Nanobot 源码学习架构---（）总体吠</h4><p class="text-gray-medium text-xs mt-0.5">2026/4/12 0:10:22</p></div></a></li><li><a href="/news/1835206/" class="flex items-center hover:bg-gray-light p-1.5 rounded transition-all-300"><img src="http://pic.xiahunao.cn/yaotu/3个技巧搞定yfinance：从安装到数据修复的完整指南" alt="3个技巧搞定yfinance：从安装到数据修复的完整指南" class="w-12 h-12 object-cover rounded mr-2"><div><h4 class="font-medium text-sm hover:text-primary transition-all-300 line-clamp-1">3个技巧搞定yfinance：从安装到数据修复的完整指南</h4><p class="text-gray-medium text-xs mt-0.5">2026/4/12 0:10:27</p></div></a></li><li><a href="/news/1835210/" class="flex items-center hover:bg-gray-light p-1.5 rounded transition-all-300"><img src="http://pic.xiahunao.cn/yaotu/基于计算机视觉的路口交通密度估计" alt="基于计算机视觉的路口交通密度估计" class="w-12 h-12 object-cover rounded mr-2"><div><h4 class="font-medium text-sm hover:text-primary transition-all-300 line-clamp-1">基于计算机视觉的路口交通密度估计</h4><p class="text-gray-medium text-xs mt-0.5">2026/4/12 0:11:26</p></div></a></li></ul></div></aside></div></main><!-- 页脚 --><footer class="bg-dark text-white py-8"><div class="container mx-auto max-w-5xl px-4"><div class="grid grid-cols-1 md:grid-cols-3 gap-4"><div><h3 class="text-lg font-bold mb-3 text-white">关于博客</h3><p class="text-gray-400 text-sm leading-relaxed">这是一个专注于编程技术分享的极简博客，旨在为开发者提供高质量的技术文章和教程。</p></div><div><h3 class="text-lg font-bold mb-3 text-white">快速链接</h3><ul class="space-y-2 text-sm"><li><a href="index.html" class="text-gray-400 hover:text-white transition-all-300">首页</a></li><li><a href="blog.html" class="text-gray-400 hover:text-white transition-all-300">博文分享</a></li><li><a href="#" class="text-gray-400 hover:text-white transition-all-300">关于我</a></li><li><a href="#" class="text-gray-400 hover:text-white transition-all-300">联系我们</a></li></ul></div><div><h3 class="text-lg font-bold mb-3 text-white">订阅更新</h3><p class="text-gray-400 text-sm mb-4">输入您的邮箱，获取最新文章更新。</p><form class="space-y-2"><label for="email" class="sr-only">邮箱地址</label><input type="email" id="email" name="email" placeholder="您的邮箱地址" requiredclass="w-full px-4 py-2.5 text-sm text-dark bg-white border border-gray-300 rounded-md shadow-sm placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-primary/50 focus:border-primary transition-all duration-200"><button type="submit" class="w-full px-4 py-2.5 text-sm font-medium text-white bg-primary border border-transparent rounded-md shadow-sm hover:bg-primary/90 focus:outline-none focus:ring-2 focus:ring-primary/50 focus:ring-offset-2 focus:ring-offset-dark transition-all duration-200">订阅更新</button></form></div></div><div class="border-t border-gray-800 mt-4 pt-3 flex flex-col md:flex-row justify-between items-center"><p class="text-gray-500 text-xs">© 2025 极简编程博客. 保留所有权利.</p><div class="flex space-x-4 mt-4 md:mt-0"><a href="#" class="text-gray-500 hover:text-white transition-all-300"><i class="fa fa-github text-sm"></i></a><a href="#" class="text-gray-500 hover:text-white transition-all-300"><i class="fa fa-twitter text-sm"></i></a><a href="#" class="text-gray-500 hover:text-white transition-all-300"><i class="fa fa-linkedin text-sm"></i></a><a href="#" class="text-gray-500 hover:text-white transition-all-300"><i class="fa fa-weixin text-sm"></i></a></div></div></div></footer><!-- JavaScript --><script>// 移动端菜单切换document.getElementById('mobile-menu-button').addEventListener('click',function() {const mobileMenu = document.getElementById('mobile-menu');mobileMenu.classList.toggle('hidden');});// 加载更多评论document.getElementById('load-more-comments').addEventListener('click',function() {this.innerHTML = '<i class="fa fa-spinner fa-spin mr-2"></i> 加载中...';// 模拟加载延迟setTimeout(() = >{this.innerHTML = '没有更多评论了';this.disabled = true;this.classList.add('opacity-50', 'cursor-not-allowed');},1500);});</script></body></html>