- 浏览: 40572 次
- 性别:
- 来自: 杭州
文章列表
@Test
public void test_case_准备订单() throws Exception {
log.info(new Exception().getStackTrace()[0].getClassName());
log.info(new Exception().getStackTrace()[0].getMethodName());
setBuyerIdToThreadLocal();
long timeStart= System.currentTimeMillis();
for(int i=0;i<10000;i++){
//代码
/ ...
public void FileOutputStream(String str) throws Exception{
// File txt=new File("D:\\Documents and Settings\\bizOrdeId.txt");
// if(!txt.exists()){
// txt.createNewFile();
// }
// byte bytes[]=new byte[512];
// bytes=str.getBytes(); //
// int b=str.length(); //改
// FileOut ...