码迷,mamicode.com
首页 >  
搜索关键字:requests    ( 4533个结果
使用apache的ab压力测试时失败请求原因
只要出现Failed requests就会多出现一行要求失败的各原因的数据统计,分别有Connect, Length,与Exception三种,分别代表的意义为:Connect 无法送出要求、目标主机连接失败、要求的过程中联机被中断Length 响应的内容长度不一致(以Content-Lengt.....
分类:Web程序   时间:2015-01-07 12:29:49    阅读次数:466
转雅虎web前端网站优化 34条军规
雅虎给出了优化网站加载速度的34条法则(包括Yslow规则22条) 详细说明,下载转发 ponytail 的译文1.Minimize HTTP Requests 减少HTTP请求图片、css、script、flash等等这些都会增加http请求数,减少这些元素的数量就能减少响应时间。把多个JS、CS...
分类:Web程序   时间:2015-01-07 10:39:20    阅读次数:131
web压力测试的轻量级具体做法
一:压力测试中需要掌握的几个基本概念1:吞吐率(Requests per second)服务器并发处理能力的量化描述,单位是reqs/s,指的是某个并发用户数下单位时间内处理的请求数。某个并发用户数下单位时间内能处理的最大请求数,称之为最大吞吐率。记住:吞吐率是基于并发用户数的。这句话代表了两个含义...
分类:Web程序   时间:2015-01-03 13:01:49    阅读次数:176
新浪sina.cn邮箱注册python版
研究了一下新浪邮箱的注册流程,顺手写了个注册机,分享供学习用,请勿用于商业用途。 代码托管地址:https://bitbucket.org/doggod999/ooobj 运行效果图: 运行环境: python3 requests-2.2.1 beautifulsoup-4.1.3 ########...
分类:编程语言   时间:2014-12-26 22:47:40    阅读次数:348
[Angular-Scaled Web] 9. Control your promises with $q
Learn how to manually control how asynchronous requests are handled with the use of promises. Because $http is built to work with promises, we saw a f...
分类:Web程序   时间:2014-12-26 18:28:24    阅读次数:137
Objective-C 之同步请求、异步请求、GET请求、POST请求
本篇文章由:http://www.sollyu.com/objective-c-synchronization-requests-requests-for-asynchronous-requests-get-and-post-requests/说明1 同步请求可以从因特网请求数据,一旦发送同步请求,...
分类:其他好文   时间:2014-12-26 18:11:07    阅读次数:182
[Angular-Scaled Web] 8. Using $http to load JSON data
Using the $http service to make requests to remote servers.categories-model.js:angular.module('eggly.models.categories', []) .service('CategoriesMo...
分类:Web程序   时间:2014-12-26 06:11:37    阅读次数:287
iptables redirect outside requests to 127.0.0.1
http://unix.stackexchange.com/questions/111433/iptables-redirect-outside-requests-to-127-0-0-1I have a service running on 127.0.0.1 with port 2222. I ...
分类:其他好文   时间:2014-12-24 13:09:55    阅读次数:122
【转】Rerouting requests to a UCMA application with MSPL
【原文地址:http://blog.greenl.ee/2011/09/04/rerouting-requests-ucma-application-mspl/】One of the most useful (and most confusing) things you can do with Mi...
分类:移动开发   时间:2014-12-17 12:37:27    阅读次数:231
PHP与cURL
CURL PHP API comes with a wide array of options and features. This allows users to fine tune the requests and the way that the responses are handled.P...
分类:Web程序   时间:2014-12-16 11:35:30    阅读次数:163
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!