国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > Python > 正文

python實現mysql的單引號字符串過濾方法

2019-11-25 17:01:48
字體:
來源:轉載
供稿:網友

本文實例講述了python實現mysql的單引號字符串過濾方法。分享給大家供大家參考,具體如下:

最主要用這個函數,可以處理MySQLdb.escape_string(content).

class Guide: def __init__(self):  self.time_zone = 7*3600 #設置時區  self.now_time = int(time.time()) + self.time_zone #取得當前時間   #本地  self.gamedb_model = mysql_conn.MySQLHelper(config.game_db['host'], config.game_db['user'],    config.game_db['password'], config.game_db['db_name'],    config.game_db['port'])  #遠程  self.remote_model = mysql_conn.MySQLHelper(config.remote_db['host'], config.remote_db['user'],    config.remote_db['password'], config.remote_db['db_name'],    config.remote_db['port'])  #game center  self.commdb_model = mysql_conn.MySQLHelper(config.comm_db['host'], config.comm_db['user'],   config.comm_db['password'], config.comm_db['db_name'],   config.comm_db['port']) def index(self):  #拿到第二天未登陸的用戶  for line in open("2014.3.20_global_ips.txt"):   list = line.split('||')   l = len(list)   if l == 3:    info = ''   else:    info = MySQLdb.escape_string(list[3])   self.commdb_model.insert('ip_area',{'start_ip':list[0],'end_ip':list[1],'area':list[2],'info':info})if __name__ =="__main__": keep = Guide() keep.index()

希望本文所述對大家python程序設計有所幫助。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 寿光市| 苍南县| 石嘴山市| 五台县| 长泰县| 伊春市| 合阳县| 富源县| 岳普湖县| 海伦市| 蕉岭县| 阿瓦提县| 宁海县| 华亭县| 牡丹江市| 中江县| 亳州市| 德清县| 临泽县| 陈巴尔虎旗| 苗栗市| 富阳市| 桦川县| 沙湾县| 沁源县| 武平县| 通江县| 茶陵县| 甘洛县| 凤阳县| 柘荣县| 新乡市| 大连市| 句容市| 息烽县| 增城市| 安阳县| 太白县| 红安县| 和林格尔县| 武城县|