上一页 1 ··· 55 56 57 58 59 60 61 62 63 ··· 77 下一页
摘要: http://www.rosoo.net/a/201107/14663.html一般fps在代码里这样表示Fps = den/num如果den = 15,num=1,则fps = 15。如果帧率固定,pts*fps 就表示当前是第几帧。当输入视频流的帧率不固定,如rmvb ,而输出视频流的帧率固定,... 阅读全文
posted @ 2014-06-04 10:37 静之深 阅读(6272) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/allenlinrui/article/details/5964046可以使用examine命令(简写是x)来查看内存地址中的值。x命令的语法如下所示:x/ n、f、u是可选的参数。n是一个正整数,表示需要显示的内存单元的个数,也就是说从当前地址向后显示几个... 阅读全文
posted @ 2014-05-30 13:55 静之深 阅读(1023) 评论(2) 推荐(1)
摘要: AVR/GCC设置不链接未调用的函数 http://blog.csdn.net/shevsten/article/details/7049688 在AVR Studio4/5的AVR/GCC默认设置下,未调用的函数也会被link进最终的镜像,从而增大image的大小,这会浪费flash资源. 以下是 阅读全文
posted @ 2014-05-29 17:13 静之深 阅读(6685) 评论(0) 推荐(0)
摘要: http://blog.chinaunix.net/uid-23577393-id-1751983.htmlTo count how often any pattern occurs in the current buffer use the substitutecommand and add th... 阅读全文
posted @ 2014-05-29 09:58 静之深 阅读(1291) 评论(0) 推荐(0)
摘要: http://www.itjhwd.com/java_code/1. 字符串有整型的相互转换JavaString a = String.valueOf(2); //integer to numeric string int i = Integer.parseInt(a); //numeric ... 阅读全文
posted @ 2014-05-28 20:03 静之深 阅读(1610) 评论(0) 推荐(0)
摘要: http://code.csdn.net/news/28195661. 以 root 帐户执行上一条命令sudo !!2. 利用 Python 搭建一个简单的 Web 服务器,可通过http://$HOSTNAME:8000访问 python -m SimpleHTTPServer3. 切换到上... 阅读全文
posted @ 2014-05-28 19:55 静之深 阅读(305) 评论(0) 推荐(0)
摘要: http://blog.chinaunix.net/uid-26922071-id-3756018.html一、多线程调试1. 多线程调试,最重要的几个命令:info threads 查看当前进程的线程。 GDB会为每个线程分配一个ID, ... 阅读全文
posted @ 2014-05-27 12:44 静之深 阅读(245) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/mafuli007/article/details/74760141简介主页:http://www.monkey.org/~provos/libevent/。libevent是一个事件触发的网络库,适用于windows、linux、bsd等多种平台,内部使用... 阅读全文
posted @ 2014-05-23 13:44 静之深 阅读(788) 评论(0) 推荐(0)
摘要: http://blog.sina.com.cn/s/blog_62e7fe670101dg9d.html linux下二进制文件查找: strings 0000.ts | grep -o "T" | wc -l grep _initcall_.*1$ ./aa > a1 2982 find . -r 阅读全文
posted @ 2014-05-23 09:11 静之深 阅读(4765) 评论(0) 推荐(0)
摘要: http://www.cppblog.com/elva/archive/2008/09/10/61544.html收集一些网上的资料,以便参考:http://blog.chinaunix.net/u2/69143/showart_1087349.html 当服务器close一个连接时,若client... 阅读全文
posted @ 2014-05-22 10:27 静之深 阅读(374) 评论(0) 推荐(0)
上一页 1 ··· 55 56 57 58 59 60 61 62 63 ··· 77 下一页