上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页
摘要: https://github.com/jgraph/drawio-desktop/releases 阅读全文
posted @ 2020-09-25 07:41 renhl 阅读(307) 评论(0) 推荐(0) 编辑
摘要: Gtest/Gmock探究(三)-- MOCK_METHODX系列宏分析 https://blog.csdn.net/songqier/article/details/79188237 使用MOCK_METHODx 写出Mock类 使用EXPECT_CALL设置预设值(函数被调用时,指定返回值) 执 阅读全文
posted @ 2020-09-15 22:14 renhl 阅读(179) 评论(0) 推荐(0) 编辑
摘要: https://www.sohu.com/a/316973104_464365 阅读全文
posted @ 2020-08-30 16:18 renhl 阅读(74) 评论(0) 推荐(0) 编辑
摘要: C++11 lamda : http://c.biancheng.net/view/3741.html 阅读全文
posted @ 2020-08-24 01:18 renhl 阅读(120) 评论(0) 推荐(0) 编辑
摘要: giflib解码gif图片 https://www.cnblogs.com/xiaoxiaoboke/archive/2012/02/13/2349770.html bmp https://www.cnblogs.com/wdy0505/p/10154795.html RGB的三种格式信息: htt 阅读全文
posted @ 2020-08-12 03:18 renhl 阅读(114) 评论(0) 推荐(0) 编辑
摘要: ■ 资料汇总 FFmpeg 视频处理入门教程http://www.ruanyifeng.com/blog/2020/01/ffmpeg.html 阅读全文
posted @ 2020-07-02 08:06 renhl 阅读(141) 评论(0) 推荐(0) 编辑
摘要: ■ 安卓在线源码 http://androidxref.com/ https://www.androidos.net.cn/sourcecode ■ Android MediaPlayer 8.0 and 9.0 https://www.cnblogs.com/tocy/p/1-android-nu 阅读全文
posted @ 2020-06-18 05:19 renhl 阅读(305) 评论(0) 推荐(0) 编辑
摘要: 了解socket-server,需先学习下socket的server的一般流程,顺着流程去看代码就比较容易了。 1. socket socket(PF_LOCAL, SOCK_STREAM, 0) 2. bind bind(fd, (struct sockaddr*) &sa, SUN_LEN(&s 阅读全文
posted @ 2020-06-07 23:07 renhl 阅读(249) 评论(0) 推荐(0) 编辑
摘要: struct pa_packet { enum { PA_PACKET_APPENDED, PA_PACKET_DYNAMIC } type; unsigned ref; size_t length; uint8_t *data;}; ■ struct pa_packet* pa_packet_ne 阅读全文
posted @ 2020-06-07 07:56 renhl 阅读(150) 评论(0) 推荐(0) 编辑
摘要: ■ static int load(const char *fn, void *data, size_t length) 从fn文件中读出length长度的数据,用data返回数据 ■ static int generate(const char *fn, void *data, size_t le 阅读全文
posted @ 2020-06-07 07:01 renhl 阅读(230) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页