2019年5月15日

验证非空

摘要: //js中 var _groupFieldModal = $("#groupFieldModal"), //jsp中的form表单id #groupFile_form var $form = $("#groupFile_form", _groupFieldModal); if($form.isVal 阅读全文

posted @ 2019-05-15 14:31 梦回太古 阅读(110) 评论(0) 推荐(0) 编辑

2019年5月13日

异步树异步处理

摘要: 恢复内容开始 恢复内容结束 阅读全文

posted @ 2019-05-13 18:01 梦回太古 阅读(315) 评论(0) 推荐(0) 编辑

2019年4月12日

JSONArray集合转list集合对象

摘要: 请求接口转list<对象> JSONObject obj = PostInterface.post(PostInterface.ServletName.activitiModel,"queryPlaceHolderList",new HashMap()).getJSONObject("SvcCont 阅读全文

posted @ 2019-04-12 17:01 梦回太古 阅读(10427) 评论(0) 推荐(0) 编辑

JSON类型的String转成List<String>

摘要: //接口中解析 JSON中string转List<String> List<String> pList = JSON.parseArray(svcCont4PlaceHolderReq.getMarksList(),String.class); 阅读全文

posted @ 2019-04-12 16:09 梦回太古 阅读(10819) 评论(0) 推荐(0) 编辑

导航