上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页
摘要: /* * 需要从数据库里获取 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 阅读(228) 评论(0) 推荐(0)
摘要: public void import9(){ TagImgFilter filter = new TagImgFilter();//更改的集合 filter.setEq_orgId("c1fa7ba875fa4c9a899e2787eb79e802"); filter.setEq_setId("d5e8f01a2e6649cf877eacd... 阅读全文
posted @ 2019-02-12 12:06 yangly 阅读(361) 评论(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 阅读(712) 评论(0) 推荐(0)
摘要: public void import6(){ TagImgFilter filter = new TagImgFilter(); filter.setEq_orgId("c1fa7ba875fa4c9a899e2787eb79e802"); filter.setEq_setId("69f98b9be4174842a101b211ae0058... 阅读全文
posted @ 2019-02-12 12:03 yangly 阅读(220) 评论(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 阅读(1493) 评论(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 阅读(349) 评论(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 阅读(363) 评论(0) 推荐(0)
摘要: public void import2(){ TagImgFilter filterTg = new TagImgFilter(); //ImgCaseFilter filterC = new ImgCaseFilter(); //ImgCenterFilter filterImc = new ImgCenterFilter(); ... 阅读全文
posted @ 2019-02-12 11:50 yangly 阅读(136) 评论(0) 推荐(0)
摘要: 安装pcre依赖库(http://www.pcre.org/) sudo apt-get updatesudo apt-get install libpcre3 libpcre3-dev 安装zlib依赖库(http://www.zlib.net) sudo apt-get install zlib 阅读全文
posted @ 2019-02-12 11:28 yangly 阅读(109) 评论(0) 推荐(0)
摘要: # -*- coding: utf-8 -*- """ Created on Tue Sep 11 18:50:42 2018 @author: LX """ import cv2 import os def data_eight_twentyfor(filedir,savedir,i): list=os.listdir(filedir) print(len(list)) ... 阅读全文
posted @ 2019-02-12 11:26 yangly 阅读(2511) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页