Python 做图片清晰度识别

Posted on 2018-08-16 in Python • Tagged with PythonLeave a comment

用 Python 量化图片清晰度,原理以及实操。

查看全文

django上传图片,ImageField

Posted on 2015-02-14 in Python • Tagged with Python, DjangoLeave a comment

使用django model中的ImageField实现图片上传。

查看全文

介绍bigpipe以及bigpipe在django上的实现

Posted on 2015-02-04 in Python • Tagged with python, djangoLeave a comment

介绍bigpipe的原理,以及python django框架下,实现一个BigPipe的例子,也方便理解BigPipe的思想。

查看全文

Python报错: Unhandled exception in thread started by Error in sys.excepthook

Posted on 2015-01-21 in Python • Tagged with PythonLeave a comment

由于线程没有退出引发 Unhandled exception in thread started by Error in sys.excepthook

查看全文

django,mysql存储emoji表情,utf8mb4

Posted on 2015-01-19 in Python • Tagged with Python, mysql, djangoLeave a comment

django和mysql设置utf8mb4存储emoji表情

查看全文

Python安装mysqldb模块

Posted on 2015-01-16 in Python • Tagged with Python, mysqlLeave a comment

python manage.py sycdb 报错:ImproperlyConfigured: Error loading MySQLdb module: No module named MySQLdb

查看全文

Windows安装Python图像处理库:PIL模块

Posted on 2015-01-12 in Python • Tagged with Python, PILLeave a comment

PIL是一个python图像处理库,功能强大,windows上安装略麻烦。

查看全文

安装pip

Posted on 2015-01-12 in Python • Tagged with PythonLeave a comment

介绍非常简单的方法安装python的包管理工具pip

查看全文