最近在做性能测试对LR结果分析时,又碰到了关于summary里与平均事务响应时间中各交易的响应时间值不同的问题。在此做个记录。若交易中设置了思考时间,分析时需要注意查看是否过滤思考时间。设置是否包含的方法:view->summary filter中,有是否包含思考时间的过滤条件(LR11中是最后一项...
分类:
其他好文 时间:
2015-03-18 20:26:50
阅读次数:
560
我们知道GridView组件非常方便,会自动生成数据表格。table tr td神马的全自动生成的。但是如果想定制化稍微有点难度。比如想在某列td上应用样式。老写法是这样的 $dataProvider, 'layout' => "{items}\n{pager}\n{summary}...
分类:
其他好文 时间:
2015-03-17 20:05:04
阅读次数:
174
原文来自http://blog.zanlabs.com/2015/03/14/android-shortcut-summary/
将近二个多月没写博客了。
之前一段时间一直在搞红包助手,就没抽时间写博客,但写这个真的是很好玩。没想到居然在Android上实现模拟点击,从而实现自动抢红包,有兴趣的同学可以参考https://github.com/waylife/RedEnvelopeAssi...
分类:
移动开发 时间:
2015-03-16 23:13:18
阅读次数:
254
原文来自http://blog.zanlabs.com/2015/03/14/android-shortcut-summary/将近二个多月没写博客了。之前一段时间一直在搞红包助手,就没抽时间写博客,但写这个真的是很好玩。没想到居然在Android上实现模拟点击,从而实现自动抢红包,有兴趣的同学可以...
分类:
移动开发 时间:
2015-03-16 23:06:41
阅读次数:
228
设计人:刘莹QQ:799391984邮箱:lyying21@163.com电话:15301331993由于时间太短,做工粗糙还待改善游戏运行开始【开始游戏】开始游戏【倒计时出牌】点击【出牌】设计界面///<summary>///操作牌///</summary>privatevoidGetPuke(){i++;//出牌顺序控制变量intk=Ran..
分类:
其他好文 时间:
2015-03-12 15:29:47
阅读次数:
247
Why I choose to be a graduate student from an undergraduate student?It’s time to applying for internships. Recalling this time last year, how I beg fo...
分类:
其他好文 时间:
2015-03-06 21:57:16
阅读次数:
144
// Summary:
// Contains the values of status codes defined for HTTP.
public enum HttpStatusCode
{ // Summary: // Equivalent to HTTP status 100. System...
分类:
Web程序 时间:
2015-03-04 16:04:27
阅读次数:
169
usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Windows.Forms;namespaceMyWebBrowser{staticclassProgram{///<summary>///应用程序的主入口点。///</summary>[STAThread]staticvoidMain(){//获得当前登录的Windows用户标示System.Sec..
Combination Sum I 那道题的变体 1 /* 2 * Complete the function below. 3 */ 4 5 static int is_score_possible(int score, int[] increments) { 6 A...
分类:
系统相关 时间:
2015-02-27 13:28:23
阅读次数:
341
一、list命令 1. List 当前RMAN所备份的数据库: 1.1. list backup summary; --概述可用的备份 list incarnation;--汇总查询 --如果备份文件多的话多用这两个list命令可以对备份文件有个总体了解。 B 表示backup A 表示Archiv...
分类:
其他好文 时间:
2015-02-27 09:57:03
阅读次数:
131