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 阅读全文
posted @ 2023-03-24 18:03 thomas_blog 阅读(3050) 评论(2) 推荐(0) 编辑
摘要:DockerHub docker commit -a "zxc" -m "mytest" 22924b70665e test:18.04 将容器 22924b70665e 保存为新的镜像,并添加提交人信息和说明信息 docker tag test:19.04 thomashub/test:18.04 阅读全文
posted @ 2023-03-21 17:38 thomas_blog 阅读(35) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2023-03-16 10:50 thomas_blog 阅读(43) 评论(0) 推荐(0) 编辑
摘要:#include <cstdio> #include <cstdlib> #include "jpeglib.h" int _imageWidth = 320; // 生成的图像宽度 int _imageHeight = 240; // 生成的图像高度 int _inputComponents = 阅读全文
posted @ 2023-03-13 17:39 thomas_blog 阅读(29) 评论(0) 推荐(0) 编辑
摘要:总共54字节 /** * bmp文件信息 */ #pragma pack(1) typedef struct { char type[2]; // 文件类型 unsigned int size; // 文件大小 unsigned short reserved1; // 保留, 必须为零 unsign 阅读全文
posted @ 2023-03-11 11:30 thomas_blog 阅读(34) 评论(0) 推荐(0) 编辑
摘要:架构图 源码 https://github.com/libuv/libuv.git 文档 http://docs.libuv.org/en/v1.x/ 编译 sudo apt-get install automake libtool sh autogen.sh ./configure -prefix 阅读全文
posted @ 2023-03-03 11:00 thomas_blog 阅读(25) 评论(0) 推荐(0) 编辑
摘要:源码下载 https://jpegclub.org/reference/reference-sources/ 编译 ./configure -prefix=/home/zxc/jpeg-9e/output make -j16 make install 阅读全文
posted @ 2023-03-03 10:51 thomas_blog 阅读(19) 评论(0) 推荐(0) 编辑
摘要:目前表面在用,网络负荷不高 官网下载 http://www.oberhumer.com/opensource/lzo/#download 编译 export CFLAGS=-m64 ./configure -enable-shared -prefix=/home/zxc/lzo-2.10/outpu 阅读全文
posted @ 2023-03-03 09:59 thomas_blog 阅读(24) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示