码迷,mamicode.com
首页 >  
搜索关键字:requests 、beautifulsoup    ( 5272个结果
Python 爬虫插件
#coding:utf-8import sys,urllib2,re,Queuesys.path.append("..")from lib.Http_Class import Http_Classfrom BeautifulSoup import BeautifulSoup#############...
分类:编程语言   时间:2014-07-07 20:49:39    阅读次数:350
[转] How to create Windows OpenStack images
http://www.cloudbase.it/create-windows-openstack-images/ We get regularly a lot of requests about how to generate Windows OpenStack images, especially...
分类:Windows程序   时间:2014-07-02 00:21:27    阅读次数:530
Python 实现的下载op海贼王网的图片(网络爬虫)
没得事就爬一下我喜欢的海贼王上的图片 需要在d盘下建立一个imgcache文件夹 # -*- coding: utf-8 -*- import urllib import urllib2 import json from bs4 import BeautifulSoup import threadpool import thread class htmlpaser: de...
分类:编程语言   时间:2014-06-29 07:15:05    阅读次数:304
long polling
Regular http:client 发出请求到serverserver 计算 responseserver 响应 response 给 clientPolling:A client requests 发出常规请求 (同上).client每隔n个时间发出request给server (e.g. 0...
分类:其他好文   时间:2014-06-27 19:49:36    阅读次数:171
[django]在virtualenv下安装的第三方库的使用方法
在virtualenv下安装的第三方库,例如south, requests等,如果想在django中使用,需要先将库添加到settings.py的INSTALLED_APPS中, 以south, requests为例, 1 INSTALLED_APPS = ( 2 'django.con...
分类:其他好文   时间:2014-06-26 19:48:47    阅读次数:250
cypress的EZ-USB对于USB的介绍
Host is MasterThis is a fundamental USB concept. There is exactly onemaster in a USB system: the host computer. USB devicesrespond to host requests. U...
分类:其他好文   时间:2014-06-26 11:09:27    阅读次数:237
[django]用requests从url获取图片(数据类型是bytes)后如何在template中显示出来
今天在做一个注册页面的时候遇到了一个验证码图片在页面显示的问题。我用requests从一个url上获取到一张图片, 没有保存到本地, 而是想直接作为render的字典参数,传到页面里进行渲染。因为requests.get(url)得到的response.content是bytes, 无法像jpg等本...
分类:其他好文   时间:2014-06-25 17:18:01    阅读次数:638
Google Volley: How to send a POST request with Json data?
sonObjectRequest actuallyaccepts JSONObject as body.From http://arnab.ch/blog/2013/08/asynchronous-http-requests-in-android-using-volley/final String ...
分类:Web程序   时间:2014-06-23 06:01:29    阅读次数:234
MariaDB10和MySQL5.6社区版压力测试
补上作业,MariaDB10和MySQL5.6社区版压力测试,见下图:sysbench(10.8.8.43)MySQL5.6和MariaDB10.0.11(10.8.8.100)压力测试参数:sysbench--test=oltp--mysql-table-engine=innodb --oltp-table-size=10000000--max-requests=0--max-time=900 --num-threads=512--mysql-ho..
分类:数据库   时间:2014-06-10 18:52:48    阅读次数:384
[网站日志]今天早上遭遇的CPU 100%情况
今天早上9:06左右,Windows性能监视器监测到主站的Web服务器出现了CPU 100%的情况,伴随着Requests/Sec的上升。QPS最高冲到了601。IIS的Current Connections也随之上升。
分类:Web程序   时间:2014-06-06 09:47:56    阅读次数:303
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!