摘要: maven依赖 <dependency> <groupId>com.itextpdf</groupId> <artifactId>html2pdf</artifactId> <version>3.0.2</version> </dependency> <dependency> <groupId>co 阅读全文
posted @ 2024-09-12 16:21 闲人不乱跑 阅读(275) 评论(0) 推荐(0) 编辑
摘要: @Aspect@Slf4j@Component@Order(-99)public class LogHandler { public static Map<String, AtomicInteger> nm = new ConcurrentHashMap(); @Value("${aop.log.n 阅读全文
posted @ 2024-08-22 11:10 闲人不乱跑 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 目录1. rust编译环境的安装 2. 交叉编译的设置 3. cross工具的安装 4. docker的安装 5. Cargo.toml文件的修改 6. 编译 前言(可跳过)某rust项目仓库,预编译的可执行文件未加入某一特性(在仓库主页有说明该可选项),现欲加入该特性。注意目标平台为arm64(a 阅读全文
posted @ 2023-03-01 09:27 闲人不乱跑 阅读(1480) 评论(0) 推荐(0) 编辑
摘要: import io.swagger.annotations.ApiOperation; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configur 阅读全文
posted @ 2021-11-03 16:36 闲人不乱跑 阅读(494) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示