0%

  • 1
  • 2
  • 3

2021-11-12

hjnn

hnn


title:
abbrlink:
date: 2021-11-12 19:29:47
tags:


请求URL

http://qr.999365.xyz

参数

参数名 说明
text 要生成二维码的内容,使用URL编码,防止text被&截断
阅读全文 »

常用配置

npm

  • 临时使用

    1
    npm install -g cnpm --registry=https://registry.npm.taobao.org
  • 设为默认

    1
    npm config set registry https://registry.npm.taobao.org
  • 设置官方库

    1
    npm config set registry https://registry.npmjs.org

pip

  • 临时使用

    1
    pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package
  • 设为默认

    1
    pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
    阅读全文 »