摘要: Windows平台下boost库的编译和调用 - 简书 (jianshu.com) 阅读全文
posted @ 2022-01-19 09:13 dyling 阅读(27) 评论(0) 推荐(0)
摘要: 原地址: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 阅读(54) 评论(0) 推荐(0)
摘要: Download Pages | PTV Group 阅读全文
posted @ 2021-12-15 16:43 dyling 阅读(126) 评论(0) 推荐(0)
摘要: sudo make DESTDIR=/usr/... install /uninstall 阅读全文
posted @ 2021-11-22 16:54 dyling 阅读(615) 评论(0) 推荐(0)
摘要: df -h 查看当前文件的总大小; du -h --max-depth=1 /opt/Navicat/* #查看当前目录下所有文件的大 fdisk -l | grep Disk #查看硬盘大小 阅读全文
posted @ 2021-11-22 16:27 dyling 阅读(118) 评论(0) 推荐(0)
摘要: https://download.pytorch.org/whl/torch_stable.html https://zhuanlan.zhihu.com/p/25831032 阅读全文
posted @ 2021-11-03 21:08 dyling 阅读(22) 评论(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 阅读(64) 评论(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 阅读(367) 评论(0) 推荐(0)
摘要: git remote -v git branch -a git checkout -b new_branch_name 阅读全文
posted @ 2021-09-25 18:48 dyling 阅读(39) 评论(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 阅读(147) 评论(0) 推荐(0)