2017年6月28日

微信触发连续发送多条消息(雏形)

摘要: 首先获取用户的openid,然后调用客服接口,从而可以多次向指定用户发送多条消息; 阅读全文

posted @ 2017-06-28 15:49 summerkxy 阅读(3257) 评论(0) 推荐(0) 编辑

2017年6月27日

简单爬虫爬去51job职位

摘要: 将爬到的数据写到数据库中,php工资真不高; 阅读全文

posted @ 2017-06-27 10:11 summerkxy 阅读(667) 评论(0) 推荐(0) 编辑

beautifulsoup部分知识点

摘要: 1 html_doc = "" 2 sp = BeautifulSoup(html_doc,"html.parser") 3 print(sp.p['class']) 4 #['body','strikeout'] 5 print(sp.p['id']) 6 #zhangsan 7 8 html_doc = "Back to the homepage... 阅读全文

posted @ 2017-06-27 09:56 summerkxy 阅读(257) 评论(0) 推荐(1) 编辑

导航