上一页 1 2 3 4 5 6 7 8 ··· 43 下一页
摘要: 需要安装配置RapidJSON库 阅读全文
posted @ 2018-07-25 16:48 米罗西 阅读(607) 评论(0) 推荐(0) 编辑
摘要: 项目中跟Java对接的时候需要传输图片,经过Base64编码后传输的。 但是实际调试的时候发现Java那边始终无法正常解析出图片。 冷静想想之后,发现问题在于使用OpenCV读取图片,编码的是Mat::data,图片的纯数据,并非包含完整图片格式头的数据。 需要进行如下操作: CBase64库如下: 阅读全文
posted @ 2018-07-25 16:43 米罗西 阅读(4651) 评论(0) 推荐(0) 编辑
摘要: 两个函数的区别: 提交表单数据和提交文本数据 表单数据: 文本数据: 阅读全文
posted @ 2018-07-25 16:34 米罗西 阅读(3211) 评论(0) 推荐(0) 编辑
摘要: #ifndef ___BASE64_H___ #define ___BASE64_H___ #include using namespace std; class CBase64 { public: CBase64(); ~CBase64(); /*********************************************************... 阅读全文
posted @ 2018-07-25 16:26 米罗西 阅读(1047) 评论(0) 推荐(0) 编辑
摘要: WinDbg 命令三部曲:(一)WinDbg 命令手册 WinDbg 命令三部曲:(二)WinDbg SOS 扩展命令手册 WinDbg 命令三部曲:(三)WinDbg SOSEX 扩展命令手册 阅读全文
posted @ 2018-07-23 20:24 米罗西 阅读(157) 评论(0) 推荐(0) 编辑
摘要: //ffmpegDecode.h #ifndef __FFMPEG_DECODE_H__ #define __FFMPEG_DECODE_H__ #include "global.h" extern "C" { #include "libavcodec/avcodec.h" #include "libavformat/avformat.h" //图像转换结构需要引入的头文件 #includ... 阅读全文
posted @ 2018-06-29 11:10 米罗西 阅读(2027) 评论(0) 推荐(0) 编辑
摘要: C++ 实现图片base64编解码 阅读全文
posted @ 2018-06-26 20:20 米罗西 阅读(1287) 评论(0) 推荐(0) 编辑
摘要: /************************************************************************/ /* 模块名:ConsoleAdapter 文件名:ConsoleAdapter.h 功 能:为非控制台程序提供控制台输出窗口 参 考: 1. http://www.codeproject.com/Articles/15836/Writi... 阅读全文
posted @ 2018-06-23 11:09 米罗西 阅读(1581) 评论(0) 推荐(0) 编辑
摘要: 连接postgres特别消耗cpu资源而引发的PostgreSQL性能优化考虑 ..... 阅读全文
posted @ 2018-06-22 20:55 米罗西 阅读(326) 评论(0) 推荐(0) 编辑
摘要: Windows下Postgre SQL数据库通过Slony-I实现数据库双机同步备份 - 数据库其他综合 - 红黑联盟 postgresql同步流复制的Hot Standby - CSDN博客 使用postgreSQL DataSync 进行pg数据库升级 数据同步 升级脚本生成, postgreS 阅读全文
posted @ 2018-06-22 16:16 米罗西 阅读(6687) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 43 下一页