这是一个综合性的个人工具集仓库,包含了多个实用项目和脚本工具,涵盖Web开发、自动化脚本、AI集成、设备管理等多个领域。
toolsForPersonal/
├── projects/ # 项目目录
│ ├── flowus_integration/ # FlowUs AI内容生成器
│ ├── agv_system/ # AGV设备管理系统
│ ├── file_upload/ # 文件上传系统
│ └── web/ # Web相关项目
├── scripts/ # 脚本工具
│ ├── powershell_scripts/ # PowerShell脚本集合
│ └── shell_scripts/ # Shell脚本集合
├── docs/ # 文档目录
│ ├── readme_files/ # README文档
│ └── 迁移说明.md # 目录重构迁移说明
├── .gitignore # Git忽略文件
├── nginx.htaccess # Nginx配置
├── output.txt # 输出文件
├── README.en.md # 英文README
└── README.md # 中文README(本文件)
位置: projects/flowus_integration/flowus_siliconflow_integration/
一个智能内容生成工具,集成了FlowUs和SiliconFlow API:
- 📝 从FlowUs获取日记数据
- 🤖 使用AI生成月报和周报
- 📊 自动生成Mermaid图表和统计分析
- 💾 将生成内容发布到FlowUs页面
快速开始:
cd projects/flowus_integration/flowus_siliconflow_integration
python main.py位置: projects/agv_system/main/
AGV(自动导引车)设备管理和统计系统:
- 📊 多服务器设备统计
- 📈 设备状态监控
- 📋 任务管理
- 📤 CSV数据导出
主要功能:
- 设备信息查询和统计
- 任务分配和跟踪
- 跨服务器数据整合
位置: projects/file_upload/
简单高效的文件上传解决方案:
- 📁 多文件上传支持
- 🔒 安全文件处理
- 🌐 Web界面操作
位置: projects/web/
Web相关的应用和工具集合。
位置: scripts/powershell_scripts/
包含多种实用脚本:
- 🔗 数据库连接和查询
- 📡 HTTP请求和API调用
- 🖥️ 系统管理和监控
- 📊 数据处理和导出
- 🪟 窗体应用脚本
常用脚本:
curl变更库位状态.ps1- 库位状态变更curl下发任务.ps1- 任务下发sqlfind.ps1- 数据库查询导出服务的状态.ps1- 服务状态导出
位置: scripts/shell_scripts/
Linux/Unix环境下的脚本工具集合。
- 迁移说明:
docs/迁移说明.md- 详细的目录重构说明 - 项目文档:
docs/readme_files/- 各项目的详细文档
- Python 3.9+
- 相关依赖包(见各项目的requirements.txt)
- PHP 7.4+
- MySQL/MariaDB
- Web服务器(Apache/Nginx)
- Windows PowerShell 5.1+
- 相关模块依赖
git clone https://github.com/your-username/toolsForPersonal.git
cd toolsForPersonalcd projects/flowus_integration/flowus_siliconflow_integration
pip install -r requirements.txt
python main.pycd scripts/powershell_scripts
.\curl变更库位状态.ps1将PHP项目目录部署到Web服务器,配置数据库连接即可。
- Fork 本仓库
- 创建特性分支 (
git checkout -b feature/AmazingFeature) - 提交更改 (
git commit -m 'Add some AmazingFeature') - 推送到分支 (
git push origin feature/AmazingFeature) - 开启 Pull Request
本项目采用 MIT 许可证 - 查看 LICENSE 文件了解详情。
如有问题或建议,请通过以下方式联系:
- 📧 Email: your-email@example.com
- 🐛 Issues: GitHub Issues
感谢所有为这个项目做出贡献的开发者和用户。
最后更新: 2025-11-21
版本: 2.0.0 (目录重构版本)