0%
css 选择器
发表于
分类于
css
html 其他标签
发表于
分类于
html
html 常用标签
发表于
分类于
html
html 简介
发表于
分类于
html
chrome 启用多线程下载
发表于
分类于
tools
最新稳定版 Chrome 离线安装包下载地址:
https://www.google.cn/chrome/?standalone=1
最新稳定版 Chromium 第三方编译版:
https://github.com/macchrome/winchrome/releases
https://github.com/Hibbiki/chromium-win64/releases/
百度云加速免费版支持 https!
发表于
分类于
default
2019 年 11 月百度云加速的免费 CDN 终于支持 https 访问了,每天免费流量为 10G,对于小型博客已经够用了,百度云加速作为 cloudflare 在中国的合作伙伴,免费 CDN 支持 https 是必须的啊(虽然支持的有点晚),相信国内的免费 CDN 都会陆续支持 https 的,这是一个好的开始。
https://su.baidu.com/helps/index.html#/2/5da56986e2a95d3b6c2010d2
百度云加速免费版与付费版对比
Git 保存用户凭据
发表于
分类于
tools
git config --global credential.username USERNAME
git config --global credential.helper store
git config --global user.name USERNAME
git config --global user.email [email protected]
git config --global --list
ubuntu18 设置固定 ip 地址
发表于
分类于
linux