# 大数据学习网 **Repository Path**: Keith-ling/big_data_learn ## Basic Information - **Project Name**: 大数据学习网 - **Description**: 大数据学习内容 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-24 - **Last Updated**: 2026-04-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 大数据学习网 - 本地镜像 该网站是 http://139.224.116.190/ 的本地静态镜像,数据已经抓取到本地 JSON 文件中。 ## 启动方式 ### 方式一:Python(推荐) 在项目目录下运行: ```bash python3 -m http.server 8080 ``` 然后访问 http://localhost:8080/ ### 方式二:VS Code Live Server 安装 Live Server 插件后,右键 `index.html` → Open with Live Server。 ### 方式三:Node.js ```bash npx http-server -p 8080 ``` ## 注意 **不要直接用浏览器双击打开 HTML 文件**(`file://` 协议),浏览器安全策略会拦截 `fetch()` 请求,导致页面提示"加载失败,请刷新重试"。