- 博客(12)
- 收藏
- 关注
原创 二维矩阵原地旋转90度算法
给定一个 n * n 的二维矩阵 matrix 表示一个图像。请你将图像顺时针旋转 90 度。你必须在 原地旋转图像,这意味着你需要直接修改输入的二维矩阵。请不要使用另一个矩阵来旋转图像。输入:matrix = [[1,2,3],[4,5,6],[7,8,9]]输出:[[7,4,1],[8,5,2],[9,6,3]]
2023-09-02 11:00:57
29
1
原创 Ubuntu系统apt安装目录内存扩展
板子磁盘空间有限,扩展的内存卡到开发板,有足够的空间但是文件目录空间不够,apt安装软件包空间不足。E:you don't have enough free space in /var/cache/apt/archives/.
2023-05-29 17:16:30
80
1
原创 Debian11(Bullseye)系统安装docker及启动失败问题解决
Debian11(Bullseye)系统安装docker及启动失败问题解决 failed to start daemon: Error initializing network controller: error obtainining network controller: error obtaining controller instance: failed to createAT chain DOCKER: iptables failed: iptables -t nat -N D OCKER:
2023-05-18 11:10:30
797
原创 解决libssl.so.1.1 libcrypto.so.1.1依赖问题
libssl.so.1.1 libcrypto.so.1.1依赖问题;报错/usr/bin/ld: warning: libssl.so.1.1, needed by /usr/local/lib/libonvifptz.so, not found/usr/bin/ld: warning: libcrypto.so.1.1, needed by /usr/local/lib/libonvifptz.so, not found
2023-04-29 17:40:04
2858
原创 linux下使用opencv中的waitKey()函数返回值255
linux下使用opencv中的waitKey()函数返回值255,if(waitKey(5)>=0) break; 无按键按下时waitKey(5)进入了if分支。
2023-04-27 10:43:47
86
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人