一些实用的小工具,分为Python版本和Bat版本
Some daily utility script, divided into Python Version and Bat Version
- Copy xxx.bat/py to taget folder
- Run Scripts
- python
python xxx.py
- Bat
click xxx.bat Or .\xxx.bat
- One-Click to initialize the project directory on windows,Easy to manage structured projects,refer to my_project
- 一键初始化项目结构的脚本,方便管理结构化项目,参考my_project
- src:包含项目的源代码文件。
- docs:包含项目的文档,如使用手册、API 文档等。
- tests:包含项目的测试代码。
- data:包含项目所需的数据文件。
- config:包含项目的配置文件。
- lib:包含项目所需的库文件或依赖项。
- scripts:包含项目的脚本文件。
- output:保存程序运行结果的输出文件。
- logs:保存程序运行日志的目录。
- models:保存训练得到的模型文件。
- dist:保存项目打包后的可部署文件。
- resources:保存项目运行所需的其他资源文件。
- web:存放网站项目的前端代码。
- backend:存放网站项目的后端代码。
- docs/requirements:存放项目的需求规格说明书、软件设计规格说明书等文档。
根据项目归档,自行配置结构,希望养成良好的归档命名习惯
详情请参考 ·目录说明
- Rename the files in the folder with sequential incremental naming and categorize them by type. Easy to manage data collections, etc...,refer to NamedArchive
- 将文件夹内的文件按顺序自增命名,并按类型归档,便于管理数据集,参考NamedArchive
- One-Click to Clear the build directory and subdirectory,refer to clearBuild
- 一键清除build目录和子build目录,参考 clearBuild