【已解决】pymysql中如何用select和where查询到对应的数据
crifan 3年前 (2018-06-09) 3390浏览 0评论
希望通过: SELECT * FROM `enum_value_dict` WHERE (`category`=’word_difficulty’ and `name`=’flyer’) 去查询到 中的flyer...
crifan 3年前 (2018-06-09) 3390浏览 0评论
希望通过: SELECT * FROM `enum_value_dict` WHERE (`category`=’word_difficulty’ and `name`=’flyer’) 去查询到 中的flyer...
crifan 3年前 (2018-05-12) 1372浏览 0评论
折腾: 【未解决】pyspider运行出错:FETCH_ERROR HTTP 599 Connection timed out after milliseconds 期间,发现个问题: insert没有按照期望去把数据插入到mysql数据库中 且即使...
crifan 3年前 (2018-05-05) 3756浏览 0评论
折腾: 【已解决】Python中如何操作mysql 期间,参考别人代码: <code>def connect(self): try: self.connection = pymysql.connect(**self...
crifan 3年前 (2018-04-25) 5972浏览 0评论
折腾: 【已解决】把NLP部分的代码合并到当前Flask的app中 期间,调试发现代码运行出错: File "/Users/crifan/dev/dev_root/company/xxx/projects/robotDemo/app.p...