上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 18 下一页
摘要: mysql运行show master status; 命令 查看binlog文件 如 mysql-bin.000020 运行 命令 mysqlbinlog --no-defaults --database=数据库名称 --start-datetime="2020-01-01 00:00:00" -- 阅读全文
posted @ 2021-06-22 10:01 qwer78 阅读(34) 评论(0) 推荐(0)
摘要: 套红的方法 签章: import com.deepoove.poi.XWPFTemplate; import com.deepoove.poi.xwpf.NiceXWPFDocument; import lombok.extern.slf4j.Slf4j; import org.apache.poi 阅读全文
posted @ 2021-05-11 14:44 qwer78 阅读(864) 评论(0) 推荐(0)
摘要: 因为jar运行部署后无法获取内部文件路径,所以不能使用path InputStream resourceAsStream = new ClassPathResource("files/official_doc_model.docx").getInputStream(); 阅读全文
posted @ 2021-04-20 09:34 qwer78 阅读(382) 评论(0) 推荐(0)
摘要: zip4j源码地址 <dependency> <groupId>net.lingala.zip4j</groupId> <artifactId>zip4j</artifactId> <version>2.7.0</version> </dependency> import java.io.*; im 阅读全文
posted @ 2021-04-13 09:58 qwer78 阅读(225) 评论(0) 推荐(0)
摘要: 基于win10 环境 Virtual Serial Port Driver Pro 开通两个虚拟串口 打开串口调试助手 代码逻辑 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4. 阅读全文
posted @ 2021-04-07 10:16 qwer78 阅读(908) 评论(0) 推荐(0)
摘要: 如 字段 detail_data 值 类型: [{“name”: “技术活动名称”, “value”: “活动1”}, {“name”: “计划评审时间”, “value”: “2021-03-20”}, {“name”: “项目名称”, “value”: “修改编辑时的选人问题”}, {“name 阅读全文
posted @ 2021-03-08 19:17 qwer78 阅读(1520) 评论(0) 推荐(0)
摘要: 1. 先创建红头模板 注意 {{num}} {{user}} 参数位置 2. 公文的文件地址 3. 方法 <dependency> <groupId>com.deepoove</groupId> <artifactId>poi-tl</artifactId> <version>1.9.1</vers 阅读全文
posted @ 2021-01-06 16:47 qwer78 阅读(1355) 评论(0) 推荐(0)
摘要: 1. 先创建红头模板 注意${num} ${user} 参数位置 2. 公文的文件地址 3. 方法 import org.apache.commons.io.IOUtils; import org.apache.poi.ooxml.POIXMLDocument; import org.apache. 阅读全文
posted @ 2021-01-06 16:40 qwer78 阅读(716) 评论(1) 推荐(2)
摘要: /** * 获取指定日期 的 零点时间戳 * * @param date 日期。如 "2020-04-12" * @return 时间戳 毫秒 */ public static Long getStartOfToday(String date) { if (StringUtils.isEmpty(d 阅读全文
posted @ 2020-12-10 15:08 qwer78 阅读(1037) 评论(0) 推荐(0)
摘要: 依赖 <!-- jpa --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> </dependency> <!-- H2 - 阅读全文
posted @ 2020-11-26 18:12 qwer78 阅读(406) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 18 下一页