# 传鸿组态 **Repository Path**: kevin_yan/hchhzt ## Basic Information - **Project Name**: 传鸿组态 - **Description**: 传鸿组态 采矿人的组态软件 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://gitee.com/aldkg/hzt - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2024-01-31 - **Last Updated**: 2024-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 传鸿组态 ## 介绍
做采矿人的组态软件
### 软件架构 ##### 文件夹 s1_data 为数据服务器 使用Python语言;tonado框架;MySQL数据库; ##### 文件夹 s2_vite_d3_ui 网页版用户接口 使用TypeScript语言;d3;naiva-ui; ### 安装教程 ### 一 、s1_data 数据服务器
1. 安装 tornado pip install tornado -i https://pypi.mirrors.ustc.edu.cn/simple 2. 安装 pymysql pip install pymysql -i https://pypi.mirrors.ustc.edu.cn/simple 3. 安装 numpy pip install numpy -i https://pypi.mirrors.ustc.edu.cn/simple 4. 安装 pandas pip install pandas -i https://pypi.mirrors.ustc.edu.cn/simple 5. 安装 openpyxl pip install openpyxl -i https://pypi.mirrors.ustc.edu.cn/simple 6. 安装 xlrd和xlwt pip install xlrd xlwt -i https://pypi.mirrors.ustc.edu.cn/simple 7. 安装 uuid pip install uuid -i https://pypi.mirrors.ustc.edu.cn/
进入文件夹 s1_data python 运行 RunTonadoServer.py
+ 开启网页服务 ## 使用说明 1. xxxx 2. xxxx 3. xxxx ## 参与贡献 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/)