摘要: mysql-connector-python MySQL-python 用pip install什么安装不上,提示出错 mysql-connector-python MySQL-python 用pip install什么安装不上,提示出错 首先mysql-connector-python,直接官网下 阅读全文
posted @ 2017-03-15 20:21 wenermao 阅读(428) 评论(0) 推荐(0) 编辑
摘要: 由于我技术水平,磨磨唧唧很长时间终于弄出来了,在整理的时候思考了下,可能是我当时太关注打印出来的list了 ,list里不能显示中文,我就初以为我总是错了。 附上表格一部分 在漫长的探索中,我知道了str和Unicode (我看着觉得不错的网址http://wklken.me/posts/2013/ 阅读全文
posted @ 2017-03-03 19:58 wenermao 阅读(4209) 评论(0) 推荐(0) 编辑
摘要: 1.莫名其妙抓不到元素,要去看句柄,是不是没有切换 2.hover后才能看到的元素,要hover或者点击才能继续操作 3.find_elements的时候要是同级别,才能往下click,简化了下网页代码: 用 x= driver.find_elements_by_css_selector(".ite 阅读全文
posted @ 2016-12-28 11:22 wenermao 阅读(735) 评论(0) 推荐(0) 编辑
摘要: 安装环境pip install selenium,提示 Could not find a version that satisfies the requirement selenium (from versions: ) No matching distribution found for sele 阅读全文
posted @ 2016-11-18 20:09 wenermao 阅读(1969) 评论(0) 推荐(0) 编辑