上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 37 下一页
摘要: 问题:C语言编程问题,incompatible type for argument 1 of '函数名' 解答:函数变量前加个引用符号 & 阅读全文
posted @ 2024-01-10 16:50 starc再起航 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 问题: -bash: ./build.sh: /bin/sh^M: bad interpreter: No such file or directory 需要使用VIM设置文件格式set ff=unix 【参考链接】https://blog.csdn.net/qq_32077121/article/ 阅读全文
posted @ 2024-01-09 17:43 starc再起航 阅读(17) 评论(0) 推荐(0) 编辑
摘要: #!/bin/sh # usb switcher echo 12 > /sys/class/gpio/export echo out > /sys/class/gpio/gpio12/direction echo 1 > /sys/class/gpio/gpio12/value sleep 1 阅读全文
posted @ 2024-01-08 14:55 starc再起航 阅读(29) 评论(0) 推荐(0) 编辑
摘要: C语言设计模式 1.工厂模式 C++设计模式 1.工厂模式 参考链接 【C语言实现设计模式】https://zhuanlan.zhihu.com/p/392882378 【设计模式】https://www.runoob.com/design-pattern/design-pattern-tutori 阅读全文
posted @ 2024-01-07 11:58 starc再起航 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 方法一 【git restore 和 git restore --staged】https://blog.csdn.net/u013493841/article/details/104451987 方法二 【need merge】https://deepinout.com/git/git-quest 阅读全文
posted @ 2024-01-06 17:54 starc再起航 阅读(33) 评论(0) 推荐(0) 编辑
摘要: LIBRARY_PATH环境变量 【参考】/panfeng412/archive/2011/10/20/library_path-and-ld_library_path.html LD_LIBRARY_PATH环境变量 export LD_LIBRARY 阅读全文
posted @ 2023-12-29 10:51 starc再起航 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 功能分类 libavformat,format,格式封装 libavcodec,codec,编码、解码 libavutil,util,通用音视频工具,像素、IO、时间等工具 libavfilter,filter,过滤器,可以用作音视频特效处理 libavdevice,device,设备(摄像头、拾音 阅读全文
posted @ 2023-12-26 15:26 starc再起航 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 参考链接 https://www.zhihu.com/question/65183533 https://zhuanlan.zhihu.com/p/144865164 阅读全文
posted @ 2023-12-18 10:08 starc再起航 阅读(1) 评论(0) 推荐(0) 编辑
摘要: modprobe 加载和卸下模块 modprobe KO modprobe -r KO insmod 显示加载到内核的所有模块 lsmod 发现驱动依赖关系,然后按照顺序罗列出来 depmod 识别针对本地架构所需要的模块 rmmod 将一个模块从运行的内核中删除,但是不会删除依赖的模块,需要用mo 阅读全文
posted @ 2023-11-28 20:05 starc再起航 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 通读境 精读境 贯通境 精读境 指深入细致地研读。叶圣陶《<精读指导举隅>前言》:“像这样把精读文章作为出发点,向四面八方发展开来,那么,精读了一篇文章,就可以带读许多书。” 方法:要细读多思,反复琢磨,反复研究,边分析边评价,务求明白透彻,了解于心,以便吸取精华。对本专业的书籍及名篇佳作应该采取这 阅读全文
posted @ 2023-11-28 18:46 starc再起航 阅读(5) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 37 下一页