随笔分类 -  python

在新安装的Centos中安装python3.7 解决pip和yum问题
摘要:首先要先安装依赖包: yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gcc makecd到一个你想放在的地方,哪里都可以。接着找到python3. 阅读全文

posted @ 2019-02-16 16:53 cn三少<script></script> 阅读(284) 评论(0) 推荐(0) 编辑

字符型图片验证码识别完整过程及Python实现
摘要:1 摘要 验证码是目前互联网上非常常见也是非常重要的一个事物,充当着很多系统的 防火墙 功能,但是随时OCR技术的发展,验证码暴露出来的安全问题也越来越严峻。本文介绍了一套字符验证码识别的完整流程,对于验证码安全和OCR识别技术都有一定的借鉴意义。 1 摘要 验证码是目前互联网上非常常见也是非常重要 阅读全文

posted @ 2016-12-29 21:45 cn三少<script></script> 阅读(667) 评论(0) 推荐(0) 编辑

python PIL Image模块
摘要:原地址:http://hi.baidu.com/drunkdream/item/9c9ac638dfc46ec6382ffac5 实验环境: windows7+python2.6+pycrust+PIL1.1.7 实验操作: Image模块 例子:打开、旋转、显示一副图像 >>> import Im 阅读全文

posted @ 2016-12-29 21:45 cn三少<script></script> 阅读(5005) 评论(1) 推荐(0) 编辑

Windows下Python添加MySQLdb扩展模块
摘要:[更新 2012-09-16]这里可以下载已经打包好的EXE文件,http://sourceforge.net/projects/mysql-python/(国内需穿越才可访问)DBank备份下载地址:http://dl.vmall.com/c0bgsx0s0p (Python 2.7版本 MySQL-python-1.2.3.win32-py2.7.msi)为了给Python装个MySQLdb模块(这里说的是Windows),真是破费了不少时间。本来Python自带SQLite数据库模块,使用起来也挺方便的,但是SQLite不支持远程访问啊!!!所以只能用MySQL了。下面详细描述一下配置过 阅读全文

posted @ 2013-10-28 17:06 cn三少<script></script> 阅读(464) 评论(0) 推荐(0) 编辑

python3操作mysql教程
摘要:一、下载\安装\配置1. python3Python3下载网址:http://www.python.org/getit/当前最新版本是python3.2,下载地址是http://www.python.org/ftp/python/3.2.3/python-3.2.3.msi安装过程就不用说了,默认安装到C:\Python32目录中。安装好后,将安装目录C:\Python32添加到环境变量中。然后打开命令提示符窗口,输入python,如果能返回python版本说明安装成功以及环境变量设置成功。C:\>pythonPython 3.2.3 (default, Apr 11 2012, 07: 阅读全文

posted @ 2013-10-28 16:26 cn三少<script></script> 阅读(523) 评论(0) 推荐(0) 编辑

python操作MySQL数据库
摘要:坚持每天学一点,每天积累一点点,作为自己每天的业余收获,这个文章是我在吃饭的期间写的,利用自己零散的时间学了一下python操作MYSQL,所以整理一下。我采用的是MySQLdb操作的MYSQL数据库。先来一个简单的例子吧:?12345678910import MySQLdbtry:conn=MySQLdb.connect(host='localhost',user='root',passwd='root',db='test',port=3306)cur=conn.cursor()cur.execute('select * 阅读全文

posted @ 2013-10-28 15:53 cn三少<script></script> 阅读(230) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示