摘要: 直接上代码吧 >>> import time >>> time.time() 1529935923.641123 >>> time.localtime( time.time() ) time.struct_time(tm_year=2018, tm_mon=6, tm_mday=25, tm_hou 阅读全文
posted @ 2018-06-25 23:26 王琳杰 阅读(13490) 评论(0) 推荐(0) 编辑
摘要: 爬取爱笔智能招聘职位 http://aibee.com/cn/joinus.aspx 或者: 阅读全文
posted @ 2018-06-25 23:10 王琳杰 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 爬取知乎Python中文社区信息,https://zhuanlan.zhihu.com/zimei 阅读全文
posted @ 2018-06-25 22:33 王琳杰 阅读(353) 评论(0) 推荐(0) 编辑
摘要: 1 import urllib.request 2 import urllib.parse 3 import requests 4 from urllib.parse import urlencode 5 from pyquery import PyQuery as pq 6 from pymongo import MongoClient 7 import json ... 阅读全文
posted @ 2018-06-25 01:57 王琳杰 阅读(188) 评论(0) 推荐(0) 编辑