2 Star 16 Fork 3

wavezhang66/WaveIEEbsProject

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
WeInstallAft.h 2.48 KB
一键复制 编辑 原始数据 按行查看 历史
wavezhang66 提交于 2021-07-16 10:24 +08:00 . 增加木兰协议
/*****************************************************************************
* Copyright (C) 2020 Wave.Zhang wavezhang@163.com. *
* WeIe is licensed under Mulan PSL v2. *
* You can use this software according to the terms and conditions of the Mulan PSL v2. *
* You may obtain a copy of Mulan PSL v2 at:
* http://license.coscl.org.cn/MulanPSL2
* THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED,*
* INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. *
* See the Mulan PSL v2 for more details. *
* *
* @file WeInstallAft.h *
* @brief 程序自动安装之后运行的程序 、 *
* Details. *
* *
* @author Wave.Zhang *
* @email wavezhang@163.com *
* @version 1.0.0.1(版本号) *
* @date wavezhang@163.com *
* @license *
* *
*----------------------------------------------------------------------------*
* Remark : Description *
*----------------------------------------------------------------------------*
* Change History : *
* <Date> | <Version> | <Author> | <Description> *
*----------------------------------------------------------------------------*
* 2020/07/31 | 1.0.0.1 | Wave.Zhang | Create file *
*----------------------------------------------------------------------------*
* *
*****************************************************************************/
#include <string>
using namespace std;
class WeInstallAft
{
public:
WeInstallAft();
~WeInstallAft();
public:
int install(std::string path);
int checkconfig(std::string path);
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/wavezhang66/WaveIEEbsProject.git
git@gitee.com:wavezhang66/WaveIEEbsProject.git
wavezhang66
WaveIEEbsProject
WaveIEEbsProject
master

搜索帮助