摘要: @Slf4j@Controllerpublic class ExportPPTController { private static final String REQ_FILES = "files"; private static final String REQ_DATA = "data"; pr 阅读全文
posted @ 2020-03-30 18:33 controlV 阅读(292) 评论(0) 推荐(0) 编辑
摘要: @Configuration@Getterpublic class PPTConf { @Value("${ppt.template.folder}") private String templateFolder; @Value("${chrome.driver.path}") private St 阅读全文
posted @ 2020-03-30 18:32 controlV 阅读(209) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-03-30 15:50 controlV 阅读(1) 评论(0) 推荐(0) 编辑
摘要: /** * @Description * @Author * @Date 2019-10-17 17:07 */@Getter@Setterpublic class PPTReport implements Serializable { /** * ppt长度 */ private int pptW 阅读全文
posted @ 2020-03-30 15:49 controlV 阅读(156) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-03-30 15:47 controlV 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-03-30 15:46 controlV 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-03-30 15:45 controlV 阅读(0) 评论(0) 推荐(0) 编辑
摘要: @Getter@Setter@AllArgsConstructorpublic class Anchor extends BaseModel { /** * x轴 */ private double x; /** * y轴 */ private double y; /** * 长度 */ priva 阅读全文
posted @ 2020-03-30 15:42 controlV 阅读(194) 评论(0) 推荐(0) 编辑