码迷,mamicode.com
首页 > 编程语言 > 详细

python 整理数据中的图片

时间:2018-01-18 22:07:43      阅读:190      评论:0      收藏:0      [点我收藏+]

标签:hid   sql   cut   for   cursor   str   div   utf8   exe   

import shutil
import time
import pymysql

conn=pymysql.connect(host="222",user="root",password="",db="www",charset="utf8")
cu=conn.cursor()
cu.execute("select xm,wxpic,bh from eyh_yas where hid=769")
rows= cu.fetchall()
s1=time.time()
for row in rows:
d=row[0].replace("/","-")
shutil.copy(row[1], r"./img/"+d.strip()+".jpg")

print(time.time()-s1)

python 整理数据中的图片

标签:hid   sql   cut   for   cursor   str   div   utf8   exe   

原文地址:https://www.cnblogs.com/sunface/p/8313096.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!