摘要: #!usr/local/bin python#-*- coding: UTF-8-*-import sqlite3def main(): cx = sqlite3.connect("/data/freenas-v1.db") cu = cx.cursor() for i in ra... 阅读全文
posted @ 2014-08-06 16:01 Runbbit 阅读(248) 评论(0) 推荐(0)