文章预览
可怜的github 这访问体验没谁了 
文章
标签
喜欢
共找到 6 篇相关文章
文章预览
可怜的github 这访问体验没谁了 
文章预览
我们知道kaggle是一个提供智能学习的平台,很多时候我们都是在他上面使用他的Gpu做些模型训练,不过发现kaggle提供的公开数据每个可以到20G,真的很不错。如果有数据集类的可以放在上面共享,毕竟上了G的数据要是放在阿里云oss或者亚马逊s3都需要消耗流量。
对了还有个非常不错的
文章预览
虽然市面上有很多的免费博客或者说个人网站方案,不过不是广告,就是国内无法访问。 其实本人一直都比较喜欢blogger的,不过国内真的不好用啊。 最近几年好多程序员已经开始将github pages当作博客用了,github pages真的是很好的福利没错,不过有点我不习惯的是每次都要自己构建链接才行,不然的话就需要用jekyll主题定义后可以,…
文章预览
Docker ``` name: Docker Image CI on: push: # 每次 push tag 时进行构建,不需要每次 push 都构建。使用通配符匹配每次 tag 的提交,记得 tag 名一定要以 v 开头 tags: - v* env: # 设置 docker 镜像名 IMAGE_N…
文章预览
In this tutorial, you will learn how you can easily list Git tags. List Local Git tags . --------------------- In order to list Git tags, you have to use the “git tag” command…
文章预览
Github's website often encounters issues with accessibility. We can use SwitchHosts to automatically modify the hosts file to ensure smooth access (although there is still a chanc…