ai-study-assistant/ ├── main.py # 桌面端 GUI(PySide6) ├── Dockerfile # Docker 镜像 ├── docker-compose.yml # 一键部署编排 ├── .dockerignore ├── .gitignore ├── README.md ├── backend/ │ ├── app.py # FastAPI Web 服务 ...
🐶 Curated list of Web Security materials and resources. Needless to say, most websites suffer from various types of bugs which may eventually lead to vulnerabilities. Why would this happen so often?