67,550
社区成员




ftpclient.openServer(taskParam.getObjectInfo().getIp());
ftpclient.login(taskParam.getAttriValueByID(ObjPropDic.USER), taskParam
.getAttriValueByID(ObjPropDic.PASSWORD));
long start = System.currentTimeMillis();
//业务逻辑
long end = System.currentTimeMillis();
logger.info("上传耗时:"+ (end-start) + "毫秒");