# 气体监测 **Repository Path**: wuj1an-git/gas_monitor_system ## Basic Information - **Project Name**: 气体监测 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2022-05-04 - **Last Updated**: 2024-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 气体监测 #### 介绍 {**安徽理工大学** 井下气体在线气体检测系统} #### 软件架构 1. 后端java - Springboot 2. 前端vue - vue cli #### 上传步骤 1. git config --global user.name "xxxx" 2. git config --global user.email xxxxx@qq.com 3. git add . 4. git commit -m "备注" 5. git remote add origin https://gitee.com/wuj1an-git/gas_monitor_system 如果提示(已存在连接,执行git remote rm origin,再重新连接) 6. git push -u origin master #### 参与贡献