亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

我保存到mysql里,想問下在哪里執行close連接的操作呢?process_item函數里關閉不行吧?關掉之后下條數據就插不進去了

#?noinspection?PyUnresolvedReferences
import?pymysql
#?noinspection?PyUnresolvedReferences
from?douban.settings?import?mysql_db_name,mysql_password,mysql_table_name,mysql_host,mysql_username


class?DoubanPipeline:
????def?__init__(self):
????????db?=?pymysql.connect(mysql_host,?mysql_username,?mysql_password,?mysql_db_name)
????????cursor?=?db.cursor()
????????self.db?=?db
????????self.cursor?=?cursor

????def?process_item(self,?item,?spider):
????????insert_sql?=?'''INSERT?INTO?`douban`.`top250`?
????????????????????????(`serial_number`,?`movie_name`,?`introduce`,?`star`,?`evaluate`,?`describe`)?
????????????????????????VALUES?({},?'{}',?'{}',?{},?'{}',?'{}')'''.format(item['serial_number'],item['movie_name'],
???????????????????????????????????????????????????????????????????????????item['introduce'],item['star'],
???????????????????????????????????????????????????????????????????????????item['evaluate'],item['describe'])
????????self.cursor.execute(insert_sql)
????????self.db.commit()
????????#?self.cursor.close()
????????#?self.db.close()
????????return?item


正在回答

1 回答

為什么要close呢?

0 回復 有任何疑惑可以回復我~

舉報

0/150
提交
取消

我保存到mysql里,想問下在哪里執行close連接的操作呢?process_item函數里關閉不行吧?關掉之后下條數據就插不進去了

我要回答 關注問題
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號