1 Star 0 Fork 1

Joel/HaiHe_Project

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.py 439 Bytes
一键复制 编辑 原始数据 按行查看 历史
Joel 提交于 2022-12-01 15:21 . add taihe online and heart analysis
'''
Author: HaiHe_Team
Date: 2022-09-16 16:41:59
LastEditTime: 2022-11-29 13:41:53
LastEditors: Joel
Description: Copyright© 2022 ShenZhen City HaiHe Inc.All Rights Reserved
FilePath: /Steam_oxygen/build.py
'''
import os
cmd = 'make clean'
res = os.popen(cmd)
output_str = res.read() # 获得输出字符串
print(output_str)
build = 'make all'
res = os.popen(build)
output_str = res.read() # 获得输出字符串
print(output_str)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/YIJia_Kitchen_Bath/HaiHe_Source_Code.git
git@gitee.com:YIJia_Kitchen_Bath/HaiHe_Source_Code.git
YIJia_Kitchen_Bath
HaiHe_Source_Code
HaiHe_Project
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385