随笔分类 -  Python

Python学习工作
python 实现多个线程间消息队列传递,一个简单的列子
摘要:#-*-coding:utf8-*-"""Producer and consumer models: 1. There are many producers and consumers at the same time, but they complement each other.Implemen 阅读全文

posted @ 2017-09-10 12:46 longyongzhen 阅读(2500) 评论(0) 推荐(0)

文本分类
摘要:#-*- coding:utf-8 -*- import re import requests class Spider: #页面初始化 def __init__(self): self.url = 'http://gz.meituan.com/category/meishi?mtt=1.index 阅读全文

posted @ 2017-04-12 12:16 longyongzhen 阅读(224) 评论(0) 推荐(0)

导航