个人CSDN博客地址:https://xiaoshen.blog.csdn.net/
个人掘金博客地址:https://juejin.cn/user/70007368988926/
努力学习中,不会就去学,学习永远不会吃亏的。
In the process of hard work, if you don't know how to learn, go ahead and learn. Learning will never be at a disadvantage
LiveBox是一个仿抖音直播的客户端,只可以看,不可以花钱,看紧自己的口袋,默默看播。
仓库地址:https://github.com/Sjj1024/LiveBox
桌面安装包下载地址:https://github.com/Sjj1024/LiveBox/releases
PakePlus项目:Turn any webpage into a desktop app and mobile app with Rust. 利用 Rust 轻松构建轻量级多端桌面应用和多端手机应用,仓库地址:https://github.com/Sjj1024/PakePlus 只需要9分钟就可以将任何网站打包成多端应用,使用介绍:https://sjj1024.github.io/PakePlus/
https://pypi.tuna.tsinghua.edu.cn/simple/ 清华
http://pypi.doubanio.com/simple/ 豆瓣
http://mirrors.aliyun.com/pypi/simple/ 阿里
https://pypi.mirrors.ustc.edu.cn/simple/ 中国科学技术大学
http://mirrors.163.com/pypi/simple/ 网易
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/
常用源地址:
官方: http://www.npmjs.org
阿里: https://registry.npmmirror.com
查看源地址
npm config get registry
设置源地址:
npm config set registry http://www.npmjs.org
npm config set registry https://registry.npmmirror.com