摘要: python常用配置--持续更新 一、更换源方法 pypi 镜像每 5 分钟同步一次。 临时使用 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package 注意,simple 不能少, 是 https 而不是 http 阅读全文
posted @ 2022-01-18 15:25 Johnsonbug 阅读(24) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/tianlangls/article/details/102810463 后续归纳总结 阅读全文
posted @ 2022-01-18 01:05 Johnsonbug 阅读(8) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/chengfengchi/p/11606046.html 后面补充 阅读全文
posted @ 2022-01-18 01:03 Johnsonbug 阅读(2) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/williamjie/p/9660427.html redis性能优化 一、redis 查看性能命令 info: server : 一般 Redis 服务器信息,包含以下域: redis_version : Redis 服务器版本 redis_git_ 阅读全文
posted @ 2022-01-18 01:01 Johnsonbug 阅读(499) 评论(0) 推荐(0) 编辑
摘要: 一、安装虚拟环境 安装virtualenv和virtualenvwrapper: pip3 install virtualenv pip3 install virtualenvwrapper 添加环境变量: # vi ~/.bashrc #编辑 export WORKON_HOME=$HOME/.v 阅读全文
posted @ 2022-01-18 00:57 Johnsonbug 阅读(175) 评论(0) 推荐(0) 编辑
摘要: ###常用快捷键 快捷键 作用 Fn+P 开关蓝牙键盘,长按三秒,重置蓝牙 Fn+ S 切换为Mac模式 Fn+ScLk 背光模式循环切换 Fn+A 切换为win系统 阅读全文
posted @ 2022-01-18 00:38 Johnsonbug 阅读(2208) 评论(0) 推荐(0) 编辑