摘要:
查看sqlserver被锁的表: select request_session_id spid,OBJECT_NAME(resource_associated_entity_id) tableName from sys.dm_tran_locks where resource_type='OBJEC 阅读全文
摘要:
1.搭建环境,安装以下工具 JDK:jdk1.7.0_79 Ant:apache-ant-1.9.7 Jmeter: apache-jmeter-3.0 Jenkins: jenkins-1.651.1 2.本地调试使用ant构建运行Jmeter,并且生成jtl、Html报告; 将apache-jm 阅读全文
该文被密码保护。 阅读全文
摘要:
使用jmeter测试java协议脚本时要注意以下几点: 1. jar包的方式路径一定是这样,否则可能会出现诡异问题: apache-jmeter -- lib —— 脚本依赖的包放在这里 -- ext —— 自己开发脚本(jar文件)放在这里 2. jmeter/lib目录下本身有很多jar包,所以 阅读全文
摘要:
1.jdk问题解决:jdk配置参考:http://blog.csdn.net/superit401/article/details/72847110 2.build path:项目右键——Build Path——Config Build Path...——重点看Libraries标签页,JRE的版本 阅读全文
摘要:
乱码!Eclipse 的控制台console必须用GBK编码。 Eclipse 的控制台必须用GBK编码。所以条件1和条件4必须同时满足否则运行的还是乱码。才能保证不是乱码。 条件1,Window | Preferences | Workspace | Text file encoding | GB 阅读全文
摘要:
一、打开Eclipse,新建一个maven项目,打开pom.xml 1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 2 xsi:sch 阅读全文
安装 pywin32-218.win32-py2.7.exe 报错python version 2.7 required,which was not found in the registry解决方案
摘要:
随便在一个盘下 新建register.py的文件,内容如下: # # script to register Python 2.0 or later for use with win32all # and other extensions that require Python registry se 阅读全文
摘要:
1.打开ride.py的属性,修改打开方式 阅读全文