摘要: # 1. 创建虚拟环境 python3 -m venv venv # 2. 激活虚拟环境 source venv/bin/activate # macOS / Linux # 3. 安装你需要的包,比如 requests pip install requests 阅读全文
posted @ 2025-10-23 16:37 xiaowei123456 阅读(4) 评论(0) 推荐(0)
摘要: server { listen 80; server_name xiaowei.local; root /Users/weiyonglin/Sites/WWW/fastadmin/public; index index.php index.html index.htm; gzip on; gzip_ 阅读全文
posted @ 2025-10-23 15:01 xiaowei123456 阅读(1) 评论(0) 推荐(0)