巴索罗米·杰

I hear – and I forget; I see – and I remember; I do – and I understand!

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2013年5月31日

摘要: 1、确定要使用Http+Socket协议进行通讯,不能确定的,可找程序核实。2、进入LoadRunner,选择Http、Sockets3、录制脚本。。。。。。4、Action lrs_create_socket("socket0", "TCP", "LocalHost=0", "RemoteHost=192.168.1.221:8001", LrsLastArg); lrs_send("socket0", "buf0", LrsLastArg); lrs_receive(&q 阅读全文
posted @ 2013-05-31 18:09 SeeGo 阅读(1939) 评论(0) 推荐(0)

摘要: 1、登陆form 1 <s:form name="login" action="login" method="post" theme="simple"> 2 <s:bean name="net.nw.vo.UserRoles" var="r" /> 3 <table> 4 <tr> 5 <td colspan="2"> 6 <s:actionmessage cssStyle="re 阅读全文
posted @ 2013-05-31 00:24 SeeGo 阅读(463) 评论(0) 推荐(0)