在此声明:此文是在学习https://www.runoob.com/python3/python3-multithreading.html中的简单邮件传输协议所做的学习摘抄。 SMTP(Simple Mail Transfer Protocol)即简单邮件传输协议:它是一组用于由源地址到目的地址传送 ...
分类:
编程语言 时间:
2019-12-29 21:59:36
阅读次数:
80
一、思路 二、进程 三、参考 1.denny的学习专栏 这位大佬的博客里有关于tensorflow的很多内容,并且有花卉识别项目的源代码和介绍,很有参考价值。为了内容丢失,已装在到博客里。 2.Plain and Simple Estimators 这个小视频https://zhuanlan.zhi ...
分类:
其他好文 时间:
2019-12-29 20:21:21
阅读次数:
153
启用国内地址访问 pip install sqlite3 -i http://mirrors.aliyun.com/pypi/simple/ 国内地址: 阿里云 http://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.us ...
分类:
其他好文 时间:
2019-12-29 18:55:01
阅读次数:
79
用pip安装tornado库: python -m pip install tornado 出现问题一: Could not fetch URL https://pypi.org/simple/twisted/: There was a problem confirming the ssl cert ...
分类:
编程语言 时间:
2019-12-29 18:14:38
阅读次数:
260
安装tesserocr库时出现以下问题:(如图) Could not fetch URL https://pypi.org/simple/tesserocr/: There was a problem confirming the ssl certificate: HTTPSConnectionPo ...
分类:
Web程序 时间:
2019-12-29 16:45:33
阅读次数:
101
pip国内的一些镜像 阿里云 http://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 豆瓣(douban) http://pypi.douban.com/simple/ 清华大学 h ...
分类:
其他好文 时间:
2019-12-29 16:45:07
阅读次数:
564
刚学Java的时候,很多jdk配置教程都要求设置JAVA_HOME、Path、CLASSPATH3个变量。而Java官网有这么一句话:jdk1.5之后的版本在安装时不用设置CLASSPATH变量。今天我就以jdk1.5为例,总结下三者的区别。 Path当我们安装完jdk之后,打开cmd(在非安装目录 ...
分类:
编程语言 时间:
2019-12-29 13:11:16
阅读次数:
110
题号 题目链接 说明 基础 27 Remove Element 26 Remove Duplicates from Sorted Array 80 Remove Duplicates from Sorted Array II 277 Find the Celebrity 189 Rotate Arr ...
分类:
其他好文 时间:
2019-12-29 12:57:11
阅读次数:
77
from rest_framework.throttling import SimpleRateThrottle import time VISIT_RECORD = {} class MyThrottle(object): """ 一分钟允许访问5次 """ def __init__(self):... ...
分类:
其他好文 时间:
2019-12-28 22:45:58
阅读次数:
90
将pip的下载源换成国内的,速度会有很大的提升。 下面是一些国内常用镜像: 阿里云 http://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 豆瓣(douban) http://pyp ...
分类:
其他好文 时间:
2019-12-28 20:54:40
阅读次数:
73