再见这部分的代码: import MySQLdb class MySQLHelper(object): def __init__(self): pass @property def selectMySQL...Exception,e: print u'操作mysql数据库失败' else: print u'插入后表的数据为:' self.selectMySQL...Exception,e: print u'操作mysql数据库失败' else: print u'修改后表的数据为:' self.selectMySQL...Exception,e: print u'操作mysql数据库失败' else: print u'删除后表的数据为:' self.selectMySQL...__conn=config.conn @property def selectMySQL(self): try: conn=MySQLdb.connect(**self
见实现的代码: import MySQLdb class MySQLHelper(object): def __init__(self): pass @property def selectMySQL...except Exception,e: print u'操作mysql数据库失败' else: print u'插入后表的数据为:' self.selectMySQL...except Exception,e: print u'操作mysql数据库失败' else: print u'修改后表的数据为:' self.selectMySQL...except Exception,e: print u'操作mysql数据库失败' else: print u'删除后表的数据为:' self.selectMySQL
IOException { // getUser耗时3000ms,用于模拟真实业务的耗时; getUser(3000); // mysql查询调用逻辑 selectMysql...catch (InterruptedException e) { e.printStackTrace(); } } private void selectMysql
领取专属 10元无门槛券
手把手带您无忧上云