python
milesfei
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Linux平台下python链接数据库所需环境搭建记录(使用pip)
操作系统:ubuntu 12.04 安装: 1. python 2.7.3(系统自带) 2. 在终端输入:sudo apt-get install python-dev 3. 安装pip,在终端输入:sudo apt-get install python-pip 4. 更新pip,在终端输入:sudo pip install --upgrade 5. 安装mysql,在终端输入:sud原创 2014-09-22 09:31:36 · 385 阅读 · 0 评论 -
python MySQLdb在windows环境下的快速安装、问题解决方式
使用python访问mysql,需要一系列安装 linux下MySQLdb安装见 Python MySQLdb在Linux下的快速安装 http://blog.youkuaiyun.com/wklken/article/details/7271019 ------------------------------------------------------------- 以转载 2014-09-22 09:48:55 · 491 阅读 · 0 评论 -
Understanding Python's "with" statement
http://effbot.org/zone/python-with-statement.htm Understanding Python's "with" statement Fredrik Lundh | October 2006 | Originally posted to online.effbot.org Judging from comp.lang.python转载 2014-11-14 09:03:13 · 297 阅读 · 0 评论
分享