Python3.9 安装 pip wget https://bootstrap.pypa.io/get-pip.py# […]
ubuntu 下安装最新版 Python (如Python 3.8、 3.9),以及提示No module named “apt_pkg”的解决
后端正常情况下,直接在ubuntu下执行如下操作,是找不到Python的新版本的: sudo apt update sudo […]
git pull 失败 ,提示:fatal: refusing to merge unrelated histories
运维问题 git pull 失败 ,提示: fatal: refusing to merge unrelated histo […]
max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
运维问题报错 [1]: max virtual memory areas vm.max_map_count [65530] […]
Nuxt.js 中 sessionStorage、localStorage is not defined 的问题解决
前端在nuxt.config.js中添加 mode: 'client' 即可解决 plugins: [ […]
npm设置淘宝registry镜像地址,加速 npm 和 npx
前端设置镜像地址 npm config set registry https://registry.npm.taobao.o […]