代码改变世界

阅读排行榜

Linux设置串口波特率等参数

2017-03-30 14:21 by fdd566, 14145 阅读, 收藏,
摘要: 转自 http://blog.csdn.net/zoomdy/article/details/50921336 mingdu.zheng at gmail dot com stty查看串口参数 1 1 查看串口1(/dev/ttyS0)当前的参数,包括波特率、数据位等。 stty设置串口参数 1 1 阅读全文

OpenCV的Rect矩形类用法

2017-03-29 09:38 by fdd566, 8898 阅读, 收藏,
摘要: 转自 http://blog.csdn.net/kh1445291129/article/details/51149849 阅读全文

利用SHELL脚本修改当前环境变量

2017-04-11 11:00 by fdd566, 6498 阅读, 收藏,
摘要: 转自http://www.chinaunix.net/old_jh/7/21485.html 1.背景 在日常的工作中,为了设置一大批环境变量,我们通常编辑了一个shell程序,包含了多个的变量设置,然后运行它。如何运行它呢?通常我们用$. cbpsprofile命令,确实改变了当前shell的环境 阅读全文

tftp-hpa客户端使用说明

2017-04-12 10:24 by fdd566, 3608 阅读, 收藏,
摘要: 1、板子 sudo apt-get install tftp-hpa 2、主机chmod 777 tftp—dir 3、tftp -4 192.168.1.122 -c put lib2.tar.gz lib2.tar.gz 参考 1、http://blog.csdn.net/tchonggang7 阅读全文

C++之shared_ptr总结

2017-04-05 09:36 by fdd566, 3138 阅读, 收藏,
摘要: 转自 http://blog.csdn.net/u013696062/article/details/39665247 Share_ptr也是一种智能指针。类比于auto_ptr学习。所以推荐先学习auto_ptr,再来学习shared_ptr。本博客的前两个就是auto_ptr的总结。希望感兴趣的 阅读全文
1 2 3 4 5 ··· 12 下一页