神的脚步 发表于 2010-7-13 00:04:04

请问谁帮我翻译一下这段代码

public int action() throws Throwable {
      
        lr.start_transaction("test-1");

        logger.error("RZ|A|B|C|D|http://?wsdl|i=1|error001|test_1|appdex", new Exception());


        logger.error("HC|A|hctest|测试核查|2008-01-01 01:01:01|boolean|<boolean>");


        lr.end_transaction("test-1", lr.AUTO);

        lr.think_time(10);

RZ和HC是什么意思?

[ 本帖最后由 神的脚步 于 2010-7-13 00:05 编辑 ]

msnshow 发表于 2010-7-13 08:44:16

代码来源是?

ziheng198688 发表于 2010-7-13 10:25:28

同楼上啊,怎么看起来好像不是LR的脚本啊。

chengning 发表于 2010-7-13 11:23:01

:L

神的脚步 发表于 2010-7-21 22:58:08

应该是用.NET编写的。
页: [1]
查看完整版本: 请问谁帮我翻译一下这段代码