摘要: @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) 编辑
摘要: <!DOCTYPE NETSCAPE-Bookmark-file-1><!-- This is an automatically generated file. It will be read and overwritten. DO NOT EDIT! --><META HTTP-EQUIV="Co 阅读全文
posted @ 2019-10-14 11:32 controlV 阅读(3392) 评论(0) 推荐(0) 编辑
摘要: 一、背景 项目提供公众号商城集成,在公众号里进行商品的购买,并与多家公众号合作增加渠道流量。 。 二、实现 有关微信公众号、商户号的开通与支付绑定不细说 从背景里可知,我们需要实现多个公众号购买向同一个公众号付钱的功能,微信api地址: https://pay.weixin.qq.com/wiki/ 阅读全文
posted @ 2019-02-20 15:56 controlV 阅读(4381) 评论(0) 推荐(0) 编辑