随笔分类 -  插件

插件源码和使用方法
摘要:<?xml version="1.0" encoding="gbk" ?><html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="Content-Type" content="text/html; charset=gbk 阅读全文
posted @ 2018-09-28 13:48 袋子里的袋鼠 阅读(822) 评论(0) 推荐(0)
摘要:<!-- jfreechart begin --> <dependency> <groupId>jfree</groupId> <artifactId>jcommon</artifactId> <version>1.0.23</version> </dependency> <dependency> 阅读全文
posted @ 2017-06-26 16:23 袋子里的袋鼠 阅读(1935) 评论(0) 推荐(0)
摘要:<dependency> <groupId>com.lowagie</groupId> <artifactId>itext</artifactId> <version>2.1.7</version></dependency><dependency> <groupId>com.lowagie</gro 阅读全文
posted @ 2017-06-26 15:55 袋子里的袋鼠 阅读(1139) 评论(0) 推荐(0)
摘要:<dependency> <groupId>com.lowagie</groupId> <artifactId>itext</artifactId> <version>4.2.0</version></dependency><dependency> <groupId>com.itextpdf</gr 阅读全文
posted @ 2017-06-26 15:37 袋子里的袋鼠 阅读(1235) 评论(0) 推荐(0)
摘要:下载DataTables插件HTML部分: 1.自定义搜索框 物料名称:<input type="text" id="ma_name" >数量:<input type="text" id="min" >——<input type="text" id="max" > 2.定义table,使用js生成D 阅读全文
posted @ 2017-02-24 16:48 袋子里的袋鼠 阅读(764) 评论(0) 推荐(0)
摘要:/******************************************************************************** 异步上传文件,兼容IE8,火狐和谷歌可用,如果支持h5则使用h5* 实现单个多次上传不刷新* @author 柳伟伟 <70229539 阅读全文
posted @ 2017-02-13 17:52 袋子里的袋鼠 阅读(320) 评论(0) 推荐(0)
摘要:jQuery.extend({ createUploadIframe: function(id, uri) { //create frame var frameId = 'jUploadFrame' + id; if(window.ActiveXObject) { var io = document 阅读全文
posted @ 2017-02-13 17:45 袋子里的袋鼠 阅读(981) 评论(0) 推荐(0)