ubuntu安装glibc 2022-06-03 15:11 阅读 1,216 views 次 ubuntu安装glibc已关闭评论 电脑技术 没有解决。最后用docker去实现了。 sudo apt-get install autoconf git clone https://github.com/NixOS/patchelf.git ./bootstrap.sh ./config...
aws sdk权限配置 2022-05-30 22:18 阅读 1,086 views 次 aws sdk权限配置已关闭评论 电脑技术 pip install awscli aws configure output : text
npm源地址 2022-05-30 00:46 阅读 1,030 views 次 npm源地址已关闭评论 电脑技术 npm config set registry=https://registry.npmjs.org/ npm install -g nrm nrm use taobao npm install --unsafe-perm --allow-root sud...
npm报错Invalid Version: 2022-05-30 00:25 阅读 1,600 views 次 npm报错Invalid Version:已关闭评论 电脑技术 修改后执行后再删除修改的这些代码 /usr/lib/node_modules/npm/node_modules/semver/classes/semver.js // don't run into trouble pas...
ubuntu安装python2 2022-05-29 07:34 阅读 1,048 views 次 ubuntu安装python2已关闭评论 电脑技术 sudo apt install python2-minimal sudo update-alternatives --install /usr/bin/python python /usr/bin/python2 1 sudo apt install c...
github镜像 2022-05-28 19:11 阅读 913 views 次 github镜像已关闭评论 电脑技术 git config --global http.postBuffer 600000 vi ~/.gitconfig [url "https://gitclone.com/github.com/"] insteadOf = https://github.com/ ...
安卓翻译 2022-05-11 14:14 阅读 836 views 次 安卓翻译已关闭评论 电脑技术 https://blog.csdn.net/wjskeepmaking/article/details/78817915
nginx负载均衡 2022-03-25 14:56 阅读 876 views 次 nginx负载均衡已关闭评论 电脑技术 https://www.cnblogs.com/abc1234567/p/14219302.html location / { proxy_pass http://ip:8888$request_uri; proxy_set_header Host ...
mysql主从 2022-03-24 22:15 阅读 854 views 次 mysql主从已关闭评论 电脑技术 /etc/my.cnf bin-log server-id sql command: slave stop; #停止slave同步进程 change master to master_host='xxxx.xx.xx.xx',master_user='xx'...