12 2018 档案
摘要:/** * 截取视频第0帧的图片 */public static void videoImage(String filePath, String fileName,int widthdist, int heightdist) throws FrameGrabber.Exception { File
阅读全文
摘要:public static void uploadImg(InputStream file, String filePath, String fileName, int widthdist, int heightdist) throws Exception { File targetDir = ne
阅读全文
摘要:$(function () { $('#exampleTable').on('uncheck.bs.table check.bs.table check-all.bs.table uncheck-all.bs.table',function(e,rows){ var datas = $.isArra
阅读全文
摘要:$("#jstree").on("loaded.jstree", function (event, data) { var n = 0; var root = data.instance.get_node(event.target.firstChild.firstChild.lastChild);
阅读全文
摘要:ps:需要先下载e-smart-zoom-jquery.js到本地
阅读全文
摘要:#1.创建临时表 CREATE TEMPORARY TABLE tmp_t select id from table where id not in (select max(id) from table group by mc,dz); #2.删除重复记录 delete from table whe
阅读全文