题目描述: 本道题的思路可以使用集合先存储链表的值,然后进行判断即可。 总体思路比较简单。 代码实现:
class Solution {public boolean isPalindrome(ListNode head) {List<Integer> res new ArrayList();ListNode cur head;whil…
目录
1 build and install library
1.1 报错 Cannot found LIB_NVBUF
2 patch ffmpeg and build
参考文献: 1 build and install library
git clone https://github.com/Keylost/jetson-ffmpeg.git
cd jetson-ffmpeg
mkdir build
cd build
cmake ..
make
sudo make insta…
执行命令:rpm -evh percona-release-1.0-29.noarch
报错信息:
mv: cannot stat ‘/etc/yum.repos.d/percona-telemetry-release.repo’: No such file or directory
error: %preun(percona-release-1.0-29.noarch) scriptlet failed, exit status 1
…