摘要:https://www.cnblogs.com/wxb20/p/6249580.html 阅读全文
总线设备驱动模型---platform篇
2018-04-20 09:50 by nigaopeng, 229 阅读, 0 推荐, 收藏, 编辑
摘要:总线设备驱动模型 驱动篇 http://blog.chinaunix.net/uid-27664726-id-3334923.html http://blog.chinaunix.net/uid-27664726-id-3334878.html http://blog.chinaunix.net/u 阅读全文
vim插件ctags的安装和使用
2018-04-19 13:59 by nigaopeng, 258 阅读, 0 推荐, 收藏, 编辑
摘要:原文链接:https://blog.csdn.net/g_brightboy/article/details/16830395 Ubuntu 搭建强大的 IDE —— Vim + Vundle + 插件(上) https://blog.csdn.net/lu_embedded/article/det 阅读全文
OPENCV Linux安装
2018-04-18 19:22 by nigaopeng, 145 阅读, 0 推荐, 收藏, 编辑
摘要:https://docs.opencv.org/master/d7/d9f/tutorial_linux_install.html 阅读全文
264相关资料
2018-03-30 13:46 by nigaopeng, 244 阅读, 0 推荐, 收藏, 编辑
摘要:http://www.cnblogs.com/TaigaCon/tag/h.264/default.html?page=1 阅读全文
linux shell 字符串操作详解 (长度,读取,替换,截取,连接,对比,删除,位置 )
2018-03-30 13:43 by nigaopeng, 168 阅读, 0 推荐, 收藏, 编辑
摘要:https://www.cnblogs.com/gaochsh/p/6901809.html 阅读全文
shell:遍历目录和子目录的所有文件
2018-03-30 10:56 by nigaopeng, 1024 阅读, 0 推荐, 收藏, 编辑
摘要:https://www.cnblogs.com/xiaopipi/p/6214673.html 阅读全文
ANSI的Escape序列屏幕控制码
2018-03-14 13:35 by nigaopeng, 626 阅读, 0 推荐, 收藏, 编辑
摘要:http://blog.csdn.net/lano2088/article/details/51985563 https://www.cnblogs.com/pied/p/4175641.html http://pyserial.readthedocs.io/en/latest/pyserial.h 阅读全文
linux find查找并拷贝 exec xargs区别
2018-03-02 09:29 by nigaopeng, 445 阅读, 0 推荐, 收藏, 编辑
摘要:-exec 1.参数是一个一个传递的,传递一个参数执行一次rm 2.文件名有空格等特殊字符也能处理-xargs 1.一次将参数传给命令,可以使用-n控制参数个数 2.处理特殊文件名需要采用如下方式: find . -name "*.txt" print0 |xargs -0 rm {} find / 阅读全文
Linux DMA Engine framework(2)_功能介绍及解接口分析
2018-02-07 15:35 by nigaopeng, 639 阅读, 0 推荐, 收藏, 编辑
摘要:http://www.wowotech.net/linux_kenrel/dma_engine_api.html 补充 http://www.zhimengzhe.com/linux/259646.html Linux kernel scatterlist API介绍 http://www.wowo 阅读全文