摘要: 原地址:git@github.com:aosp-mirror/platform_external_icu4c.git 新地址:git@git.zhlh6.cn:aosp-mirror/platform_external_icu4c.git实在不行就去网站 https://github.zhlh6.c 阅读全文
posted @ 2022-01-16 17:55 dyling 阅读(36) 评论(0) 推荐(0) 编辑
摘要: Download Pages | PTV Group 阅读全文
posted @ 2021-12-15 16:43 dyling 阅读(91) 评论(0) 推荐(0) 编辑
摘要: sudo make DESTDIR=/usr/... install /uninstall 阅读全文
posted @ 2021-11-22 16:54 dyling 阅读(598) 评论(0) 推荐(0) 编辑
摘要: df -h 查看当前文件的总大小; du -h --max-depth=1 /opt/Navicat/* #查看当前目录下所有文件的大 fdisk -l | grep Disk #查看硬盘大小 阅读全文
posted @ 2021-11-22 16:27 dyling 阅读(112) 评论(0) 推荐(0) 编辑
摘要: https://download.pytorch.org/whl/torch_stable.html https://zhuanlan.zhihu.com/p/25831032 阅读全文
posted @ 2021-11-03 21:08 dyling 阅读(14) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_38345306/article/details/109175632?utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7ECTRLIST%7Edefault-1.no_ 阅读全文
posted @ 2021-09-28 11:39 dyling 阅读(49) 评论(0) 推荐(0) 编辑
摘要: git init git add README.md git commit -m "first commit" git remote add origin git@github.com:bykevin/Linux_base.git git push -u origin master 阅读全文
posted @ 2021-09-25 19:32 dyling 阅读(338) 评论(0) 推荐(0) 编辑
摘要: git remote -v git branch -a git checkout -b new_branch_name 阅读全文
posted @ 2021-09-25 18:48 dyling 阅读(31) 评论(0) 推荐(0) 编辑
摘要: ls -al ~/.ssh 或者查看~/.ssh文件夹下面的内容 使用 git config user.name 和 git config user.email 查看配置 dyling@dylink MINGW64 ~/.ssh $ git config user.name dyl@win10 dy 阅读全文
posted @ 2021-09-25 18:32 dyling 阅读(137) 评论(0) 推荐(0) 编辑
摘要: git clone **** git add filename git status git commit -m "abc" git push 阅读全文
posted @ 2021-09-25 18:13 dyling 阅读(93) 评论(0) 推荐(0) 编辑