摘要:
收集python下几个常出现的WindowsError. WindowsError: [Error 2] The system cannot find the file specified WindowsError: [Error 3] The system cannot find the path 阅读全文
摘要:
Psycopg 是Python语言的PostgreSQL数据库接口。 它的主要优势在于完全支持Python DB API 2.0,以及安全的多线程支持。它适用于随时创建、销毁大量游标的、和产生大量并发INSERT、UPDATE操作的多线程数据库应用。Psycopg包内含 ZPsycopgDA,一个Z... 阅读全文