摘要: pvr.ccz 是把pvr用zlib算法压缩后的图像格式,其优点是可以提升文件读取效率。 大多数情况下我们可以用一些工具来将pvr压缩到pvr.ccz ,下面提供一个c++方法来完成这个过程 阅读全文
posted @ 2017-06-20 20:46 czjone 阅读(399) 评论(0) 推荐(0) 编辑
摘要: 1、安装要用到的库 brew install lighttpd brew install nginx brew install Spawn-fcgi // 2、编写测试代码 test.cpp #include <fcgi_stdio.h> int main( int argc, char *argv 阅读全文
posted @ 2017-06-20 12:12 czjone 阅读(432) 评论(0) 推荐(0) 编辑