摘要: import lombok.extern.slf4j.Slf4j; @Slf4j public class LogExample { public void logInfoWithLineNumber(String...args) { try { throw new Exception(); } c 阅读全文
posted @ 2024-06-13 10:58 atom_lxh 阅读(1) 评论(0) 推荐(0) 编辑
摘要: from PIL import Image def comb(png1, png2, png3,png4,png5,style='horizontal'): img1, img2,img3, img4,img5= Image.open(png1), Image.open(png2) ,Image.o 阅读全文
posted @ 2024-06-11 12:52 atom_lxh 阅读(1) 评论(0) 推荐(0) 编辑
摘要: # 备注 项目使用的pnpm包管理 如你未安装pnpm 可以使用npm i -g pnpm 安装 # 克隆项目 git clone -b https://github.com/Slash214/SoloCove-TD.git # 进入项目目录 cd SoloCove-TD # 安装依赖 pnpm i 阅读全文
posted @ 2024-06-10 13:57 atom_lxh 阅读(2) 评论(0) 推荐(0) 编辑
摘要: package compiler.mydemo; import javax.tools.Diagnostic; import javax.tools.DiagnosticCollector; import javax.tools.FileObject; import javax.tools.Forw 阅读全文
posted @ 2024-06-09 16:47 atom_lxh 阅读(2) 评论(0) 推荐(0) 编辑
摘要: package 曲线拟合.fitting; import org.apache.commons.math3.fitting.PolynomialCurveFitter; import org.apache.commons.math3.fitting.WeightedObservedPoints; i 阅读全文
posted @ 2024-06-09 16:44 atom_lxh 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 怎么用javadoc和Doclet配合解析自己想要的注释(链接)。既然是一个工具,自然就要生成可执行的jar包。这貌似是一个很合理的要求,然后坑就来了。 a56爆大奖在线娱乐上篇说的是直接复制的tool.jar到lib包下面,添加进资源包就可以了,但是maven项目肯定不能这样做的,这样不规范。a56爆大奖在线娱乐在网上去搜索了too 阅读全文
posted @ 2024-06-08 19:57 atom_lxh 阅读(3) 评论(0) 推荐(0) 编辑
摘要: http://files.idi.ntnu.no/publish/plantuml/repository/ 阅读全文
posted @ 2024-06-05 21:25 atom_lxh 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 一、maven依赖 <dependency> <groupId>com.github.javaparser</groupId> <artifactId>javaparser-core</artifactId> <version>3.26.0</version> </dependency> 二、解析J 阅读全文
posted @ 2024-06-05 18:19 atom_lxh 阅读(2) 评论(0) 推荐(0) 编辑
摘要: @startuml autonumber participant Participant as Foo actor Actor as Foo1 boundary Boundary as Foo2 control Control as Foo3 entity Entity as Foo4 databa 阅读全文
posted @ 2024-06-05 17:40 atom_lxh 阅读(2) 评论(0) 推荐(0) 编辑
摘要: https://openjfx.cn/scene-builder/#download 阅读全文
posted @ 2024-06-03 20:20 atom_lxh 阅读(1) 评论(0) 推荐(0) 编辑