上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 47 下一页

2015年7月16日

摘要: echo. >> %WINDIR%\system32\drivers\etc\hosts & echo xxx.xxx.xxx.xx test_host >> %WINDIR%\system32\drivers\etc\hosts 阅读全文
posted @ 2015-07-16 12:34 张缤分 阅读(414) 评论(0) 推荐(0)
摘要: @echo offset sourcePath=D:\DOAutomationTest\automation_do_ma_soapui\TestResult\PAset targetPath=\\szotwin2k801\AutomationReport\PAset directoryName=%d... 阅读全文
posted @ 2015-07-16 11:29 张缤分 阅读(369) 评论(0) 推荐(0)
摘要: 在命令行窗口输入“shutdown -s”, 关闭远程计算机在命令行窗口输入“shutdown -r”, 重新启动远程计算机 阅读全文
posted @ 2015-07-16 10:06 张缤分 阅读(670) 评论(0) 推荐(0)

2015年7月15日

摘要: set reportPath=D:\AutomationReportcd /d %reportPath%forfiles /p %reportPath% /s /m *.xml /d -7 /c "cmd /c del /f @path">nul 2>nulfor /f "tokens=*" %%a... 阅读全文
posted @ 2015-07-15 17:32 张缤分 阅读(556) 评论(0) 推荐(0)

2015年7月14日

摘要: import com.eviware.soapui.support.GroovyUtilsimport com.eviware.soapui.support.XmlHolderimport org.w3c.dom.Nodeimport org.apache.commons.lang.StringUt... 阅读全文
posted @ 2015-07-14 11:18 张缤分 阅读(399) 评论(0) 推荐(0)
摘要: import org.apache.poi.ss.util.*XSSFWorkbook workbook = new XSSFWorkbook()XSSFSheet sheet = workbook.createSheet(sheetName)sheet.setAutoFilter(CellRang... 阅读全文
posted @ 2015-07-14 09:38 张缤分 阅读(445) 评论(0) 推荐(0)

2015年7月10日

摘要: import static java.lang.Math.* import java.text.NumberFormatimport java.awt.Colorimport com.eviware.soapui.support.GroovyUtilsimport com.eviware.soap... 阅读全文
posted @ 2015-07-10 18:10 张缤分 阅读(430) 评论(0) 推荐(0)
摘要: import java.text.NumberFormat;//获取格式化对象NumberFormat format = NumberFormat.getPercentInstance();//设置百分数精确度2即保留两位小数format.setMinimumFractionDigits(2);//... 阅读全文
posted @ 2015-07-10 17:46 张缤分 阅读(880) 评论(0) 推荐(0)
摘要: 可以按照如下设置创建冻结窗口。sheet.createFreezePane( 3, 2, 3, 2 ); 前两个参数是你要用来拆分的列数和行数。后两个参数是下面窗口的可见象限,其中第三个参数是右边区域可见的左边列数,第四个参数是下面区域可见的首行。// 冻结第一行sheet.createFr... 阅读全文
posted @ 2015-07-10 17:16 张缤分 阅读(3129) 评论(0) 推荐(1)
摘要: 1. 获取TP和Live的xml response2. 以其中一个数据点 ticker 为基准进行比较,ticker相同才进行比对3. 从外部文件读取各个数据点允许的偏差值,偏差范围以内的不同认为是正常4. API中的数据点提供的是Data ID, 而用户希望错误日志以UI上的Data Name进行... 阅读全文
posted @ 2015-07-10 14:48 张缤分 阅读(311) 评论(0) 推荐(0)
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 47 下一页

导航