摘要: python版本2.6The logging library takes a modular approach and offers the several categories of components: loggers, handlers, filters, and formatters. Loggers expose the interface that application code directly uses. Handlers send the log records to the appropriate destination. Filters provide a finer 阅读全文
posted @ 2013-12-06 11:26 miteng 阅读(367) 评论(0) 推荐(0)
摘要: MySQLdbAPI文档http://mysql-python.sourceforge.net/MySQLdb-1.2.2/MySQLdb用于使用python连接MySQL数据库,并进行相关的增删改查各类操作以下URL为python官网上关于MySQLdb的介绍https://pypi.python.org/pypi?:action=display&name=MySQL-python&version=1.1.10在使用MySQLdb之前需要安装MySQLdb,在windows环境下不同版本的python有不同的安装包,且区分32位与64位,我安装的是MySQL-python-1 阅读全文
posted @ 2013-12-06 11:07 miteng 阅读(218) 评论(0) 推荐(0)