摘要: starUML安装与破解 安装包百度云: 链接:https://pan.baidu.com/s/1oF_DH7Xh6yun6fFUDB2H3w 密码:1z7e 破解步骤: 1. 首先打开你的starUML安装目录,并找到LicenseManagerDomain.js, starUML是用NodeJS 阅读全文
posted @ 2024-07-05 22:21 atom_lxh 阅读(112) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/hgy413/article/details/102546941?utm_medium=distribute.pc_relevant.none-task-blog-2~default~baidujs_baidulandingword~default-0-1 阅读全文
posted @ 2024-07-05 21:56 atom_lxh 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(2) 评论(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 阅读(13) 评论(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 阅读(4) 评论(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 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 怎么用javadoc和Doclet配合解析自己想要的注释(链接)。既然是一个工具,自然就要生成可执行的jar包。这貌似是一个很合理的要求,然后坑就来了。 我上篇说的是直接复制的tool.jar到lib包下面,添加进资源包就可以了,但是maven项目肯定不能这样做的,这样不规范。我在网上去搜索了too 阅读全文
posted @ 2024-06-08 19:57 atom_lxh 阅读(6) 评论(0) 推荐(0) 编辑
摘要: http://files.idi.ntnu.no/publish/plantuml/repository/ 阅读全文
posted @ 2024-06-05 21:25 atom_lxh 阅读(4) 评论(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 阅读(6) 评论(0) 推荐(0) 编辑