字符编码
文章平均质量分 71
Leoh_LL
这个作者很懒,什么都没留下…
展开
-
【Protobuf】Protobuf协议
Protobuf协议原创 2021-12-22 22:16:17 · 1318 阅读 · 0 评论 -
【Md5】linux下使用C/C++求文件和字符串的MD5值【转】
md5_test.cpp#include <stdio.h>#include <string.h>#include <openssl/md5.h> bool funFileMD5SUM(char* lpcstrFilePath, char *pbymd5Buff){ bool bRet = false; unsigned char achbyBuff[17] = {0}; unsigned char *pbyBuff = achbyBuff; FI原创 2022-02-07 01:46:20 · 1244 阅读 · 0 评论 -
【Json】Linux 下C/C++解析JSON文件
安装cmake原创 2022-02-07 01:48:07 · 1349 阅读 · 0 评论 -
【Xml】Linux 下C/C++解析XML文件【转】
安装编译libxml2库libxml官网:http://xmlsoft.org/下载源码包地址:http://xmlsoft.org/downloads.html下载源码本人下载的是libxml2-2.8.0版本的源码包,源码包文件名为:libxml2-2.8.0.tar.gz。获取源码包命令如下:wget ftp://xmlsoft.org/libxml2/libxml2-2.8.0.tar.gz下载完成后,查看源码包文件的md5值和sha256值:# md5sum libxml2-2.8原创 2022-02-07 01:50:31 · 1451 阅读 · 0 评论 -
【字符编码】Unicode字符集与字符编码方式
字符编码原创 2022-02-21 01:10:00 · 3686 阅读 · 0 评论