摘要:
[问题]使用pandas时遇到ValueError: numpy.dtype has the wrong size, try recompiling [原因] 这是因为 Python 包的版本问题,例如安装了较旧版本的 Numpy,但安装了较新版本的 Pandas。 [解决方法] 查看Numpy版本 阅读全文
posted @ 2017-06-06 17:42
hellowcf
阅读(2019)
评论(0)
推荐(0)
摘要:
使用python进行接口测试得时候可以使用requests模块,是基于 urllib,采用 Apache2 Licensed 开源协议的 HTTP 库 安装requests是模块 pip install requests requests模块的使用 requests支持http的请求类型,如get, 阅读全文
posted @ 2017-06-06 17:03
hellowcf
阅读(683)
评论(0)
推荐(0)
摘要:
第一步就是看linu是否安装了mysql,经过rpm -qa|grep mysql查看到centos下安装了mysql5.1,那就开始卸载咯 2 接下来就是卸载mysql5.1了,命令:rpm -e mysql-libs --nodeps yum中之后mysql5.1,安装还是5.1,现在就要去增加 阅读全文
posted @ 2017-06-06 14:47
hellowcf
阅读(192)
评论(0)
推荐(0)

浙公网安备 33010602011771号