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
EDU
记下载python、pycharm连接数据库sql server
python3.6以上要通过其他方式下载,例如去https://www.lfd.uci.
edu
/~gohlke/pythonlibs/这个网站下载对应你电脑python版本号的.whl文件,但进这个网站需
zerogin+
·
2024-01-25 05:01
python
pycharm
数据库
yum找不到 mysql-server
fastestmirrorLoadingmirrorspeedsfromcachedhostfilebase:mirrors.aliyun.comepel:mirror.01link.hkextras:mirrors.ustc.
edu
.cnupdates
老攀呀
·
2024-01-25 04:54
数据库
mysql
adb
数据库
Matplotlib笔记:安装Matplotlib+常用绘图
MatplotlibPython的2D绘图库安装Matplotlib打开AnacondaPrompt切换环境(默认是base,无需切换)输入命令行安装pipinstall-ihttps://pypi.tuna.tsinghua.
edu
.cn
饭碗、碗碗香
·
2024-01-25 04:24
Python
matplotlib
笔记
学习
python
刘擎《西方现代思想讲义》思维导图xmind及笔记
NOTESFROM刘擎西方现代思想讲义刘擎July2,2021答学友问尔斯https://phto.stanfbrd.
edu
/entTies/rawls/https://plato.stanfbrd.
edu
熊猫鹏-梓潼
·
2024-01-25 01:46
阅读
其他
Linux安装Tomcat
1.下载Tomcat#通过wget直接下载即可wgethttps://mirrors.tuna.tsinghua.
edu
.cn/apache/tomcat/tomcat-8/v8.5.53/bin/apache-tomcat
SimpleORBoy
·
2024-01-25 00:23
linux
tomcat
运维
小奇画画
题目原址:http://exam.upc.
edu
.cn/problem.php?
To-
·
2024-01-24 21:04
数据结构与算法
python如何安装wordcloud?
PyCharm->setting里直接能装wordcloud就太幸运了(因为我试了800遍没成功)一、FIRSTBLOOD首先引入一个非正式第三方whl文件包的网站:https://www.lfd.uci.
edu
Sonaldo7
·
2024-01-24 20:01
Python
学习
python
Scrapy框架自学
配置国内镜像源#pip设置配置pipconfigsetglobal.index-urlhttps://pypi.tuna.tsinghua.
edu
.cn/simplepipconfigsettrusted-hostpypi.tuna.tsinghua.
edu
.cn
吕正日
·
2024-01-24 19:20
scrapy
chrome
前端
ERROR: Cannot determine archive format of C:\Users\hello\AppData\Local\Temp\pip-req-build-cz2gbroe
(tf2)C:\Users\hello>pipinstalltensorflow_gpu==2.9.0https://pypi.tuna.tsinghua.
edu
.cn/simpleCollectinghttps
赵孝正
·
2024-01-24 15:36
深度学习环境搭建
bug
pip
CSAPP fall2015 深入理解计算机系统 Cache lab详解
CacheLabcachelab缓存实验代码下载从CSAPP上面下载对应的lab代码http://csapp.cs.cmu.
edu
/3e/labs.html环境准备需要安装valgrind。
Thepatterraining
·
2024-01-24 14:24
深入理解计算机系统
csapp
c
cache
功能实现——文字转语音(TTS)
解决方案●针对Python语言①使用Python库pyttsx31.pyttsx3库安装pipinstallpyttsx3-ihttps://pypi.tuna.tsinghua.
edu
.cn/simpl
_遮云壑_
·
2024-01-24 14:43
功能实现
python
java
c++
linux
windows
Python学习:jieba库安装
直接用pipinstalljieba安装出错解决办法:改用国内镜像(清华的)安装方法:win+r,输入cmd,然后输入pipinstall-ihttps://pypi.tuna.tsinghua.
edu
.cn
文曲小谢
·
2024-01-24 12:24
Python空间分析| 03 利用Python进行地理加权回归(GWR)
GWR最大的优势是考虑了空间对象的局部效应本实验基于GWR官网提供的Georgia数据,美国佐治亚州受教育程度及各因素的空间差异性进行分析数据下载地址:https://sgsup.asu.
edu
/sparc
酱肉包-
·
2024-01-24 09:44
Python空间分析
python
回归
机器学习
开发语言
人工智能
InVEST模型 | 01 InVEST模型安装(Windows10)
,平时最常使用的安装方式是通过.exe直接进行安装,本节介绍的就是直接下载安装的步骤:打开InVEST模型下载页面链接为:https://naturalcapitalproject.stanford.
edu
酱肉包-
·
2024-01-24 09:44
InVEST模型
开源软件
rust更换国内源
//github.com/rust-lang/crates.io-index"replace-with='ustc'[source.ustc]registry="git://mirrors.ustc.
edu
.cn
gefsiqbb
·
2024-01-24 08:02
没有可用软件包 mysql-community-server
fastestmirrorLoadingmirrorspeedsfromcachedhostfilebase:mirrors.aliyun.comepel:mirror.01link.hkextras:mirrors.ustc.
edu
.cnupdates
老攀呀
·
2024-01-24 08:57
数据库
mysql
adb
数据库
H. Linux查找文件 whereis locate which
hadoop01~]#yuminstallmlocate已加载插件:fastestmirror设置安装进程Loadingmirrorspeedsfromcachedhostfile*base:mirror.bit.
edu
.cn
小猪Harry
·
2024-01-24 08:06
牛客月赛86+cf(
edu
)好题
思路:前缀和+双指针代码:#includeusingnamespacestd;usingi64=int64_t;intmain(){cin.tie(nullptr)->sync_with_stdio(false);cout>n>>W;vectorw(n+1),d(n+1);for(inti=1;i>w[i];w[i]+=w[i-1];}for(inti=1;i>d[i];d[i]+=d[i-1];
临江浪怀柔ℳ
·
2024-01-24 07:59
算法
数据结构
Docker环境下配置conda
1、首先要通过下载anaconda的linix包才可以进行安装,使用下面wget命令进行下载wgethttps://mirrors.tuna.tsinghua.
edu
.cn/a
程序小K
·
2024-01-24 06:02
软件使用教程
docker
容器
运维
离线安装python第三方库
/packageelasticsearch-ihttps://pypi.mirrors.ustc.
edu
.cn/simple/-d.
今天也是努力的小张
·
2024-01-24 01:21
pixel6编译&kernelsu
pixel6编译&kernelsu系统编译相关前置aosp内核驱动源码下载:http://mirrors.ustc.
edu
.cn/help/aosp.htmlmkdir~/bincd~/binwgethttps
sugar椰子皮
·
2024-01-23 22:24
爬虫逆向
零基础爬虫第一天
python
Docker
DockerDesktopreleasenotes|DockerDocs1.2测试安装完毕后1.3镜像配置增加镜像"registry-mirrors":["https://docker.mirrors.ustc.
edu
.cn
江河地笑
·
2024-01-23 11:04
Docker
docker
容器
edu
round 161 C Closest Cities
题意有t组数据,每组数据包括一个n,表示接下来数组a中元素的个数。有一个单调递增的数组a,a[i]表示每个城市在一个数轴上的坐标,对于每个城市,都有唯一的一个最近城市(左右城市的其中之一),前往最近城市所需要的钱为1,非最近城市所需要的钱为两坐标之差,接下来m个询问,每个询问求出从l城市走到r城市所需要的最少的钱。输入150812152051415343251输出381414思路按照走的方向分为从
晒太阳的猪咪
·
2024-01-23 09:14
cf补题
算法
c++
多模态学习方法综述(期刊论文)
期刊:工程科学学报引用:陈鹏,李擎,张德政,杨宇航,蔡铮,陆子怡.多模态学习方法综述[J/OL].工程科学学报:1-13[2020-05-18].https://doi-org-443.w.hrbeu.
edu
.cn
hellohake
·
2024-01-23 09:58
机器学习
机器学习
在Python环境中运行R语言的配环境实用教程
R-4.3.2首先,我们安装R语言,这里给出两个链接官网:R:TheRProjectforStatisticalComputing清华镜像:https://mirrors.tuna.tsinghua.
edu
.cn
Metaphysicist.
·
2024-01-23 07:58
python
开发语言
r语言
讲解:Grads Only、Network、Matlab、MatlabProcessing|P
2018/11/22HomeworkSeven(GradsOnly)https://elearning.mines.
edu
/courses/9621/assignments/419371/12HomeworkSeven
zaixiangmo
·
2024-01-23 07:22
(一)ROS的安装
/etc/lsb-release&&echo"debhttp://mirrors.ustc.
edu
.cn/ros/ubuntu/`lsb_release-cs`main">/etc/apt/sources.list.d
DSZS123
·
2024-01-23 07:59
机器人
ros
机器人
Pyside6在Pycharm下安装和使用
Python解释器,点击小+号,添加模块,搜索Pyside6,安装安装报错,可能是默认的库安装超时,用其他的源pipinstallPyside6-ihttps://pypi.tuna.tsinghua.
edu
.cn
攻城狮的梦
·
2024-01-23 07:14
Pyside6开发
pycharm
ide
python
红黑树实现
具体算法理论参照>,还有一个能可视化显示红黑树结构和操作的网站https://www.cs.usfca.
edu
/~galles/visualization/RedBlack.html,以下是我参照算导实现的红黑树源码
TimeMage
·
2024-01-23 07:11
【python快手菜】pyinstaller使用指南
pyinstaller需要在命令行下用pip工具安装:pipinstallpyinstaller使用清华源安装与升级第三方库:pipinstall-ihttps://pypi.tuna.tsinghua.
edu
.cn
兔子先生_小灰灰
·
2024-01-23 06:55
在 jupyter 正确安装 Nbextensions
SL1029_的博客-CSDN博客1、安装指定版本的jupyternotebookpipinstalljupyternotebook==6.4.8-ihttps://pypi.tuna.tsinghua.
edu
.cn
zhulu506
·
2024-01-23 06:05
jupyter
jupyter
文献笔记七十六~小麦基因做GO富集分析
找到了一个在线工具,直接上传geneid就可以,链接是http://wheat.cau.
edu
.cn/TGT/m3/?
小明的数据分析笔记本
·
2024-01-22 22:12
Wireshark抓包以及数据解析(计算机网络实验二)
.实作一熟悉Ethernet帧结构2.实作二了解子网内/外通信时的MAC地址1.ping你旁边的计算机(同一子网)2.pingqige.io(或者本子网外的主机都可以)3.pingwww.cqjtu.
edu
.cn
兄弟抱一下~
·
2024-01-22 18:57
wireshark
网络协议
win7+anaconda 安装swig 报错condahttperror(更改镜像无法解决)
网友们常用解决方法汇总一、网上最常用的解决方法便是添加清华镜像源,现在不必担心授权问题打开cmd,运行condaconfig--addchannelshttps://mirrors.tuna.tsinghua.
edu
.cn
无与伦比的蠢货
·
2024-01-22 18:01
docker部署golang环境
fp"ENVGOPROXYhttps://goproxy.cn,direct#安装必要的软件包和依赖包USERrootRUNsed-i's/deb.debian.org/mirrors.tuna.tsinghua.
edu
.cn
clx-sport
·
2024-01-22 15:38
docker
golang
linux
学习小组Day6笔记—白兔儿溜溜
/.Rprofile')第二步设置镜像#options函数就是设置R运行过程中的一些选项设置options("repos"=c(CRAN="https://mirrors.tuna.tsinghua.
edu
.cn
白兔儿溜溜
·
2024-01-22 15:02
头歌:爬虫实战——网页抓取及信息提取
utf-8-*-importurllib.requestasreqimportosimporthashlib#国防科技大学本科招生信息网中录取分数网页URL:url='https://www.nudt.
edu
.cn
Yezz烨
·
2024-01-22 14:29
头歌
爬虫
【Educoder实训平台作业】※网页抓取及信息提取
utf-8-*-importurllib.requestasreqimportosimporthashlib#国防科技大学本科招生信息网中录取分数目录页URL:url='https://www.nudt.
edu
.cn
qq12345qwert
·
2024-01-22 14:26
python
开发语言
安装Ubuntu18.04系统详细步骤(纯文字版)
清华镜像链接:https://mirrors.tuna.tsinghua.
edu
.cn/ubuntu-releases/18.04/百度网盘链接:https://pan.baidu.
ddd-333
·
2024-01-22 14:26
铁头小杜勇闯Ubuntu
ubuntu
conda更改为国内源
终端中运行命令:(1)清华源(TUNA)condaconfig--addchannelshttp://mirrors.tuna.tsinghua.
edu
.cn/anaconda/pkgs/free/condaconfig
考拉程序媛
·
2024-01-22 13:12
centos7.8 安装 gitlab
1.添加GitLab镜像源并安装GitLab服务wgethttps://mirrors.tuna.tsinghua.
edu
.cn/gitlab-ce/yum/el7/gitlab-ce-10.5.7-ce
程序员潘子
·
2024-01-22 12:17
Git
运维
linux
centos
git
安装homura报错解决办法:Preparing metadata (setup.py) ... error error: subprocess-exited-with-error
解决方法:先安装humanize、pycurlpipinstallhumanize成功安装pipinstallpycurl报错下载whl安装包https://www.lfd.uci.
edu
/~gohlke
Catherinemin
·
2024-01-22 11:25
python
开发语言
PointNet-Pytorch代码运行(分类部分)
pointnet.pytorch分类数据集为modelnet40数据集下载官网(我从官网下载失败了,然后去其他地方下载的)PrincetonModelNethttp://modelnet.cs.princeton.
edu
库噜熊
·
2024-01-22 04:17
pytorch
人工智能
python
An HTTP error occurred when trying to retrieve this URL.HTTP errors are often intermittent, and a s
torch时总是会出现以上问题,总结如下:1.更换镜像用文档打开C:\Users\admin里的.condarc内容替换成:channels:-https://mirrors.tuna.tsinghua.
edu
.cn
m0_72581338
·
2024-01-22 04:17
python
深度学习
pytorch
pycharm安装scikimage报错:ERROR: Could not find a version that satisfies the requirement scikit-image
(可能和这个没关系)pipinstallnumpypipinstallscipy2、换源问题:通过pipinstall-ihttps://pypi.tuna.tsinghua.
edu
.cn/simplepyspider
库噜熊
·
2024-01-22 04:47
pycharm
ide
python
linux内核源码编译2.6失败
centos7环境iso选择https://mirrors.tuna.tsinghua.
edu
.cn/centos/7/isos/x86_64/CentOS-7-x86_64-DVD-2009.iso自带
chenxuezhou
·
2024-01-22 04:14
linux
运维
服务器
pip更换源下载方式
例如,如果您在中国,可以使用清华大学的镜像源:例举更新,pyqt5pipinstall--upgradepyqt5-ihttps://pypi.tuna.tsinghua.
edu
.cn/simple其他一些流行的镜像源包括
漂泊_人生
·
2024-01-22 03:23
pip
Python实现JS逆向解密采集网站数据
这里是爱看美女的茜茜呐环境使用:Python3.10Pycharmnodejs模块使用:importrequests-->pipinstallrequests-ihttps://pypi.tuna.tsinghua.
edu
.cn
茜茜是帅哥
·
2024-01-22 02:01
python爬虫
python
javascript
开发语言
pycharm
学习
ta-lib安装
下载推荐使用加州大学的python扩展库,地址:https://www.lfd.uci.
edu
/~gohlke/p
半道出了个家
·
2024-01-22 00:26
docker/Dockerfile/docker compose
安装dockerhttps://mirror.tuna.tsinghua.
edu
.cn/help/docker-ce/在x86环境下,由容器统一管理开发及运行环境。
Zip-List
·
2024-01-22 00:28
云原生
工作杂记
docker
git
linux
上一页
4
5
6
7
8
9
10
11
下一页
按字母分类:
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
其他