Datagrid???????妗�???????
???????????? ???????[ 2015/7/15 9:24:01 ] ??????????????????
???????????????json??????????????????“@”??????????json???????????
???????????????????????????????????????????????写??????????????json?????????????
public static <T> T transferFromJsonObject(Class<T> clazz??
JSONObject jsonObject) {
T t = null;
try {
t = clazz.newInstance();
Field[] fields = clazz.getDeclaredFields();
for (Field field : fields) {
field.setAccessible(true);
Object value;
if ((value = jsonObject.get(field.getName())) != null
&& StringUtils.isNotEmpty((String) value)) {
if (field.getType() == Date.class) {
SimpleDateFormat format = new SimpleDateFormat(
"yyyy-MM-dd");
value = format.parse((String) value);
} else if (field.getType() == Integer.class) {
value = Integer.parseInt((String) value);
} else if (field.getType() == Double.class) {
value = Double.parseDouble((String) value);
}
field.set(t?? value);
}
}
} catch (Exception e) {
e.printStackTrace();
}
return t;
}
??????????????????????????????~
???????????????????????婕�???????????????????SPASVO小??(021-61079698-8054)?????????????????????????
??????
??????????????????Bug???????????????????????纬?????????????????????????????????????????????卸??????????????????????????????????????????些????谓??????????????????械???????????????????效????????????????????????ALM(??????????????)???????-??????????ALM(??????????????)???????-???????????ALM(??????????????)???????-?????????谩????????ALM(??????????????)???????-????????????Bug????????????????????????????????????????????????JIRA??????????????????????????????
???路???
??????????????????
2023/3/23 14:23:39???写?貌??????????
2023/3/22 16:17:39????????????????????些??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???路???????路
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11????????
?????????App Bug???????????????????????Jmeter?????????QC??????APP????????????????app?????械????????jenkins+testng+ant+webdriver??????????????JMeter????HTTP???????Selenium 2.0 WebDriver ??????