01:变量表中声明变量 首先我们要创建Variables表 List变量 @{database} 127.0.0.1 3306 Dict变量 ${user1} name=auto pw=sdfsdfsdf 使用变量文件 也可以使用python模块文件提供公共变量给RF使用,只需要直接定义变量就可以了 ...
分类:
编程语言 时间:
2020-04-15 10:59:35
阅读次数:
143
断言 - config: name: testcase description variables: {} - test: name: /api/get-token request: headers: Content-Type: application/json User-Agent: python ...
分类:
Web程序 时间:
2020-04-13 15:21:15
阅读次数:
97
解决办法: 来源:https://blog.csdn.net/wsf0001/article/details/103391810 1.进入命令窗口(Win + R),连接数据库 mysql -uroot -p,回车,输入密码,回车,输入:show variables like'%time_zone' ...
分类:
数据库 时间:
2020-04-08 19:10:42
阅读次数:
461
性能测试中如何定位慢查询? 1.输入命令:show variables like '%slow_query_log'; 查看慢查询日志是否打开 如果未打开通过命令:set global slow_query_log='ON'; 打开 2.通过命令:show variables like '%long ...
分类:
其他好文 时间:
2020-04-08 11:56:29
阅读次数:
117
unit1 06 断点调试与数据加密 1.运行:右键 -- Debug as -- Java Application 2.看什么:F6 》Debug,Variables,ForDemo,Console 3.step into:F5 step over:F6 step return:F7 resume ...
分类:
编程语言 时间:
2020-04-07 22:10:50
阅读次数:
105
变元活跃度计算模式有:VSIDS、基于历史出现时刻与当前冲突时刻距离等 有三个最小堆: // A priority queue of variables ordered with respect to the variable activity. Heap<VarOrderLt> order_hea ...
分类:
其他好文 时间:
2020-04-02 01:20:15
阅读次数:
90
The interface section contains statements for declaring data public and using data (data types, variables, function blocks, functions, programs). Tech ...
分类:
其他好文 时间:
2020-04-01 12:41:23
阅读次数:
96
MySQL [(none)]> show variables like '%timeout%'; + + + | Variable_name | Value | + + + | connect_timeout | 10 | | delayed_insert_timeout | 300 | | inn ...
分类:
数据库 时间:
2020-03-31 17:18:57
阅读次数:
74
https://www.cnblogs.com/hellangels333/p/8376177.html 参考位博主的文章,稍做改动 1.检查mysql数据库存放目录 mysql -u root -prootadmin #进入数据库 show variables like '%dir%'; #查看s ...
分类:
数据库 时间:
2020-03-31 14:38:32
阅读次数:
129
报错如下: ERROR 1819 (HY000): Your password does not satisfy the current policy requirements1临时修改方法 # mysql -uroot -ppassw0rd mysql> SHOW VARIABLES LIKE ' ...
分类:
数据库 时间:
2020-03-30 16:11:24
阅读次数:
295