一、为什么需要智能指针 下面我们先分析一下下面这段程序有没有什么内存方面的问题?提示一下:注意分析MergeSort 函数中的问题。 int div()
{int a, b;cin >> a >> b;if (b 0)throw invalid_argument("除0错误");return a / b;
}…
题目描述: 本道题的思路可以使用集合先存储链表的值,然后进行判断即可。 总体思路比较简单。 代码实现:
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
…