摘要: //ZBBase64.h #include <string>class ZBase64{public: /* 编码 DataByte [in]输入的数据长度,以字节为单位 */ std::string Encode(const unsigned char* Data,int DataByte); / 阅读全文
posted @ 2018-08-15 17:10 HenryLiuY 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 也可参考: https://www.cnblogs.com/ailumiyana/p/10016965.html *** https://blog.csdn.net/jlusuoya/article/details/74505558 *** https://www.cnblogs.com/magic 阅读全文
posted @ 2018-08-15 17:03 HenryLiuY 阅读(210) 评论(0) 推荐(0) 编辑