摘要: 一、导入的依赖 <dependency> <groupId>com.lowagie</groupId> <artifactId>itext</artifactId> <version>2.1.7</version></dependency><dependency> <groupId>com.itex 阅读全文
posted @ 2022-03-04 21:53 올드보이 阅读(75) 评论(0) 推荐(0)
摘要: 一、后端代码 SysDicData sysDicData = new SysDicData();sysDicData.setDicValue(-1);sysDicData.setDicType("sys_question_type");sysDicData.setDicPid(-1);SysDicD 阅读全文
posted @ 2022-03-03 16:17 올드보이 阅读(545) 评论(0) 推荐(0)
摘要: 一.下拉框选中<div class="layui-form-item "> <label class="layui-form-label ">部门名</label> <div class="layui-input-block" style="width: 200px"> <select name=" 阅读全文
posted @ 2022-01-12 15:28 올드보이 阅读(127) 评论(0) 推荐(0)
摘要: 导入的依赖: <!-- 图片缩略图 --><dependency> <groupId>net.coobird</groupId> <artifactId>thumbnailator</artifactId> <version>0.4.8</version></dependency>相关的前端代码 < 阅读全文
posted @ 2022-01-11 14:00 올드보이 阅读(75) 评论(0) 推荐(0)