发布时间:2026/9/2 7:34:15
备份一个网页代码 openDB.html!DOCTYPE html html langzh-cn head meta charsetutf-8 / title开放数据集/title meta namekeywords content开放 数据库 数据集 meta namedescription content这是开放的数据集的集合。 meta nameviewport contentinitial-scale1.0,widthdevice-width !--meta http-equiv Content-Security-Policy contentupgrade-insecure-requests-- meta http-equivAccess-Control-Allow-Origin content* / link relicon href/favicon.ico link relshortcut icon href/favicon.ico typeimage/x-icon link relpreload href../Font/AaBanRuoKaiShu-2.woff2 asfont typefont/woff2 link relstylesheet href../css/loadFont.css link relstylesheet href../css/commonstyle.css script async typetext/javascript src../js/utility.js charsetutf-8/script script typetext/javascript src../js/geolocation.js charsetutf-8/script script typetext/javascript src../js/get_DB_dnsisp.js charsetutf-8n/script script typetext/javascript src../js/show_DB_dnsisp.js charsetutf-8/script !--script typetext/javascript src/js/browserinfomation.js charsetutf-8/script-- script typetext/javascript src../js/search.js charsetutf-8/script script typetext/javascript charsetutf-8 var myWorker new Worker(/js/browserinfomation.js); /script style /* 基础样式重置 */ * { margin: 0; padding: 0; box-sizing: border-box; } body { line-height: 1.6; color: #333; } /* 抽屉菜单 */ .drawer { position: fixed; top: 0; top: 80px; left: -250px; width: 250px; height: 100vh; background: #fff; box-shadow: 2px 0 5px rgba(0,0,0,0.1); transition: left 0.3s ease; z-index: 1000; } .drawer.open { left: 0; } /* 菜单头部 */ .drawer-header { padding: 30px 20px 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); text-align: center; } /* .drawer-header h2 { color: white; font-size: 1.8rem; font-weight: bold; margin-bottom: 5px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); } .drawer-header p { color: rgba(255, 255, 255, 0.8); font-size: 0.9rem; } */ /* 菜单项 */ /* .drawer-items { flex: 1; padding: 20px 0; } */ /* .drawer-item { display: flex; align-items: center; padding: 15px 25px; color: white; text-decoration: none; transition: all 0.3s ease; border-left: 4px solid transparent; font-size: 1.1rem; } */ /* .drawer-item:hover { background: rgba(255, 255, 255, 0.1); border-left-color: #ffd700; padding-left: 30px; } .drawer-item i { width: 30px; font-size: 1.2rem; opacity: 0.9; } */ /* 遮罩层 */ /* 无毛玻璃 */ /* .overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); display: none; z-index: 999; } */ /* 毛玻璃 */ .overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 999; opacity: 0; visibility: hidden; transition: opacity 0.3s, visibility 0.3s; backdrop-filter: blur(3px); } .overlay.show { display: block; opacity: 1; visibility: visible; } /* 菜单按钮 */ .menu-btn { position: auto; top: 20px; left: 20px; z-index: 1001; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border: none; color: white; width: 50px; height: 50px; border-radius: 50%; cursor: pointer; font-size: 1.5rem; transition: all 0.3s ease; box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3); display: flex; align-items: center; justify-content: center; } .menu-btn:hover { transform: scale(1.1) rotate(90deg); box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5); } /* --- 方案三动态调整高度的标题栏 --- */ #smart-header { position: fixed; top: 0; left: 0; width: 100%; height: 80px; /* 初始高度 */ background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); z-index: 1000; overflow: hidden; } /* 紧凑模式滚动时触发 */ #smart-header.compact { height: 50px; background: #764ba2; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); } /* 标题样式 */ .header-title { font-size: 1.8rem; font-weight: bold; transition: all 0.3s ease; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } /* 修复 .header-title 内的链接下划线问题 */ /* 确保title-text继承header-title的样式 */ .header-title a#title-text { text-decoration: none !important; text-decoration-line: none !important; text-underline-offset: 0 !important; text-decoration-thickness: 0 !important; text-decoration-color: transparent !important; border-bottom: none !important; outline: none !important; box-shadow: none !important; background-image: none !important; color: inherit !important; /* 继承父元素颜色 */ font-size: inherit !important; /* 继承父元素字体大小 */ font-family: inherit !important; /* 继承父元素字体 */ font-weight: inherit !important; /* 继承父元素字重 */ line-height: inherit !important; /* 继承父元素行高 */ } /* 同时确保hover状态也没有下划线 */ .header-title a#title-text:hover, .header-title a#title-text:focus, .header-title a#title-text:active { text-decoration: none !important; background-image: none !important; border-bottom: none !important; box-shadow: none !important; } /* 图标容器 */ .header-icons { display: flex; gap: 15px; align-items: center; } /* --- 方案四手动隐藏/显示开关 --- */ .toggle-btn { background: rgba(255, 255, 255, 0.2); border: 2px solid rgba(255, 255, 255, 0.3); color: white; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; transition: all 0.3s ease; user-select: none; } .toggle-btn:hover { background: rgba(255, 255, 255, 0.3); transform: scale(1.05); } /* --- 方案五响应式设计移动端优化--- */ media (max-width: 768px) { #smart-header { height: 60px; padding: 0 15px; } #smart-header.compact { height: 45px; } .header-title { font-size: 1.4rem; max-width: 200px; } #smart-header.compact .header-title { font-size: 1.1rem; max-width: 150px; } .toggle-btn { width: 36px; height: 36px; font-size: 1rem; } .header-icons { gap: 10px; } } media (max-width: 480px) { .header-title { font-size: 1.2rem; max-width: 150px; } #smart-header.compact .header-title { font-size: 1rem; max-width: 120px; } .toggle-btn { width: 32px; height: 32px; } } /* 菜单按钮样式 */ .menu-btn { background: none; border: none; color: white; font-size: 1.5rem; cursor: pointer; padding: 8px; border-radius: 4px; transition: background-color 0.2s; } .menu-btn:hover { background: rgba(255, 255, 255, 0.1); } /* 内容区域 */ .content { margin-top: 80px; /* 与标题栏初始高度匹配 */ padding: 30px 20px; transition: margin-top 0.3s ease; } /* 标题栏隐藏时的内容调整 */ #smart-header.hidden .content { margin-top: 20px; } /* 紧凑模式时的内容调整 */ #smart-header.compact .content { margin-top: 50px; } media (max-width: 768px) { .content { margin-top: 60px; } #smart-header.hidden .content { margin-top: 15px; } #smart-header.compact .content { margin-top: 45px; } } /* 内容卡片样式 */ .data-card { background: white; border-radius: 12px; padding: 20px; margin-bottom: 20px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); transition: transform 0.2s ease, box-shadow 0.2s ease; border-left: 4px solid #764ba2; } .data-card:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12); } .data-card h3 { color: #764ba2; margin-bottom: 10px; font-size: 1.3rem; } .data-card p { color: #666; font-size: 0.95rem; } /* 占位内容模拟您的数据项 */ .placeholder-content { /*height: 1200px;*/ background: linear-gradient(to bottom, transparent 95%, #f0f0f0 100%); } /style /head body script function toggleDrawer() { const drawer document.getElementById(drawer); const overlay document.getElementById(overlay); drawer.classList.toggle(open); overlay.classList.toggle(show); } /script !-- 智能自适应标题栏 -- header idsmart-header !-- 左侧菜单按钮 -- button classmenu-btn onclicktoggleDrawer() aria-label打开菜单☰/button div classdrawer iddrawer ul lia href#搜索/a/li lia href#检索保密信息/a/li /ul /div div classoverlay idoverlay onclicktoggleDrawer()/div !-- 中间标题 -- div classheader-titlea idtitle-text href../html/Welcome.html.php开放数据集/a/div !-- 右侧图标区域 -- div classheader-icons /div /header !-- 主要内容区域 -- main classcontent h2数据集列表/h2 !-- 这里放您的实际内容 -- div classdata-card h3上市公司董秘/h3 p包含A股上市公司董事会秘书的联系方式和基本信息。/p /div div classdata-card h3DNS提供商/h3 p全球主要DNS服务提供商的数据和分析。/p /div div classdata-card h3动漫分享库/h3 p动漫资源、资讯和社区讨论。/p /div div classdata-card h3纪录片分享库/h3 p高质量纪录片资源和相关元数据。/p /div div classdata-card h3专业软件分享库/h3 p专业软件集合。/p /div div classdata-card h3PDF库/h3 p电子书、文档、论文等PDF资源。/p /div div classdata-card h3标准文档分享库/h3 p各类技术标准、行业规范的文档集合。/p /div div classdata-card h3和风天气缓存数据集/h3 p历史天气数据缓存支持多种查询方式。/p /div div classdata-card h3静态地图/h3 p预先渲染的地图切片支持快速加载。/p /div div classdata-card h3背景图片/h3 p高质量背景图片资源库分类整理。/p /div div classdata-card h3图床/h3 p图片托管服务支持外链和API调用。/p /div div classdata-card h3图书馆/h3 p数字图书馆包含多种格式的电子资源。/p /div !-- 占位内容模拟长页面 -- div classplaceholder-content/div /main script // 获取DOM元素 const header document.getElementById(smart-header); const toggleBtn document.getElementById(toggleHeader); const content document.querySelector(.content); // 状态变量 let lastScrollTop 0; let isManuallyHidden false; const scrollThreshold 100; // 触发紧凑模式的滚动阈值 // --- 方案三滚动时自动调整动态高度 --- window.addEventListener(scroll, function() { if (isManuallyHidden) return; // 手动隐藏时禁用滚动效果 const scrollTop window.pageYOffset || document.documentElement.scrollTop; // 紧凑模式滚动超过阈值时添加紧凑样式 if (scrollTop scrollThreshold) { header.classList.add(compact); } else { header.classList.remove(compact); } // 记录最后滚动位置 lastScrollTop scrollTop; }); // --- 方案五移动端优化增强功能 --- // 1. 触摸滑动隐藏/显示 let touchStartY 0; let touchEndY 0; document.addEventListener(touchstart, function(e) { touchStartY e.changedTouches[0].screenY; }, { passive: true }); document.addEventListener(touchend, function(e) { if (isManuallyHidden) return; touchEndY e.changedTouches[0].screenY; const scrollTop window.pageYOffset || document.documentElement.scrollTop; // 在页面顶部且向下滑动时隐藏 if (scrollTop 50 touchEndY - touchStartY 50) { header.classList.add(compact); } // 向上滑动且标题栏处于紧凑模式时恢复 if (header.classList.contains(compact) touchStartY - touchEndY 30) { header.classList.remove(compact); } }, { passive: true }); // 2. 响应式调整内容区域边距 function updateContentMargin() { if (header.classList.contains(hidden)) { content.style.marginTop 20px; } else if (header.classList.contains(compact)) { content.style.marginTop header.offsetHeight px; } else { content.style.marginTop header.offsetHeight px; } } // 监听窗口大小变化 window.addEventListener(resize, updateContentMargin); // 初始化 updateContentMargin(); // 添加键盘快捷键支持可选功能 document.addEventListener(keydown, function(e) { // CtrlH 或 CmdH 切换标题栏显示 if ((e.ctrlKey || e.metaKey) e.key h) { e.preventDefault(); toggleBtn.click(); } }); /script /body /htmlHome.html!DOCTYPE html html langzh-cn head meta charsetutf-8 titleHome/title link relpreload href../Font/simkai.ttf asfont crossoriginanonymous meta nameviewport contentinitial-scale1.0,widthdevice-width !--meta http-equiv Content-Security-Policy contentupgrade-insecure-requests-- meta http-equivAccess-Control-Allow-Origin content* / meta http-equivContent-Security-Policy contentimg-src * meta namekeywords contentHome主页搜索和推荐 meta namedescription contentHome主页搜索查询和推荐。 !--图片加载比较慢的放到预加载-- !--link relpreload hrefhttps://www.w3.org/favicon.ico asimage-- !--link relpreload href../Font/simkai.ttf asfont-- link relpreload href/Font/AaBanRuoKaiShu-2.woff2 asfont typefont/woff2 crossorigin link relstylesheet href/css/loadFont.css link relstylesheet href/css/commonstyle.css link relstylesheet typetext/css hrefhttps://u1506257x0.goho.co/css/home.css / link hrefhttps://u1506257x0.goho.co/images/bitnami_favicon-16x16.png relicon sizes16x16 typeimage/png script src../js/loadFont.js/script style body{ font-stretch: normal; } /style /head body bgcolor#ffffff div aligncenter stylefont-size: 30px;background-color:#009fe0; a styletext-decoration:none;color:black; hrefhttps://u1506257x0.goho.co/html/Welcome.html.phpHOME/a /div div div styleoverflow-y:auto; div idsbox div ids_kw_wrap classsb_form_c tooltip aria-label输入搜索词 svg viewBox0 0 25 25 path stroke#007DAA stroke-width2.5 stroke-linecapround stroke-miterlimit10 fillnone dM23.75 23.75l-9-9/path circle stroke#007DAA stroke-width2.5 stroke-linecapround stroke-miterlimit10 cx9 cy9 r7.75 fillnone/circle /svg input placeholder输入搜索词 idsb_form_q classbg_s nameq typesearch maxlength100 autocompleteoff aria-labelledbysb_form_c autofocus aria-controlssw_as aria-autocompleteboth aria-ownssw_as /div /form /div /div div table tr td/td /tr /table /div div idqr_containor styleposition:absolute;bottom:0;left:50%; img idqr srchttps://u1506257x0.goho.co/images/alipay_cj_2.jpg altsupptstylemargin-left: -50%;width:110px;height:150px;align:center;/ /div /div div id_footer div a target_self hrefhttps://u1506257x0.goho.co/自转首页/anbsp;nbsp; a target_self hrefhttps://u1506257x0.goho.co/html/Welcome.htmlWelcome/anbsp;nbsp; a target_blank hrefhttps://u1506257x0.goho.co/新开首页/a /div /div /body /html

相关新闻

2026/9/2 7:34:15

STM32F103驱动LSM6DSL六轴传感器:I2C通信与数据融合实战

简介:这是基于STM32F103CBT6主控的LSM6DSL运动传感器(加速度计陀螺仪)驱动源码包,面向嵌入式运动传感与STM32外设编程学习者,解决传感器数据采集与串口输出的快速验证问题。压缩包共144个文件、约4.53MB,文…

2026/9/2 7:34:15

基于51单片机与开尔文四线制的高精度电阻测量系统设计与实现

简介:本资源是一套基于51单片机实现高精度电机绕组电阻测量的完整工程方案,面向电子类专业学生、嵌入式初学者及电机检测设备开发者,解决传统两线法测低阻(如200mΩ级绕组)受引线电阻干扰导致误差大的实际问题。方案采…

2026/9/2 7:34:15

Vue3移动端开发实战:从零构建跨平台APP的技术栈与核心实现

如果你是一名前端开发者,或者正打算从零开始学习前端,那么“Vue3”和“移动APP”这两个词,大概率已经在你眼前反复出现了。Vue3凭借其组合式API、更好的TypeScript支持和性能优化,已经成为现代前端开发的主流选择。而移动端开发&a…

2026/9/2 7:44:15

第31章 综合案例​​

同样是百亿级快消品集团,同样是三年前启动数据资产化。A集团已将数据资产打造成第二增长曲线——入表资产规模超过5亿元,获得首笔数据资产质押贷款2000万元,数据资产驱动的精准营销增量毛利贡献占集团利润的3%。集团CFO在年度投资者日上&…

2026/9/2 7:44:15

《三角洲行动》摩斯密码门解密:从听声辨位到快速破解

这次我们来看一个在《三角洲行动》游戏中让不少玩家头疼的“摩斯密码门”解密技巧。如果你在游戏里卡在这类需要听声辨位的密码门前,这篇文章能帮你快速理解机制、掌握方法,从“完全听不懂”到“听一遍就会”。这种密码门的核心不是考验你的密码学知识&a…

2026/9/2 7:44:15

第26章 数据资产金融化“五级火箭”

2024年,某快消品供应链企业以“经销商数据资产”为质押,从银行获得首笔1200万元贷款。[1]这家企业的主营业务是为品牌方提供区域经销和终端配送服务,年营收规模约8亿元,旗下管理着超过2000家经销商。企业的固定资产主要是仓储设施…

2026/9/2 7:44:15

FOC+霍尔+PMSM在Matlab中的实机落地关键

简介:本资源是一套基于磁场定向控制(FOC)与霍尔传感器位置反馈的永磁同步电机(PMSM)Matlab仿真控制代码,面向计算机、电子信息工程、自动化及数学等专业的本科生,适用于课程设计、期末大作业与毕…

2026/9/2 7:44:15

基于STM32与多传感器融合的疲劳驾驶检测系统设计与实现

简介:本资源是一套面向嵌入式开发者与智能交通系统学习者的疲劳驾驶检测完整实践方案,聚焦于STM32平台下的实时生理行为识别与预警实现,适用于课程设计、毕业设计及安全辅助驾驶技术原型开发。压缩包共237个文件,4.35MB&#xff0…

2026/9/2 7:39:15

从零构建高可用Python机器人框架:插件化架构与事件驱动设计详解

简介:DPbot是一款面向Python开发者与自动化运维人员的轻量级机器人框架,聚焦于企业微信、QQ、Telegram等主流平台的Bot快速开发与插件化扩展,解决多场景下重复性消息处理、定时任务调度与AI能力集成等实际问题。资源包共150个文件&#xff0c…

2026/9/1 16:02:17

vSound小提琴数字处理器实操指南:从接线到演出的完整配置

电小提琴或者原声小提琴插电演出,第一个绕不开的坎就是声音难听。原声琴的共鸣和空气感一旦进了拾音器,出来的往往是一坨干瘪、发尖、带着奇怪塑料味的信号。我当初第一次把琴接上乐队调音台,直接被主唱吐槽"你这声音像在锯钢丝"。…

2026/9/1 8:27:47

传感器接口IC如何攻克生物化学传感的微弱信号难题?

1. 从电极到比特流:为什么生物化学传感必须依赖专用接口IC 做生物化学传感的人都有过类似的经历:明明传感器本身性能很好,信号输出却一塌糊涂——噪声大、漂移明显、重复性差,怎么调都达不到预期。很多时候问题并不在传感器&#…

2026/9/1 7:04:43

STM32F411CEU6多通道ADC采集:扫描模式+DMA实现详解

1. 多通道 ADC 的用武之地把“Multichannel ADC”和“STM32F411CEU6”这两个关键字放在一起,其实就是嵌入式开发里最常遇到的一类需求:用一块不算贵的 MCU,同时采集多路模拟信号。STM32F411CEU6 是 48 引脚的 Cortex-M4F 主控,主频…

2026/9/2 0:03:41

单片机毕业设计-基于单片机与蓝牙通讯的输液状态监测终端设计与开发 基于 STM32 或 51 单片机的液位‑滴速‑温度多参数输液监护装置设计(024005)

博主介绍:✌️码农一枚 ,专注于大学生项目实战开发、讲解和毕业🚢文撰写修改等。全栈领域优质创作者,博客之星、掘金/华为云/阿里云/InfoQ等平台优质作者、专注于嵌入式单片机,Java、小程序技术领域和毕业项目实战 ✌️…

2026/9/2 0:03:41

DeepSeek字幕翻译实战:从API调用到批量SRT转中文的完整方案

这次我们来看一个很实用的 DeepSeek 落地场景:用 DeepSeek 把英文视频字幕自动翻译成中文。具体案例是《恶魔君》1989 年第 28 集的英转中字幕任务,标题写得很直白,但背后其实是一整套可以复用的技术流程:字幕解析、模型调用、批量…

2026/9/2 0:03:41

用Python搭建搞笑语音助手:从语音识别到语音合成全教程

当你家里摆着一台天猫精灵,却总希望语音助手偶尔“不正经”一点,不用官方腔回答问题,而是张口就接几句搞笑段子,会是什么体验?我最近动手验证了一下这个想法——没有去改装任何市面上现有的智能音箱,而是直…

2026/9/2 1:15:22

USB Type-C PCB布局分区设计:电源、高速信号与PD协议全攻略

做硬件这行,Type-C接口算是典型的“看着简单,做起来全坑”的东西。光引脚就24个,高低速信号、电源、控制线全部塞在一个小小的连接器里,如果PCB布局不做规划,打样回来基本就是“插上没反应”、“高速掉线”、“静电一打…

2026/9/2 1:15:22

系统编程学习原型如何补齐稳定性边界

系统编程学习原型如何补齐稳定性边界预算有限时&#xff0c;我先优化明显多余的复制&#xff0c;而不是猜测性地换容器。用借用传递只读数据通常就能减少分配&#xff1a; fn parse(line: &str) -> Result<Item, Error> { /* ... */ }用基准确认热点确实在分配&am…

2026/9/2 1:15:20

雨花区哪家财务公司代理记账比较好?

在雨花区&#xff0c;企业处理财税事务常常面临诸多挑战&#xff0c;选择一家靠谱的财务公司至关重要。湖南巨勤财务管理咨询有限公司就是本地正规实体财税服务机构&#xff0c;深耕本地工商财税行业多年&#xff0c;熟悉当地工商局、税务局最新政策与申报流程。主营公司注册、…