Files
all-personal-resume/个人简历_大健康/局域网访问说明.md

78 lines
1.5 KiB
Markdown
Raw Permalink 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.

# 财经商贸个人简历 - 局域网访问指南
## 🚀 快速启动
### 方法一使用Python启动脚本
```bash
python3 start_server.py
```
### 方法二使用Shell脚本
```bash
./start.sh
```
### 方法三直接使用Python HTTP服务器
```bash
python3 -m http.server 8888
```
## 🌐 访问地址
服务器启动后,可通过以下方式访问:
- **本机访问**: http://localhost:8888
- **局域网访问**: http://[你的IP地址]:8888
## 📱 手机访问
1. 确保手机和电脑连接同一个WiFi网络
2. 在手机浏览器输入http://[电脑IP地址]:8888
3. 即可查看简历网站
## 🔍 查看本机IP地址
### macOS/Linux:
```bash
ifconfig | grep "inet " | grep -v 127.0.0.1
```
### Windows:
```cmd
ipconfig
```
## ⚙️ 端口配置
默认端口8888
如需更改端口,修改命令中的端口号:
```bash
python3 -m http.server [新端口号]
```
## 🛑 停止服务器
`Ctrl + C` 停止服务器
## 📌 注意事项
1. 确保防火墙允许8888端口的访问
2. 仅限局域网内访问,不会暴露到公网
3. 关闭终端窗口会停止服务器
## 🎯 功能特性
- ✨ 扑克牌式项目展示效果
- 📱 响应式设计,支持移动端
- 🎨 精美的视觉效果和动画
- 📊 详细的项目案例展示
- 💼 专业的财经商贸背景
## 📞 技术支持
如遇到问题,请检查:
1. Python3是否已安装
2. 端口是否被占用
3. 防火墙设置
4. 网络连接状态