码迷,mamicode.com
首页 >  
搜索关键字:simple    ( 6450个结果
解决python pip安装模块时下载太慢
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
python3 切换下载源
pip默认的是源是国外的,网络不好的话,等死个人,还经常中断。所以最好切换成国内的源 1 更改默认的下载源 pip config set global.index-url https://mirrors.aliyun.com/pypi/simple 我用的是阿里云的。速度各方面都不错 2 临时变更下 ...
分类:编程语言   时间:2020-01-24 18:56:20    阅读次数:141
paper reading(3) - Lightness-aware contrast enhancement for images with different illumination conditions
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
pip 配置国内源
网上已经有很多人介绍了,我写在这儿就是为了找起来方便。 https://www.cnblogs.com/schut/p/10410087.html 这篇博客还是很有意思的,他介绍了两种方法。可以一劳永逸的解决问题。 豆瓣:http://pypi.douban.com/simple/ ...
分类:其他好文   时间:2020-01-24 10:52:48    阅读次数:72
springboot发送邮件
引入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
PHP Files functions
simple functions ...
分类:Web程序   时间:2020-01-23 12:43:37    阅读次数:107
全限定名、简单名称和描述符是什么东西?(转)
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命令的几点提醒
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
Node 使用webpack编写简单的前端应用
编写目的 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
6450条   上一页 1 ... 62 63 64 65 66 ... 645 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!