大纲 题目地址内容 解题代码地址 题目
地址
https://leetcode.com/problems/find-the-xor-of-numbers-which-appear-twice/description/
内容
You are given an array nums, where each number in the array appears either once or twice. Return the bitwise XOR of all …
Two-stage graph matching point cloud registration method based on graph attention network— 基于图注意力网络的两阶段图匹配点云配准方法
从两阶段点云配准方法中找一些图匹配的一些灵感。文章提出了两阶段图匹配点云配准网络(TSGM-Net) TSGM-Ne…
查询自己版本:
lsb_release -a bullseye可以理解为树莓派的系统代号(10,11,12都不同,一定要看好自己系统是什么版本)
查询架构
uname -a aarch64的地方就是代表系统架构的,我的是aarch64的架…
springdoc-openapi Java 库有助于使用 Spring Boot 项目自动生成 API 文档。springdoc-openapi 通过在运行时检查应用程序来根据 Spring 配置、类结构和各种注释推断 API 语义。 该库会自动生成 JSON/YAML 和 HTML 格式的页面文档。生成的文档可以使用swagger-api注释进行补充。…