Fork me on GitHub

02 2021 档案

摘要:CLSID clsid 加密 在文件夹后面加上 .{20d04fe0-3aea-1069-a2d8-08002b30309d} 我的电脑 {20D04FE0-3AEA-1069-A2D8-08002B30309D} 我的文档 {450D8FBA-AD25-11D0-98A8-0800361B1103 阅读全文
posted @ 2021-02-10 11:25 秋夜雨巷 阅读(301) 评论(0) 推荐(0)
摘要:itext5.5.6根据pdf模板生成PDF文件 阅读全文
posted @ 2021-02-07 11:46 秋夜雨巷 阅读(1613) 评论(0) 推荐(0)
摘要:Itext 官网 Maven坐标 <properties> <itextpdf.version>5.5.6</itextpdf.version> </properties> <dependencies> <dependency> <groupId>com.itextpdf</groupId> <ar 阅读全文
posted @ 2021-02-07 11:44 秋夜雨巷 阅读(2887) 评论(0) 推荐(2)
摘要:插件 zoom.js 原生 html <%--图片放大框--%> <%--外层为一层全屏透明黑色,并且在其他层上面--%> <div id="outerdiv" style="position:fixed;top:0;left:0;background:rgba(0,0,0,0.7);z-index 阅读全文
posted @ 2021-02-03 10:46 秋夜雨巷 阅读(164) 评论(0) 推荐(0)
摘要:html type="file"指定input为文件选择框,accept="image/*"表示文件框可以选择图片,multiple表示可以选择多个文件。 <input id="upload" type="file" accept="image/*,audio/*,video/*" multiple 阅读全文
posted @ 2021-02-02 19:57 秋夜雨巷 阅读(2119) 评论(0) 推荐(0)