一:压力测试中需要掌握的几个基本概念1:吞吐率(Requests per second)服务器并发处理能力的量化描述,单位是reqs/s,指的是某个并发用户数下单位时间内处理的请求数。某个并发用户数下单位时间内能处理的最大请求数,称之为最大吞吐率。记住:吞吐率是基于并发用户数的。这句话代表了两个含义...
分类:
Web程序 时间:
2015-01-03 13:01:49
阅读次数:
176
研究了一下新浪邮箱的注册流程,顺手写了个注册机,分享供学习用,请勿用于商业用途。
代码托管地址:https://bitbucket.org/doggod999/ooobj 运行效果图: 运行环境:
python3
requests-2.2.1
beautifulsoup-4.1.3
########...
分类:
编程语言 时间:
2014-12-26 22:47:40
阅读次数:
348
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
本篇文章由:http://www.sollyu.com/objective-c-synchronization-requests-requests-for-asynchronous-requests-get-and-post-requests/说明1 同步请求可以从因特网请求数据,一旦发送同步请求,...
分类:
其他好文 时间:
2014-12-26 18:11:07
阅读次数:
182
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
在windows上安装步骤如下:1. 对于python2.7,在官网上下载 BeautifulSoup4-4.1.0,(经试验,4-4.3.2不能安装成功)2. 解压缩到本地硬盘,比如C:\Python27目录下3. 运行cmd,输入命令: setup.py build setup.py i...
分类:
其他好文 时间:
2014-12-25 21:44:32
阅读次数:
673
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
python采集新浪热门微博_郑晓_个人博客 这是之前学习python采集时的一个练习程序,程序基于python3和BeautifulSoup库。用来抓取新浪微博(热门微博hot.weibo.com)页面的信息,包括每条微博的发布人,微博内容和包含的图片,微博中含有的多张图片采集为一个图片列表。由于...
分类:
编程语言 时间:
2014-12-23 19:28:28
阅读次数:
209
【原文地址: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