自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 1.创建和连接

大端存储:高位字节存在低地址处 小端存储:低位字节存在低地址处 现代pc大多数采用小端存储,所以小端也被称为主机字节序 所以发送方一般都要把小段转化为大端再发送 接收方根据自身情况进行决定 大端存储就被称为网络字节序 (同一主机不同语言编写的也要考虑字节序的问题) java是大端 主机字节序和网络字节序的转换 linux提供四个函数转换字节序 #incldue<netinet/in.h> unsigned long int htonl(unsigned long int hostlon..

2021-09-01 14:46:45 67

原创 Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll version

Error 1 error C1189: #error : Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll version. Please #define _AFXDLL or do not use /MD[d] d:\microsoft visual studio 10.0\vc\atlmfc\include\afx.h 24 1 02pro 解决方法: ...

2021-08-19 16:04:01 187

原创 NO such file or directory

D:\Microsoft Visual Studio 10.0\VC\atlmfc\include cannot open include file:'math':NO such file or directory 在提示的目录下加入头文件。

2021-08-19 14:34:09 119

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除