上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页
摘要: public void import12(){ List> mapList=new ArrayList>(); Map mapInfo=new HashMap(); ImgCaseFilter imgCaseFilter=new ImgCaseFilter(); List imgCases=imgCaseService.se... 阅读全文
posted @ 2019-02-12 12:10 yangly 阅读(266) 评论(0) 推荐(0)
摘要: public void import11(){ String path="D:\\北体检阴阳性整标1116\\yinbox"; TagImgFilter tageImgFilter=new TagImgFilter(); tageImgFilter.setEq_setId("2367ff90d4ce495ca7c55fbd87683691"... 阅读全文
posted @ 2019-02-12 12:08 yangly 阅读(250) 评论(0) 推荐(0)
摘要: public void import10(){ TagImgFilter filter = new TagImgFilter();//更改的集合 filter.setEq_orgId("c1fa7ba875fa4c9a899e2787eb79e802"); filter.setEq_setId("d5e8f01a2e6649cf877eac... 阅读全文
posted @ 2019-02-12 12:08 yangly 阅读(4267) 评论(0) 推荐(0)
摘要: public void import9(){ TagImgFilter filter = new TagImgFilter();//更改的集合 filter.setEq_orgId("c1fa7ba875fa4c9a899e2787eb79e802"); filter.setEq_setId("d5e8f01a2e6649cf877eacd... 阅读全文
posted @ 2019-02-12 12:06 yangly 阅读(358) 评论(0) 推荐(0)
摘要: /* * 需要从数据库里获取 from tag_img tg LEFT JOIN img_center imc ON * tg.img_md5=imc.img_md5 left join img_case c on imc.case_id=c.id * * where c.source_id='3f8b081edd0c4060805bf6a077... 阅读全文
posted @ 2019-02-12 12:06 yangly 阅读(227) 评论(0) 推荐(0)
摘要: public void import7(){ List> list = jdbcTemplate .queryForList("SELECT img_md5,tag_json FROM tag_img WHERE type_id='ff4dfd4ba7d949958b3d630a90fcca75' and... 阅读全文
posted @ 2019-02-12 12:05 yangly 阅读(704) 评论(0) 推荐(0)
摘要: public void import6(){ TagImgFilter filter = new TagImgFilter(); filter.setEq_orgId("c1fa7ba875fa4c9a899e2787eb79e802"); filter.setEq_setId("69f98b9be4174842a101b211ae0058... 阅读全文
posted @ 2019-02-12 12:03 yangly 阅读(216) 评论(0) 推荐(0)
摘要: public void import5(){ //解析xlsx文件 String path="E:\\bbox_list.xlsx"; Map>> columnMap = null; try { Workbook wb = new XSSFWorkbook(new FileInputStream(n... 阅读全文
posted @ 2019-02-12 12:02 yangly 阅读(1490) 评论(0) 推荐(0)
摘要: public class FolderUtil { List list = new ArrayList(); public List refreshFileList(String strPath) { File dir = new File(strPath); File[] files = dir.listFiles(); ... 阅读全文
posted @ 2019-02-12 12:00 yangly 阅读(347) 评论(0) 推荐(0)
摘要: public class FolderUtil { /** * @param path * @return * 得到目录下的文件 */ public List getDirectoryFile(String path){ List retList=new ArrayList(); File dir = n... 阅读全文
posted @ 2019-02-12 11:55 yangly 阅读(360) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页