1 Star 0 Fork 11

yuyan0428 / test_developertest_1

forked from OpenHarmony / test_developertest
关闭
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
start.bat 940 Bytes
一键复制 编辑 原始数据 按行查看 历史
mamingshuai 提交于 2021-03-11 18:42 . update openharmony 1.0.1
@rem Copyright (c) 2020 Huawei Device Co., Ltd.
@rem Licensed under the Apache License, Version 2.0 (the "License");
@rem you may not use this file except in compliance with the License.
@rem You may obtain a copy of the License at
@rem
@rem http://www.apache.org/licenses/LICENSE-2.0
@rem
@rem Unless required by applicable law or agreed to in writing, software
@rem distributed under the License is distributed on an "AS IS" BASIS,
@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@rem See the License for the specific language governing permissions and
@rem limitations under the License.
@echo off
set BASE_HOME_PATH=%CD%
@echo start time is:
TIME /T
cd %BASE_HOME_PATH%\src
if exist %BASE_HOME_PATH%\python\python.exe (
%BASE_HOME_PATH%\python\python.exe -m main %1
) else (
python -m main %1
)
cd %BASE_HOME_PATH%
@echo finish time is:
TIME /T
@echo on
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yuyan0428/test_developertest_1.git
git@gitee.com:yuyan0428/test_developertest_1.git
yuyan0428
test_developertest_1
test_developertest_1
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891