当我们项目启动的时候会报错
报错的信息:ERROR Error: The project seems to require yarn but it’s not installed.
解决的办法首先找到右边的文件夹,yarnlock
找打这个文件删除以后进行全局安装
npm install -g yarn
大纲 题目地址内容 解题代码地址 题目
地址
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的架…