/*********************************************************************************
Copyright (C), 1988-1999, drvivermonkey. Co., Ltd.
File name:
Author: Driver Monkey
Version:
Mail:bo...
分类:
编程语言 时间:
2014-11-27 00:19:55
阅读次数:
261
/*********************************************************************************
Copyright (C), 1988-1999, drvivermonkey. Co., Ltd.
File name:
Author: Driver Monkey
Version:
Mail:bo...
分类:
其他好文 时间:
2014-11-25 23:32:04
阅读次数:
320
/*********************************************************************************
Copyright (C), 1988-1999, drvivermonkey. Co., Ltd.
File name:
Author: Driver Monkey
Version:
Mail:bo...
分类:
其他好文 时间:
2014-11-25 00:23:42
阅读次数:
236
/*********************************************************************************
Copyright (C), 1988-1999, drvivermonkey. Co., Ltd.
File name:
Author: Driver Monkey
Version:
Mail:bo...
分类:
其他好文 时间:
2014-11-25 00:20:27
阅读次数:
164
冒烟测试:adb shell monkey -p -v android下单元测试:1.在AndroidManifest.xml文件中配置一下信息: 在manifest节点下: 在application节点下配置下面信息: 2.测试时, 定义一个类继承AndroidTes...
分类:
移动开发 时间:
2014-11-20 13:20:50
阅读次数:
248
Monkey是一个运行在Android设备或者虚拟机上的程序,它能随机模拟一系列用户的操作,点击,滑动,可以用它来做压力测试。...
分类:
移动开发 时间:
2014-11-19 22:25:46
阅读次数:
231
上次说要分享Monkey日志的自动分析脚本,这次贴出来分享一下,废话不多说,请看正文。
分类:
移动开发 时间:
2014-11-18 23:53:30
阅读次数:
338
类似于dp的思想
Monkey and Banana
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 7926 Accepted Submission(s): 4091
Problem Description
...
分类:
其他好文 时间:
2014-11-17 21:23:43
阅读次数:
159
1. 因为自己 一直想搭一个通信框架,觉得libevent 比较轻量级也好用,所以就研究了一下
wget http://monkey.org/~provos/libevent-1.4.13-stable.tar.gz
tar –xzvf libevent-1.4.13-stable.tar.gz
cd libevent-1.4.13-stable
./configure --prefi...
分类:
Web程序 时间:
2014-11-17 00:35:34
阅读次数:
289
今天在用爬虫时gevent报了AssertionError: Impossible to call blocking function in the event loop callback异常,很奇怪,难道是patch_socket惹的货,因为之前没有使用patch_socket是正常的,代码简化如下import urllib
import gevent
from gevent.monkey im...
分类:
其他好文 时间:
2014-11-12 16:40:58
阅读次数:
340