E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Tsinghua
[073]M1编译AOSP是什么体验
核图形处理器,16GB运行内存,1TB硬盘AOSPonmac准备工作:gitPython3获取代码,切换到清华源cd~mkdirbin/;cdbin/curlhttps://mirrors.tuna.
tsinghua
.edu.cn
王小二的技术栈
·
2023-04-21 20:00
如何使用清华大学开源镜像站下载相关python第三方库
临时使用pipinstall-ihttps://pypi.tuna.
tsinghua
.edu.cn/simplesome-package注意,simple不能少,是https而不是http设为默认升级pip
LeafMa
·
2023-04-21 19:42
《树莓派开发记录》- 2. 树莓派换清华源--系统源和pip源并升级pip版本
sources.list文件sudoaptupdatesudonano/etc/apt/sources.list回车,进入编辑器,用#注释掉源文件第一行内容,换行添加下面内容:debhttp://mirrors.tuna.
tsinghua
.edu.cn
SunAqua
·
2023-04-21 19:07
亲测经验方法
树莓派开发
pip
vim
linux
ubuntu
经验分享
Python读取postgresql数据库
通过pip安装最新的psycopgpipinstallpsycopg2-ihttps://pypi.tuna.
tsinghua
.edu.cn/simple(2)创建一个数据库连接的配置文件dbconfig.ini
水w
·
2023-04-21 17:59
#
数据库
python
开发语言
更改pip源
文章来自:更改pip源–自我的进化1.临时使用:在使用pip的时候加参数-i例如:pipinstall-ihttps://pypi.tuna.
tsinghua
.edu.cn/simplegevent常用的
冰峰雪岭
·
2023-04-21 15:14
python
linux
python
pip
anaconda虚拟环境配置
condaconfig--setauto_activate_basefalse二:anaconda创建虚拟环境使用国内镜像condaconfig--addchannelshttps://mirrors.tuna.
tsinghua
.edu.cn
玖月初识
·
2023-04-21 14:20
Python - Pygame
pygame.jpg下载pygame并指定版本pipinstallpygame==1.9.6常见错误处理方式更换python源pipinstallselectivesearch-ihttps://pypi.tuna.
tsinghua
.edu.cn
风的低语
·
2023-04-21 12:28
python-django清华镜像源
pipinstalldjango-ihttps://pypi.tuna.
tsinghua
.edu.cn/simple
哦柯南
·
2023-04-21 12:43
python
conda操作-1| conda镜像源查看、国内镜像添加与删除
1、镜像源查看$condaconfig--show-sources2、国内第三方源添加condaconfig--addchannelshttp://mirrors.tuna.
tsinghua
.edu.cn
切瓜少年
·
2023-04-21 11:07
Pip的使用
pip设置超时时间pip--default-timeout=1000installPillow源临时使用pipinstall-ihttps://pypi.tuna.
tsinghua
.edu.cn/simplesome-package
Toby_c386
·
2023-04-21 09:40
Windows CentOS Linux anaconda的国内镜像源更换
Windows#以命令指定源安装#清华:pipinstallnumpy-ihttps://pypi.tuna.
tsinghua
.edu.cn/simple#中国科学技术大学pipinstallnumpy-ihttps
是东东
·
2023-04-20 20:39
构建Nginx镜像和k8s组件功能介绍
一、基于Dockerfile构建nginx镜像1.1准备Dockerfile用到的文件修改镜像源为清华大学镜像源,创建sources.list文件网址:https://mirrors.tuna.
tsinghua
.edu.cn
Walker_7797
·
2023-04-20 14:43
学习笔记python-pip下载速度提升
如果将下载地址改为国内镜像地址,速度会快不少,目前国内主要的镜像地址有:清华:https://pypi.tuna.
tsinghua
.edu.cn/simple阿里云:http://mirrors.aliyun.com
松舍问霞
·
2023-04-20 09:23
YOLOV5环境搭建以及.pt转onnx
模型架构师用yolov5训练的模型,给我.pt文件,我要改成腾讯ncnn或者谷歌支持的tflite格式的模型,将模型跑在安卓上,因此需要转化搭建YOLOV5环境https://mirrors.tuna.
tsinghua
.edu.cn
不倒翁的今生今世
·
2023-04-20 08:44
深度学习
python
神经网络
TensorFlow改善神经网络模型MLP的准确率:1.Keras函数库
那么,就使用pipinstallkeras==2.3.1-ihttps://pypi.tuna.
tsinghua
.edu.cn/simple然后可以看到安装成功:用Keras将上一篇的TensorFlow
轻览月
·
2023-04-20 04:41
tensorflow
神经网络
深度学习
服务器上搭建jenkins打包工具
jdk8https://www.oracle.com/java/technologies/downloads/#java82.安装jenkins,使用镜像地址安装https://mirrors.tuna.
tsinghua
.edu.cn
`胡萝卜`
·
2023-04-20 04:32
工具
jenkins
服务器
运维
win10安装anaconda
下载安装包官方下载地址https://www.anaconda.com/products/individual清华大学镜像https://mirrors.tuna.
tsinghua
.edu.cn/anaconda
空尘AI
·
2023-04-20 01:51
ubuntu更换pip源
更换pip源清华:https://pypi.tuna.
tsinghua
.edu.cn/simple阿里云:https://mirrors.aliyun.com/pypi/simpleLinux进入配置(
TypicalSpider
·
2023-04-20 01:08
Linux_vim
ubuntu
pip
linux
【Python】使用镜像安装包 pip
临时镜像在指令后添加-i+网址即可,例如:pipinstallnumpy-ihttps://pypi.tuna.
tsinghua
.edu.cn/simple/常用的镜像有:镜像名称网址清华大学(推荐)https
地瓜没有花
·
2023-04-20 00:04
Python
python
pip
开发语言
指令备忘1
source~/.bashrcps-aux|grepvim-ihttps://pypi.tuna.
tsinghua
.edu.cn/simplenohup.
chen_ :)
·
2023-04-20 00:30
linux
centos
ubuntu
deepin系统无法定位软件包问题
配置之前先将原来的镜像文件进行备份:随后编辑镜像文件,选择添加国内的镜像源:途中示例添加的是清华的镜像源debhttps://mirrors.tuna.
tsinghua
.edu.cn/ubuntu/focalmainrestricteduniversemultiverse
Rainly2000
·
2023-04-19 23:42
linux
ubuntu
linux
运维
Pocsuite3框架POC/EXP编写练习:Flask(Jinja2) 服务端模板注入漏洞
|Pocsuite3安装1.直接pip安装:pip3install-ihttps://pypi.tuna.
tsinghua
.edu.cn/simple
plexming
·
2023-04-19 20:02
网安
flask
python
web安全
Anaconda3安装包高速下载方法
1.通过清华镜像源进行下载https://mirrors.tuna.
tsinghua
.edu.cn/anaconda/archive/2.通过云服务器进行下载如果你有一个云服务器,可以使用wget下载链接即可
晓倾城
·
2023-04-19 20:13
python
anaconda
sudo apt-get update 失败 的解决
错误提示:忽略:1https://mirrors.tuna.
tsinghua
.edu.cn/ubuntufocalInRel
溯水襄陵_
·
2023-04-19 19:01
ubuntu
linux
服务器
Win10 和 Ubuntu 20.04 安装 face_recognition 和 dlib
WIN10安装:首先改一下下载源:1.C:\Users\xx\pip,新建文件pip.ini2.文件里面输入:[global]index-url=https://pypi.tuna.
tsinghua
.edu.cn
算法技术博客
·
2023-04-19 18:56
学习笔记
人脸识别
django
1、django项目框架安装django安装web框架pipinstalldjango-ihttps://pypi.tuna.
tsinghua
.edu.cn/simple2、django项目创建django-admin.exestartprojectmysitedjango
水煮小猫钓鱼
·
2023-04-19 17:04
django
【环境配置】conda 安装包记录
Anaconda安装下载地址:https://mirrors.tuna.
tsinghua
.edu.cn/anaconda/archive/python3.8版本Anaconda3-2021.05-Windows-x86
dotJunz
·
2023-04-19 17:45
深度学习
#
配置
conda
python
pytorch
华为服务器不能安装Proxmox VE(PVE) 7 的解药来了
RH1288,配置如下图所示:计划直接在此服务器安装最新的版本ProxmoxVE7.2,直接从官网下载会比较慢,从国内清华大学的镜像站点下载,可大大节省时间,下载地址为https://mirrors.tuna.
tsinghua
.edu.cn
4/5$全真龙门
·
2023-04-19 17:10
服务器
运维
树莓派3B搭建HomeAssistant,alist,cpolar,plex,transmission
sudoaptupdatesudovi/etc/apt/sources.listdebhttp://mirrors.tuna.
tsinghua
.edu.cn/raspbian/raspbian/bullseyemainc
神圣雅诗人
·
2023-04-19 15:56
《嵌入式》Linux
嵌入式硬件
Home
Assistant
cpolar
alist
Ubuntu:安装anaconda3
1.下载Anaconda官网下载地址;国内网比较费时;清华大学开源软件镜像站下载;https://mirrors.tuna.
tsinghua
.edu.cn/help/anaconda/anaconda版本
AI秘籍
·
2023-04-19 12:51
解决conda在Downloading and Extracting Packages时下载速度慢的问题
开始、所有程序、AnacondaPrompt(Anaconda3)condaconfig--addchannelshttps://mirrors.tuna.
tsinghua
.edu.cn/anaconda
AlphaFinance
·
2023-04-19 03:04
机器学习
python
Anaconda3
conda
下载速度
Archlinux安装配置记录
配置源腾讯源地址https://mirrors.cloud.tencent.com科大源地址https://mirrors.ustc.edu.cn清华大学源地址https://mirrors.tuna.
tsinghua
.edu.cn
松间闻雪
·
2023-04-18 08:25
常用命令行及代码
pip临时使用清华源(以xgboost为例)pipinstallxgboost-ihttps://pypi.tuna.
tsinghua
.edu.cn/simplepip--trusted-hostpypi.tuna.tsi
仿生程序员会梦见电子羊吗
·
2023-04-18 07:06
信息管理与信息系统
python
linux
深度学习
CocoaPods 镜像使用帮助
对于旧版的CocoaPods可以使用如下方法使用tuna的镜像:$podreporemovemaster$podrepoaddmasterhttps://mirrors.tuna.
tsinghua
.edu.cn
iOS_Ken
·
2023-04-18 07:08
ProxmoxVE 7(PVE7)不订阅情况下升级+不弹窗
etc/apt/sources.list.d/pve-enterprise.list中注释掉原有配置:在/etc/apt/sources.list中添加:debhttps://mirrors.tuna.
tsinghua
.edu.cn
blueboyggh
·
2023-04-18 05:38
windows+anaconda+tensorflow+object_detection
1.下载anaconda下载链接/参考[https://mirror.tuna.
tsinghua
.edu.cn/help/anaconda/]2.检验安装conda-V3.创建虚拟环境#查看当前虚拟环境
味道_cf3b
·
2023-04-18 05:48
我与Python相遇的每天_2020-5-27
upgradepip>>使用国内镜像#配置清华PyPI镜像(如无法运行,将pip版本升级到>=10.0.0)pipconfigsetglobal.index-urlhttps://pypi.tuna.
tsinghua
.edu.cn
Alyna_C
·
2023-04-18 00:50
2019-10-27 量子计算模拟
https源例如清华源执行pip安装Windows换源方法-创建文件User/YourUserName/pip/pip.ini内容如下[global]index-url=https://pypi.tuna.
tsinghua
.edu.cn
HenryQIU
·
2023-04-17 21:11
jenkins 修改插件下载镜像
目录/root/.jenkins/updates输入命令sed-i's/http:\/\/updates.jenkins-ci.org\/download/https:\/\/mirrors.tuna.
tsinghua
.edu.cn
困火
·
2023-04-17 20:08
【tensorflow.python】tensorflow最新版本安装,解决No module named ‘tensorflow.python.tools’问题方法
3.7第二步:使用清华镜像安装tensorflow最新版本(CPU版本)pip--default-timeout=10000install-Utensorflow-ihttps://pypi.tuna.
tsinghua
.edu.cn
redcell5
·
2023-04-17 15:53
人工智能
#
深度学习
tensorflow
深度学习
学习笔记-Spark环境搭建与使用
一、20.04Ubuntu安装清华源ISO源https://mirrors.tuna.
tsinghua
.edu.cn/ubuntu-releases/20.04/下载链接https://mirrors.tuna.
tsinghua
.edu.cn
四岁小
·
2023-04-17 14:36
学习笔记
spark
学习
hadoop
ANACONDA装完ENVS是空的
1/终端进入source~/anaconda3/bin/activateroot2/终端分别输入以下环境源:condaconfig--addchannelshttps://mirrors.tuna.
tsinghua
.edu.cn
污浊的双黑
·
2023-04-17 12:01
python
pytorch下载速度过慢的问题
添加镜像源:执行如下命令condaconfig--addchannelshttps://mirrors.tuna.
tsinghua
.edu.cn/anaconda/pkgs/free/condaconfig
每天必吃香菜
·
2023-04-17 07:42
pycharm中安装gensim经验
在venv/scripts文件夹下打开cmd使用国内镜像,加快下载速度pipinstall-ihttps://pypi.tuna.
tsinghua
.edu.cn/simplegensim输入pi
三宝鸭
·
2023-04-17 06:06
Python
python
gensim下载
Ubuntu18配置mysql和mysql-workbench并导入表格数据
完成正在分析软件包的依赖关系树正在读取状态信息...完成E:无法定位软件包mysql-server因此先换源sudovimsources.list这里用的清华源#https://mirrors.tuna.
tsinghua
.edu.cn
WRY义
·
2023-04-17 03:11
mysql
ubuntu
linux
NVMe驱动学习记录-2
NVMe驱动学习记录-2参考源代码阅读顺序不了解的函数/概念变量函数结构体参考源码地址:https://mirrors.tuna.
tsinghua
.edu.cn/kernel/v4.x/linux-4.19.90
最佳损友1020
·
2023-04-17 00:13
学习记录
内核驱动开发记录
zns
学习
linux
驱动开发
利用python的sympy求解微积分
安装使用镜像安装会比较快,推荐第二种#第一种pipinstallsympy#第二种推荐pipinstallsympy-ihttps://pypi.tuna.
tsinghua
.edu.cn/simple"
叶子陪你玩
·
2023-04-16 23:06
修改pip的下载源
临时使用pipinstall-ihttps://pypi.tuna.
tsinghua
.edu.cn/simplesome-package其中some-package就是你所需要安装的第三方库。
python_Studio
·
2023-04-16 23:34
pip源更换到国内镜像
比较常用的国内镜像包括:阿里云http://mirrors.aliyun.com/pypi/simple/豆瓣http://pypi.douban.com/simple/清华大学https://pypi.tuna.
tsinghua
.edu.cn
overad
·
2023-04-16 21:03
Homebrew国内源设置与常用命令
使用国内源的时候一般不连接shadowsock等VPN,不然访问可能出错替换现有上游git-C"$(brew--repo)"remoteset-urloriginhttps://mirrors.tuna.
tsinghua
.edu.cn
半城coding
·
2023-04-16 15:15
上一页
33
34
35
36
37
38
39
40
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他