摘要:
maven依赖 <dependency> <groupId>com.itextpdf</groupId> <artifactId>html2pdf</artifactId> <version>3.0.2</version> </dependency> <dependency> <groupId>co 阅读全文
摘要:
@Aspect@Slf4j@Component@Order(-99)public class LogHandler { public static Map<String, AtomicInteger> nm = new ConcurrentHashMap(); @Value("${aop.log.n 阅读全文
摘要:
目录1. rust编译环境的安装 2. 交叉编译的设置 3. cross工具的安装 4. docker的安装 5. Cargo.toml文件的修改 6. 编译 前言(可跳过)某rust项目仓库,预编译的可执行文件未加入某一特性(在仓库主页有说明该可选项),现欲加入该特性。注意目标平台为arm64(a 阅读全文
摘要:
import io.swagger.annotations.ApiOperation; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configur 阅读全文