Files
basicBench/004/004_r.html
邓智航 a2fe72dcc5 ten
2025-12-22 00:54:25 +08:00

412 lines
20 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BSOD Help - System_Thread_Exception - TechZone Forums</title>
<style>
/* CSS Reset */
* { box-sizing: border-box; }
body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: #e9ebee; margin: 0; color: #1c1e21; line-height: 1.5; }
a { text-decoration: none; color: #365899; }
a:hover { text-decoration: underline; }
ul { padding-left: 20px; }
/* 容器布局 */
.container { max-width: 1200px; margin: 0 auto; background: transparent; }
.content-wrapper { display: flex; gap: 20px; padding: 20px; }
.main-column { flex: 3; }
.side-column { flex: 1; }
/* 顶部导航 */
.header { background: #fff; padding: 15px 20px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center; }
.header h1 { margin: 0; font-size: 24px; color: #4267b2; }
.header p { margin: 0; font-size: 12px; color: #999; }
.nav-links a { margin-right: 15px; font-weight: bold; color: #4b4f56; }
.search-bar input { padding: 5px; border: 1px solid #ccc; border-radius: 3px; }
/* 帖子样式 */
.post-title { background: #fff; padding: 15px; border-radius: 4px; border: 1px solid #ddd; margin-bottom: 10px; }
.post-title h2 { margin: 0 0 10px 0; }
/* 楼层卡片 (原Table转换) */
.post-card { background: #fff; border: 1px solid #ddd; border-radius: 3px; margin-bottom: 15px; display: flex; flex-direction: column; }
/* 用CSS强制改变table的默认显示方式使其像现代Div布局 */
.post-card table { width: 100%; border-collapse: collapse; border: none; }
.post-card td { border: none; padding: 15px; }
.user-info-cell { background: #f7f7f7; border-right: 1px solid #eee !important; width: 140px; text-align: center; font-size: 12px; }
.user-info-cell img { width: 80px; height: 80px; border-radius: 50%; background: #ddd; margin-top: 10px; }
.content-cell { position: relative; }
/* 帖子元数据 */
.post-meta { font-size: 12px; color: #90949c; margin-bottom: 10px; border-bottom: 1px solid #eee; padding-bottom: 5px; }
/* 附件区域 */
fieldset { border: 1px solid #d8dfea; background: #f7f7f7; padding: 10px; margin: 10px 0; border-radius: 4px; }
legend { font-weight: bold; color: #4b4f56; }
/* 按钮组 */
.action-bar { background: #f6f7f9; border-top: 1px solid #e9ebee; padding: 8px 15px !important; text-align: right !important; }
.action-bar button { background: transparent; border: none; color: #4b4f56; cursor: pointer; font-weight: bold; font-size: 12px; margin-left: 10px; }
.action-bar button:hover { color: #4267b2; background: #eee; border-radius: 2px; }
/* 特殊身份标识 */
.badge-mod { color: green; font-weight: bold; }
.badge-new { color: #888; }
/* 干扰信息处理 */
.ad-banner { background: #fff3cd; color: #856404; padding: 10px; text-align: center; border: 1px solid #ffeeba; border-radius: 4px; margin-bottom: 20px; font-size: 14px; }
.ad-banner a { color: #856404; font-weight: bold; text-decoration: underline; }
/* 恶意广告楼层处理 */
.spam-post { border: 2px solid red; opacity: 0.7; position: relative; }
.spam-post::after { content: '警告:疑似广告机器人'; position: absolute; top: 0; right: 0; background: red; color: white; padding: 2px 10px; font-size: 10px; }
.fake-download-area { opacity: 0.3; pointer-events: none; /* 让假按钮无法点击 */ filter: grayscale(100%); }
.fake-download-area::before { content: ' [系统已屏蔽广告链接] '; color: red; font-weight: bold; }
/* 侧边栏 */
.sidebar-box { background: #fff; padding: 15px; border: 1px solid #ddd; margin-bottom: 20px; border-radius: 4px; }
.sidebar-box h3 { margin-top: 0; font-size: 14px; border-left: 3px solid #4267b2; padding-left: 10px; }
.sidebar-box ul { padding-left: 15px; font-size: 13px; }
.sidebar-box li { margin-bottom: 8px; }
/* 底部 */
.footer { text-align: center; color: #777; font-size: 12px; padding: 20px; border-top: 1px solid #ccc; margin-top: 20px; background: #fff; }
/* 快速回复 */
.quick-reply { background: #fff; padding: 20px; border: 1px solid #ddd; border-radius: 4px; }
.quick-reply textarea { width: 100%; padding: 10px; border: 1px solid #ccc; margin-bottom: 10px; font-family: inherit; }
.btn-primary { background: #4267b2; color: white; border: none; padding: 5px 15px; border-radius: 2px; cursor: pointer; }
</style>
</head>
<body>
<div class="container">
<div class="header">
<div>
<h1>TechZone 硬件技术论坛</h1>
<p>全球最大的极客交流社区</p>
</div>
<div class="nav-links">
<nav>
<a href="#">首页</a>
<a href="#">硬件专区</a>
<a href="#">软件分享</a>
<a href="#">灌水区</a>
<a href="#">注册/登录</a>
</nav>
<br>
<form class="search-bar">
<input type="text" placeholder="搜索帖子...">
<button class="btn-primary">搜索</button>
</form>
</div>
</div>
<div class="ad-banner">
<p>【通告】2025新款显卡预售开启点击查看详情 >></p>
<p>【推荐】电脑运行慢?点击这里一键清理垃圾(专家推荐)</p>
</div>
<div class="content-wrapper">
<div class="main-column">
<div class="post-title">
<h2>[求助] 如何修复 System_Thread_Exception 蓝屏?附 Dump 文件</h2>
<p style="font-size:12px; color:#666;">状态: <strong style="color:red">[未解决]</strong> | 浏览: 45,221 | 回复: 12</p>
</div>
<div class="post-card">
<table border="1" width="100%">
<tr>
<td width="150" valign="top" class="user-info-cell">
<p><strong>Newbie_User_007</strong></p>
<p class="badge-new">等级: 萌新</p>
<p>积分: 5</p>
<p>注册时间: 2025-10-01</p>
<p><img src="" alt="默认头像"></p>
</td>
<td valign="top" class="content-cell">
<p class="post-meta"><small>发表于 2025-12-21 09:30:00 | 楼主</small></p>
<p>我的电脑最近总是蓝屏,错误代码是 System_Thread_Exception_Not_Handled。</p>
<p>配置如下:</p>
<ul>
<li>CPU: Intel i9-14900K</li>
<li>GPU: RTX 4080</li>
<li>RAM: 32G x 2</li>
</ul>
<p>我已经尝试重装系统了,但是没用。附上 Dump 文件,求大神帮忙分析!</p>
<br>
<fieldset>
<legend>附件下载</legend>
<p>文件: Minidump_20251221.zip (256 KB)</p>
<a href="#" onclick="alert('开始下载真实文件...')">[点击下载附件]</a>
</fieldset>
<div align="center" class="fake-download-area">
<br>
<button>==> 高速下载 (推荐) <==</button>
<button>==> 极速修复蓝屏工具 <==</button>
<p><small>广告:专业系统修复,不丢失数据</small></p>
</div>
<br>
<hr style="border:0; border-top:1px dashed #ccc;">
<p style="color:#999; font-size:12px;"><em>-- 签名档:小白求带,好人一生平安。</em></p>
</td>
</tr>
<tr>
<td colspan="2" align="right" class="action-bar">
<button onclick="replyPost()">回复</button>
<button>引用</button>
<button onclick="reportPost()">举报</button>
<button>支持 (0)</button>
<button>反对 (0)</button>
</td>
</tr>
</table>
</div>
<div class="post-card spam-post">
<table border="1" width="100%">
<tr>
<td width="150" valign="top" class="user-info-cell">
<p><strong>System_Cleaner_Bot</strong></p>
<p>等级: <strong>推广大使</strong></p>
<p>积分: 99999</p>
<p><img src="" alt="VIP头像"></p>
</td>
<td valign="top" class="content-cell">
<p class="post-meta"><small>发表于 2025-12-21 09:31:05 | 沙发</small></p>
<p>检测到您的电脑存在 <strong>128</strong> 个系统错误!</p>
<p>建议立即下载 <strong>PC Master Pro</strong> 进行修复。</p>
<p>我们的软件可以解决:蓝屏、卡顿、死机、病毒。</p>
<br>
<h1><a href="#" onclick="return false;">[立即下载修复补丁]</a></h1>
<br>
<hr style="border:0; border-top:1px dashed #ccc;">
<p style="color:#999; font-size:12px;"><em>-- 签名档:官方认证,安全无毒。</em></p>
</td>
</tr>
<tr>
<td colspan="2" align="right" class="action-bar">
<button>回复</button>
<button>引用</button>
<button>举报</button>
</td>
</tr>
</table>
</div>
<div class="post-card">
<table border="1" width="100%">
<tr>
<td width="150" valign="top" class="user-info-cell">
<p><strong>Hardware_Guru</strong></p>
<p class="badge-mod">等级: <strong>版主</strong></p>
<p>积分: 54,200</p>
<p style="color:orange;">徽章: [技术大牛] [热心助人]</p>
</td>
<td valign="top" class="content-cell">
<p class="post-meta"><small>发表于 2025-12-21 09:45:12 | 板凳</small></p>
<p>楼主,看了你的配置,应该是内存超频不稳导致的。</p>
<p>你是不是开了 XMP试着进 BIOS 把内存频率降到 4800MHz 试试。</p>
<p>另外,那个二楼是广告,别点那个下载链接,那是流氓软件。</p>
<br>
<hr style="border:0; border-top:1px dashed #ccc;">
<p style="color:#999; font-size:12px;"><em>-- 签名档:有问题先看置顶帖,提问请带配置单。</em></p>
</td>
</tr>
<tr>
<td colspan="2" align="right" class="action-bar">
<button onclick="replyPost()">回复</button>
<button>引用</button>
<button>举报</button>
<button onclick="likePost(this)">支持 (52)</button>
<button>反对 (0)</button>
</td>
</tr>
</table>
</div>
<div style="border: 1px dashed #ccc; padding: 10px; margin: 10px 0; background:#fafafa; font-size:12px; color:#999;">
<p><strong>赞助商链接:</strong></p>
<ul style="list-style: none;">
<li><a href="#" style="color:#999;">玩游戏总是输?这款外挂神器帮你忙!</a></li>
<li><a href="#" style="color:#999;">月入五万的副业,点击领取教程。</a></li>
<li><a href="#" style="color:#999;">脱发怎么办?老中医祖传秘方。</a></li>
</ul>
</div>
<div class="post-card">
<table border="1" width="100%">
<tr>
<td width="150" valign="top" class="user-info-cell">
<p><strong>Newbie_User_007</strong></p>
<p class="badge-new">等级: 萌新</p>
<p>积分: 5</p>
</td>
<td valign="top" class="content-cell">
<p class="post-meta"><small>发表于 2025-12-21 10:05:00 | 地板</small></p>
<div style="background:#f0f0f0; padding:10px; margin-bottom:10px;">回复 3楼</div>
<p>谢谢大佬!我确实开了 XMP。我现在去试试关闭。</p>
<p>顺便问一下,显卡驱动需要回退吗?</p>
<br>
<hr style="border:0; border-top:1px dashed #ccc;">
<p style="color:#999; font-size:12px;"><em>-- 签名档:小白求带,好人一生平安。</em></p>
</td>
</tr>
<tr>
<td colspan="2" align="right" class="action-bar">
<button onclick="replyPost()">回复</button>
<button>引用</button>
<button>举报</button>
<button>支持 (0)</button>
<button>反对 (0)</button>
</td>
</tr>
</table>
</div>
<div class="post-card">
<table border="1" width="100%">
<tr>
<td width="150" valign="top" class="user-info-cell">
<p><strong>Troll_Master_123</strong></p>
<p>等级: 潜水员</p>
<p>积分: -20</p>
</td>
<td valign="top" class="content-cell">
<p class="post-meta"><small>发表于 2025-12-21 10:15:33 | 5楼</small></p>
<p>这配置还蓝屏?肯定是楼主买到矿卡了。</p>
<p>现在的 Intel 缩缸很严重,建议直接换 AMD保平安。</p>
<p>你要是不会修,五十块钱卖我算了。</p>
<br>
<hr style="border:0; border-top:1px dashed #ccc;">
<p style="color:#999; font-size:12px;"><em>-- 签名档:没有任何签名。</em></p>
</td>
</tr>
<tr>
<td colspan="2" align="right" class="action-bar">
<button onclick="replyPost()">回复</button>
<button>引用</button>
<button onclick="reportPost()">举报</button>
<button>支持 (1)</button>
<button>反对 (88)</button>
</td>
</tr>
</table>
</div>
<div class="post-card">
<table border="1" width="100%">
<tr>
<td width="150" valign="top" class="user-info-cell">
<p><strong>Passerby_A</strong></p>
<p>等级: 核心会员</p>
<p>积分: 888</p>
</td>
<td valign="top" class="content-cell">
<p class="post-meta"><small>发表于 2025-12-21 10:20:00 | 6楼</small></p>
<hr>
<p>Mark一下我也有这个问题。关注后续。</p>
<br>
<hr style="border:0; border-top:1px dashed #ccc;">
</td>
</tr>
<tr>
<td colspan="2" align="right" class="action-bar">
<button>回复</button>
<button>引用</button>
<button>举报</button>
</td>
</tr>
</table>
</div>
<br>
<div align="center" style="padding: 20px;">
<a href="#" class="btn-primary" style="background:white; color:#333; border:1px solid #ccc;">首页</a>
<a href="#" class="btn-primary" style="background:white; color:#333; border:1px solid #ccc;">上一页</a>
<strong>[1]</strong> <a href="#">2</a> <a href="#">3</a> ... <a href="#">99</a>
<a href="#" class="btn-primary" style="background:white; color:#333; border:1px solid #ccc;">下一页</a>
</div>
<br>
<div class="quick-reply">
<h3>快速回复</h3>
<form>
<textarea rows="5" cols="80"></textarea><br>
<input type="checkbox"> 签名
<input type="checkbox"> 匿名
<button class="btn-primary">发表回复</button>
</form>
</div>
</div>
<div class="side-column">
<div class="sidebar-box">
<h3>版块热门推荐</h3>
<ul>
<li><a href="#">[置顶] 显卡天梯图 2025.12版</a></li>
<li><a href="#">[精华] 电源选购指南:别再买炸弹了</a></li>
<li><a href="#">救命!电脑冒烟了怎么办?</a></li>
<li><a href="#">4090Ti 偷跑数据曝光!</a></li>
</ul>
</div>
<div class="sidebar-box" style="border-color: #ffeeba;">
<h3 style="color:#856404; border-color:#856404;">精彩活动</h3>
<ul>
<li><a href="#">[广告] 注册送 88元 现金红包</a></li>
<li><a href="#">[广告] 只有男人才懂的游戏</a></li>
<li><a href="#">[广告] 免费领取 1TB 云空间</a></li>
</ul>
</div>
<div class="sidebar-box">
<h3>在线统计</h3>
<p>在线会员: 1205 人</p>
<p>游客: 8841 人</p>
<p>今日发帖: 342</p>
</div>
</div>
</div>
<div class="footer">
<p>Copyright © 2000-2025 TechZone Inc. All Rights Reserved.</p>
<p><a href="#">联系我们</a> | <a href="#">免责声明</a> | <a href="#">广告合作</a> | <a href="#">手机版</a></p>
<p>页面执行时间 0.045秒</p>
</div>
</div>
<script>
function likePost(btn) {
let text = btn.innerText;
let count = parseInt(text.match(/\d+/)[0]);
btn.innerText = "支持 (" + (count + 1) + ")";
btn.style.color = "red";
}
function replyPost() {
document.querySelector('textarea').focus();
document.querySelector('textarea').value = "回复 楼主:";
}
function reportPost() {
alert("举报成功!管理员将尽快审核。");
}
</script>
</body>
</html>