引言: $ cat /etc/issue
$ Red Hat Enterprise Linux AS release 3 (Taroon)
先编译好apache,加上 --enable-module=so --enable-module=rewrite 参数
然后build resin-2.1.13。
摘要:google zeitgeist
- search patterns, trends, and surprises according to google
是google根据google.com的搜索内容整理的统计结果。按照google的说法对搜索的分析能看出人们的兴趣趋势、模式和有些意外。“for both breaking news and obscure informati......
摘要:有关内存管理的算法实在是太多了,多到什么程度呢?基本上能想得到的数据结构,都能出现在各式各样的内存管理算法之中,数组、链表、散列表、二叉树等等都在这里大放异彩。研究内存管理实在是一件有趣的事情,同时也能极大的提高自己的编程能力。
内存管理方案
mudos中定义了至少3套内存分配函数库:
1. build-in system malloc——系统内建函数库,即mallo......
Build Resin on "Red Hat Enterprise Linux AS release 3 (Taroon)"$ cat /etc/issue
先编译好apache,加上 --enable-module=so --enable-module=rewrite 参数 【程序编程相关:十二亿火星人——一个法国人眼里的中国】
$ red hat enterprise linux as release 3 (taroon) 【推荐阅读:C++中处理XML文件】
在该版本的linux上编译resin-2*会提示 【扩展信息:[原创]在标题栏支持32位图标文件】
然后build resin-2.1.13.
...
下一页 摘要:使用directshow开发filter的过程中,遇到一个奇怪的问题。当video render有图像可以播放的时候,点graphedit的stop没有问题,可以很正常的停止;但是当render没有数据的时候,点stop,整个graphedit就会没有响应,10秒之后,timeout了,会弹出个对话框,说无法停止。
解决这个问题的方法很简单,就是在某个filter的pause中当m_state ......