2017年10月19日
摘要: 版本说明: py3.6 selenium3.6 geckodriver-v0.19.0-win64 phantomjs-2.1.1-windows 阅读全文
posted @ 2017-10-19 13:03 VincentZhu 阅读(414) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # -*- coding: utf-8 -*- ''' Created on 2017年10月19日 @author: zzy ''' from mongoengine import * #连接数据库 def lazy_connect(): #mongodb://dbuser:sa123@192.168.1.58:27017/db_datac... 阅读全文
posted @ 2017-10-19 12:01 VincentZhu 阅读(1116) 评论(0) 推荐(0) 编辑