03 2023 档案
摘要:报如下错误 arm_release_ver of this libmali is 'g6p0-01eac0', rk_so_ver is '7'. Cannot find EGLConfig, returning null config Unable to find an X11 visual wh
阅读全文
摘要:DockerHub docker commit -a "zxc" -m "mytest" 22924b70665e test:18.04 将容器 22924b70665e 保存为新的镜像,并添加提交人信息和说明信息 docker tag test:19.04 thomashub/test:18.04
阅读全文
摘要:init int width = 256; int height = 256; std::uint16_t count = 8; _bmpHead.fileInfo.type[0] = 'B'; _bmpHead.fileInfo.type[1] = 'M'; _bmpHead.fileInfo.r
阅读全文
摘要:#include <cstdio> #include <cstdlib> #include "jpeglib.h" int _imageWidth = 320; // 生成的图像宽度 int _imageHeight = 240; // 生成的图像高度 int _inputComponents =
阅读全文
摘要:总共54字节 /** * bmp文件信息 */ #pragma pack(1) typedef struct { char type[2]; // 文件类型 unsigned int size; // 文件大小 unsigned short reserved1; // 保留, 必须为零 unsign
阅读全文
摘要:架构图 源码 https://github.com/libuv/libuv.git 文档 http://docs.libuv.org/en/v1.x/ 编译 sudo apt-get install automake libtool sh autogen.sh ./configure -prefix
阅读全文
摘要:源码下载 https://jpegclub.org/reference/reference-sources/ 编译 ./configure -prefix=/home/zxc/jpeg-9e/output make -j16 make install
阅读全文
摘要:目前表面在用,网络负荷不高 官网下载 http://www.oberhumer.com/opensource/lzo/#download 编译 export CFLAGS=-m64 ./configure -enable-shared -prefix=/home/zxc/lzo-2.10/outpu
阅读全文