2024.2.22
2024.2.21
- 可以使用 Ctrl + Alt +N 直接编译并且运行
- 可以使用 Ctrl+Shift+B **直接调用配置好的g++ task 编译程序而不运行程序,类似于一些IDE的编译选项
- 运行配置方式可以参考链接
conda create -n algorithmPractice python=3.8 -y
conda activate algorithmPractice
pip install pyQt5 pymysql requests pymongo scikit-learn matplotlib scipy parsel prettytable pyinstaller
pip install d2l==0.17.6 torch numpy kaggle