logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

鸿蒙开发一句话总结

远程连接TV设备,程序代码中日志打印结果用“app log”进行筛选:

#web app
用sourcetree从头添加gitee账号拉取仓库

1.使用以下命令生成 SSH Key:$ ssh-keygen -t rsa -C “youremail@example.com”2.成功的话会在 ~/ 下生成~/.ssh/id_rsa.pub,打开 id_rsa.pub,复制里面的 key,添加到gitee网站。3.用gitbash切换到想要保存仓库的目录。4.git clone git@gitee.com:xxxx/xxxx.git5.clo

#ssh#服务器#linux +1
如何用docker搭建编译环境

一、查看sh,将sh指向bashroot@9df73602a1a4:/opt/win# ls -l /usr/bin/shlrwxrwxrwx 1 root root 4 Jul 182019 /usr/bin/sh -> dashroot@9df73602a1a4:/opt/win/# rm /usr/bin/shroot@9df73602a1a4:/opt/win/# ln -s /us

#linux#docker
鸿蒙源码包不能在windows共享文件夹中解压

linux中通过tar命令在windows共享文件夹(挂载到/mnt/hgfs)中解压鸿蒙源码包,不能成功解压。tar: applications/sample/wifi-iot/.git/packed-refs: Cannot create symlink to‘…/…/…/…/.repo/projects/applications/sample/wifi-iot.git/packed-refs

到底了