# DB_big_homework **Repository Path**: concyclics/db_big_homework ## Basic Information - **Project Name**: DB_big_homework - **Description**: 陈涵, 廖宇延, 梁永豪的数据库实训大作业。 - **Primary Language**: Python - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2021-05-18 - **Last Updated**: 2021-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DB_ big _homework #### 介绍 陈涵, 廖宇延, 梁永豪的数据库实训大作业。 ### 项目仓库 [https://gitee.com/concyclics/db\_big\_homework](https://gitee.com/concyclics/db_big_homework) ### 环境需求 1. Windows10 64位 或 MacOS 11.4 2. python 3.8 3. MySQL 8.0 4. [reqirements.txt](codes/reqirements.txt) ### 文件 #### [代码](codes/) 1. [codes/main.py](codes/main.py)(主程序) 2. [codes/creeper.py](codes/creeper.py)(爬虫模块) 3. [codes/fundation.py](codes/fundation.py)(类定义) 4. [codes/databaseOP.py](codes/databaseOP.py)(数据库操作模块) 5. [codes/chart1.py](codes/chart1.py)(图形化展示模块) 6. [codes/Tips.py](codes/Tips.py)(弹窗模块) 7. [codes/getXsign.py](codes/getXsign.py)(x-sign更新) 8. [codes/reqirements.txt](codes/reqirements.txt)(需要的python库) 9. [codes/reset_fundation.sql](codes/reset_fundation.sql)(数据库初始化文件,数据库可自动初始化,该文件仅供参考) #### [文档](documents/) 1. 第6组周报.docx 2. 答辩PPT.pptx 3. 答辩PPT.key 4. 6.7 第一次中期检查.docx 5. 6.18 第二次中期检查.docx 6. 第6组实训报告 陈涵、梁永豪、廖宇延.docx #### [可执行文件](executable/) 1. [Windows](executable/Windows) 2. [MacOS](executable/MacOS/) ### 使用说明 1. 安装python3.8或更新版本,安装mysql8.0或更新版本。 2. 安装好reqirements.txt里的所有库并配置selenium库的webdriver至默认路径。 3. 将所有python文件放在同一文件夹下。 4. 运行main.py文件。 5. 选择是否更新数据,选择“是”后,等待数据更新完毕,弹出“数据更新完毕”之后,关闭此弹窗,出现用户界面,或者选择否,直接进入用户界面。 ### 相关爬虫技术原创博客 #### [爬虫专栏](https://blog.csdn.net/qq_21008741/category_11097367.html) 1. [蛋卷基金爬虫——收集蛋卷基金上的投资组合数据](https://blog.csdn.net/qq_21008741/article/details/117117923) 2. [天天基金爬虫——天天基金爬取基金信息统计持仓净值](https://blog.csdn.net/qq_21008741/article/details/117374507) 3. [多线程爬虫小试牛刀——天天基金爬虫](https://blog.csdn.net/qq_21008741/article/details/117439382) 4. [且慢基金爬虫——自动更新x-sign的投资组合爬取](https://blog.csdn.net/qq_21008741/article/details/117845316) #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)