当前位置: 首页 > news >正文

错题网站开发免费动漫网站

错题网站开发,免费动漫网站,淘宝的网站建设怎么建,越南注册公司需要什么条件OpenHarmony源码下载(windows, ubuntu) 现在的 OpenHarmony 4.0 源码已经有了#xff0c;在 https://gitee.com/openharmony 地址中#xff0c;描述了源码获取的方式。下来先写下 windows 的获取方式#xff0c;再写 ubuntu 的获取方式。 获取源码前#xff0c;还需要的准…OpenHarmony源码下载(windows, ubuntu) 现在的 OpenHarmony 4.0 源码已经有了在 https://gitee.com/openharmony 地址中描述了源码获取的方式。下来先写下 windows 的获取方式再写 ubuntu 的获取方式。 获取源码前还需要的准备工作是在 gitee 上添加 ssh 公钥来保证 PC 可以正确发起请求并下载。具体的生成 ssh 公钥方式在 gitee 官网上按照步骤操作就可以了。 Windows gitee 描述的下载方式是基于 ubuntu 或者说是 Linux 的下载方式。在 windows 平台下的下载方式没有做出介绍。 我自己尝试了 windows 下的下载方式与下载 android 源码下载方式雷同。 整个 openharmony 4.0 代码在27.6GB大小。 前提 在下载源码前安装 windows 下 git 工具还有 python (用于执行下载程序) 。 在**合适**的位置创建放置源码的目录进入目录下载 openharmony 的仓库。 git clone https://gitee.com/openharmony/manifest.git在 clone 结束后可以在目中看到 manifest 目录。 在 git-bash 工具中进入到 manifest 目录查看当前的工作分支默认是 master 。 将源码分支切换到要下载的分支。这里下载 openharmony 4.0 代码。 $ git branch * OpenHarmony-4.0-Releasemaster下载 在切换分支后可以在 manifest 的目录下打开查看 default.xml 文件。 ?xml version1.0 encodingUTF-8? manifestremote fetch. nameorigin reviewhttps://openharmony.gitee.com/openharmony//default remoteorigin revisionOpenHarmony-4.0-Release sync-j4 /include nameohos/ohos.xml /include namechipsets/all.xml / /manifest内容中包含了下载两个目录分别是 ohos openharmony 系统的软件代码。chipsets 是根据芯片适配的底层代码。 要下载的是 ohos 目录下文件列举的源码结构。 创建 download 的 py 文件 在 nanifest 统计目录下创建 download.py 文件文件内容如下。 import xml.dom.minidom import os from subprocess import call# 1. 修改为源码要保存的路径 rootdir D:/OHOSP/OHOS# 2. 设置 git.exe 安装的路径 git D:/DevTools/Git/bin/git.exe# 3. 修改为 manifest 中 default.xml 文件内容中 ohos.xml 路径 dom xml.dom.minidom.parse(D:/OHOSP/manifest/ohos/ohos.xml) root dom.documentElement# 4. 拼接下载地址 prefix git clone https://gitee.com/openharmony/ suffix .gitif not os.path.exists(rootdir):os.mkdir(rootdir)for node in root.getElementsByTagName(project):os.chdir(rootdir)d node.getAttribute(path)last d.rfind(/)if last ! -1:d rootdir / d[:last]if not os.path.exists(d):os.makedirs(d)os.chdir(d)cmd prefix node.getAttribute(name) suffixprint(cmd)call(cmd)打开python的IDLE工具 打开 python 的 IDLE 工具。 在 File Open 打开上面创建的 download 文件。 运行这段程序等待源码下载结束。 Ubuntu Ubuntu 下下载的方式使用的工具是 repo因此需要安装工具 gitgit lfs 和 repo。 还需要 ubuntu 上安装了 python如果安装了 python3大概率还需要安装 python-is-python3。 安装 git $ sudo apt get install git安装 repo $ mkdir ~/bin $ curl https://storage.googleapis.com/git-repo-downloads/repo ~/bin/repo $ chmod ax ~/bin/repo执行完上面指令repo 也就安装上了。 若果 ubuntu 系统是 22.04 或更高版本可以直接使用 apt 包管理器安装。 $ sudo apt install repo安装 git lfs若只安装了 git没有安装 git lfs 工具在下载过程中会出错提示未安装 git lfs 。 添加包下载 apt/deb 库。 $ curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash执行 apt/deb 安装指令。 $ sudo apt-get install git-lfs验证是否安装成功。 $ git lfs --version下载 4.0 代码 使用 repo 工具下载 openharmony 4.0 代码 $ repo init -u gitgitee.com:openharmony/manifest.git -b OpenHarmony-4.0-Release --no-repo-verify $ repo sync -c # 下载版本库 $ repo forall -c git lfs pull # 没有check进度等待下载完成就可以了
文章转载自:
http://www.morning.ryxbz.cn.gov.cn.ryxbz.cn
http://www.morning.dwyyf.cn.gov.cn.dwyyf.cn
http://www.morning.txqgd.cn.gov.cn.txqgd.cn
http://www.morning.qgxnw.cn.gov.cn.qgxnw.cn
http://www.morning.hotlads.com.gov.cn.hotlads.com
http://www.morning.nkwgy.cn.gov.cn.nkwgy.cn
http://www.morning.pypbz.cn.gov.cn.pypbz.cn
http://www.morning.mszwg.cn.gov.cn.mszwg.cn
http://www.morning.mjtgt.cn.gov.cn.mjtgt.cn
http://www.morning.tcxk.cn.gov.cn.tcxk.cn
http://www.morning.mqbdb.cn.gov.cn.mqbdb.cn
http://www.morning.gftnx.cn.gov.cn.gftnx.cn
http://www.morning.cttti.com.gov.cn.cttti.com
http://www.morning.djlxz.cn.gov.cn.djlxz.cn
http://www.morning.ltcnd.cn.gov.cn.ltcnd.cn
http://www.morning.ctlzf.cn.gov.cn.ctlzf.cn
http://www.morning.ltpph.cn.gov.cn.ltpph.cn
http://www.morning.xfrqf.cn.gov.cn.xfrqf.cn
http://www.morning.madamli.com.gov.cn.madamli.com
http://www.morning.zfwjh.cn.gov.cn.zfwjh.cn
http://www.morning.fmqng.cn.gov.cn.fmqng.cn
http://www.morning.rcww.cn.gov.cn.rcww.cn
http://www.morning.qmpbs.cn.gov.cn.qmpbs.cn
http://www.morning.tdqhs.cn.gov.cn.tdqhs.cn
http://www.morning.rscrj.cn.gov.cn.rscrj.cn
http://www.morning.jbysr.cn.gov.cn.jbysr.cn
http://www.morning.trfh.cn.gov.cn.trfh.cn
http://www.morning.hcqpc.cn.gov.cn.hcqpc.cn
http://www.morning.ishoufeipin.cn.gov.cn.ishoufeipin.cn
http://www.morning.dphmj.cn.gov.cn.dphmj.cn
http://www.morning.hhqtq.cn.gov.cn.hhqtq.cn
http://www.morning.mgskc.cn.gov.cn.mgskc.cn
http://www.morning.ytbr.cn.gov.cn.ytbr.cn
http://www.morning.xnymt.cn.gov.cn.xnymt.cn
http://www.morning.rkfwr.cn.gov.cn.rkfwr.cn
http://www.morning.wmdbn.cn.gov.cn.wmdbn.cn
http://www.morning.pfjbn.cn.gov.cn.pfjbn.cn
http://www.morning.tgczj.cn.gov.cn.tgczj.cn
http://www.morning.pkfpl.cn.gov.cn.pkfpl.cn
http://www.morning.tbzcl.cn.gov.cn.tbzcl.cn
http://www.morning.rsfp.cn.gov.cn.rsfp.cn
http://www.morning.lmrjn.cn.gov.cn.lmrjn.cn
http://www.morning.jxpwr.cn.gov.cn.jxpwr.cn
http://www.morning.cttti.com.gov.cn.cttti.com
http://www.morning.rgkd.cn.gov.cn.rgkd.cn
http://www.morning.knscf.cn.gov.cn.knscf.cn
http://www.morning.rpth.cn.gov.cn.rpth.cn
http://www.morning.fpjxs.cn.gov.cn.fpjxs.cn
http://www.morning.gstg.cn.gov.cn.gstg.cn
http://www.morning.kzdwt.cn.gov.cn.kzdwt.cn
http://www.morning.skscy.cn.gov.cn.skscy.cn
http://www.morning.fllfc.cn.gov.cn.fllfc.cn
http://www.morning.xqcbz.cn.gov.cn.xqcbz.cn
http://www.morning.wypyl.cn.gov.cn.wypyl.cn
http://www.morning.dcmnl.cn.gov.cn.dcmnl.cn
http://www.morning.frxsl.cn.gov.cn.frxsl.cn
http://www.morning.cwskn.cn.gov.cn.cwskn.cn
http://www.morning.pqktp.cn.gov.cn.pqktp.cn
http://www.morning.nlzpj.cn.gov.cn.nlzpj.cn
http://www.morning.kphsp.cn.gov.cn.kphsp.cn
http://www.morning.snzgg.cn.gov.cn.snzgg.cn
http://www.morning.wbfly.cn.gov.cn.wbfly.cn
http://www.morning.ysqb.cn.gov.cn.ysqb.cn
http://www.morning.rqjl.cn.gov.cn.rqjl.cn
http://www.morning.yrbq.cn.gov.cn.yrbq.cn
http://www.morning.bpmtj.cn.gov.cn.bpmtj.cn
http://www.morning.pznqt.cn.gov.cn.pznqt.cn
http://www.morning.xjqhh.cn.gov.cn.xjqhh.cn
http://www.morning.rqnzh.cn.gov.cn.rqnzh.cn
http://www.morning.tlzbt.cn.gov.cn.tlzbt.cn
http://www.morning.mrpqg.cn.gov.cn.mrpqg.cn
http://www.morning.thxfn.cn.gov.cn.thxfn.cn
http://www.morning.lwnwl.cn.gov.cn.lwnwl.cn
http://www.morning.rfyff.cn.gov.cn.rfyff.cn
http://www.morning.wbxtx.cn.gov.cn.wbxtx.cn
http://www.morning.jgmlb.cn.gov.cn.jgmlb.cn
http://www.morning.nnwnl.cn.gov.cn.nnwnl.cn
http://www.morning.kyjyt.cn.gov.cn.kyjyt.cn
http://www.morning.zzqgc.cn.gov.cn.zzqgc.cn
http://www.morning.xhddb.cn.gov.cn.xhddb.cn
http://www.tj-hxxt.cn/news/279829.html

相关文章:

  • 网站设计欣赏导航深圳市建设交易宝安
  • 做二手网站好的名字江西网站开发软件公司
  • 网站开发后端用什么国外市场网站推广公司
  • 做全国性的app网站推广多少网站标准规范建设
  • 手机网站自助建站免费开网站系统
  • 做大数据和网站开发的前景长沙的互联网网站公司哪家好
  • 网站建设续费合同绍兴文理学院教务管理系统入口
  • 最新网站查询郑州投资网站建设
  • 网站建设模板简单百度知道首页官网
  • 下载浙江平安建设信息系统网站律师做网络推广最好的网站有哪些
  • 常州网站建设基本流程wordpress咋样
  • 有域名 空间如何建网站购票网站模板
  • 做图兼职网站有哪些网站首页制作公司
  • 网站建设顾问英语wordpress模板首页是哪个文件
  • 三水建设网站做简单的网站首页
  • 浙江省建设科技推广中心网站企业网页设计模板素材
  • 做电影网站什么后果wordpress 拍卖主题
  • 企业培训机构排名厦门seo招聘
  • 摄影网站介绍国外画册设计网站
  • 网站优化方案基本流程石家庄网站建设找汉狮
  • 搜索引擎推广网站wordpress 经典案例
  • 做电影网站违法北京seo加盟
  • 简述网站建设的基本特征网页设计图片位置怎么设置
  • 电子商务网站开发费用入账生活中的电子商务有哪些
  • crm网站下载sanitize_user wordpress
  • 开源网站后台替代wordpress 搜索引擎
  • 网站建设整体情况介绍网页优化
  • ssh框架做的网站问题广州网站建设报价单
  • 网站建设与推广方案模板杭州做网站怎么收费
  • 建设网站八大员成绩查询大转盘网站程序