zoukankan
html css js c++ java
pip 安装用 国内清华大学的数据源
pip 安装用 国内清华大学的数据源
1、在 操作系统的 用户 目录下 建 pip 的文件夹
2、在文件夹内建配制文件 pip.ini
3、内容为:
[global]
timeout = 6000
index-url =
https://pypi.tuna.tsinghua.edu.cn/simple
trusted-host =
pypi.tuna.tsinghua.edu.cn
查看全文
相关阅读:
Length of Last Word
Remove Duplicates from Sorted Array II
Sum Root to Leaf Numbers
Valid Parentheses
Set Matrix Zeroes
Symmetric Tree
Unique Binary Search Trees
110Balanced Binary Tree
Match:Blue Jeans(POJ 3080)
Match:Seek the Name, Seek the Fame(POJ 2752)
原文地址:https://www.cnblogs.com/chidao/p/12938145.html
最新文章
两步完成利用procdump64+mimikatz获取win用户密码
Msfvenom命令总结大全
metasploit(MSF)渗透平台命令大全
python3之paramiko模块
[转载]深度理解Session
bytectf2019 boring_code的知识学习&&无参数函数执行&&上海市大学生CTF_boring_code+
XCTF两个PHP代码审计的笔记
永恒之蓝MS17010复现
iptables
centos7新特性
热门文章
tidb集群
haproxy笔记
ldap yum安装-centos6
rabbitmq集群-2
rabbitmq安装-1及备份恢复
Dubbo-admin管理平台的安装
zookeeper集群
redis集群-4
Pascal's Triangle II
Remove Nth Node From End of List
Copyright © 2011-2022 走看看