loadrunner学习笔记-02集合点
集合点函数可以帮助我们生成有效可控的并发操作。虽然在Controller中多用户负载的Vuser是一起开始运行脚本的,但是由于计算机的串行处理机制,脚本的运行随着时间的推移,并不能完全达到同步。这个时候需要手工的方式让用户在同一时间点上进行操作来测试系...
分类:
其他好文 时间:
2014-05-17 00:49:34
阅读次数:
286
QPainter::begin: Paint device returned engine
== 0, type: 2QPainter::setCompositionMode: Painter not activeQPainter::end:
Painter not active, aborted一...
分类:
其他好文 时间:
2014-05-17 00:14:44
阅读次数:
479
今天写一个测试demo,遇到如下问题:Error
Domain=ASIHTTPRequestErrorDomain Code=5 "Unable to create request (bad url?)"
UserInfo=0x69ba0f0 {NSLocalizedDescription=Unab...
分类:
其他好文 时间:
2014-05-16 22:19:42
阅读次数:
310
Error log:Problem
Description-------------------1.Prepare DatabaseRun the RCU utilityCreate
Prefix: DEVSelect:IdentityManagement->Oracle Adaptive Acce...
分类:
其他好文 时间:
2014-05-16 21:18:44
阅读次数:
426
转自:http://blog.csdn.net/zlpdaisy/article/details/6134314用Runtime.getRuntime().exec()方法执行Linux的一个Shell脚本时,报Cannot
run program "./script/abc.sh": java.i...
分类:
编程语言 时间:
2014-05-16 20:18:10
阅读次数:
765
yanzhihong@yzh:~/nook3$ file noogie.img
noogie.img: x86 boot sector; partition 1: ID=0xc, active, starthead 1,
startsector 32, 155616 sectors, code of...
分类:
其他好文 时间:
2014-05-16 08:31:35
阅读次数:
236
在“电商”类项目中再点击进入下一个界面的时候,需要自定义导航栏左侧的按钮,此时不需要在每个controller里面设置leftBarButtonItem,只需要写一个继承UINavigationController,里面的代码如下:
分类:
其他好文 时间:
2014-05-16 06:15:52
阅读次数:
261
iOS终端请求服务端数据时,为了保证数据安全,我们一般会使用https协议加密,而对于iOS的网络编程,我们一般会使用开源框架:ASIHTTPRequest,但是如果使用传统的http方式,即使忽略验证的话,程序也会报[error-9844]的错误,具体错误如下描述:【Error
Domain=AS...
分类:
移动开发 时间:
2014-05-15 16:21:22
阅读次数:
340
最近把系统换成ubuntu14.04的了,在安装Qt后,我运行了里面的一个示例,发现编译有错:
其实我以前就遇到过这个问题,我当时给我的朋友写了一封邮件,他告诉我说是因为系统中没有安装OpenGL库导致的,所以我们要安装OpenGL库及其工具:
这个是他当时给我回的邮件,我发现我现在的系统中没有最后一个软件,可能是因为新系统换了比较新的软件源的关系吧。我的做法是运行这个命令
zhiniaob...
分类:
其他好文 时间:
2014-05-13 15:34:43
阅读次数:
272
今天用到图上验证码的功能,在网上找到ThinkPHP的以下代码: Public function verify(){
import('think.Image');
Image::buildImageVerify();
}添加到Controller中,通过地址“http://localhost/index.php/passport/index/verify”来访问,却提示以下错误:Cla...
分类:
Web程序 时间:
2014-05-13 14:43:19
阅读次数:
449