随笔分类 -  Record

建立一个属于自己的小窝,备注一些重要的东西,忘了看一看,也许工作可以更高效
摘要:源码: #include <stdio.h> int main(){ printf("The file is %s.\n",__FILE__); printf( "The date is %s.\n", __DATE__ ); printf( "The time is %s.\n", __TIME_ 阅读全文
posted @ 2014-07-17 16:38 柠檬恋上雨 阅读(251) 评论(0) 推荐(0)
摘要:1.mount -o rw,nolock 10.10.10.102:/root/sharednfs /mntifconfig br0 192.168.1.57find ./ -name autoconf.h //查找当前目录下的autoconf.h文件2.任务:查找进程使用pgrep命令。pgrep 阅读全文
posted @ 2014-07-17 16:37 柠檬恋上雨 阅读(246) 评论(0) 推荐(0)
摘要:udp测试:本地addr -10.10.10.198 端口-10086服务器addr-10.10.10.102 端口-10010数据包长度=0x00*256+0x0E数据校验 =66ExtCommand=0x01SubCommand=0x12在串口打印出来查看F5 03 00 0E 11 2... 阅读全文
posted @ 2014-07-17 16:34 柠檬恋上雨 阅读(338) 评论(0) 推荐(0)