Python3
jgw2008
这个作者很懒,什么都没留下…
展开
-
Python3入门之线程threading常用方法
Python3入门之线程threading常用方法 Python3 线程中常用的两个模块为: _thread threading(推荐使用) thread 模块已被废弃。用户可以使用 threading 模块代替。所以,在 Python3 中不能再使用"thread" 模块。为了兼容性,Python3 将 thread 重命名为 "_thread"。 下面将介绍threading模块常用方...转载 2018-12-03 13:14:01 · 2307 阅读 · 0 评论 -
python3 怎么安装 PIL
python3 怎么安装 PIL 2017年05月11日 17:18:05 TWSF 阅读数:40706 标签: 图像处理 python 库 PIL 关于Pillow与PIL PIL(Python Imaging Library)是Python一个强大方便的图像处理库,名气也比较大。不过只支持到Python 2.7。 PIL官方网站:http://www.pythonware.com/...转载 2018-12-20 13:55:42 · 566 阅读 · 0 评论