LoadRunner测试结果分析之我见
上述测试过程的重点在于事务,而LoadRunner生成的测试结果图并不局限于事务上,其中还有是关于Vusers、Errors、Web Resources、Web
Page diagnostics的测试图。1.对于Vusers的测试图有3种:Running V....
分类:
其他好文 时间:
2014-05-24 06:09:56
阅读次数:
347
当复制中断的时候,我们常用的方法是跳过错误,比如SET GLOBAL
SQL_SLAVE_SKIP_COUNTER
=1或者直接slave-skip-errors=1062,这样确实解决了问题,恢复了复制。但是久而久之主从数据相差就很大了。对于复制正常以后,我们还需要使用pt-table-check...
分类:
其他好文 时间:
2014-05-18 01:10:47
阅读次数:
404
在Eclipse中,出现“Access Restriction: The Type BASE64Encoder Is Not Accessible
Due To Restriction”错误。
解决方法:
点击Window-->Preferences-->Java-->Compiler-->Errors/Warns,设置Deprecated And Restri...
分类:
数据库 时间:
2014-05-15 05:22:58
阅读次数:
265
系统配置的yum源是163的镜像站,本来想用lsb_release命令查看一下系统的版本等信息,结果显示没有此命令,那就安装其相关软件包吧,用yum-yinstallredhat-lsb相依属性列出了40个软件包,本来没想安装这么多,愣了个神还没有按y键呢系统自己就莫名其妙又继续了,继续就继续吧,..
分类:
其他好文 时间:
2014-05-10 04:01:38
阅读次数:
649
nginx-404与fastcgi_intercept_errors指令fastcgi_intercept_errors语法:fastcgi_intercept_errors
on|off默认值:fastcgi_intercept_errors off使用字段:http, server, locat...
分类:
其他好文 时间:
2014-05-10 03:20:15
阅读次数:
270
It occurred to me suddenly that I wanted to program the our camera sensor for PC desktop, just like the one purchased from shop, which can make the video recording. Finally although the result seemed
...
分类:
其他好文 时间:
2014-05-09 14:58:02
阅读次数:
373
某个应用正在锁定该表或者包表为select
b.SID,b.SERIAL#,c.SQL_TEXTfrom v$locked_object a, v$session b, v$sqlarea cwhere
a.SESSION_ID = b.SIDand b.SQL_ADDRESS = c.ADDRES...
分类:
其他好文 时间:
2014-05-09 11:06:57
阅读次数:
413
使用Axis2 Code Generator生成客户端代码到最后生成代码过程中报错,An
error occurred while completing process
-java.lang.reflect.InvocationTargetException解决办法如下:下载backport-uti...
分类:
系统相关 时间:
2014-05-08 15:13:57
阅读次数:
406
Sys.Application.add_load(function() {
var form = Sys.WebForms.PageRequestManager.getInstance()._form;
form._initialAction = form.action = window.location.href;
});
if (!documen...
分类:
Web程序 时间:
2014-05-06 23:36:38
阅读次数:
408
1.在AndroidSDKToolr19之后,Export的时候遇到xxxisnottranslatedinyyy,zzz的问题。例如说"auto_exit"isnottranslatedinzh,zh_CN.这是因为AndroidSDKTool將ANDROID_LINT_COMPLETE_REGIONS改为了需要检查。临时解决方法:Eclipse>Preference>Android>LintErrorChecking..
分类:
系统相关 时间:
2014-05-06 20:12:38
阅读次数:
479