pip install XXX -i https://pypi.tuna.tsinghua.edu.cn/simple XXX为模块名,切换成清华大学下载源,下载直接提高无数倍 ps: 也可以切换国内其他源 -- 豆瓣:https://pypi.douban.com/simple -- 阿里:htt ...
分类:
编程语言 时间:
2020-01-25 13:00:13
阅读次数:
117
pip默认的是源是国外的,网络不好的话,等死个人,还经常中断。所以最好切换成国内的源 1 更改默认的下载源 pip config set global.index-url https://mirrors.aliyun.com/pypi/simple 我用的是阿里云的。速度各方面都不错 2 临时变更下 ...
分类:
编程语言 时间:
2020-01-24 18:56:20
阅读次数:
141
Lightness aware contrast enhancement for images with different illumination conditions [toc] 1. approach In this paper, a simple but effective model f ...
分类:
其他好文 时间:
2020-01-24 12:04:40
阅读次数:
106
网上已经有很多人介绍了,我写在这儿就是为了找起来方便。 https://www.cnblogs.com/schut/p/10410087.html 这篇博客还是很有意思的,他介绍了两种方法。可以一劳永逸的解决问题。 豆瓣:http://pypi.douban.com/simple/ ...
分类:
其他好文 时间:
2020-01-24 10:52:48
阅读次数:
72
引入maven <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-mail</artifactId> </dependency> yml配置 spring: mail: h ...
分类:
编程语言 时间:
2020-01-23 19:55:13
阅读次数:
157
https://mingshan.fun/2018/09/18/fully-qualified-name-simple-name-descriptor/ 在看Class文件的结构时,我们会遇到这样几个概念,全限定名(Fully Qualified Name)、简单名称(Simple Name)和描述 ...
分类:
其他好文 时间:
2020-01-22 21:29:56
阅读次数:
240
pip install xxxxx 总会遇到安装失败,或者下载速度很慢的情况。这是因为从国外安装资源包,造成速度慢,那有咩有国内的源呢,有的。 国内源: 清华:https://pypi.tuna.tsinghua.edu.cn/simple 推荐 阿里云:http://mirrors.aliyun. ...
分类:
其他好文 时间:
2020-01-22 18:09:12
阅读次数:
88
模式定义(Simple Factory Pattern)“In simple factory pattern, we have a factory class which has a method that returns different types of object based on giv ...
分类:
其他好文 时间:
2020-01-22 16:14:08
阅读次数:
82
编写目的 1. 使用 Node 依赖webpack、jQuery编写简单的前端应用。 操作步骤 (1)新建一个目录 $ mkdir simple-app-demo $ cd simple-app-demo (2)在该目录下,新建一个package.json文件。 $ npm init -y pack ...
分类:
Web程序 时间:
2020-01-22 13:05:43
阅读次数:
69