摘要: select count(distinct uid) from ib_user_settings; 参考: http://www.w3school.com.cn/sql/sql_distinct.asp 阅读全文
posted @ 2019-06-06 19:54 凯宾斯基 阅读(344) 评论(0) 推荐(0)
摘要: beanshell log日志设置、log日志输出 步骤: 1.从选项-勾选Log Viewer,打开调试窗口 2.选择显示log的等级 3.在脚本中加入要打引的log 如: log.info(‘日志’) beanshell 通用的语句 vars.get(String paramStr):获得变量值 阅读全文
posted @ 2019-06-06 11:54 凯宾斯基 阅读(6958) 评论(0) 推荐(0)
摘要: 参考文章1; Jmeter 运行 Python 代码进行 AK/SK 认证 (使用 OS Process Sampler) 思路是;jmeter调用shell,用shell执行py 参考文章2: Jmeter执行python脚本函数使用说明 jmeter-functions-execute-pyth 阅读全文
posted @ 2019-06-06 00:49 凯宾斯基 阅读(1694) 评论(0) 推荐(0)